Merge branch 'master' of github.com:gnuboard/g4s

This commit is contained in:
chicpro
2013-01-17 13:41:46 +09:00
2 changed files with 5 additions and 1 deletions

View File

@ -166,6 +166,8 @@ a {color:#000;text-decoration:none}
#poll_result_cmt fieldset {margin:0 38px;width:auto;border:0;text-align:center}
#poll_result_cmt legend {margin:0;padding:0;width:0;height:0;border:0;overflow:hidden}
#poll_result_cmt fieldset p {margin:0 0 15px;padding:3px 0 10px;border-bottom:1px solid #dedede;text-align:left}
#poll_result_cmt footer {text-align:right}
.poll_cmt_del {display:inline-block;padding-bottom:10px}
#poll_result_oth h2 {padding:0 0 10px}
#poll_result_oth ul {margin:0;padding:0;list-style:none}
#poll_result_oth a {display:block;padding:10px 0;border-bottom:1px solid #eee}

View File

@ -38,11 +38,13 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<header>
<h1><?=$list2[$i]['name']?>님의 의견</h1>
<span class="poll_datetime"><?=$list2[$i]['datetime']?></span>
<span class="poll_del"><? if ($list2[$i]['del']) { echo $list2[$i]['del']."삭제</a>"; } ?></span>
</header>
<p>
<?=$list2[$i]['idea']?>
</p>
<footer>
<span class="poll_cmt_del"><? if ($list2[$i]['del']) { echo $list2[$i]['del']."삭제</a>"; } ?></span>
</footer>
</article>
<? } ?>