123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- <?php /* Smarty version 2.6.17, created on 2018-05-26 11:58:02
- compiled from admin/platform/user.html */ ?>
- <?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
- smarty_core_load_plugins(array('plugins' => array(array('modifier', 'date', 'admin/platform/user.html', 69, false),)), $this); ?>
- <?php $_smarty_tpl_vars = $this->_tpl_vars;
- $this->_smarty_include(array('smarty_include_tpl_file' => "./admin/header.html", 'smarty_include_vars' => array()));
- $this->_tpl_vars = $_smarty_tpl_vars;
- unset($_smarty_tpl_vars);
- ?> <?php $_smarty_tpl_vars = $this->_tpl_vars;
- $this->_smarty_include(array('smarty_include_tpl_file' => "./admin/left.html", 'smarty_include_vars' => array()));
- $this->_tpl_vars = $_smarty_tpl_vars;
- unset($_smarty_tpl_vars);
- ?> <?php $_smarty_tpl_vars = $this->_tpl_vars;
- $this->_smarty_include(array('smarty_include_tpl_file' => "./admin/nav.html", 'smarty_include_vars' => array()));
- $this->_tpl_vars = $_smarty_tpl_vars;
- unset($_smarty_tpl_vars);
- ?> <?php $_smarty_tpl_vars = $this->_tpl_vars;
- $this->_smarty_include(array('smarty_include_tpl_file' => "get_kindeditor.html", 'smarty_include_vars' => array()));
- $this->_tpl_vars = $_smarty_tpl_vars;
- unset($_smarty_tpl_vars);
- ?>
- <style>
- .set-nav {
- margin: 0 auto;
- }
- .set-nav-hr {
- background-color: #ddd;
- height: 1px;
- position: relative;
- }
- .form-group label {
- font-weight: 600;
- }
- .checkbox-inline, .radio-inline {
- font-weight: 400 !important;
- }
- .rowlabel {
- font-weight: 300 !important;
- }
- .music_play_hide {
- display: none;
- }
- </style>
- <div id="activity_container">
- <div class="activity_center" style="width: 100%">
- <?php $_smarty_tpl_vars = $this->_tpl_vars;
- $this->_smarty_include(array('smarty_include_tpl_file' => "./admin/activity/common_nav.html", 'smarty_include_vars' => array()));
- $this->_tpl_vars = $_smarty_tpl_vars;
- unset($_smarty_tpl_vars);
- ?> <input
- name="events_id" type="hidden" value="<?php echo $this->_tpl_vars['events_Data']['events']['id']; ?>
- ">
- <div class="panel panel-default" >
- <div class="panel-heading" >
- <h3 class="panel-title" id="panel-title">用户列表</h3>
- </div>
- <div class="panel-body" >
- <div class="form-group">
- <div>
- <table class="table table-hover">
- <thead>
- <tr>
- <th>用户头像</th>
- <th>用户名</th>
- <th>Uid</th>
- <th>创建时间</th>
- </tr>
- </thead>
- <tbody>
- <?php $_from = $this->_tpl_vars['thisPageUserData']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
- foreach ($_from as $this->_tpl_vars['userData']):
- ?>
- <tr>
- <td>
- <?php if ($this->_tpl_vars['userData']['headimgurl']): ?>
- <img class="img-rounded" width="48" height="48" src="<?php echo $this->_tpl_vars['userData']['headimgurl']; ?>
- " />
- <?php else: ?>
- <img class="img-rounded" width="48" height="48" src="http://news.mydrivers.com/Img/20110518/04481549.png" />
- <?php endif; ?>
- </td>
- <td><?php if ($this->_tpl_vars['userData']['nickname']): ?><?php echo $this->_tpl_vars['userData']['nickname']; ?>
- <?php else: ?>游客<?php echo $this->_tpl_vars['userData']['id']; ?>
- <?php endif; ?></td>
- <td passport_uid="<?php echo $this->_tpl_vars['userData']['passport_uid']; ?>
- "><?php echo $this->_tpl_vars['userData']['id']; ?>
- </td>
- <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'])); ?>
- </td>
- </tr>
- <?php endforeach; endif; unset($_from); ?>
- </tbody>
- </table>
- <div class="page">
- <?php echo $this->_tpl_vars['page_html']; ?>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div style="clear: both;"></div>
- </div>
- <script>
- KISSY.use('node, io, event', function(S, Node, IO, Event) {
- var $ = S.all;
- });
- </script>
- <?php $_smarty_tpl_vars = $this->_tpl_vars;
- $this->_smarty_include(array('smarty_include_tpl_file' => "./admin/bottom.html", 'smarty_include_vars' => array()));
- $this->_tpl_vars = $_smarty_tpl_vars;
- unset($_smarty_tpl_vars);
- ?>
|