사용자 문서 outline 재구성

This commit is contained in:
whitedot
2012-12-21 16:52:41 +09:00
parent ec5d2ac32e
commit 2a7833bb0a
11 changed files with 168 additions and 164 deletions

View File

@ -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?>">

View File

@ -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>