83 lines
4.2 KiB
HTML
83 lines
4.2 KiB
HTML
<div id="header" >
|
||
<div id="headerTop">
|
||
<img src="{$orgPath}{$org.org_logo}" class="logo" style="left: 0px;" />
|
||
<vt:serverdata var="DateTime" type="Time" item="today" />
|
||
<div class="topInner">
|
||
<p style="line-height:28px; display: inline-block;">
|
||
欢迎访问{$org.org_platformname}!
|
||
<br>
|
||
今天是{$DateTime format="yyyy年M月d日"} {$week}
|
||
</p>
|
||
<div class="topright">
|
||
<div class="accoutbox right-div">
|
||
<span class="topRighta"> | <a href="#" class="setfav">加入收藏</a> | <a href="#" class="sethome">设为首页</a> </span>
|
||
<vt:if var="Account.ac_id" value="1" compare="<">
|
||
<a href="/student/index.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 />
|
||
</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" style="left:0px;">
|
||
<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 />
|
||
|
||
</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>
|
||
|
||
<form class="searchBox" action="/Courses.ashx" method="get">
|
||
<div class="seacLeft"> </div>
|
||
<input name="search" type="text" class="seacInput" id="search" nullable='false' star='false' def="请填写要检索的信息" />
|
||
<div src="Images/search-bg.png" class="seacbtn" verify='true'></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 class="rootmenu" nid="{$:m.nav_id}">
|
||
<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>
|
||
<dd class="menu phone" type="phone"><a href="/mobi.cshtm"><span class="iconphone" style="font-size:20px"></span>移动学习</a></dd>
|
||
</dl>
|
||
</div>
|
||
</div>
|
||
<div id="qrcode" type="phone" style="display:none"><a href="/mobi.cshtm" ><img src="123.png"/></a>
|
||
<div>手机扫描二维码</div>
|
||
</div>
|
||
|
||
<!--主菜单的下拉菜单-->
|
||
<vt:function var="drop" method="NaviDrop" args="main" args="0" />
|
||
{$drop}
|