65 lines
3.3 KiB
HTML
65 lines
3.3 KiB
HTML
<div id="header">
|
|
<div id="headerInner">
|
|
<vt:if var="org.org_logo" value="" compare="!="> <a href="/"><img src="{$orgPath}{$org.org_logo}" class="logo" /></a> </vt:if>
|
|
<div class="topright">
|
|
<div class="phone right-div" type="phone"><a href="/mobi.cshtm" ><span class="iconphone" style="font-size:14px"></span>手机端</a></div>
|
|
<div id="qrcode" type="phone" style="display:none"> <a href="/mobi.cshtm" ><img src="data:image/JPG;base64,{$org.Org_Qrcode}"/></a>
|
|
<div>手机扫描二维码</div>
|
|
<em></em> </div>
|
|
<div class="right-div">|</div>
|
|
<div class="accoutbox right-div">
|
|
<vt:if var="Account.ac_id" value="1" compare="<"> <a href="/student/index.ashx" target="_blank">登录</a> <a href="/student/Register.ashx" target="_blank">注册</a>
|
|
<vt:else/>
|
|
<!--学员登录后的效果-->
|
|
<div class="accTarget" type="acc">
|
|
<div class="accPhoto"> <a href="/student/panel.ashx">
|
|
<vt:if var="Account.ac_photo" value="" compare="="> <img src="/Utility/images/head1.jpg" width="20"/>
|
|
<vt:else/>
|
|
<img src="{$stpath}{$:#.Account.Ac_photo}" default="/Utility/images/head1.jpg"/> </vt:if>
|
|
</a> </div>
|
|
<a href="/student/panel.ashx"> {$Account.Ac_name}</a><i class="icon-select-down"></i> </div>
|
|
<!--学员菜单-->
|
|
<dl class="accMenu" type="acc">
|
|
<dd><a href="../student/panel.ashx">个人管理中心</a></dd>
|
|
<vt:if var="Account.Ac_IsTeacher" value="true" compare="=">
|
|
<vt:if var="Teacher.Th_IsPass" value="true" compare="=">
|
|
<dd><a href="../teacher/panel.ashx">进入教学管理</a></dd>
|
|
<vt:else/>
|
|
<dd><a href="../teacher/Register.ashx?step=3">教师审核中...</a></dd>
|
|
</vt:if>
|
|
<vt:else/>
|
|
<dd><a href="../teacher/index.ashx">我要开课</a></dd>
|
|
</vt:if>
|
|
<vt:if var="wremove" value="false" compare="=">
|
|
<dd><a href="../student/panel.ashx">余额:{$Account.Ac_money format="0.0"}元</a></dd>
|
|
</vt:if>
|
|
<dd><a href="../student/Logout.ashx">退出登录</a></dd>
|
|
</dl>
|
|
</vt:if>
|
|
</div>
|
|
</div>
|
|
<div class="headerCenter">
|
|
<form class="searchBox" action="/Courses.ashx" method="get">
|
|
<input name="search" type="text" class="seacInput" id="search" nullable='false' star='false' def="搜索课程"/>
|
|
<div class="searbtn" verify='true'> <span class="iconfont"></span> </div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<div class="menubBar">
|
|
<dl overClass="overMenu">
|
|
<vt:function var="menu" method="Navi" args="main" args="0" />
|
|
<vt:foreach from="$#.menu" item="m" index="i">
|
|
<dd>
|
|
<vt:if var="m.nav_isbold" value="true" compare="=">
|
|
<a href="{$:m.nav_url}" target="{$:m.nav_target}" title="{$:m.nav_title}" style="color: {$:m.nav_color};font-family: {$:m.nav_font};font-weight: bold;">
|
|
|
|
<vt:else />
|
|
<a href="{$:m.nav_url}" target="{$:m.nav_target}" title="{$:m.nav_title}" style="color: {$:m.nav_color};font-family: {$:m.nav_font};">
|
|
</vt:if> {$:m.nav_name}
|
|
</a> </dd>
|
|
</vt:foreach>
|
|
|
|
</dl>
|
|
</div>
|
|
</div>
|