diff --git a/pool/page.php b/pool/page.php index 7bb2607c..c83be7b9 100644 --- a/pool/page.php +++ b/pool/page.php @@ -245,7 +245,7 @@ if (!$iCrap) } $head .= " h1 {margin-top: 20px; float:middle; font-size: 20px;} -.foot, .push {height: 50px; font-size: 10pt;} +.foot, .push {height: 50px;} .title {background-color: #909090;} .even {background-color: #cccccc;} .odd {background-color: #a8a8a8;} @@ -263,6 +263,9 @@ h1 {margin-top: 20px; float:middle; font-size: 20px;} .fthi {color:red; font-size:7px; } .ftlo {color:green; font-size:7px; } .ft {color:blue; font-size:7px; } +.ftl {text-align: left; color:blue; font-size:7px; display:inline-block; width:33%; } +.ftm {text-align: middle; font-size:10pt; display:inline-block; width:33%; } +.ftr {text-align: rigth; color:blue; font-size:7px; display:inline-block; width:33%; } $css_marker \n"; @@ -613,12 +616,14 @@ function pgbody($info, $page, $menu, $dotop, $user, $douser) # function pgfoot($info) { + global $stt; $foot = ''; $foot .= ''; $foot .= ''; $foot .= ''; $foot .= '
'; - $foot .= '

'; + $std = gmdate('jS M H:i:s \U\T\C', intval($stt)); + $foot .= "

$std "; if (is_array($info) && isset($info['sync'])) { $sync = $info['sync']; @@ -627,13 +632,13 @@ function pgfoot($info) else $syc = 'lo'; $syncd = number_format($sync); - $foot .= "sync: $syncd "; + $foot .= "sync: $syncd "; } $foot .= 'Copyright © Kano 2014'; $now = date('Y'); if ($now != '2014') $foot .= "-$now"; - $foot .= ' Z/s
'; + $foot .= ' Z/s 
'; $foot .= "\n"; return $foot; diff --git a/pool/prime.php b/pool/prime.php index 44e06463..ea3d8ea2 100644 --- a/pool/prime.php +++ b/pool/prime.php @@ -1,7 +1,7 @@