#if($acl.hasPermission("Project - Edit", $currentProject))
#if($currentProject.isGroup())
#set($editURL="/servlets/ProjectGroupEdit?projectGroupID=$currentProject.getID()")
#elseif($currentProject.isCategory())
#set($editURL="/servlets/CategoryEdit?projectGroupId=$currentProject.getID()")
#else
#set($editURL=$currentProject.getProjectPageURL("ProjectEdit"))
#end
Edit this $projectType
#end
#if($currentProject.isCategory() || $currentProject.isGroup())
#if($acl.hasPermission("Project - Associate Project", $currentProject))
#if($currentProject.isGroup())
|
Add Projects to Group |
#elseif($currentProject.isCategory())
|
Add Projects to Category
#end
#end
#end
#if(!$currentProject.isCategory())
#if($loginUser && !$loginUser.isAnonymous())
#if($acl.hasPermission("Role - Request", $currentProject))
#if($myRoles.isEmpty() && $myRequestedRoles.isEmpty())
#set($requestText="Join This $projectType")
#else
#set($requestText="Request New Project Role")
#end
$requestText
#end
#else
If you were
registered
and
logged in,
you could join this project.
#end
#end