s="ui tabular menu navbar"> Code Issues 0 Pull Requests 0 Commits 202 Releases 0 Wiki

No Description

XMTT 32c91545bc 修复bug 6 years ago
..
answer 1849218c77 111 6 years ago
article 163eefcfea 2.4新增平台 6 years ago
chart 96994955e1 图表 7 years ago
consult 3c9471bcb7 时间格式 7 years ago
content 3aa9502a94 11 7 years ago
customer 5d65a56d04 邮件发送 7 years ago
demand 163eefcfea 2.4新增平台 6 years ago
dict 3434ca5879 0 7 years ago
disbanner d46b49307e 11 7 years ago
expert f566d4ee3f 21 7 years ago
feedback 34d60c33b8 显示回答内容 6 years ago
import 2676a86705 资源导入 7 years ago
org 32c91545bc 修复bug 6 years ago
orgapply f566d4ee3f 21 7 years ago
paper eb9f4ba64b 111 6 years ago
patent eb9f4ba64b 111 6 years ago
pictable 9e08fc080a add 个人业绩 7 years ago
platform 32c91545bc 修复bug 6 years ago
product ead33e40b6 产品相关 6 years ago
professor 57fca2c3ea auth_type 7 years ago
professornew 32c91545bc 修复bug 6 years ago
question edc0ced0da 111 6 years ago
realname f566d4ee3f 21 7 years ago
resource ce75edb146 i 7 years ago
resourceinfo 6f09a56995 111 6 years ago
resresult 43b6979b5a 问答管理 6 years ago
right acacb8280b 000 7 years ago
role 801c3c3d36 新版专家录入和专家录入审核 7 years ago
searchword 3c9471bcb7 时间格式 7 years ago
user b5ce68136d Merge branch 'TT' 7 years ago
userInfo 32c91545bc 修复bug 6 years ago
usercount 4021863175 用户流量统计表格 时间倒序 7 years ago
ware 6f09a56995 111 6 years ago
portal-front - Gogs: Go Git Service

portal html css js resource

resourceList.html 2.7KB

     <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>资源-我的工作台-科袖网</title> <link rel="shortcut icon" type="image/x-icon" href="images/favicon.png" media="screen" /> <link href="css/bootstrap.min.css" rel="stylesheet"> <link type="text/css" href="css/common.css" rel="stylesheet"> <link type="text/css" href="css/genindex.css" rel="stylesheet"> <script type="text/javascript" src="js/jquery-1.11.1.js"></script> </head> <body> <header id="header"> <script src="js/header.js"></script> </header> <!--中间--> <div id="container"> <div class="containerCon"> <div class="contentCon clearfix conBlock"> <div class="workmenu"> <script src="js/workMenu.js"></script> </div> <div class="workcon workconG"> <div class="workcontit"> <a class="worksamlltit worksamlltitnow">我的资源</a> <a class="worksamlltit" href="resourceImport.html">资源导入</a> </div> <div class="itemListBolck"> <div class="topOperaBlock clearfix"> <div class="searchAbout col-w-8"> <input class="frmcontype" type="search" name="" placeholder="请输入资源名称、用途、关键词" id="resouceName"> <span class="searchSpan"></span> </div> <div class="issueSpanBlock col-w-4"> <a href="resourceIssue.html" class="issueSpan" target="_blank">发布资源</a> </div> </div> <div class="form-item itemListCon"> <div class="form-result aboutRes"> <ul id="resourceList"> </ul> <!--无搜索结果--> <div class="nodatabox displayNone" id="noresource"> <div class="nodata"> <div class="picbox picNull"></div> <div class="txtbox"> <p class="noContip"></p> </div> </div> </div> <div class="tcdPageCode"></div> </div> </div> </div> </div> </div> </div> </div> <footer> <script type="text/javascript" src="js/footer.js"></script> </footer> <script type="text/javascript" src="js/jquery.cookie.js"></script> <script type="text/javascript" src="js/jquery.similar.msgbox.js"></script> <script type="text/javascript" src="js/jquery.page.js"></script> <script type="text/javascript" src="js/public/baseUtil.js"></script> <script type="text/javascript" src="js/public/genCom.js"></script> <script type="text/javascript" src="js/resourceList.js"></script> </body> </html>