UNPKG

h5-cli

Version:

hello

80 lines (76 loc) 2.89 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no" name="viewport" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="mobile-web-app-capable" content="yes" /> <meta name="apple-touch-fullscreen" content="yes" /> <meta name="format-detection" content="telephone=no" /> <meta name="spm-id" content="100.1521"/> <link rel="dns-prefetch" href="//s.yuantutech.com" /> <link rel="dns-prefetch" href="//api.yuantutech.com" /> <title>工单系统管理后台</title> <link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.3.5/css/bootstrap.min.css"> <style> .badge{ background-color:#337ab7; color:#fff; } td{ word-break: break-all; } </style> </head> <body> <div class="container"> <div class="row"> <div class="col-xs-12"> <h1>工单系统后台</h1> <form class="form-inline" onsubmit="return false"> <div class="form-group"> <label for="exampleInputName2">操作密钥</label> <input type="text" class="form-control" style="width:500px;" placeholder="操作密钥" id="J_Key"> </div> <button type="submit" class="btn btn-default" id="J_SubmitKey">确定</button> <button type="submit" class="btn btn-default" id="J_ClearKey">清除密钥</button> </form> </div> </div> <div class="row"> <div class="col-xs-12"> <nav> <ul class="pager"> <li id="J_Previous" class="previous"><a href="#"><span aria-hidden="true">&larr;</span> 上一页</a></li> <li id="J_Next" class="next"><a href="#">下一页 <span aria-hidden="true">&rarr;</span></a></li> </ul> </nav> <table class="table table-striped"> <thead> <tr> <th style="text-align:center;">#</th> <th>类型</th> <th width="50%">问题</th> <th>联系方式</th> <th>时间</th> <th>操作</th> </tr> </thead> <tbody id="J_List"> <tr> <td colspan="6" style="text-align:center;"> 。。。 </td> </tr> </tbody> </table> </div> </div> </div> <script charset="utf-8" src="//daily.yuantutech.com/yuantu/h5-cli/1.12.0/??libs/zepto.js,libs/sea.js,libs/seajs-combo.js,config.js,libs/windvane.js,libs/punycode.js,libs/querystring.js,libs/vTemplate.js,component/VModule.js,component/PageModule.js,libs/md5.js,libs/io.js,libs/url.js,libs/util.js,libs/juicer.js,libs/cache.js"></script> <script async src="https://s.yuantutech.com/yuantu/spm/1.0.17/??spm.js,track.js,view.js"></script> <script> // window.config.domain = "http://fbi.yuantutech.com:3005"; window.config.pwd = window.localStorage.getItem("ticket-admin-key"); seajs.use("test/ticket-admin-list") </script> </body> </html>