'; ?> " /> " /> " /> <?=getPageInfo( $dbr, "title", $page_id );?>|<?=getSiteInfo( $dbr, "sub_title");?> " type="text/css" media="all" />
 

ブログ

loadTemplateFromFile("../include/template_kiji.txt", false ); //NULLの場合の文字列を定義 $dbr->null_str = " "; print $dbr->error_message; if( !$debug_mode_p ) { $dbr->GetDirectSQL( "select a.kiji_naiyou, a.title, b.order_no from kiji_data a, page_data b where a.kiji_id=b.kiji_id and b.page_id=1 and (b.flag IS NULL or b.flag!=1) and b.kind=1 order by b.order_no;" ); } else { $dbr->GetDirectSQL( "select a.kiji_naiyou, a.title, b.order_no from kiji_data a, page_data b where a.kiji_id=b.kiji_id and b.page_id=1 and b.kind=1 order by b.order_no;" ); } print $dbr->error_message; //テンプレートを使って表示 print $dbr->DispRowWithTemplate( true, false, false ); ?>

カレンダー

<?=getSiteInfo( $dbr, " width="201" />

loadTemplateFromFile("../include/template_kiji.txt", false ); //NULLの場合の文字列を定義 $dbr->null_str = " "; print $dbr->error_message; if( !$debug_mode_p ) { $dbr->GetDirectSQL( "select a.kiji_naiyou, a.title, b.order_no from kiji_data a, page_data b where a.kiji_id=b.kiji_id and b.page_id=$page_id and (b.flag IS NULL or b.flag!=1) and (b.kind IS NULL or b.kind=0) order by b.order_no, b.kiji_id;" ); } else { $dbr->GetDirectSQL( "select a.kiji_naiyou, a.title, b.order_no from kiji_data a, page_data b where a.kiji_id=b.kiji_id and b.page_id=$page_id and (b.kind IS NULL or b.kind=0) order by b.order_no, b.kiji_id;" ); } print $dbr->error_message; //テンプレートを使って表示 print $dbr->DispRowWithTemplate( true, false, false ); //関連するブログ一覧の出力 print getBlogTitleList( $dbr, $page_id ); //print getBlogBodyList( $dbr, $page_id ); ?>