Blame Identity/Models/Html/phpBB/3.0.4/styles/subsilver2/template/posting_poll_body.html

d6e8d8
d6e8d8
d6e8d8
	{L_ADD_POLL}
d6e8d8
d6e8d8
d6e8d8
	{L_ADD_POLL_EXPLAIN}
d6e8d8
d6e8d8
d6e8d8
	{L_POLL_QUESTION}:
d6e8d8
	<input class="post" type="text" name="poll_title" size="50" maxlength="255" value="{POLL_TITLE}" />
d6e8d8
d6e8d8
d6e8d8
	{L_POLL_OPTIONS}:
{L_POLL_OPTIONS_EXPLAIN}
d6e8d8
	<textarea style="width:450px" name="poll_option_text" rows="5" cols="35">{POLL_OPTIONS}</textarea>
d6e8d8
d6e8d8
d6e8d8
	{L_POLL_MAX_OPTIONS}:
{L_POLL_MAX_OPTIONS_EXPLAIN}
d6e8d8
	<input class="post" type="text" name="poll_max_options" size="3" maxlength="3" value="{POLL_MAX_OPTIONS}" />
d6e8d8
d6e8d8
d6e8d8
	{L_POLL_FOR}:
d6e8d8
	<input class="post" type="text" name="poll_length" size="3" maxlength="3" value="{POLL_LENGTH}" /> {L_DAYS} {L_POLL_FOR_EXPLAIN}
d6e8d8
d6e8d8
d6e8d8
	
d6e8d8
		{L_POLL_VOTE_CHANGE}:
{L_POLL_VOTE_CHANGE_EXPLAIN}
d6e8d8
		<input type="checkbox" class="radio" name="poll_vote_change"{VOTE_CHANGE_CHECKED} />
d6e8d8
	
d6e8d8
d6e8d8
d6e8d8
d6e8d8
	
d6e8d8
		{L_POLL_DELETE}:
d6e8d8
		<input type="checkbox" class="radio" name="poll_delete"<!-- IF S_POLL_DELETE_CHECKED --> checked="checked" />
d6e8d8
	
d6e8d8