To change the default main pages of the projects on your site, edit the project_home.vm file.
Object | Description |
---|---|
projectData | The object that contains the information about the project. It implements the interface com.collabnet.ce.customization.IProjectData. |
adminList | The list of project administrators. Each object of the list implements the interface com.collabnet.customization.IUserRow. |
memberList | The list of project members. Each object of the list implements the interface com.collabnet.customation.IUserRow. |
projectMember | A flag that indicates that the user is a member of the project. |
joinProjectButton | The button that contains the link to the Join Project page. It returns a com.collabnet.ce.customization.widgets.Button. |
useCustomHomePage | A flag that indicates that the page shows the Wiki Home page instead of the standard Home page. |
customHomePage | The html that displays as the Project Home page. |
editCustomHomePageButton | The button that is used to edit the custom Home page. It returns a com.collabnet.ce.customization.widgets.Button. |
projectAdmin | A flag that indicates whether or not the current user is a Project Admin. |
useCustomProjectLogo | A flag that indicates that the Wiki project logo image will be used instead of the standard project logo. |
customLogoPathString | The url from where the custom project logo image can be loaded. |