why.xingtongworld.com项目
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.
 
 
 
 
 

52 lines
2.4 KiB

{layout name="public/layout" /}
<style>
.table>tbody>tr>td, .table>tbody>tr>th{border:none;}
</style>
<h3 class="text-center" style="margin-top:40px;margin-bottom:20px">用户中心</h3>
<div class="text-center"><img src="{$member_list_headpic|get_imgurl=1}" class="img-circle" style="max-width:120px;"/></div>
<br/>
<table class="table" style="width:70%;margin:0px auto 20px;">
<tbody>
<tr>
<th width="96px">昵称:</th>
<td>{$member_list_nickname|default=$member_list_username}</td>
</tr>
<tr>
<th>性别:</th>
<td>{php}$sexs=array("1"=>lang('ProMonkey'),"2"=>lang('ProMM'),"3"=>lang('secrecy'));{/php}{$sexs[$member_list_sex]}</td>
</tr>
<tr>
<th>手机号:</th>
<td>{$member_list_tel|default=""}</td>
</tr>
<tr>
<th>地址:</th>
<td>{$address|default="--"}</td>
</tr>
</tbody>
</table>
<div class="row menus text-center">
<div class="col-xs-4 menu" onclick="window.location.href='{:url('mytg')}'">
<div class="icon"><img src="{$yf_theme_path}/public/img/icon_nav_cell.png" width="42px" alt=""></div>
<h5 class="title">我的托管</h5>
</div>
<div class="col-xs-4 menu" onclick="window.location.href='{:url('notice')}'">
<div class="icon"><img src="{$yf_theme_path}/public/img/icon_nav_dialog.png" width="42px" alt=""></div>
<h5 class="title">系统通知</h5>
</div>
<div class="col-xs-4 menu" onclick="window.location.href='{:url('myact')}'">
<div class="icon"><img src="{$yf_theme_path}/public/img/icon_nav_dialog.png" width="42px" alt=""></div>
<h5 class="title">活动报名</h5>
</div>
{if condition="$user['member_list_groupid'] eq 6"}
<div class="col-xs-4 menu" onclick="window.location.href='{:url('myscore')}'">
<div class="icon"><img src="{$yf_theme_path}/public/img/icon_nav_article.png" width="42px" alt=""></div>
<h5 class="title">专家评分</h5>
</div>
{else}
<div class="col-xs-4 menu" onclick="window.location.href='{:url('jointg')}'">
<div class="icon"><img src="{$yf_theme_path}/public/img/icon_nav_article.png" width="42px" alt=""></div>
<h5 class="title">我要托管</h5>
</div>
{/if}
</div>