Blame view

mobile/source/tmpl/default/blocks/main.html 765 Bytes
a1684257   Administrator   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  <table cellpadding="0" cellspacing="0" border="0" style="width: 100%;background-color:#fff3d8; margin-bottom: 10px;">
  <tr valign="top">
  <td><img src="/source/tmpl/img/pink_top_left.gif" width="10" height="11" alt="" /></td>
  <td style=" width:100%;"><div style="color:#0071bc; font-size: 14px; font-weight: bold;">${title}</div></td><td><img src="/source/tmpl/img/pink_top_right.gif" width="10" height="11" alt="" /></td></tr>
  
  <tr valign="top">
  <td></td>
  <td style="width:100%;">
  ${content}
  </td>
  <td></td>
  </tr>
  
  <tr valign="bottom"><td><img src="/source/tmpl/img/pink_bottom_left.gif" width="10" height="11" alt="" /></td><td style="width:100%;">&nbsp;</td><td><img src="/source/tmpl/img/pink_bottom_right.gif" width="10" height="11" alt="" /></td></tr>
  </table>