mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3095 201d5d3c-b55e-5fd7-737f-ddc643e51545
18 lines
496 B
HTML
18 lines
496 B
HTML
<!--%import("./js/document_admin.js")-->
|
|
<!--%import("./css/document.css")-->
|
|
|
|
<div><h3>{$oDocument->getTitleText()}</h3></div>
|
|
|
|
<div class="member_{$oDocument->get('member_srl')} gap1 fl">{$oDocument->get('nick_name')}</div>
|
|
<div class="gap1 fr">{$oDocument->getRegdate()}</div>
|
|
|
|
<div class="clear"></div>
|
|
|
|
<div class="gap1">{$oDocument->getContent(false)}</div>
|
|
|
|
|
|
<script type="text/javascript">//<![CDATA[
|
|
xAddEventListener(window,'load',function() { window.print(); } );
|
|
//]]></script>
|
|
|
|
|