Line 1: | Line 1: | ||
− | <! | + | <!DOCTYPE html> |
− | <html lang="en | + | <html lang="en"> |
<head> | <head> | ||
<meta charset="UTF-8"> | <meta charset="UTF-8"> | ||
− | <title>demo</title> | + | <title>sideBar demo</title> |
− | <link rel="stylesheet | + | <link rel="stylesheet" href="https://2018.igem.org/wiki/index.php?title=Template:Tongji-Software//lib/T--Tongji-Software--sidebar.css&action=raw&ctype=text/css"> |
+ | <link rel="stylesheet" href="bootstrap/dist/css/bootstrap.css"> | ||
+ | <link rel="stylesheet" href="bootstrap/dist/css/bootstrap-theme.css"> | ||
</head> | </head> | ||
− | < | + | <body> |
− | + | <div id = "sidebar"> | |
− | + | <ul> | |
− | + | <li id="prof" class="item"> | |
− | + | <span class="glyphicon glyphicon-user"></span> | |
− | / | + | <div>我</div> |
− | / | + | </li> |
− | / | + | <li id="asset" class="item"> |
− | + | <span class="glyphicon glyphicon-user"></span> | |
− | + | <div>资产</div> | |
− | + | </li> | |
− | + | <li id="brand" class="item"> | |
− | + | <span class="glyphicon glyphicon-user"></span> | |
− | + | <div>商品</div> | |
− | + | </li> | |
− | + | <li id="foot" class="item"> | |
− | + | <span class="glyphicon glyphicon-user"></span> | |
− | / | + | <div>足迹</div> |
− | + | </li> | |
− | + | <li id="calender" class="item"> | |
− | + | <span class="glyphicon glyphicon-user"></span> | |
− | + | <div>日历</div> | |
− | + | </li> | |
− | + | </ul> | |
− | + | <div id="closeBar"> | |
− | + | <span class="glyphicon glyphicon-remove"></span> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | / | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
− | < | + | |
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | < | + | |
</div> | </div> | ||
− | <div> | + | </div> |
− | < | + | <div class="nav-content" id="prof-content"> |
− | < | + | <div class="nav-con-close"> |
+ | <span class="glyphicon glyphicon-chevron-left"></span> | ||
+ | </div> | ||
+ | <div>我</div> | ||
+ | </div> | ||
+ | <div class="nav-content" id="asset-content"> | ||
+ | <div class="nav-con-close"> | ||
+ | <span class="glyphicon glyphicon-chevron-left"></span> | ||
+ | </div> | ||
+ | <div>资产</div> | ||
+ | </div> | ||
+ | <div class="nav-content" id="brand-content"> | ||
+ | <div class="nav-con-close"> | ||
+ | <span class="glyphicon glyphicon-chevron-left"></span> | ||
+ | </div> | ||
+ | <div>商标</div> | ||
+ | </div> | ||
+ | <div class="nav-content" id="foot-content"> | ||
+ | <div class="nav-con-close"> | ||
+ | <span class="glyphicon glyphicon-chevron-left"></span> | ||
+ | </div> | ||
+ | <div>足迹</div> | ||
+ | </div> | ||
+ | <div class="nav-content" id="calender-content"> | ||
+ | <div class="nav-con-close"> | ||
+ | <span class="glyphicon glyphicon-chevron-left"></span> | ||
</div> | </div> | ||
+ | <div>日历</div> | ||
</div> | </div> | ||
− | <script src=" | + | <script src="https://2018.igem.org/wiki/index.php?title=Template:Tongji-Software//lib/T--Tongji-Software--sidebar.js&action=raw&ctype=text/javascript"></script> |
</body> | </body> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</html> | </html> |
Revision as of 09:05, 7 October 2018
<!DOCTYPE html>