Esempio n. 1
0
?>
</head>
<body<?php 
echo P2View::getBodyAttrK();
?>
>
<?php 
P2Util::printInfoHtml();
// 携帯用表示
if (UA::isK()) {
    eh($ptitle);
    ?>
    <br>
    <div id="header" name="header">
    <?php 
    $ResHist->showNaviK('header', $datlines_num);
    $atag = P2View::tagA('#footer', hs($_conf['k_accesskey']['bottom'] . '.▼'), array($_conf['accesskey_for_k'] => $_conf['k_accesskey']['bottom']));
    echo " {$atag}<br>";
    echo "</div>";
    echo $hr;
    // PC用表示
} else {
    ?>
<form method="POST" action="./read_res_hist.php" target="_self" onSubmit="if (gIsPageLoaded) {return true;} else {alert('まだページを読み込み中です。もうちょっと待ってね。'); return false;}">
<input type="hidden" name="pageID" value="<?php 
    ehi($_REQUEST['pageID']);
    ?>
">

<table id="header" width="100%" style="padding:0px 10px 0px 0px;">
	<tr>
Esempio n. 2
0
    </script>

EOP;
}
$body_at = $_conf['ktai'] ? $_conf['k_colors'] : ' onload="gIsPageLoaded = true;"';
echo <<<EOP
</head>
<body{$body_at}>

EOP;
P2Util::printInfoHtml();
// 携帯用表示
if ($_conf['ktai']) {
    echo "{$ptitle}<br>";
    echo '<div id="header" name="header">';
    $aResHist->showNaviK("header");
    echo " <a href=\"#footer\"{$_conf['k_accesskey_at']['bottom']}>{$_conf['k_accesskey_st']['bottom']}▼</a><br>";
    echo "</div>";
    echo "<hr>";
    // PC用表示
} else {
    echo <<<EOP
<form method="POST" action="./read_res_hist.php" target="_self" onSubmit="if(gIsPageLoaded){return true;}else{alert('まだページを読み込み中なんです。もうちょっと待って。');return false;}">
EOP;
    echo <<<EOP
<table id="header" width="100%" style="padding:0px 10px 0px 0px;">
    <tr>
        <td>
            <h3 class="thread_title">{$ptitle}</h3>
        </td>
        <td align="right">{$htm['toolbar']}</td>