selected <% } %>" id="<%= rowID %>" data-id="<%=listOfObjects[cnt].name %>">
checked="checked"<% } %> > |
<% if (objectDrawn == "resources") { %>
<%=listOfObjects[cnt].resourceName %> |
<% } else { %>
<%=listOfObjects[cnt].name%> |
<% } %>
<% if (objectDrawn == "groups" || objectDrawn == "users") { %>
<%=listOfObjects[cnt].displayName%> |
<% } else if (objectDrawn == "partitions" || objectDrawn == "resources") { %>
<%=listOfObjects[cnt].description %> |
<% }
if (objectDrawn != "partitions" && objectDrawn != "resources") { %>
<%=listOfObjects[cnt].userPartition%> |
<% }
if (objectDrawn != "partitions" && objectDrawn != "organizationalunits" && objectDrawn != "resources") { %>
<%=listOfObjects[cnt].locationString%> |
<% } %>
<% } %>