mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11012 201d5d3c-b55e-5fd7-737f-ddc643e51545
15 lines
605 B
HTML
15 lines
605 B
HTML
<load target="./js/document_admin.js" usecdn="true" />
|
|
<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)}
|
|
<script>
|
|
//<![CDATA[
|
|
jQuery(window).load(function() { window.print(); } );
|
|
//]]>
|
|
</script>
|