사용자 문서 outline 재구성
This commit is contained in:
@ -15,7 +15,7 @@ $po = sql_fetch(" select * from $g4[poll_table] where po_id = '$po_id' ");
|
||||
?>
|
||||
|
||||
<section>
|
||||
<h2>설문조사</h2>
|
||||
<h2>사이트 설문조사</h2>
|
||||
<form name="fpoll" method="post" action="<?=$g4[bbs_path]?>/poll_update.php" onsubmit="return fpoll_submit(this);" target="winPoll">
|
||||
<input type="hidden" name="po_id" value="<?=$po_id?>">
|
||||
<input type="hidden" name="skin_dir" value="<?=$skin_dir?>">
|
||||
|
||||
@ -2,10 +2,10 @@
|
||||
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
?>
|
||||
|
||||
<h1>설문조사 결과 보기</h1>
|
||||
<h1>설문조사 결과</h1>
|
||||
|
||||
<section>
|
||||
<h2><?=$po_subject?></h2>
|
||||
<h2><?=$po_subject?> 결과</h2>
|
||||
<span>전체 <?=$nf_total_po_cnt?>표</span>
|
||||
|
||||
<ol>
|
||||
|
||||
Reference in New Issue
Block a user