[jboss-cvs] jboss-seam/mail/meldware/calendar.ear/calendarejb.jar/templates ...

Peter Muir peter at bleepbleep.org.uk
Mon Feb 26 20:59:45 EST 2007


  User: pmuir   
  Date: 07/02/26 20:59:44

  Added:       mail/meldware/calendar.ear/calendarejb.jar/templates             
                        Confirmation_HTML.ftl EventCancel_TEXT.ftl
                        BecomeFriend_HTML.ftl EventCancel_HTML.ftl
                        Invite_HTML.ftl Confirmation_TEXT.ftl
                        MeetingPlan_HTML.ftl InviteReschedule_HTML.ftl
                        EventUpdate_HTML.ftl Invite_TEXT.ftl
                        InviteReschedule_TEXT.ftl BecomeFriend_TEXT.ftl
                        EventUpdate_TEXT.ftl
  Log:
  Upgrade to meldware-m7
  
  Revision  Changes    Path
  1.1      date: 2007/02/27 01:59:44;  author: pmuir;  state: Exp;jboss-seam/mail/meldware/calendar.ear/calendarejb.jar/templates/Confirmation_HTML.ftl
  
  Index: Confirmation_HTML.ftl
  ===================================================================
  RSVP for: ${invite.event.title}-##-BODY-##-
  <#setting url_escaping_charset='ISO-8859-1'>
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  <html>
  <head>
    <title>RSVP for ${invite.event.title}</title>
  </head>
  <body>
  <STYLE>TD {font-family: Verdana, Arial, Helvetica}</STYLE>
  <TABLE width="100%" bgcolor="#dadada">
    <tbody>
      <TR>
        <TD colspan="2"><h2 style="font-family : serif;">${invite.user.userName} has <#switch invite.status><#case 0>become TENATIVE<#break><#case 1>ACCEPTED<#break><#case 2>DECLINED<#break><#case 3>CANCELED<#break><#default>UNKNOWN STATE OF MIND</#switch> invitation <#if invite.event.title?exists>for ${invite.event.title} </#if>. </h2></TD>
      </TR>
      <TR>
        <TD width="15%"></TD>
        <TD>
          <TABLE bgcolor="#ffffff" width="100%" border="2" style="border-style : solid;">
  	  <TR>
          <TD  style="border-style : hidden;">Location:</TD>
          <TD bgcolor="#ffffff"><#if invite.event.location?exists>${invite.event.location}</#if></TD>
        </TR>
  	  <TR>
          <TD  style="border-style : hidden;">Start:</TD>
          <TD bgcolor="#ffffff">${invite.event.startDate}</TD>
        </TR>
  	  <TR>
          <TD  style="border-style : hidden;">End:</TD>
          <TD bgcolor="#ffffff">${invite.event.endDate}</TD>
        </TR>
        <#if invite.event.note?exists>
  	  <TR>
          <TD colspan="2" bgcolor="#ffffff">${invite.event.note}</TD>
        </TR>
        </#if>
  	</TABLE>
        </TD>
      </TR>
    </tbody>
  </TABLE>
  </body>
  </html>
  
  
  1.1      date: 2007/02/27 01:59:44;  author: pmuir;  state: Exp;jboss-seam/mail/meldware/calendar.ear/calendarejb.jar/templates/EventCancel_TEXT.ftl
  
  Index: EventCancel_TEXT.ftl
  ===================================================================
  Event ${meeting.title} cancelled.-##-BODY-##-
  <#setting url_escaping_charset='ISO-8859-1'>
  Hi,
  
  Event<#if meeting.title?exists> titled ${meeting.title}</#if> has been canceled.
  
  
  1.1      date: 2007/02/27 01:59:44;  author: pmuir;  state: Exp;jboss-seam/mail/meldware/calendar.ear/calendarejb.jar/templates/BecomeFriend_HTML.ftl
  
  Index: BecomeFriend_HTML.ftl
  ===================================================================
  You got a Friend!-##-BODY-##-
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  <html>
  <body>
  <STYLE>TD {font-family: Verdana, Arial, Helvetica}</STYLE>
  <TABLE width="100%" bgcolor="#6487dc">
    <tbody>
      <TR>
        <TD colspan="2">
        Hi ${toUser}, ${fromUser} added you as a contact.
        </TD>
      </TR>
      <TR>
        <TD width="15%"></TD>
        <TD>
          <TABLE bgcolor="#d9e3ff" width="100%" border="2" style="border-style : solid;">
  	      <TR>
  	        <TD colspan="2" style="border-style : hidden;">
                Click <A href="${serverURL}/secured/FriendSearch.do?search=${fromUser}" target=_blank>here</A> to add ${fromUser} as your contact.
              </TD>
            </TR>
      	</TABLE>
        </TD>
      </TR>
    </tbody>
  </TABLE>
  </body>
  </html>
  
  
  1.1      date: 2007/02/27 01:59:44;  author: pmuir;  state: Exp;jboss-seam/mail/meldware/calendar.ear/calendarejb.jar/templates/EventCancel_HTML.ftl
  
  Index: EventCancel_HTML.ftl
  ===================================================================
  Event ${meeting.title} cancelled.-##-BODY-##-
  <#setting url_escaping_charset='ISO-8859-1'>
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  <html>
  <head>
    <#if meeting.title?exists>
      <title>Event ${meeting.title} cancelled.</title>
    </#if>
  </head>
  <body>
  <STYLE>TD {font-family: Verdana, Arial, Helvetica}</STYLE>
  <TABLE width="100%" bgcolor="#ff0000">
    <tbody>
      <TR>
        <TD colspan="2">
        <#if meeting.title?exists><h2 style="font-family : serif;">Event ${meeting.title} cancelled.</h2></#if>
        </TD>
      </TR>
      <TR>
        <TD width="15%"></TD>
        <TD>
          <TABLE bgcolor="#ffbbbb" width="100%" border="2" style="border-style : solid;">
  	  <TR>
              <TD  style="border-style : hidden;">Organizer:</TD>
              <TD bgcolor="#ffffff">
                <#if meeting.organizer?exists>
                  <#list meeting.organizer as organizer>
                  ${organizer.userName}<br/>
                  </#list>
                </#if>
              </TD>
            </TR>
  	  <TR>
              <TD  style="border-style : hidden;">Location:</TD>
              <TD bgcolor="#ffffff"><#if meeting.location?exists>${meeting.location}</#if></TD>
            </TR>
  	  <TR>
              <TD  style="border-style : hidden;">Start:</TD>
              <TD bgcolor="#ffffff">${meeting.startDate}</TD>
            </TR>
  	  <TR>
              <TD  style="border-style : hidden;">End:</TD>
              <TD bgcolor="#ffffff">${meeting.endDate}</TD>
        </TR>
        <#if meeting.note?exists>
  	  <TR>
              <TD colspan="2" bgcolor="#ffffff">${meeting.note}</TD>
        </TR>
        </#if>
  	</TABLE>
        </TD>
      </TR>
    </tbody>
  </TABLE>
  </body>
  </html>
  
  
  
  1.1      date: 2007/02/27 01:59:44;  author: pmuir;  state: Exp;jboss-seam/mail/meldware/calendar.ear/calendarejb.jar/templates/Invite_HTML.ftl
  
  Index: Invite_HTML.ftl
  ===================================================================
  Invitation for: "${invite.event.title}"-##-BODY-##-
  <#setting url_escaping_charset='ISO-8859-1'>
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  <html>
  <head>
    <#if invite.event.title?exists>
      <title>Invitation for: ${invite.event.title}</title>
    </#if>
  </head>
  <body>
  <STYLE>TD {font-family: Verdana, Arial, Helvetica}</STYLE>
  <TABLE width="100%" bgcolor="#6487dc">
    <tbody>
      <TR>
        <TD colspan="2">
        <#if invite.event.title?exists><h2 style="font-family : serif;">Invitation for: ${invite.event.title}</h2></#if>
        </TD>
      </TR>
      <TR>
        <TD width="15%"></TD>
        <TD>
          <TABLE bgcolor="#d9e3ff" width="100%" border="2" style="border-style : solid;">
  	  <TR>
              <TD  style="border-style : hidden;">Organizer:</TD>
              <TD bgcolor="#ffffff">
                <#if invite.event.organizer?exists>
                  <#list invite.event.organizer as organizer>
                  ${organizer.userName}<br/>
                  </#list>
                </#if>
              </TD>
            </TR>
  	  <TR>
              <TD  style="border-style : hidden;">Location:</TD>
              <TD bgcolor="#ffffff"><#if invite.event.location?exists>${invite.event.location}</#if></TD>
        </TR>
  	  <TR>
              <TD  style="border-style : hidden;">Start:</TD>
              <TD bgcolor="#ffffff">${invite.event.startDate}</TD>
        </TR>
  	  <TR>
              <TD  style="border-style : hidden;">End:</TD>
              <TD bgcolor="#ffffff">${invite.event.endDate}</TD>
        </TR>
            <#if invite.event.note?exists>
  	  <TR>
              <TD colspan="2" bgcolor="#ffffff"><#if invite.event.note?exists>${invite.event.note}</#if></TD>
        </TR>
            </#if>
  	  <TR>
  	    <TD colspan="2" style="border-style : hidden;">
  	    	 <A href="mailto:ACCEPT.${InviteUID?url}.${calendarAcct}?subject=ACCEPT%20${invite.event.title?url}&X-CAL-Action=Accept&X-CAL-InviteUID=${InviteUID?url}&body=Accept!" target=_blank>Accept</A>
  	         <A href="mailto:DECLINE.${InviteUID?url}.${calendarAcct}?subject=DECLINE%20${invite.event.title?url}&X-CAL-Action=Decline&X-CAL-InviteUID=${InviteUID?url}&body=Not%0D%0AGoing!" target=_blank>Decline</A>
          </TD>
        </TR>
  	</TABLE>
        </TD>
      </TR>
    </tbody>
  </TABLE>
  </body>
  </html>
  
  
  1.1      date: 2007/02/27 01:59:44;  author: pmuir;  state: Exp;jboss-seam/mail/meldware/calendar.ear/calendarejb.jar/templates/Confirmation_TEXT.ftl
  
  Index: Confirmation_TEXT.ftl
  ===================================================================
  RSVP for: ${invite.event.title}-##-BODY-##-
  <#setting url_escaping_charset='ISO-8859-1'>
  User ${invite.user.userName} has <#switch invite.status><#case 0>become TENATIVE<#break><#case 1>ACCEPTED<#break><#case 2>DECLINED<#break><#case 3>CANCELED<#break><#default>UNKNOWN STATE OF MIND</#switch> invitation <#if invite.event.title?exists>for ${invite.event.title} </#if>.
  
  
  1.1      date: 2007/02/27 01:59:44;  author: pmuir;  state: Exp;jboss-seam/mail/meldware/calendar.ear/calendarejb.jar/templates/MeetingPlan_HTML.ftl
  
  Index: MeetingPlan_HTML.ftl
  ===================================================================
  Available plans for meeting: ${title}-##-BODY-##-
  <#setting url_escaping_charset='ISO-8859-1'>
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  <html>
  <body>
  <STYLE>TD {font-family: Verdana, Arial, Helvetica}</STYLE>
  <TABLE width="100%">
    <tbody>
      <TR>
        <TH>Click on a proposal to schedule event:<#if title?has_content>${title}<#else>Unknown</#if></TH>
      </TR>
      <#list planedEvents as event>
      <TR>
        <TD>
        <#assign acctAlias = "start=" + event.startDate?string(calDateFormat) + ".end=" + event.endDate?string(calDateFormat) + "." + calendarAcct>
        <A href="mailto:SCHEDULE.${acctAlias?url}<#list invites as invited>%2C%20${invited}</#list>?subject=<#if event.title?has_content>${event.title?url}<#else>Enter Title</#if>&body=<#if event.note?has_content>${event.note?url}<#else>Enter Note</#if>" target=_blank>
        ${event.startDate?string("yyyy-MM-dd HH:mm")} - ${event.endDate?string("HH:mm")}
        </A>
        </TD>
      </TR>
      </#list> 
    </tbody>
  </TABLE>
  </body>
  </html>
  
  
  1.1      date: 2007/02/27 01:59:44;  author: pmuir;  state: Exp;jboss-seam/mail/meldware/calendar.ear/calendarejb.jar/templates/InviteReschedule_HTML.ftl
  
  Index: InviteReschedule_HTML.ftl
  ===================================================================
  Event "${meeting.title}" rescheduled-##-BODY-##-
  <#setting url_escaping_charset='ISO-8859-1'>
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  <html>
  <head>
    <#if meeting.title?exists>
      <title>Event ${meeting.title} changed.</title>
    </#if>
  </head>
  <body>
  <STYLE>TD {font-family: Verdana, Arial, Helvetica}</STYLE>
  <TABLE width="100%" bgcolor="#59dc66">
    <tbody>
      <TR>
        <TD colspan="2">
        <#if meeting.title?exists><h2 style="font-family : serif;">Event "${meeting.title}" rescheduled.</h2></#if>
        </TD>
      </TR>
      <TR>
        <TD width="15%"></TD>
        <TD>
          <TABLE bgcolor="#baffb1" width="100%" border="2" style="border-style : solid;">
  	  <TR>
              <TD  style="border-style : hidden;">Organizer:</TD>
              <TD bgcolor="#ffffff">
                <#if meeting.organizer?exists>
                  <#list meeting.organizer as organizer>
                  ${organizer.userName}<br/>
                  </#list>
                </#if>
              </TD>
            </TR>
  	  <TR>
              <TD  style="border-style : hidden;">Location:</TD>
              <TD bgcolor="#ffffff"><#if meeting.location?exists>${meeting.location}</#if></TD>
            </TR>
  	  <TR>
              <TD  style="border-style : hidden;">Start:</TD>
              <TD bgcolor="#ffffff">${meeting.startDate}</TD>
            </TR>
  	  <TR>
              <TD  style="border-style : hidden;">End:</TD>
              <TD bgcolor="#ffffff">${meeting.endDate}</TD>
            </TR>
            <#if meeting.note?exists>
  	  <TR>
              <TD colspan="2" bgcolor="#ffffff">${meeting.note}</TD>
            </TR>
            </#if>
  	  <TR>
  	    <TD colspan="2" style="border-style : hidden;">
  	         <A href="mailto:ACCEPT.${InviteUID?url}.${calendarAcct}?subject=ACCEPT%20${meeting.title?url}&X-CAL-Action=Accept&X-CAL-InviteUID=${InviteUID?url}&body=Accept!" target=_blank>Accept</A>
  	         <A href="mailto:DECLINE.${InviteUID?url}.${calendarAcct}?subject=DECLINE%20${meeting.title?url}&X-CAL-Action=Decline&X-CAL-InviteUID=${InviteUID?url}&body=Not%0D%0AGoing!" target=_blank>Decline</A>
          </TD>
        </TR>
  	</TABLE>
        </TD>
      </TR>
    </tbody>
  </TABLE>
  </body>
  </html>
  
  
  
  1.1      date: 2007/02/27 01:59:44;  author: pmuir;  state: Exp;jboss-seam/mail/meldware/calendar.ear/calendarejb.jar/templates/EventUpdate_HTML.ftl
  
  Index: EventUpdate_HTML.ftl
  ===================================================================
  Event "${meeting.title}" changed-##-BODY-##-
  <#setting url_escaping_charset='ISO-8859-1'>
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  <html>
  <head>
    <#if meeting.title?exists>
      <title>Event ${meeting.title} changed.</title>
    </#if>
  </head>
  <body>
  <STYLE>TD {font-family: Verdana, Arial, Helvetica}</STYLE>
  <TABLE width="100%" bgcolor="#59dc66">
    <tbody>
      <TR>
        <TD colspan="2">
        <#if meeting.title?exists><h2 style="font-family : serif;">Event ${meeting.title} changed.</h2></#if>
        </TD>
      </TR>
      <TR>
        <TD width="15%"></TD>
        <TD>
          <TABLE bgcolor="#baffb1" width="100%" border="2" style="border-style : solid;">
  	  <TR>
              <TD  style="border-style : hidden;">Organizer:</TD>
              <TD bgcolor="#ffffff">
                <#if meeting.organizer?exists>
                  <#list meeting.organizer as organizer>
                  ${organizer.userName}<br/>
                  </#list>
                </#if>
              </TD>
            </TR>
  	  <TR>
              <TD  style="border-style : hidden;">Location:</TD>
              <TD bgcolor="#ffffff"><#if meeting.location?exists>${meeting.location}</#if></TD>
            </TR>
  	  <TR>
              <TD  style="border-style : hidden;">Start:</TD>
              <TD bgcolor="#ffffff">${meeting.startDate}</TD>
            </TR>
  	  <TR>
              <TD  style="border-style : hidden;">End:</TD>
              <TD bgcolor="#ffffff">${meeting.endDate}</TD>
            </TR>
            <#if meeting.note?exists>
  	  <TR>
              <TD colspan="2" bgcolor="#ffffff">${meeting.note}</TD>
            </TR>
            </#if>
  	  <TR>
  	    <TD colspan="2" style="border-style : hidden;">
  	         <A href="mailto:ACCEPT.${InviteUID?url}.${calendarAcct}?subject=ACCEPT%20${meeting.title?url}&X-CAL-Action=Accept&X-CAL-InviteUID=${InviteUID?url}&body=Accept!" target=_blank>Accept</A>
  	         <A href="mailto:DECLINE.${InviteUID?url}.${calendarAcct}?subject=DECLINE%20${meeting.title?url}&X-CAL-Action=Decline&X-CAL-InviteUID=${InviteUID?url}&body=Not%0D%0AGoing!" target=_blank>Decline</A>
              </TD>
            </TR>
  	</TABLE>
        </TD>
      </TR>
    </tbody>
  </TABLE>
  </body>
  </html>
  
  
  
  1.1      date: 2007/02/27 01:59:44;  author: pmuir;  state: Exp;jboss-seam/mail/meldware/calendar.ear/calendarejb.jar/templates/Invite_TEXT.ftl
  
  Index: Invite_TEXT.ftl
  ===================================================================
  Invitation for: "${invite.event.title}"-##-BODY-##-
  <#setting url_escaping_charset='ISO-8859-1'>
  Hi ${invite.user.userName}
  
  You are invited <#if invite.event.title?exists>for ${invite.event.title} </#if>	<#if invite.event.location?exists>at ${invite.event.location}</#if>.
  The event is from ${invite.event.startDate} until ${invite.event.endDate}.
  <#if invite.event.organizer?exists>
  Organized by <#list invite.event.organizer as organizer>${organizer.userName} </#list>. 
  </#if>
  
  
  
  1.1      date: 2007/02/27 01:59:44;  author: pmuir;  state: Exp;jboss-seam/mail/meldware/calendar.ear/calendarejb.jar/templates/InviteReschedule_TEXT.ftl
  
  Index: InviteReschedule_TEXT.ftl
  ===================================================================
  Event "${meeting.title}" rescheduled-##-BODY-##-
  <#setting url_escaping_charset='ISO-8859-1'>
  Hi,
  
  Your inviation has changed<#if meeting.title?exists> for ${meeting.title}</#if>.
  
  
  1.1      date: 2007/02/27 01:59:44;  author: pmuir;  state: Exp;jboss-seam/mail/meldware/calendar.ear/calendarejb.jar/templates/BecomeFriend_TEXT.ftl
  
  Index: BecomeFriend_TEXT.ftl
  ===================================================================
  You got a Friend!-##-BODY-##-Hi ${toUser}
  
  ${fromUser} added you as a contact. To add ${fromUser} as your contact go to ${serverURL}/secured/FriendSearch.do?search=${fromUser}.
  
  
  1.1      date: 2007/02/27 01:59:44;  author: pmuir;  state: Exp;jboss-seam/mail/meldware/calendar.ear/calendarejb.jar/templates/EventUpdate_TEXT.ftl
  
  Index: EventUpdate_TEXT.ftl
  ===================================================================
  Event "${meeting.title}" changed-##-BODY-##-
  <#setting url_escaping_charset='ISO-8859-1'>
  Hi,
  
  Your inviation has changed<#if meeting.title?exists> for ${meeting.title}</#if>.
  
  



More information about the jboss-cvs-commits mailing list