7/15/2019

چرخه پیام در 137

An error occurred while processing the template.
Unable to parse Velocity template
1<table 
2 
3#if($locale.getLanguage().equalsIgnoreCase("en")) 
4dir="ltr" 
5#else if ($locale.getLanguage().equalsIgnoreCase("fa") 
6 
7cellspacing="0" CELLPADDING="0" style="background-color:#f5f5f5;border:solid 1px silver" align="center"> 
8 <td  valign="top" style="padding:3px;text-indent:10px; text-align:justify; 
9                        font-family: tahoma; font-size: 11px; line-height: 18px"> 
10<div style="font-weight:bold">$titr.getData()</div> 
11<div>$txt.getData()</div> 
12</td> 
13<td valign="center"> 
14<img src="$img.getData()" width="279" height="197"> 
15</td> 
16</tr> 
17</table>