김예미

update menu.html - alldata menu onclick

......@@ -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"/>
......