-<div id="content">
- <%= render :partial => 'profiles/tabs', :locals => {:selected_tab=>'Alerts'} %>
+<%= render :partial => 'profiles/tabs', :locals => {:selected_tab=>'Alerts'} %>
<% if is_admin? %>
<div class="tabs-panel marginbottom10 admin" id="new_alert_form">
<tr class="even"><td><%= image_tag 'levels/error.png' %></td><td> <%= message('alerts.notes.error') -%></td></tr>
</tbody>
</table>
-</div>
</div>
\ No newline at end of file
</script>
<% end %>
-<div id="content">
+
<div id="comparison-page">
<form method="GET" id="compare-form" action="<%= ApplicationController.root_context -%>/comparison/index">
<input type="hidden" name="sids" id="sids" value="<%= @snapshots.map { |s| s.id.to_s }.join(',') -%>">
}
});
</script>
+ </div>
</th>
- </div>
<%
last_index = @snapshots.size-1
$j('#new_resource').select2("focus");
</script>
</div>
-
+
<div id="version_loading" class="loading" style="height: 16px; margin-top: 5px; display: none"></div>
-
+
<div id="version_div" style="margin-top: 5px; display: none">
<select id="new_version">
</select>
</table>
</form>
</div>
-</div>
}
</style>
<% end %>
-<div id="content">
<form action="<%= ApplicationController.root_context -%>/dependencies/index" id="search_form">
<input type="text" name="search" value="<%= params[:search] -%>" id="search_input"> </input>
<input type="submit" value="<%= message('dependencies.search_library') -%>" id="search_submit"/><br/>
$$('#artifacts_col tr.selected').each(function(item) {item.scrollIntoView(true);});
$$('#versions_col tr.selected').each(function(item) {item.scrollIntoView(true);});
$$('#results_col tr.selected').each(function(item) {item.scrollIntoView(true);});
-</script>
-</div>
\ No newline at end of file
+</script>
\ No newline at end of file
-<div id="content">
<div class="line-block marginbottom10">
<ul style="float: right" class="operations">
<li>
</tbody>
</table>
<br/><br/>
-<% end %>
-</div>
\ No newline at end of file
+<% end %>
\ No newline at end of file
});
}
</script>
-<div id="content">
<%= render :partial => 'profiles/tabs', :locals => {:selected_tab=>'Coding rules'} %>
<% enable_modification = is_admin? %>
var text_area = '<textarea cols="100" id="' + key + '" name="value" rows="10">' + text_field_value + '</textarea><br/>';
$(span_id).replace(text_area);
}
-</script>
-</div>
\ No newline at end of file
+</script>
\ No newline at end of file