parent
91017041ac
commit
e508477e7f
|
@ -79,7 +79,7 @@
|
|||
<%#= submit_tag "全站搜索", :class => "re_schbtn b_lblue",:name => "insite",:id => "insite",:onmouseover => "presscss('insite')",:onmouseout =>"buttoncss()" %>
|
||||
<!--REDO: 权限测试-->
|
||||
<% if User.current.member_of?(@project) %>
|
||||
<input class="blueBtn fr mr5" value="上传资源" onclick="project_files_upload();">
|
||||
<a href="#" class="blue-btn fr mr5" value="上传资源" onclick="project_files_upload();">上传资源</a>
|
||||
<%= link_to("导入资源", import_resources_user_path(User.current, :type => 6, :project_id => @project.id), :class => "blue-btn fr mr5", :remote => true) %>
|
||||
<!--<input class="blueBtn fr mr5" value="导入资源" onclick="project_files_import();">-->
|
||||
<% end %>
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
<% message.update_attribute(:viewed, true)%>
|
||||
</div>
|
||||
<% end %>
|
||||
<div class="homepageRightBanner" style="border-bottom:2px solid #ddd;">
|
||||
<div class="polls_head" style="color:red; font-size:17px;"> 提示: 您尚未完善您的基本资料,完善后可使用更多功能</div>
|
||||
<div class="alert alert-orange mb10 mt10" >
|
||||
<div > 提示: 您尚未完善您的基本资料,完善后可使用更多功能</div>
|
||||
</div>
|
||||
<% end %>
|
||||
<div id="RSide" style="margin-left:0px; margin-bottom:0px; width:728px;">
|
||||
|
|
Loading…
Reference in New Issue