<%@include file="../init.jsp"%> <% LinkedHashMap> companyFiles = (LinkedHashMap>) renderRequest .getAttribute("companyPrivateFiles"); pageContext.setAttribute("companyFiles", companyFiles); pageContext.setAttribute("logoURL", renderRequest.getAttribute("companyLogoURL")); String portletURLString = PortalUtil.getCurrentURL(request); RowChecker rowChecker = new RowChecker(renderResponse); String currentUsername = Utils.getCurrentUser(request).getUsername(); GCubeTeam theCompany = (GCubeTeam) request.getAttribute("theCompany"); pageContext.setAttribute("theCompanyName", theCompany.getTeamName()); Group group = (Group) GroupLocalServiceUtil.getGroup(PortalUtil.getScopeGroupId(request)); long currentGroupId = group.getGroupId(); String currentURL = PortalUtil.getCurrentURL(request); %>

${theCompanyName} - Private Repository Content

The repository is empty at the moment.

Repository of

<% FileItem item = (FileItem) pageContext.getAttribute("file"); String iconHTML = IconsManager.getMDIconTextualName(item.getName()).getHtml(); String fullName = ""; fullName = Utils.getUserByUsername(item.getOwner()).getFullname(); String userProfileLink = Utils.getUserProfileLink(item.getOwner()); Date lastUpdated = new Date(item.getLastModificationTime().getTimeInMillis()); pageContext.setAttribute("lastUpdated", lastUpdated); %>
Sel. Name Uploaded by Last Updated (UTC)
<%=iconHTML%> ${file.name} <%=fullName%>

The repository of ${farm.key.name} is empty at the moment.