You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
961 B
22 lines
961 B
{template 'header'}
|
|
<div id="head-bar">
|
|
<div class="head-bar">
|
|
<div class="head-bar-back"><a href="{DT_MOB}my.php" data-direction="reverse"><img src="{DT_MOB}static/img/icon-back.png" width="24" height="24"/></a></div>
|
|
<div class="head-bar-title">{$head_name}</div>
|
|
</div>
|
|
<div class="head-bar-fix" id="load-fix-{$js_pageid}" style="height:0;"></div>
|
|
<div class="head-bar-fix" id="head-fix-{$js_pageid}"></div>
|
|
</div>
|
|
<div class="gird-4">
|
|
<ul>
|
|
{loop $MYMODS $k $v}
|
|
<li><a href="{$DT[file_my]}?mid={$v}&status=3" rel="external"><img src="{DT_MOB}static/img/mod-{$MODULE[$v][module]}.png" width="24" height="24"/><span>{$MODULE[$v][name]}管理</span></a></li>
|
|
{/loop}
|
|
{if $MG[resume]}
|
|
{loop $MODULE $k $v}
|
|
{if $v[module] == 'job'}<li><a href="{$DT[file_my]}?mid={$k}&status=3&job=resume" rel="external"><img src="{DT_MOB}static/img/mod-resume.png" width="24" height="24"/><span>{$v[name]}简历</span></a></li>{/if}
|
|
{/loop}
|
|
{/if}
|
|
</ul>
|
|
</div>
|
|
{template 'footer'}
|