## Collaboration Server Notification Template ## Type: Document Check-In ## 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_checkin") ############################################################################### ## Macros ## ############################################################################### #macro( presence $user ) #if($imEnabled) #end #end #macro( userprofile $userid $username ) $username #end ############################################################################### ## Body Start ## ############################################################################### #parse ("/plumtree/collab/templates/header.inc")
 ----$document_checkin
#if( $canWebEdit ) #end
${document_unsubscribe}   ---- ${subscriptions_manage}   ---- ${properties}   ---- ${document_checkout}   ----${document_webedit}   ---- 
----
#if( $showAttachments ) #end
${project} ${projectName}----
${folder} ${folderName}----
${name} ${documentName}----
${document_author} #userprofile( ${documentAuthorUserID} ${documentAuthorName} )   #presence( ${documentAuthorEmail} ) ----
${document_checkinuser} #userprofile(${documentCheckInUserID} ${documentCheckInName})  #presence(${documentCheckInEmail})----
${version} ${documentVersion}----
${sent} ${documentCreatedDate}----
${attachments} #foreach ( $attachment in $resolvedattachments ) ---- ${attachment.name} ---- #end
${notification_cause}
${document_checkin_cause}
${documentComments}
----
############################################################################### ## Body End ## ############################################################################### #parse ("/plumtree/collab/templates/footer.inc")