mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1070 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f2107b2e30
commit
193da4664b
1 changed files with 6 additions and 0 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue