KST015_2.php 701 Bytes
<?php 
//*****************************************************************************
//* 
//* プログラム名:個人設定
//* プログラムID:KST014_1.php
//* 機能        :電話メモメール転送設定処理
//* 作成者      :K.Yoshimura
//* 
//*****************************************************************************

header("Content-type: text/html; charset=EUC-JP");

include("include/session_start.inc");
include("include/SessionChk.inc");
$strDBinc="include/dbcon.inc";
include($strDBinc);

//メニュー
include("inc/KST014.inc");

?>
<!--ボタンサイズ変更ー-->
<br>
<span class="MiddleBold">&nbsp;ボタンサイズ設定</span>
<br>
<br>
<center><span class=MiddleBold>ボタンサイズを設定しました</span>
</center>