Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
E
Ecsite
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shoei.kanno
Ecsite
Commits
42ef74b5
Commit
42ef74b5
authored
Oct 22, 2020
by
shoei.kanno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
フッターリンク修正
parent
98245fb2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
4 deletions
+7
-4
list.js
src/main/resources/static/js/list.js
+4
-1
スニーカー2.jpg
src/main/resources/static/upload/スニーカー2.jpg
+0
-0
logDetails.html
src/main/resources/templates/logDetails.html
+1
-1
login.html
src/main/resources/templates/login.html
+1
-1
wallets.html
src/main/resources/templates/wallets.html
+1
-1
No files found.
src/main/resources/static/js/list.js
View file @
42ef74b5
...
...
@@ -58,7 +58,7 @@ $(function(){
$
(
'#showStock'
).
append
(
stockField
);
//stock0の時BTN非表示
if
(
$
(
event
.
target
.
parentNode
.
previousElementSibling
.
value
)
==
"0"
){
if
(
$
(
event
.
target
.
parentNode
.
previousElementSibling
.
value
)
==
0
){
$
(
'#cartBtn'
).
hide
();
}
...
...
@@ -123,6 +123,9 @@ $('.cartBtn').on('click', function(event){
dataType
:
"json"
,
data
:
JSON
.
stringify
(
data
)
})
.
fail
(
function
(){
alert
(
"購入数が在庫数を上回っています。"
);
})
//[#modal-content]と[#modal-overlay]をフェードアウトした後に…
$
(
"#modal-content,#modal-overlay"
).
fadeOut
(
"slow"
,
function
(){
...
...
src/main/resources/static/upload/スニーカー2.jpg
View replaced file @
98245fb2
View file @
42ef74b5
3.31 KB
|
W:
|
H:
3.32 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/main/resources/templates/logDetails.html
View file @
42ef74b5
...
...
@@ -123,7 +123,7 @@
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<p
class=
"center"
>
Made with
<i
class=
"fa fa-heart"
></i>
by
<a
href=
"
https://revolthemes.net/
"
target=
"_blank"
>
Limited
</a>
. All Rights Reserved
</p>
<p
class=
"center"
>
Made with
<i
class=
"fa fa-heart"
></i>
by
<a
href=
"
#
"
target=
"_blank"
>
Limited
</a>
. All Rights Reserved
</p>
</div>
</div>
...
...
src/main/resources/templates/login.html
View file @
42ef74b5
...
...
@@ -77,7 +77,7 @@
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<p
class=
"center"
>
Made with
<i
class=
"fa fa-heart"
></i>
by
<a
href=
"
https://revolthemes.net/
"
target=
"_blank"
>
Limited
</a>
. All Rights Reserved
</p>
<p
class=
"center"
>
Made with
<i
class=
"fa fa-heart"
></i>
by
<a
href=
"
#
"
target=
"_blank"
>
Limited
</a>
. All Rights Reserved
</p>
</div>
</div>
...
...
src/main/resources/templates/wallets.html
View file @
42ef74b5
...
...
@@ -97,7 +97,7 @@
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<p
class=
"center"
>
Made with
<i
class=
"fa fa-heart"
></i>
by
<a
href=
"
https://revolthemes.net/
"
target=
"_blank"
>
Limited
</a>
. All Rights Reserved
</p>
<p
class=
"center"
>
Made with
<i
class=
"fa fa-heart"
></i>
by
<a
href=
"
#
"
target=
"_blank"
>
Limited
</a>
. All Rights Reserved
</p>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment