## Collaboration Server Notification Template ## Type: Discussion Topic Post ## 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 : $discussions : $discussionName : ${messageSubject} : $discussion_message_new " ) ############################################################################### ## Macros ## ############################################################################### #macro( presence $user ) #if($imEnabled) #end #end #macro( userprofile $userid $username ) $username #end ############################################################################### ## Body Start ## ############################################################################### #parse ("/plumtree/collab/templates/header.inc")
 ----${discussion_message_new}
${discussion_message_root_post_unsubscribe}   ---- ${subscriptions_manage}   ---- ${reply}   ----  
----
#parse ("/plumtree/collab/templates/attachment.inc")
${project} ${projectName}----
${discussion} ${discussionName}----
${discussion_root_message} ${rootMessageName}----
${subject} ${messageSubject} ----
${discussion_poster} #userprofile(${messageAuthorUserID} ${messageAuthorName}) #presence(${messageAuthorEmail})  ----
${sent} ${messageCreatedDate}----
${notification_cause}
${discussion_topic_post_cause}
${messageBody}
----
############################################################################### ## Body End ## ############################################################################### #parse ("/plumtree/collab/templates/footer.inc")