% var tableID = "userGroupList" + urlsuffix; var headerID = i18n.userGroupScreen.userID; if (urlsuffix == "groups") { headerID = i18n.userGroupScreen.groupID; } else if (urlsuffix == "roles") { headerID = i18n.userGroupScreen.roleID; } var actionBarWidth = "17%"; var normalBarWidth = "16%"; if (isRecycle || urlsuffix == "users") { actionBarWidth = "13%"; normalBarWidth = "14%"; } %>
<% if (urlsuffix == "users") { %> | <%= i18n.userGroupScreen.userName %> | <% } else if (urlsuffix == "groups") { %><%= i18n.userGroupScreen.groupName %> | <% } else if (urlsuffix == "roles") { %><%= i18n.userGroupScreen.roleName %> | <% } %><%= headerID %> | <%= i18n.userGroupScreen.displayName %> | <%= i18n.userGroupScreen.userpartition %> | <%= i18n.userGroupScreen.location %> | <% if (isRecycle) { %><%= i18n.userGroupScreen.oTRecycledTimestamp %> | <% } %> <% if (urlsuffix == "users" && !isRecycle) { %><%= i18n.userGroupScreen.oTLastLoginTimestamp %> | <% } %><%= i18n.userGroupScreen.moreActions %> |
---|---|---|---|---|---|---|---|---|---|---|
checked="checked"<% } %>> | <%= objectEntry.name %> | <%= otdsCommon.replaceHTMLCharacters (objectEntry.attributes.id) %> | <%= objectEntry.displayName %> | <%= objectEntry.userPartitionID %> | <%= objectEntry.locationString %> | <% if (isRecycle) { %><%= objectEntry.oTRecycledTimestamp %> | <% } else if (urlsuffix == "users") { %><%= objectEntry.oTLastLoginTimestamp %> | <% } %><%= i18n.userGroupScreen.moreActions %> |