~eventum-developers/eventum/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{include file="header.tpl.html"}

<form>
<table align="center" width="100%" cellpadding="3">
  <tr>
    <td>
      <table width="100%" cellspacing="1" cellpadding="2" border="0">
        <tr>
          <td class="default">
            <b>{t}View Email Raw Headers{/t}</b>
          </td>
        </tr>
        <tr>
          <td bgcolor="{$cell_color}" align="center">
            <input type="button" class="button" value="{t}Close{/t}" onClick="javascript:window.close();">
          </td>
        </tr>
        <tr>
          <td bgcolor="{$light_color}" class="default">
            {$headers|escape:"html"|replace:"\t":"&nbsp;&nbsp;"|nl2br}
          </td>
        </tr>
        <tr>
          <td bgcolor="{$cell_color}" align="center">
            <input type="button" class="button" value="{t}Close{/t}" onClick="javascript:window.close();">
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</form>

{include file="app_info.tpl.html"}
{include file="footer.tpl.html"}