aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/posting_poll_body.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-04-01 22:05:42 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-04-01 22:05:42 +0000
commitf610ed82cbf0df2b5f8afd6ca3f88b9313281036 (patch)
tree22eee242b76b4a75bfa2efff1169e90637858982 /phpBB/styles/prosilver/template/posting_poll_body.html
parentc78c82123e6876541320ad4ebf2ba1e85a582fd0 (diff)
downloadforums-f610ed82cbf0df2b5f8afd6ca3f88b9313281036.tar
forums-f610ed82cbf0df2b5f8afd6ca3f88b9313281036.tar.gz
forums-f610ed82cbf0df2b5f8afd6ca3f88b9313281036.tar.bz2
forums-f610ed82cbf0df2b5f8afd6ca3f88b9313281036.tar.xz
forums-f610ed82cbf0df2b5f8afd6ca3f88b9313281036.zip
say hello to prosilver... YAAAYEEEE
git-svn-id: file:///svn/phpbb/trunk@7260 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_poll_body.html')
-rw-r--r--phpBB/styles/prosilver/template/posting_poll_body.html50
1 files changed, 50 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/posting_poll_body.html b/phpBB/styles/prosilver/template/posting_poll_body.html
new file mode 100644
index 0000000000..b606e85db8
--- /dev/null
+++ b/phpBB/styles/prosilver/template/posting_poll_body.html
@@ -0,0 +1,50 @@
+<div class="panel bg3" id="poll-panel">
+ <div class="inner"><span class="corners-top"><span></span></span>
+
+ <!-- IF S_SHOW_POLL_BOX -->
+ <p>{L_ADD_POLL_EXPLAIN}</p>
+ <!-- ENDIF -->
+
+ <fieldset class="fields2">
+ <!-- IF S_SHOW_POLL_BOX -->
+ <dl>
+ <dt><label for="poll_title">{L_POLL_QUESTION}:</label></dt>
+ <dd><input type="text" name="poll_title" id="poll_title" maxlength="255" value="{POLL_TITLE}" class="inputbox" /></dd>
+ </dl>
+ <dl>
+ <dt><label for="poll_option_text">{L_POLL_OPTIONS}:</label><br /><span>{L_POLL_OPTIONS_EXPLAIN}</span></dt>
+ <dd><textarea name="poll_option_text" id="poll_option_text" rows="5" cols="35" class="inputbox">{POLL_OPTIONS}</textarea></dd>
+ </dl>
+
+ <hr class="dashed" />
+
+ <dl>
+ <dt><label for="poll_max_options">{L_POLL_MAX_OPTIONS}:</label></dt>
+ <dd><input type="text" name="poll_max_options" id="poll_max_options" size="3" maxlength="3" value="{POLL_MAX_OPTIONS}" class="inputbox autowidth" /></dd>
+ <dd>{L_POLL_MAX_OPTIONS_EXPLAIN}</dd>
+ </dl>
+ <dl>
+ <dt><label for="poll_length">{L_POLL_FOR}:</label></dt>
+ <dd><label for="poll_length"><input type="text" name="poll_length" id="poll_length" size="3" maxlength="3" value="{POLL_LENGTH}" class="inputbox autowidth" /> {L_DAYS}</label></dd>
+ <dd>{L_POLL_FOR_EXPLAIN}</dd>
+ </dl>
+
+ <!-- IF S_POLL_VOTE_CHANGE -->
+ <hr class="dashed" />
+
+ <dl>
+ <dt><label for="poll_vote_change">{L_POLL_VOTE_CHANGE}:</label></dt>
+ <dd><input type="checkbox" id="poll_vote_change" name="poll_vote_change"{VOTE_CHANGE_CHECKED} /> {L_POLL_VOTE_CHANGE_EXPLAIN}</dd>
+ </dl>
+ <!-- ENDIF -->
+
+ <!-- ELSE -->
+ <dl class="fields1">
+ <dt><label for="poll_delete">{L_POLL_DELETE}:</label></dt>
+ <dd><label for="poll_delete"><input type="checkbox" name="poll_delete" id="poll_delete"<!-- IF S_POLL_DELETE_CHECKED --> checked="checked"<!-- ENDIF --> /> {L_DELETE_POST_WARN}</label></dd>
+ </dl>
+ <!-- ENDIF -->
+ </fieldset>
+
+ <span class="corners-bottom"><span></span></span></div>
+</div>