사용자: 설문조사 결과 페이지 작업 중

This commit is contained in:
whitedot
2013-01-07 17:13:44 +09:00
parent 042e05d690
commit fbfa7f1886

View File

@ -2,14 +2,15 @@
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
?>
<h1>설문조사 결과</h1>
<div id="poll_result" class="new_win">
<h1>설문조사 결과</h1>
<section>
<h2><?=$po_subject?> 결과</h2>
<span>전체 <?=$nf_total_po_cnt?>표</span>
<section>
<h2><?=$po_subject?> 결과</h2>
<span>전체 <?=$nf_total_po_cnt?>표</span>
<ol>
<? for ($i=1; $i<=count($list); $i++) { ?>
<ol>
<? for ($i=1; $i<=count($list); $i++) { ?>
<li>
<p>
<?=$list[$i][content]?>
@ -19,12 +20,12 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<span></span>
</div>
</li>
<? } ?>
</ol>
</section>
<? } ?>
</ol>
</section>
<? if ($is_etc) { ?>
<section>
<? if ($is_etc) { ?>
<section>
<h2>의견</h2>
<? if ($member[mb_level] >= $po[po_level]) { ?>
@ -68,14 +69,17 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
</article>
<? } ?>
</section>
<? } ?>
</section>
<? } ?>
<section>
<h2>다른 투표 결과 보기</h2>
<ul>
<? for ($i=0; $i<count($list3); $i++) { ?><li><a href="./poll_result.php?po_id=<?=$list3[$i][po_id]?>&amp;skin_dir=<?=$skin_dir?>">[<?=$list3[$i][date]?>] <?=$list3[$i][subject]?></a></li><? } ?>
</ul>
</section>
<section>
<h2>다른 투표 결과 보기</h2>
<ul>
<? for ($i=0; $i<count($list3); $i++) { ?><li><a href="./poll_result.php?po_id=<?=$list3[$i][po_id]?>&amp;skin_dir=<?=$skin_dir?>">[<?=$list3[$i][date]?>] <?=$list3[$i][subject]?></a></li><? } ?>
</ul>
</section>
<a href="javascript:window.close();">창닫기</a>
<div class="btn_window">
<a href="javascript:window.close();">창닫기</a>
</div>
</div>