header-webapp.html 647 B

12345678
  1. <img src="{php echo tomedia('headimg_'.$_W['acid'].'.jpg')}?time={php echo time()}" class="head-logo">
  2. <span class="wxapp-name">{$_W['account']['name']}</span>
  3. <div class="pull-right">
  4. {if in_array($role, array(ACCOUNT_MANAGE_NAME_OWNER, ACCOUNT_MANAGE_NAME_MANAGER)) || $_W['isfounder']}
  5. <a href="{php echo url('account/post', array('uniacid' => $_W['account']['uniacid'], 'acid' => $_W['acid'], 'account_type' => ACCOUNT_TYPE_WEBAPP_NORMAL))}"><i class="wi wi-appsetting"></i>设置</a>
  6. {/if}
  7. <a href="{php echo url('account/display', array('type' => 'all'))}" class="color-default"><i class="wi wi-small-routine"></i>切换平台</a>
  8. </div>