|
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/ |
Upload File : |
<? include "/include/top.html" ?>
<style type="text/css">
table.test {border-collapse:collapse; text-align:justify;}
table.test th {background:#ccc;}
table.test th, td {border:1px solid #999; padding:10px;}
#year {background:url(/images/member/icon_qna.gif) no-repeat 90px 50% #fafafa;}
dl.dldl {text-align:left;}
form dd {margin:0;}
form dt {float:left; padding-right:10px;}
</style>
<form name="form" method="post" enctype="multipart/form-data">
<input type=hidden name="tab" value="<?=$tab?>">
<input type=hidden name="tabs" value="<?=$tabs?>">
<input type=hidden name="mode" value="<?=$mode?>">
<input type=hidden name="idx">
<?
if(($sessionLevel =='' || $sessionLevel =='3')){
if(!$sessionLevel){
echo "<script>location.replace('/member/?tab=12&tabs=1');</script>";
}else{
echo "<script>location.replace('/member/?tab=12&tabs=9');</script>";
}
exit;
}
$reset_url=$_SERVER['HTTP_REFERER'];
echo"<input type=hidden name='returnUrl' value='$reset_url' size='40'>";?>
</form>
<table width="790" border="0" cellspacing="0" cellpadding="0" class="test">
<caption>TITLE AREA</caption>
<tr>
<th id="year">YEAR</th>
<th>AUTHOR</th>
<th>ARTICLE</th>
</tr>
<tr>
<td>2012.04.16</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>2012.04.16</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>2012.04.16</td>
<td> </td>
<td> </td>
</tr>
</table>
<form action="" method="post">
<table width="790" border="0" cellspacing="0" cellpadding="0" class="test">
<tr>
<th><label for="name">name</label></th>
<td><input type="text" name="name" /></td>
</tr>
<tr>
<th>e-mail</th>
<td><input type="text" name="e-mail" /></td>
</tr>
<tr>
<th> </tH>
<td><input type="submit" value="confirm" /></td>
</tr>
</table>
</form>
<form action="" method="post">
<dl class="dldl">
<dt><label for="name">name : </label></dt>
<dd><input type="text" id="name" name="name" /></dd>
<dt><label for="email">email : </label></dt>
<dd><input type="text" id="email" name="email" /></dd>
<dt><label for="remember">remember : </label></dt>
<dd><input type="checkbox" id="remember" name="remember" /></dd>
<dt><input type="submit" value="confirm" /></dt>
</dl>
</form>
<? include "../include/bottom.html" ?>