|
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/notice/ |
Upload File : |
<?include $_SERVER['DOCUMENT_ROOT']."/include/top.html";
$result = Get_dbres("select * from board_news where no='2098'");
$row = mysql_fetch_array($result);
$regDate = substr($row[reg_date],0,10);
?>
<div class="sub_title">
<h3><img src="/images/sub/sub_title_01.jpg" width="133" height="29" /></h3>
<ul>
<li>Home</li>
<li>></li>
<li>News</li>
</ul>
</div>
<ul class="board_area2">
<li>
<dl class="notice_dl">
<dt>
<ol>
<li class="art_ti">
<?if($row[general_setting] == 'on'){echo "<img src='/images/sub/icon_jyj.gif' />";}?>
<a href="javascript:chklist('<?=$Num?>');">
<?if($sessionLevel != 90){?>
<?}else{ echo $row[no];}?>
<?if($sessionLevel == 15){?>
<?if($row[is_secret] == 'Y'){echo "<font color='red' size=1>[SECRET]</font>";}?>
<?}?>
<?=$row[subject]?>
<?if($row[general_setting] == 'on'){echo "<img src='/images/sub/icon_member.gif' style='padding-top:5px;'/>";}?>
<?if($regdate == $Today){echo"<img src='/images/sub/icon_new.gif' style='padding-top:5px;'/>";}?>
</li>
<li class="channel"><img id="listBtn<?=$Num?>"src="/images/sub/btn_fold_on.gif" style="padding-top:5px;"/></li>
<li class="date"><?=$regDate?></li>
</a>
</ol>
</dt>
<dd id="list<?=$Num?>" style="padding: 20px 15px">
<?
echo stripslashes($row[contents]);
?>
</dd>
</dl>
</li>
</ul>
<?include $_SERVER['DOCUMENT_ROOT']."/include/bottom.html";?>