$page.setTitle( "Continuum - Project View: Continuum Web" ) #if ( $data.user ) #set ( $c1user = $continuum.getUser( $data.user.userId ) ) #else #set ( $c1user = $continuum.security.getGuestUser() ) #end
#if ( $continuum.security.isAuthorized( $c1user, "showProject" ) )

Info #set ( $buildsLink = $link.setPage('ProjectBuilds.vm').addPathInfo('view', "ProjectBuilds").addPathInfo('id', $item.id) ) Builds #if ( $item.state == 10 || $item.state == 2 || $item.state == 3 || $item.state == 4 || $item.state == 6 ) #set ( $workingCopy = $link.setPage('WorkingCopy.vm').addPathInfo('view', "WorkingCopy").addPathInfo('id', $item.id) ) Working Copy #end

#end

$i18n.getString( $form.view.titleKey )

$i18n.getString( "project.name.label" ) $item.name
$i18n.getString( "projectScmUrl.label" ) $item.scmUrl
$i18n.getString( "project.version.label" ) $item.version
$i18n.getString( "project.group.label" ) $item.projectGroup.name
#if ( $continuum.security.isAuthorized( $c1user, "editProject" ) )
#end

$i18n.getString( "project.buildDefinitions.label" )

#foreach ( $buildDefinition in $project.buildDefinitions ) #end
Goals Arguments POM File Profile Schedule From  
$!buildDefinition.goals $!buildDefinition.arguments $!buildDefinition.buildFile #if ( $buildDefinition.profile ) $buildDefinition.profile.name #else DEFAULT #end #if ( $buildDefinition.schedule ) $buildDefinition.schedule.name #else NONE #end Project #if ( $continuum.security.isAuthorized( $c1user, "buildProject" ) ) #set ( $buildNowLink = $link.addPathInfo('action', 'cam').addPathInfo('cid','buildProjectWithBuildDefinition').addPathInfo('id', $item.id).addPathInfo('buildDefinitionId', $buildDefinition.id) ) Build Now #else Build Now #end #if ( $continuum.security.isAuthorized( $c1user, "editBuildDefinition" ) ) #set ( $buildDefinitionLink = $link.setPage('BuildDefinition.vm').addPathInfo('view','BuildDefinition').addPathInfo('buildDefinitionId', $buildDefinition.id).addPathInfo('id', $item.id) ) Edit #else Edit #end #if ( $continuum.security.isAuthorized( $c1user, "deleteBuildDefinition" ) ) #set ( $deleteBuildDefinitionLink = $link.setPage('DeleteBuildDefinition.vm').addPathInfo('buildDefinitionId', $buildDefinition.id).addPathInfo('id', $item.id).addPathInfo('executorId', $item.executorId) ) Delete #else Delete #end
#if ( $continuum.security.isAuthorized( $c1user, "addBuildDefinition" ) )
#end #if ( $project.notifiers )

$i18n.getString( "project.notifiers.label" )

#foreach ( $notifier in $project.notifiers ) #if ( $notifier.type == "irc" ) #elseif ( $notifier.type == "mail" ) #elseif ( $notifier.type == "msn" ) #elseif ( $notifier.type == "jabber" ) #end #if ( $notifier.isFromUser() ) #else #end #end
Type Recipient Events From  
IRCMailMSNJabber #if ( $notifier.type == "irc" ) $!{notifier.configuration.host}:$!{notifier.configuration.port}$!{notifier.configuration.channel} #else $!{notifier.configuration.address} #end #if ( !$notifier.isEnabled() ) (DISABLED) #end #if ( $notifier.sendOnSuccess ) Success #end #if ( $notifier.sendOnFailure ) Failures #end #if ( $notifier.sendOnError ) Error #end #if ( $notifier.sendOnWarning ) Warnings #end #if ( $notifier.isFromProject() ) Project #else User #end #if ( $continuum.security.isAuthorized( $c1user, "editNotifier" ) ) #if ( $notifier.type == "irc" ) #set ( $editNotifierLink = $link.setPage('EditIrcNotifier.vm').addPathInfo('view','EditIrcNotifier').addPathInfo('notifierId', $notifier.id).addPathInfo('id', $item.id).addPathInfo('executorId', $item.executorId) ) Edit #elseif ( $notifier.type == "mail" ) #set ( $editNotifierLink = $link.setPage('EditMailNotifier.vm').addPathInfo('view','EditMailNotifier').addPathInfo('notifierId', $notifier.id).addPathInfo('id', $item.id).addPathInfo('executorId', $item.executorId) ) Edit #elseif ( $notifier.type == "msn" ) #set ( $editNotifierLink = $link.setPage('EditMsnNotifier.vm').addPathInfo('view','EditMsnNotifier').addPathInfo('notifierId', $notifier.id).addPathInfo('id', $item.id).addPathInfo('executorId', $item.executorId) ) Edit #elseif ( $notifier.type == "jabber" ) #set ( $editNotifierLink = $link.setPage('EditJabberNotifier.vm').addPathInfo('view','EditJabberNotifier').addPathInfo('notifierId', $notifier.id).addPathInfo('id', $item.id).addPathInfo('executorId', $item.executorId) ) Edit #end #else Edit #end #if ( $continuum.security.isAuthorized( $c1user, "deleteNotifier" ) ) #set ( $deleteNotifierLink = $link.setPage('DeleteNotifier.vm').addPathInfo('notifierId', $notifier.id).addPathInfo('id', $item.id).addPathInfo('executorId', $item.executorId) ) Delete #else Delete #end  
#if ( $continuum.security.isAuthorized( $c1user, "addNotifier" ) )
#end #end #if ( $project.dependencies )

$i18n.getString( "project.dependencies.label" )

#foreach ( $dependency in $project.dependencies ) #end
Name
$!{dependency.groupId}:$!{dependency.artifactId}:$!{dependency.version}
#end #if ( $project.developers )

$i18n.getString( "project.developers.label" )

#foreach ( $developer in $project.developers ) #end
Name Email
#if ( $developer.name ) $developer.name #else $!{developer.id}#end $!{developer.email}
#end