mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
13 lines
551 B
HTML
13 lines
551 B
HTML
<load target="./js/document_admin.js" />
|
|
<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->isAccessible())-->
|
|
<!--@foreach($oDocument->getExtraVars() as $key => $val)-->
|
|
{$val->name}: {$val->getValueHtml()}
|
|
<!--@end-->
|
|
<!--@end-->
|
|
{$oDocument->getContent(false, false)|noescape}
|
|
<script>
|
|
jQuery(window).load(function() { window.print(); } );
|
|
</script>
|