修改资料页面跳转以及搜索弹出框样式
This commit is contained in:
parent
ffe40b399d
commit
6ea185f250
|
@ -25,15 +25,15 @@
|
|||
</form>
|
||||
|
||||
<div class="navSearchTypeBox" id="navHomepageSearchType">
|
||||
<div class="fl mr15 mt5">
|
||||
<div class="fl mr15 mt8">
|
||||
<input type="radio" value="课程" name="navSearchType" checked/>
|
||||
课程
|
||||
</div>
|
||||
<div class="fl mr15 mt5">
|
||||
<div class="fl mr15 mt8">
|
||||
<input type="radio" value="项目" name="navSearchType" />
|
||||
项目
|
||||
</div>
|
||||
<div class="fl mr15 mt5">
|
||||
<div class="fl mr15 mt8">
|
||||
<input type="radio" value="用户" name="navSearchType" />
|
||||
用户
|
||||
</div>
|
||||
|
@ -48,7 +48,9 @@
|
|||
<li class="homepageProfileMenuIcon">
|
||||
<%= link_to "<div class='mt5 mb8'>#{image_tag(url_to_avatar(User.current),:width =>"40",:height => "40",:alt=>"头像", :id => "nh_user_logo")}</div>".html_safe,user_activities_path(User.current.id)%>
|
||||
<ul class="topnav_login_list">
|
||||
<li><a href="javascript:void(0);" class="menuGrey">修改资料</a> </li>
|
||||
<li>
|
||||
<%= link_to "修改资料", my_account_path, :class => "menuGrey"%>
|
||||
</li>
|
||||
<!--<li><a href="javascript:void(0);" class="menuGrey">账号设置</a> </li>-->
|
||||
<li>
|
||||
<%= link_to "退出",signout_path,:class => "menuGrey",:method => "post"%>
|
||||
|
|
|
@ -16,15 +16,15 @@
|
|||
<a href="javascript:void(0);" class="homepageSearchIcon"></a>
|
||||
</form>
|
||||
<div class="navSearchTypeBox" id="navHomepageSearchType">
|
||||
<div class="fl mr15 mt5">
|
||||
<div class="fl mr15 mt8">
|
||||
<input type="radio" value="课程" name="navSearchType" checked/>
|
||||
课程
|
||||
</div>
|
||||
<div class="fl mr15 mt5">
|
||||
<div class="fl mr15 mt8">
|
||||
<input type="radio" value="项目" name="navSearchType" />
|
||||
项目
|
||||
</div>
|
||||
<div class="fl mr15 mt5">
|
||||
<div class="fl mr15 mt8">
|
||||
<input type="radio" value="用户" name="navSearchType" />
|
||||
用户
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue