blob: 2940e6467e414da3fc036c46a48054dcc1ca2566 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<div class="body">
<div class="content">
{include file="bitpackage:liberty/storage_thumbs.tpl"}
Title: {$gContent->mInfo.prefix}<br />
Forename: {$gContent->mInfo.forename}<br />
Surname: {$gContent->mInfo.surname}<br />
Suffix: {$gContent->mInfo.suffix}<br />
<br />
Organisation: {$gContent->mInfo.organisation}<br />
<br />
NI Number:{$gContent->mInfo.nino} Date of Birth:{$gContent->mInfo.dob} Date of eighteenth:{$gContent->mInfo.eighteenth} Date of Death:{$gContent->mInfo.dod} <br />
<br />
Note: {$gContent->mInfo.note}<br />
Memo:<br />
{$gContent->mInfo.data}<br />
</div><!-- end .content -->
</div><!-- end .body -->
|