Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design2
/
2016104137
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김예미
2020-06-14 17:01:38 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
70d7ad5c4adb26238b3c1c5ea0789a57e36b4553
70d7ad5c
1 parent
cc8b508d
update menu.html - alldata menu onclick
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
source/forensic_tool/src/menu.html
source/forensic_tool/src/menu.html
View file @
70d7ad5
...
...
@@ -8,7 +8,7 @@
</head>
<body>
<div
id=
"div_root"
>
<div
id=
"div_top"
>
<div
id=
"div_top"
onclick=
"location.href='data.html'"
>
<h1>
F-out
</h1>
<h2
style=
"color:#4e73df; font-size:40px;"
>
menu
</h2>
</div>
...
...
@@ -16,10 +16,10 @@
<div
id =
"menu"
class=
"menu_30"
>
<div
id=
"btn_group"
>
<button
id=
"btn"
class=
"menu_alldata_nwide"
onclick=
"menu_all();"
>
All Data
<div
id=
"menu_alldata_wide"
style=
"display:none"
>
<div
id=
"menu_alldata_wide"
style=
"display:none"
onclick=
"location.href='alldata_menu.html'"
>
<br>
<h2
onclick=
"location.href='alldata_menu.html'"
>
전체 데이터 보기
</h2>
<svg
class=
"bi bi-arrow-right-circle"
width=
"0.3em"
height=
"0.3em"
viewBox=
"0 0 16 16"
fill=
"currentColor"
xmlns=
"http://www.w3.org/2000/svg"
style=
"color:#4e73df"
onclick=
"location.href='menu0.html'"
>
<h2>
전체 데이터 보기
</h2>
<svg
class=
"bi bi-arrow-right-circle"
width=
"0.3em"
height=
"0.3em"
viewBox=
"0 0 16 16"
fill=
"currentColor"
xmlns=
"http://www.w3.org/2000/svg"
style=
"color:#4e73df"
>
<path
fill-rule=
"evenodd"
d=
"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"
/>
<path
fill-rule=
"evenodd"
d=
"M7.646 11.354a.5.5 0 0 1 0-.708L10.293 8 7.646 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0z"
/>
<path
fill-rule=
"evenodd"
d=
"M4.5 8a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5z"
/>
...
...
Please
register
or
login
to post a comment