123456789101112131415161718192021222324252627282930313233343536373839 |
- {template 'public/header'}
- {template 'public/comhead'}
- <link rel="stylesheet" type="text/css" href="../addons/zh_tcwq/template/public/ygcsslist.css">
- <style>
- .udlr{
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- margin:auto;
- }
- </style>
- {if $_W['role'] != 'operator'}
- <ul class="nav nav-tabs">
- <span class="ygxian"></span>
- <div class="ygdangq">当前位置:</div>
- <li class="active"><a href="javascript:void(0);">账号管理</a></li>
- <li><a href="{php echo $this->createWebUrl('countadd')}">添加/编辑账号</a></li>
- </ul>
- {/if}
- <!-- <div class="main udlr" style="width: 100%;">
- <div class="panel panel-default">
- <div class="panel-heading" style="font-weight: bold;">
- <text style="background: orange;"> </text>
- 登入信息</div>
- <div class="panel-body">
- <p style="text-align: center;padding: 300px 0;font-size: 20px;"> 欢迎回来,{$users['username']}</p>
- </div>
- </div>
- </div> -->
- <p style="text-align: center;padding: 400px 0;font-size: 30px;"> 欢迎回来,{$users['username']}</p>
- <script type="text/javascript">
- $(function(){
- $("#frame-15").show();
- $("#yframe-15").addClass("wyactive");
- })
- </script>{template 'common/footer'}
|