|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/www/gallary/ |
Upload File : |
<h2><?=$titlePathName?></h2>
<?
if($idx){
$qry = "SELECT * FROM photo_$tableName where no='$idx'";
$result= mysql_query($qry,$db_con);
$row = mysql_fetch_array($result);
$loginDate = substr($row[logindate],0,10);
$regDate = substr($row[cdate],0,10);
$naviChkName = "수정";
}else{
$naviChkName = "등록";
}
?>
<table cellspacing="5" cellpadding="0" class="view_type1">
<colgroup>
<col style="width:80px;"><col>
</colgroup>
<tr>
<th height=30px align="left">:: 題 目</th>
<td class="none_a"><input type="text" id="subject" name="subject" value="<?=stripslashes($row[subject])?>" size="50" class="input_box" /></td>
</tr>
<tr>
<th height=30px align="left">:: イメ―ジ</th>
<td class="none_a"><input name="addfile1024" type="file"> 1024 X 768</td>
</tr>
<tr>
<th height=30px align="left">:: イメ―ジ</th>
<td class="none_a"><input name="addfile1600" type="file"> 1600 X 1200</td>
</tr>
<tr>
<th height=30px align="left">:: イメ―ジ</th>
<td class="none_a"><input name="addfile1680" type="file"> 1680 X 1050</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin:10px 0 0 0" >
<tr>
<td align="right">
<a onclick="javascript:formChange('','list')" style="CURSOR: hand" id="btn">■ リスト ■<!--img src="<?=$images?>/btn_write.gif" /--></a>
<a onclick="writeChk(<?=$idx?>)" style="CURSOR: hand" id="btn">■ 完了 ■</a>
</td>
</tr>
</table>