<% var tableID = "userGroupList" + urlsuffix; var headerID = i18n.licenseeScreen.userID; if (urlsuffix == "groups") { headerID = i18n.licenseeScreen.groupID; } else if (urlsuffix == "partitions") { headerID = i18n.licenseeScreen.partitionID; } var actionBarWidth = "17%"; var normalBarWidth = "16%"; %> <% if (urlsuffix == "users") { %> <% } else if (urlsuffix == "groups") { %> <% } else if (urlsuffix == "partitions") { %> <% } %> <% for (var cnt = 0; cnt < userGroupList.length; cnt++) { var objectEntry = userGroupList[cnt]; %> <% var checked = userGroupList[cnt].checked; var spanType = "partitions-icon-nonsync"; if (objectEntry.oTOriginalDN) spanType = "partitions-icon-sync"; var checkBoxName = "checkbox_" + urlsuffix + cnt; %> <% } %>
<%= i18n.licenseeScreen.userName %><%= i18n.licenseeScreen.groupName %><%= i18n.licenseeScreen.partitionName %><%= headerID %> <%= i18n.licenseeScreen.displayName %> <%= i18n.licenseeScreen.userpartition %> <%= i18n.licenseeScreen.location %> <%= i18n.licenseeScreen.moreActions %>
checked="checked"<% } %>> <%= objectEntry.name %> <%= otdsCommon.replaceHTMLCharacters (objectEntry.attributes.id) %> <%= objectEntry.displayName %> <%= objectEntry.userPartitionID %> <%= objectEntry.locationString %> <%= i18n.licenseeScreen.moreActions %>
    <% if (originalurlsuffix != "licenseesreservation") { %>
  • <%= i18n.licenseeScreen.deallocate %>
  • <% } %> <% if (originalurlsuffix == "licenseesreservation") { %>
  • <%= i18n.licenseeScreen.revoke %>
  • <% } %>