mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7055 201d5d3c-b55e-5fd7-737f-ddc643e51545
25 lines
857 B
HTML
25 lines
857 B
HTML
<!--%import("./js/document_admin.js")-->
|
|
<!--%import("./css/document.css")-->
|
|
|
|
<div class="printContent">
|
|
|
|
<div><h1 class="xeAdmin">{$oDocument->getTitleText()}</h1></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>
|
|
|
|
|
|
<!--@if($oDocument->isExtraVarsExists() && (!$oDocument->isSecret() || $oDocument->isGranted()) )-->
|
|
<!--@foreach($oDocument->getExtraVars() as $key => $val)-->
|
|
<div class="gap1">{$val->name} : {$val->getValueHtml()}</div>
|
|
<div class="clear"></div>
|
|
<!--@end-->
|
|
<!--@end-->
|
|
<div class="gap1">{$oDocument->getContent(false, false)}</div>
|
|
|
|
</div>
|
|
|
|
<script type="text/javascript">//<![CDATA[
|
|
jQuery(window).load(function() { window.print(); } );
|
|
//]]></script>
|