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/branches/1.5.0@9377 201d5d3c-b55e-5fd7-737f-ddc643e51545
19 lines
738 B
HTML
19 lines
738 B
HTML
<load target="./js/document_admin.js" usecdn="true" />
|
|
<load target="./css/document.css" usecdn="true" />
|
|
<div class="printContent">
|
|
<h1 class="h1">{$oDocument->getTitleText()}</h1>
|
|
<a href="#popup_menu_area" class="member_{$oDocument->get('member_srl')}">{$oDocument->get('nick_name')}</a>
|
|
{$oDocument->getRegdate()}
|
|
<!--@if($oDocument->isExtraVarsExists() && (!$oDocument->isSecret() || $oDocument->isGranted()) )-->
|
|
<!--@foreach($oDocument->getExtraVars() as $key => $val)-->
|
|
{$val->name}: {$val->getValueHtml()}
|
|
<!--@end-->
|
|
<!--@end-->
|
|
{$oDocument->getContent(false, false)}
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
//<![CDATA[
|
|
jQuery(window).load(function() { window.print(); } );
|
|
//]]>
|
|
</script>
|