| | |
| | | <meta charset="utf-8"> |
| | | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| | | <meta name="renderer" content="webkit"> |
| | | <title>勘察信息化服务平台</title> |
| | | <title>钻探工程信息化系统</title> |
| | | <!--[if lt IE 9]> |
| | | <meta http-equiv="refresh" content="0;ie.html"/> |
| | | <![endif]--> |
| | |
| | | <div class="sidebar-collapse"> |
| | | <ul class="nav" id="side-menu"> |
| | | <a th:href="@{/index}"> |
| | | <li class="logo"> |
| | | <span class="logo-lg" >监管平台</span> |
| | | </li> |
| | | <!-- <li class="logo">--> |
| | | <!-- <span class="logo-lg" >钻探工程平台</span>--> |
| | | <!-- </li>--> |
| | | <li id="logo" style="margin: 36px auto;text-align: center"> |
| | | <img th:src="@{/images/logo.png}"> |
| | | </li> |
| | | </a> |
| | | <li> |
| | | <div class="user-panel"> |
| | | <a class="menuItem" title="个人中心" th:href="@{/system/user/profile}"> |
| | | <div class="hide" th:text="个人中心"></div> |
| | | <div class="pull-left image"> |
| | | <img th:src="(${user.avatar} == '') ? @{/img/profile.jpg} : @{${user.avatar}}" class="img-circle" alt="User Image"> |
| | | </div> |
| | | </a> |
| | | <div class="pull-left info"> |
| | | <p>[[${user.loginName}]]</p> |
| | | <a href="#"><i class="fa fa-circle text-success"></i> 在线</a> |
| | | <a th:href="@{logout}" style="padding-left:5px;"><i class="fa fa-sign-out text-danger"></i> 注销</a> |
| | | </div> |
| | | </div> |
| | | </li> |
| | | |
| | | <li id="minilogo" style="display: none;height: 100px;align-content: center;"> |
| | | <a style="text-align: center;padding: 0;" th:href="@{/index}"> |
| | | <img th:src="@{/images/minilogo.png}"> |
| | | </a> |
| | | </li> |
| | | |
| | | <!-- <li>--> |
| | | <!-- <div class="user-panel">--> |
| | | <!-- <a class="menuItem" title="个人中心" th:href="@{/system/user/profile}"> --> |
| | | <!-- <div class="hide" th:text="个人中心"></div>--> |
| | | <!-- <div class="pull-left image">--> |
| | | <!-- <img th:src="(${user.avatar} == '') ? @{/img/profile.jpg} : @{${user.avatar}}" class="img-circle" alt="User Image">--> |
| | | <!-- </div>--> |
| | | <!-- </a>--> |
| | | <!-- <div class="pull-left info">--> |
| | | <!-- <p>[[${user.loginName}]]</p>--> |
| | | <!-- <a href="#"><i class="fa fa-circle text-success"></i> 在线</a>--> |
| | | <!-- <a th:href="@{logout}" style="padding-left:5px;"><i class="fa fa-sign-out text-danger"></i> 注销</a>--> |
| | | <!-- </div>--> |
| | | <!-- </div>--> |
| | | <!-- </li>--> |
| | | |
| | | <li th:each="menu : ${menus}"> |
| | | <a th:class="@{${menu.url != '' && menu.url != '#'} ? ${menu.target}}" th:href="@{${menu.url == ''} ? |#| : ${menu.url}}"> |
| | | <i class="fa fa-bar-chart-o" th:class="${menu.icon}"></i> |
| | |
| | | <div class="row border-bottom"> |
| | | <nav class="navbar navbar-static-top" role="navigation" style="margin-bottom: 0"> |
| | | <div class="navbar-header"> |
| | | <a class="navbar-minimalize minimalize-styl-2" style="color:#FFF;" href="#" title="收起菜单"> |
| | | <a class="navbar-minimalize minimalize-styl-2" style="color:#565656;" href="#" title="收起菜单"> |
| | | <i class="fa fa-bars"></i> |
| | | </a> |
| | | </div> |
| | | <ul class="nav navbar-top-links navbar-right welcome-message"> |
| | | <ul class="nav navbar-top-links navbar-right welcome-message"style="margin: 0;"> |
| | | <!-- <li><a title="视频教程" href="http://doc.ruoyi.vip/ruoyi/document/spjc.html" target="_blank"><i class="fa fa-video-camera"></i> 视频教程</a></li> --> |
| | | <!-- <li><a title="开发文档" href="http://doc.ruoyi.vip" target="_blank"><i class="fa fa-question-circle"></i> 开发文档</a></li> --> |
| | | <li><a title="全屏显示" href="javascript:void(0)" id="fullScreen"><i class="fa fa-arrows-alt"></i> 全屏显示</a></li> |
| | |
| | | th:src="@{/system/main}" frameborder="0" seamless></iframe> |
| | | </div> |
| | | <div class="footer"> |
| | | <div class="pull-right">Copyright © 2022.工程勘察地质信息查询服务平台 All Rights Reserved. Powered by. 京ICP备</div> |
| | | <div class="pull-right">Copyright © 2024.钻探工程信息化系统 All Rights Reserved. Powered by. 京ICP备</div> |
| | | </div> |
| | | </div> |
| | | <!--右侧部分结束--> |