Merge branch 'master' of github.com:gnuboard/g4s
This commit is contained in:
@ -49,7 +49,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
<? } ?>
|
||||
|
||||
<? if ($member['mb_level'] >= $po['po_level']) { ?>
|
||||
<form name="fpollresult" method="post" onsubmit="return fpollresult_submit(this);" autocomplete="off">
|
||||
<form name="fpollresult" method="post" action="./poll_etc_update.php" autocomplete="off">
|
||||
<input type=hidden name="po_id" value="<?=$po_id?>">
|
||||
<input type=hidden name="w" value="">
|
||||
<input type=hidden name="skin_dir" value="<?=$skin_dir?>">
|
||||
@ -68,14 +68,6 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
||||
<input type="submit" class="fieldset_submit" value="의견남기기">
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
<script>
|
||||
function fpollresult_submit(f)
|
||||
{
|
||||
f.action = "./poll_etc_update.php";
|
||||
return true;
|
||||
}
|
||||
</script>
|
||||
<? } ?>
|
||||
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user