|
|
@@ -15,14 +15,14 @@ |
|
|
|
<div class="lr-layout-wrap lr-layout-wrap-notitle" style="padding-top:10px;"> |
|
|
|
<div class="lr-layout-body"> |
|
|
|
<ul class="lr-left-list" id="lr_left_list"> |
|
|
|
<li data-value="1">基本信息</li> |
|
|
|
<li data-value="1" class="active">基本信息</li> |
|
|
|
@*<li data-value="2">联系方式</li>*@ |
|
|
|
<li data-value="3">我的头像</li> |
|
|
|
<li data-value="4">修改密码</li> |
|
|
|
<li data-value="5">我的日志</li> |
|
|
|
@if (ViewBag.UserType == "学生") |
|
|
|
{ |
|
|
|
<li data-value="6">选修流程</li> |
|
|
|
@*<li data-value="6">选修流程</li>*@ |
|
|
|
} |
|
|
|
<li data-value="7">语言设置</li> |
|
|
|
</ul> |
|
|
@@ -687,7 +687,7 @@ |
|
|
|
</div> |
|
|
|
@if (ViewBag.UserType == "学生") |
|
|
|
{ |
|
|
|
<div class="lr-layout-wrap-item " id="lr_layout_item6" style="padding: 10;"> |
|
|
|
@*<div class="lr-layout-wrap-item " id="lr_layout_item6" style="padding: 10;"> |
|
|
|
<center><h3> 西昌民族幼儿师范高等专科学校</h3></center> |
|
|
|
<center> |
|
|
|
<h3> |
|
|
@@ -711,7 +711,7 @@ |
|
|
|
3、选择课只开放三天,三天后自动关闭选课功能,每门选修课记2个选修学分,如果修不够选修学分将会无法毕业。<br /> |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div>*@ |
|
|
|
} |
|
|
|
|
|
|
|
@if (ViewBag.UserType == "学生" || ViewBag.UserType == "教师") |
|
|
@@ -743,8 +743,8 @@ |
|
|
|
$("#headUrl").attr("src", "/LR_OrganizationModule/User/GetImg?userId=" + loginInfo.userId); |
|
|
|
|
|
|
|
if ('@ViewBag.UserType' == '学生') { |
|
|
|
$("#lr_left_list").children('li').eq(4).addClass("active"); |
|
|
|
$('.lr-layout-wrap-item').eq(5).addClass("active"); |
|
|
|
$("#lr_left_list").children('li').eq(0).addClass("active"); |
|
|
|
$('.lr-layout-wrap-item').eq(0).addClass("active"); |
|
|
|
|
|
|
|
} else { |
|
|
|
$("#lr_left_list").children('li').eq(0).addClass("active"); |
|
|
|