%%03^034^0344F098%%user.html.php 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. <?php /* Smarty version 2.6.17, created on 2018-05-26 11:58:02
  2. compiled from admin/platform/user.html */ ?>
  3. <?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
  4. smarty_core_load_plugins(array('plugins' => array(array('modifier', 'date', 'admin/platform/user.html', 69, false),)), $this); ?>
  5. <?php $_smarty_tpl_vars = $this->_tpl_vars;
  6. $this->_smarty_include(array('smarty_include_tpl_file' => "./admin/header.html", 'smarty_include_vars' => array()));
  7. $this->_tpl_vars = $_smarty_tpl_vars;
  8. unset($_smarty_tpl_vars);
  9. ?> <?php $_smarty_tpl_vars = $this->_tpl_vars;
  10. $this->_smarty_include(array('smarty_include_tpl_file' => "./admin/left.html", 'smarty_include_vars' => array()));
  11. $this->_tpl_vars = $_smarty_tpl_vars;
  12. unset($_smarty_tpl_vars);
  13. ?> <?php $_smarty_tpl_vars = $this->_tpl_vars;
  14. $this->_smarty_include(array('smarty_include_tpl_file' => "./admin/nav.html", 'smarty_include_vars' => array()));
  15. $this->_tpl_vars = $_smarty_tpl_vars;
  16. unset($_smarty_tpl_vars);
  17. ?> <?php $_smarty_tpl_vars = $this->_tpl_vars;
  18. $this->_smarty_include(array('smarty_include_tpl_file' => "get_kindeditor.html", 'smarty_include_vars' => array()));
  19. $this->_tpl_vars = $_smarty_tpl_vars;
  20. unset($_smarty_tpl_vars);
  21. ?>
  22. <style>
  23. .set-nav {
  24. margin: 0 auto;
  25. }
  26. .set-nav-hr {
  27. background-color: #ddd;
  28. height: 1px;
  29. position: relative;
  30. }
  31. .form-group label {
  32. font-weight: 600;
  33. }
  34. .checkbox-inline, .radio-inline {
  35. font-weight: 400 !important;
  36. }
  37. .rowlabel {
  38. font-weight: 300 !important;
  39. }
  40. .music_play_hide {
  41. display: none;
  42. }
  43. </style>
  44. <div id="activity_container">
  45. <div class="activity_center" style="width: 100%">
  46. <?php $_smarty_tpl_vars = $this->_tpl_vars;
  47. $this->_smarty_include(array('smarty_include_tpl_file' => "./admin/activity/common_nav.html", 'smarty_include_vars' => array()));
  48. $this->_tpl_vars = $_smarty_tpl_vars;
  49. unset($_smarty_tpl_vars);
  50. ?> <input
  51. name="events_id" type="hidden" value="<?php echo $this->_tpl_vars['events_Data']['events']['id']; ?>
  52. ">
  53. <div class="panel panel-default" >
  54. <div class="panel-heading" >
  55. <h3 class="panel-title" id="panel-title">用户列表</h3>
  56. </div>
  57. <div class="panel-body" >
  58. <div class="form-group">
  59. <div>
  60. <table class="table table-hover">
  61. <thead>
  62. <tr>
  63. <th>用户头像</th>
  64. <th>用户名</th>
  65. <th>Uid</th>
  66. <th>创建时间</th>
  67. </tr>
  68. </thead>
  69. <tbody>
  70. <?php $_from = $this->_tpl_vars['thisPageUserData']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
  71. foreach ($_from as $this->_tpl_vars['userData']):
  72. ?>
  73. <tr>
  74. <td>
  75. <?php if ($this->_tpl_vars['userData']['headimgurl']): ?>
  76. <img class="img-rounded" width="48" height="48" src="<?php echo $this->_tpl_vars['userData']['headimgurl']; ?>
  77. " />
  78. <?php else: ?>
  79. <img class="img-rounded" width="48" height="48" src="http://news.mydrivers.com/Img/20110518/04481549.png" />
  80. <?php endif; ?>
  81. </td>
  82. <td><?php if ($this->_tpl_vars['userData']['nickname']): ?><?php echo $this->_tpl_vars['userData']['nickname']; ?>
  83. <?php else: ?>游客<?php echo $this->_tpl_vars['userData']['id']; ?>
  84. <?php endif; ?></td>
  85. <td passport_uid="<?php echo $this->_tpl_vars['userData']['passport_uid']; ?>
  86. "><?php echo $this->_tpl_vars['userData']['id']; ?>
  87. </td>
  88. <td><?php echo ((is_array($_tmp="Y-m-d H:i:s")) ? $this->_run_mod_handler('date', true, $_tmp, $this->_tpl_vars['userData']['create_time']) : date($_tmp, $this->_tpl_vars['userData']['create_time'])); ?>
  89. </td>
  90. </tr>
  91. <?php endforeach; endif; unset($_from); ?>
  92. </tbody>
  93. </table>
  94. <div class="page">
  95. <?php echo $this->_tpl_vars['page_html']; ?>
  96. </div>
  97. </div>
  98. </div>
  99. </div>
  100. </div>
  101. </div>
  102. <div style="clear: both;"></div>
  103. </div>
  104. <script>
  105. KISSY.use('node, io, event', function(S, Node, IO, Event) {
  106. var $ = S.all;
  107. });
  108. </script>
  109. <?php $_smarty_tpl_vars = $this->_tpl_vars;
  110. $this->_smarty_include(array('smarty_include_tpl_file' => "./admin/bottom.html", 'smarty_include_vars' => array()));
  111. $this->_tpl_vars = $_smarty_tpl_vars;
  112. unset($_smarty_tpl_vars);
  113. ?>