<% if (objectDrawn == "organizationalunits") { %> <% } else if (objectDrawn == "partitions" || objectDrawn == "resources") { %> <% } else { %> <% if (objectDrawn == "groups") { %> <% } else if (objectDrawn == "users") { %> <% } else { %> <% } %> <% } %> <% for (var cnt = 0; cnt < listOfObjects.length; cnt++) { var checkBoxID = "checkbox_" + objectDrawn + cnt; var rowID = "row_" + cnt; var checked = listOfObjects[cnt].checked;%> selected <% } %>" id="<%= rowID %>" data-id="<%=listOfObjects[cnt].name %>"> <% if (objectDrawn == "resources") { %> <% } else { %> <% } %> <% if (objectDrawn == "groups" || objectDrawn == "users") { %> <% } else if (objectDrawn == "partitions" || objectDrawn == "resources") { %> <% } if (objectDrawn != "partitions" && objectDrawn != "resources") { %> <% } if (objectDrawn != "partitions" && objectDrawn != "organizationalunits" && objectDrawn != "resources") { %> <% } %> <% } %>
<%= i18n.headers.name %> <%= i18n.headers.userPartition %><%= i18n.headers.name %> <%= i18n.headers.description %><%= i18n.headers.groupid %><%= i18n.headers.userid %><%= i18n.headers.name %><%= i18n.headers.displayName %> <%= i18n.headers.userPartition %> <%= i18n.headers.location %>
checked="checked"<% } %> ><%=listOfObjects[cnt].resourceName %><%=listOfObjects[cnt].name%><%=listOfObjects[cnt].displayName%><%=listOfObjects[cnt].description %><%=listOfObjects[cnt].userPartition%><%=listOfObjects[cnt].locationString%>