<%
final Object o = request.getAttribute("reorderSections");
final boolean reorder = o != null && ((Boolean) o).booleanValue();
%>
<% if (reorder) {%>
<% } %>
article<%= sindex %>
dragableBox="true"<% } %> id="<%= articleId %>">
|
|
<% if (reorder) {%>
<% } %>
Welcome
This application has not yet been configured. To do so please log in with a user that has management priveledges, and start creating contents.
Remember that you cad define which users have management roles in your build.properties file.