From 703ce0f58514b9d6fd2976c81647b5b1d6b24fa4 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Sun, 20 Jan 2013 17:57:10 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=A4=EB=AC=B8=EC=A1=B0=EC=82=AC=20?= =?UTF-8?q?=EA=B8=B0=ED=83=80=EC=9D=98=EA=B2=AC=EC=93=B0=EA=B8=B0=EC=97=90?= =?UTF-8?q?=20=EB=B9=84=ED=9A=8C=EC=9B=90=EC=9D=BC=20=EA=B2=BD=EC=9A=B0=20?= =?UTF-8?q?=EC=BA=A1=EC=B1=A0=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/poll_result.php | 1 + bbs/poll_update.php | 5 +++++ skin/poll/neo/poll_result.skin.php | 11 ++++++++++- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/bbs/poll_result.php b/bbs/poll_result.php index 5a4186e8d..5ebe45fc7 100644 --- a/bbs/poll_result.php +++ b/bbs/poll_result.php @@ -1,4 +1,5 @@ = $po['po_level']) { ?> -
+ @@ -66,6 +66,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 +
@@ -90,5 +91,13 @@ $(function() { $(".btn_win a").click(function() { window.close(); }); + }); + +function fpollresult_submit(f) +{ + + + return true; +} \ No newline at end of file