## Collaboration Server Notification Template ## Type: Notify Link Notification ## Channel: Email - HTML ############################################################################### ## Required Properties ## ############################################################################### ## content type #set( $contentType = "text/html" ) ## email priority true for high priority #set( $cns_priority = false ) ############################################################################### ## Content ## ############################################################################### ## sets the subject line for the email #if (${showProjectName}) #set( $cns_subject = "$projectName : $objectName : $notifySubject " ) #else #set( $cns_subject = "$objectName : $notifySubject " ) #end ############################################################################### ## Macros ## ############################################################################### #macro( presence $user ) #if($imEnabled) #end #end #macro( userprofile $userid $username ) $username #end ############################################################################### ## Body Start ## ############################################################################### #parse ("/plumtree/collab/templates/header.inc")
 ${objectName}
${subscribe}   ---- ${subscriptions_manage}   ----  
----
#if (${showProjectName}) #end #if( $showAttachments ) #end #if ( $isDiscussion ) #end #if ( $isFolder ) #end
${from} #userprofile( ${notifyUserID} ${notifyUserName} ) #presence( ${notifyEmail} )
${project} ${projectName}----
${nameTitle} ${objectName}----
${attachments} #foreach ( $attachment in $resolvedattachments ) ---- ${attachment.name} ---- #end
${email_discussion}----
${email_folder}----
${sent} ${objectCreatedDate}----
${notifyBody}
----
############################################################################### ## Body End ## ############################################################################### #parse ("/plumtree/collab/templates/footer.inc")