|
|
|
@ -2,8 +2,8 @@
|
|
|
|
|
|
|
|
|
|
<% if @tags.size > 0 %>
|
|
|
|
|
<% @tags.each do |tag| %>
|
|
|
|
|
<span class="re_tag f_l" style="cursor:<%= container_type == '1' ? 'pointer' :'default' %> " > <%#= link_to tag, :controller => "tags", :action => "index", :q => tag, :object_flag => object_flag, :obj_id => obj.id %>
|
|
|
|
|
<a title="<%= container_type == '1' ? '双击可编辑' : '' %> " ondblclick="rename_tag($(this),'<%= tag %>',<%= obj.id%>,<%= object_flag%>);"><%= tag %></a>
|
|
|
|
|
<span class="re_tag f_l" style="cursor:<%= obj.container_type == 'Course' ? 'pointer' :'default' %> " > <%#= link_to tag, :controller => "tags", :action => "index", :q => tag, :object_flag => object_flag, :obj_id => obj.id %>
|
|
|
|
|
<a title="<%= obj.container_type == 'Course' ? '双击可编辑' : '' %> " ondblclick="rename_tag($(this),'<%= tag %>',<%= obj.id%>,<%= object_flag%>);"><%= tag %></a>
|
|
|
|
|
<!-- 对用户主页 是本人 ,对项目,需求,问题是管理员 -->
|
|
|
|
|
<% case object_flag %>
|
|
|
|
|
<% when '10' %>
|
|
|
|
|