|
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);
$flvName = get_db("select file_name from files where module_no = '$idx' and module_name='$tableName' and order_by=2");
$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:40px;"><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="64" class="input_box" /></td>
</tr>
<tr>
<th height=30px align="left">:: イメ―ジ</th>
<td class="none_a"><input name="addfile" type="file"></td>
</tr>
<tr>
<th height=30px align="left">:: FLV</th>
<td class="none_a">
<input name="movfile" type="text" value="<?=$flvName?>">
<!--select name="general_setting">
<option value='1'>400*240</option>
<option value='2'>320*240</option>
</select-->
</td>
</tr>
<tr>
<td colspan="2" class="none_a">
<textarea cols="50" id="editor_kama" name="contents" rows="10"><?=stripslashes($row[contents])?></textarea>
<script type="text/javascript">
//<![CDATA[
CKEDITOR.replace( 'editor_kama',
{
skin : 'kama',
enterMode : 2,
shiftEnterMode : 3,
//language : 'ko',
//filebrowserBrowseUrl : '/browser/browse.php',
filebrowserUploadUrl : '/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files'
//filebrowserWindowWidth : '640 ',
//filebrowserWindowHeight : '480'
});
//]]>
</script>
</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>