log.html 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {template 'public/header'}
  2. {template 'public/comhead'}
  3. <link rel="stylesheet" type="text/css" href="../addons/zh_tcwq/template/public/ygcsslist.css">
  4. <style>
  5. .udlr{
  6. top: 0;
  7. bottom: 0;
  8. left: 0;
  9. right: 0;
  10. margin:auto;
  11. }
  12. </style>
  13. {if $_W['role'] != 'operator'}
  14. <ul class="nav nav-tabs">
  15. <span class="ygxian"></span>
  16. <div class="ygdangq">当前位置:</div>
  17. <li class="active"><a href="javascript:void(0);">账号管理</a></li>
  18. <li><a href="{php echo $this->createWebUrl('countadd')}">添加/编辑账号</a></li>
  19. </ul>
  20. {/if}
  21. <!-- <div class="main udlr" style="width: 100%;">
  22. <div class="panel panel-default">
  23. <div class="panel-heading" style="font-weight: bold;">
  24. <text style="background: orange;">&nbsp;</text>
  25. &nbsp;登入信息</div>
  26. <div class="panel-body">
  27. <p style="text-align: center;padding: 300px 0;font-size: 20px;"> 欢迎回来,{$users['username']}</p>
  28. </div>
  29. </div>
  30. </div> -->
  31. <p style="text-align: center;padding: 400px 0;font-size: 30px;"> 欢迎回来,{$users['username']}</p>
  32. <script type="text/javascript">
  33. $(function(){
  34. $("#frame-15").show();
  35. $("#yframe-15").addClass("wyactive");
  36. })
  37. </script>{template 'common/footer'}