김예미

update menu.html - alldata menu onclick

...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
8 </head> 8 </head>
9 <body> 9 <body>
10 <div id="div_root"> 10 <div id="div_root">
11 - <div id="div_top"> 11 + <div id="div_top" onclick="location.href='data.html'">
12 <h1>F-out</h1> 12 <h1>F-out</h1>
13 <h2 style="color:#4e73df; font-size:40px;">menu</h2> 13 <h2 style="color:#4e73df; font-size:40px;">menu</h2>
14 </div> 14 </div>
...@@ -16,10 +16,10 @@ ...@@ -16,10 +16,10 @@
16 <div id ="menu" class="menu_30"> 16 <div id ="menu" class="menu_30">
17 <div id="btn_group"> 17 <div id="btn_group">
18 <button id="btn" class="menu_alldata_nwide" onclick="menu_all();">All Data 18 <button id="btn" class="menu_alldata_nwide" onclick="menu_all();">All Data
19 - <div id="menu_alldata_wide" style="display:none"> 19 + <div id="menu_alldata_wide" style="display:none" onclick="location.href='alldata_menu.html'">
20 <br> 20 <br>
21 - <h2 onclick="location.href='alldata_menu.html'">전체 데이터 보기</h2> 21 + <h2>전체 데이터 보기</h2>
22 - <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'"> 22 + <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">
23 <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"/> 23 <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"/>
24 <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"/> 24 <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"/>
25 <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"/> 25 <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"/>
......