|
@@ -1,96 +1,97 @@
|
|
|
<!DOCTYPE html>
|
|
|
<html lang=zh-cn>
|
|
|
- <head>
|
|
|
- <meta charset=utf-8>
|
|
|
- <title>纵横计量支付系统</title>
|
|
|
- <meta name=description content=计量支付>
|
|
|
- <meta name=copyright content=smartcost.com.cn>
|
|
|
- <link rel=stylesheet href={{rootUrl}}global/css/bootstrap.css>
|
|
|
- <link rel=stylesheet href={{rootUrl}}global/css/style.css>
|
|
|
- <script src={{rootUrl}}global/js/jquery-1.9.1.min.js></script>
|
|
|
- <script src={{rootUrl}}global/js/bootstrap.js></script>
|
|
|
- <script src={{rootUrl}}global/js/jl.js></script>
|
|
|
- </head>
|
|
|
- <body>
|
|
|
- <div class="wrapHeader">
|
|
|
- <h1 class="mainLogo" title="纵横计量支付"></h1>
|
|
|
- <div class="sysTools"><a title="返回首页" href="index.html"><i class="icon-circle-arrow-left icon-white"></i></a> <a title="纵横官网" target="_blank" href="http://smartcost.com.cn"><i class="icon-home icon-white"></i></a></div>
|
|
|
+<head>
|
|
|
+ <meta charset=utf-8>
|
|
|
+ <title>纵横计量支付系统</title>
|
|
|
+ <meta name=description content=计量支付>
|
|
|
+ <meta name=copyright content=smartcost.com.cn>
|
|
|
+ <link rel=stylesheet href={{rootUrl}}global/css/bootstrap.css>
|
|
|
+ <link rel=stylesheet href={{rootUrl}}global/css/style.css>
|
|
|
+ <script src={{rootUrl}}global/js/jquery-1.9.1.min.js></script>
|
|
|
+ <script src={{rootUrl}}global/js/bootstrap.js></script>
|
|
|
+ <script src={{rootUrl}}global/js/jl.js></script>
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+<div class="wrapHeader">
|
|
|
+ <h1 class="mainLogo" title="纵横计量支付"></h1>
|
|
|
+ <div class="sysTools"><a title="返回首页" href="index.html"><i class="icon-circle-arrow-left icon-white"></i></a> <a
|
|
|
+ title="纵横官网" target="_blank" href="http://smartcost.com.cn"><i class="icon-home icon-white"></i></a></div>
|
|
|
+</div>
|
|
|
+<!-- include "top" -->
|
|
|
+<div class="warpAdmin">
|
|
|
+ <div class="adminSidebar fL">
|
|
|
+ <ul>
|
|
|
+ <li><a href="{{rootUrl}}manage/user/list" class="now">用户列表</a></li>
|
|
|
+ <li><a href="{{rootUrl}}manage/user/add">添加用户</a></li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ <div class="adminContent">
|
|
|
+ <div class="adminMain">
|
|
|
+ <form class="form-horizontal" method="post">
|
|
|
+ <fieldset>
|
|
|
+ <legend>编辑用户</legend>
|
|
|
+ <div class="control-group">
|
|
|
+ <label class="control-label">邮箱(登录使用)</label>
|
|
|
+ <div class="controls">
|
|
|
+ <input type="text" name="email" value="{{users.uemail}}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="control-group">
|
|
|
+ <label class="control-label">单位(公司)</label>
|
|
|
+ <div class="controls">
|
|
|
+ <input type="text" name="company" value="{{profile.company}}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="control-group">
|
|
|
+ <label class="control-label">职位</label>
|
|
|
+ <div class="controls">
|
|
|
+ <input type="text" name="jobs" value="{{profile.jobs}}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="control-group">
|
|
|
+ <label class="control-label">姓名</label>
|
|
|
+ <div class="controls">
|
|
|
+ <input type="text" name="name" value="{{profile.name}}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="control-group">
|
|
|
+ <label class="control-label">联系电话</label>
|
|
|
+ <div class="controls">
|
|
|
+ <input type="text" name="phone" value="{{profile.phone}}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="control-group">
|
|
|
+ <label class="control-label">短信通知</label>
|
|
|
+ <div class="controls">
|
|
|
+ <input type="text" disabled="disabled" value="{{profile.mobile}}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="alert alert-error">
|
|
|
+ <strong>请谨慎编辑用户!</strong> 编辑后将影响该用户曾参与的所有标段数据。
|
|
|
+ </div>
|
|
|
+ <div class="control-group">
|
|
|
+ <label class="control-label"></label>
|
|
|
+ <div class="controls">
|
|
|
+ <input type="submit" class="btn btn-normal btn-danger" value="完成编辑"/>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </fieldset>
|
|
|
+ </form>
|
|
|
+ <!-- <div class="userPrj">
|
|
|
+ <legend>该用户参与的标段</legend>
|
|
|
+ <table class="table table-striped">
|
|
|
+ <thead>
|
|
|
+ <tr><th>项目名称</th><th>标段名称</th></tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr><td>XXXX项目</td><td>A标段</td></tr>
|
|
|
+ <tr><td>XXXX项目</td><td>B标段</td></tr>
|
|
|
+ <tr><td>XXXX项目</td><td>C标段</td></tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>-->
|
|
|
</div>
|
|
|
- <!-- include "top" -->
|
|
|
- <div class="warpAdmin">
|
|
|
- <div class="adminSidebar fL">
|
|
|
- <ul>
|
|
|
- <li><a href="{{rootUrl}}manage/user/list" class="now">用户列表</a></li>
|
|
|
- <li><a href="{{rootUrl}}manage/user/add">添加用户</a></li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- <div class="adminContent">
|
|
|
- <div class="adminMain">
|
|
|
- <form class="form-horizontal" method="post">
|
|
|
- <fieldset>
|
|
|
- <legend>编辑用户</legend>
|
|
|
- <div class="control-group">
|
|
|
- <label class="control-label">邮箱(登录使用)</label>
|
|
|
- <div class="controls">
|
|
|
- <input type="text" name="email" value="{{users.uemail}}">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="control-group">
|
|
|
- <label class="control-label">单位(公司)</label>
|
|
|
- <div class="controls">
|
|
|
- <input type="text" name="company" value="{{profile.company}}">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="control-group">
|
|
|
- <label class="control-label">职位</label>
|
|
|
- <div class="controls">
|
|
|
- <input type="text" name="jobs" value="{{profile.jobs}}">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="control-group">
|
|
|
- <label class="control-label">姓名</label>
|
|
|
- <div class="controls">
|
|
|
- <input type="text" name="name" value="{{profile.name}}">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="control-group">
|
|
|
- <label class="control-label">电话</label>
|
|
|
- <div class="controls">
|
|
|
- <input type="text" name="phone" value="{{profile.phone}}">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="control-group">
|
|
|
- <label class="control-label">手机</label>
|
|
|
- <div class="controls">
|
|
|
- <input type="text" name="mobile" value="{{profile.mobile}}">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="alert alert-error">
|
|
|
- <strong>请谨慎编辑用户!</strong> 编辑后将影响该用户曾参与的所有标段数据。
|
|
|
- </div>
|
|
|
- <div class="control-group">
|
|
|
- <label class="control-label"></label>
|
|
|
- <div class="controls">
|
|
|
- <input type="submit" class="btn btn-normal btn-danger" value="完成编辑" />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </fieldset>
|
|
|
- </form>
|
|
|
- <!-- <div class="userPrj">
|
|
|
- <legend>该用户参与的标段</legend>
|
|
|
- <table class="table table-striped">
|
|
|
- <thead>
|
|
|
- <tr><th>项目名称</th><th>标段名称</th></tr>
|
|
|
- </thead>
|
|
|
- <tbody>
|
|
|
- <tr><td>XXXX项目</td><td>A标段</td></tr>
|
|
|
- <tr><td>XXXX项目</td><td>B标段</td></tr>
|
|
|
- <tr><td>XXXX项目</td><td>C标段</td></tr>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
- </div>-->
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <script type="text/javascript">autoFlashHeight();</script>
|
|
|
- </body>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+<script type="text/javascript">autoFlashHeight();</script>
|
|
|
+</body>
|