-
Notifications
You must be signed in to change notification settings - Fork 0
/
viewtemplate.tpl
36 lines (36 loc) · 1.72 KB
/
viewtemplate.tpl
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
36
<div style="padding: 4px 4px 4px 4px; border-width: 1px 2px 2px 1px; background: #f8f8f8; border-color: #e8e8e8; color: #000000; margin: 1em 0em 1em 0em; display: block; border-style: solid;">
<table style="border: 0px; width: 100%" cellspacing="0">
<tr>
<td colspan="2">
<div style="text-align: right; padding: 4px 4px 4px 4px; border-width: 1px 2px 2px 1px; background: #fbfbfb; border-color: #ebebeb; color: #000000; margin: 1em 0em 1em 0em; display: block; border-style: solid;">
<sub>{field_gb_timestamp}</sub>
</div>
</td>
</tr>
<tr>
<td style="width: 20%;">
<b>{field_gb_name}</b><br />
<sub>
<a href="{field_gb_website}">{field_gb_icon_website}</a>
<a href="mailto:{field_gb_email}">{field_gb_icon_email}</a>
<a href="http://wwp.icq.com/scripts/search.dll?to={field_gb_icq}">{field_gb_icon_icq}</a>
<a href="aim:goim?screenname={field_gb_aim}&message=Hello+Are+you+there?">{field_gb_icon_aim}</a>
<a href="http://edit.yahoo.com/config/send_webmesg?.target={field_gb_yahoo}&.src=pg">{field_gb_icon_yahoo}</a>
{field_gb_icon_msn}
</sub><br />
</td>
<td>
<div style="padding: 4px 4px 4px 4px; border-width: 1px 2px 2px 1px; background: #fbfbfb; border-color: #ebebeb; color: #000000; margin: 1em 0em 1em 0em; display: block; border-style: solid;">
{field_gb_message}
</div>
</td>
</tr>
<tr>
<td colspan="2">
<div style="padding: 4px 4px 4px 4px; border-width: 1px 2px 2px 1px; background: #fbfbfb; border-color: #ebebeb; color: #000000; margin: 1em 0em 1em 0em; display: block; border-style: solid;">
<sub>Admin Comment: {field_gb_admincomment}</sub>
</div>
</td>
</tr>
</table>
</div>