git-svn-id: http://xe-core.googlecode.com/svn/trunk@1070 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-10 06:19:18 +00:00
parent f2107b2e30
commit 193da4664b

View file

@ -23,6 +23,12 @@
<th>{$lang->title}</th> <th>{$lang->title}</th>
<td>{$document->title}</td> <td>{$document->title}</td>
</tr> </tr>
<!--@if($document->homepage)-->
<tr>
<th>{$lang->homepage}</th>
<td><a href="{$document->homepage}" onclick="winopen('{$document->homepage}'); return false;">{$document->homepage}</a></td>
</tr>
<!--@end-->
<tr> <tr>
<th>{$lang->date}</th> <th>{$lang->date}</th>
<td>{zdate($document->regdate,"Y-m-d H:i:s")}</td> <td>{zdate($document->regdate,"Y-m-d H:i:s")}</td>