added email notifications
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerSocial@68593 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
312ee9a83a
commit
04bff11cee
|
@ -1,34 +0,0 @@
|
|||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Pet Store Sale!</TITLE>
|
||||
</HEAD>
|
||||
|
||||
|
||||
<BODY>
|
||||
<CENTER>
|
||||
<B>$petList.size() Pets on Sale!</B>
|
||||
|
||||
<BR/>
|
||||
This is an email generated by velocity
|
||||
<BR/>
|
||||
This month only, choose from :
|
||||
|
||||
#set( $count = 1 )
|
||||
<TABLE>
|
||||
#foreach( $pet in $petList )
|
||||
<TR>
|
||||
<TD>$count)</TD>
|
||||
<TD>$pet.name</TD>
|
||||
<TD>$pet.price</TD>
|
||||
</TR>
|
||||
#set( $count = $count + 1 )
|
||||
#end
|
||||
</TABLE>
|
||||
|
||||
<I>Call Today!</I>
|
||||
Bests <br>
|
||||
www.java2s.com
|
||||
</CENTER>
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
Loading…
Reference in New Issue