|
花蓮縣壽豐鄉大學路二段 一號工學院B405室
傳真:03-8632600 電話:03-8632605 03-8632658 信箱: slearning@mail.ndhu.edu.tw
國立東華大學通識教育 中心版權所有c2010 All rights Reserved. 網頁維護:莊子德 |
|
最新消息
$page=$sub_num;
if(@$_GET[page]==""){
$num=$page;
}else{
$num=$_GET[page]*$sub_num;
}
# 讀取儲存檔案、計算檔案長度
$lines=file("sub.dat");
$count=count($lines);
for($a=($count-1);$a>=0;$a--){
$line[]=$lines[$a];
}
?>
編號 |
公告標題 |
日期 |
發布人 |
# 用for迴圈來讀取公告筆數
for($i=0;$i<$count;$i++){
# 用if判斷句來擷取公告筆數的顯示範圍
if($i>=($num-$page)&&$i<$num){
# 先用list將sub.dat中的檔案分配好,在將檔案用explode()函數來分割
list($kind,$date,$title,$url,$name,$mail,$updname,$hidden,$note)=explode("∥",$line[$i]);
$id=$count-$i;
# 去除php中的斜線衝碼
$url=stripslashes($url);
$name=stripslashes($name);
$mail=stripslashes($mail);
$title=stripslashes($title);
$kind=stripslashes($kind);
$note=stripslashes($note);
# 判斷$mail的值
if($mail!=""){
$person="$name";
}else{
$person="$name";
}
# 判斷$style_pic的值
if($style_pic=="open"){
$kind_pic="";
}else{
$kind_pic="";
}
# 顯示列串
if($note):
?>
Warning: Undefined variable $id in /home/unit/genedu/public_html/gec/SL_Page/news/sub_news.php on line 108
|
Warning: Undefined variable $title in /home/unit/genedu/public_html/gec/SL_Page/news/sub_news.php on line 109
|
Warning: Undefined variable $date in /home/unit/genedu/public_html/gec/SL_Page/news/sub_news.php on line 110
|
Warning: Undefined variable $person in /home/unit/genedu/public_html/gec/SL_Page/news/sub_news.php on line 111
|
# 結束列串
endif;
}
}
?>
echo "";
echo "";
echo "";
$all = $count;
$c_page = $all/$sub_num;
echo "共有 ".$all." 篇公告||每頁 ".$sub_num." 筆|| ";
if($_GET['page'] == "")
{
$now = 1;
}else{
$now = $_GET['page'];
}
if(($_GET['page']-$now) > 5)
{
$head = $_GET['page'] - 5;
$last = $c_page - 5;
}
for($i=(1+$head); $i<=(($c_page-$last)+1); $i++)
{
if(!(($i - $now)>5 || ($now - $i)>5))
{
if($i == $now)
{
echo " [".$i."]";
}else{
echo " [".$i."] ";
}
}
}
echo " | ";
?>
公告管理 |
|