## Collaboration Server Notification Template ## Type: Document Creation ## 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 #set( $cns_subject = "$projectName : $documents : $documentName : $document_new_checkin" ) ############################################################################### ## Macros ## ############################################################################### #macro( presence $user ) #if($imEnabled) #end #end #macro( userprofile $userid $username ) $username #end ############################################################################### ## Body Start ## ############################################################################### #parse ("/plumtree/collab/templates/header.inc")
 ----$document_new_checkin
#if( $canWebEdit ) #end
${document_creation_unsubscribe}   ---- ${subscribe_document}   ---- ${subscriptions_manage}   ---- ${properties}   ---- ${document_checkout}   ----${document_webedit}   ---- 
----
${project} ${projectName}----
${folder} ${folderName}----
${name} ${documentName}----
${document_checkinuser} #userprofile(${creatorUserID} ${creatorName}) #presence(${creatorEmail})----
${document_version} ${documentVersion}----
${sent} ${messageCreatedDate}----
${notification_cause}
${document_creation_cause}
${documentComments}
----
############################################################################### ## Body End ## ############################################################################### #parse ("/plumtree/collab/templates/footer.inc")