include "inc/head.inc.html";
$path = "count";
$counter = "mosaic";
include ("../lib/common.php");
//include "$path/nalog.php";
?>
|
include "inc/top.inc.html"; ?> |
|
 |
$main_result1 = $db->select( "bbs_data", "where code='notice' order by idx desc limit 5");
while( $main_row1 = @mysql_fetch_object($main_result1) ) {
$reg_date = $tools->strDateCut( $main_row1->reg_date );
$subject = $tools->strCut($main_row1->subject, 30);
$bbs_data = $tools->encode("idx=".$main_row1->idx."&startPage=".$startPage."&listNo=".$listNo."&table=".$table."&code=notice&search_item=".$search_item."&search_order=".$search_order);
?>
| [=$reg_date?>] =$db->stripSlash($subject);?> |
} ?>
|
|
|
 |
|
|
|
|
|
|
$main_result1 = $db->select( "bbs_data", "where code='doctorcolumn' order by idx desc limit 4");
while( $main_row1 = @mysql_fetch_object($main_result1) ) {
$reg_date = $tools->strDateCut( $main_row1->reg_date );
$subject = $tools->strCut($main_row1->subject, 35);
$bbs_data = $tools->encode("idx=".$main_row1->idx."&startPage=".$startPage."&listNo=".$listNo."&table=".$table."&code=notice&search_item=".$search_item."&search_order=".$search_order);
?>
| [=$reg_date?>] =$db->stripSlash($subject);?> |
} ?>
|
|
|
|
include "inc/mosaic_bottom.inc"; ?>