PHP 8.1.33
Preview: tpl_prosilver_posting_poll_body.html.php Size: 5.15 KB
/home/jambtst2015/www/forum/cache/tpl_prosilver_posting_poll_body.html.php

<?php if (!defined('IN_PHPBB')) exit; ?><div class="panel bg3" id="poll-panel">
	<div class="inner"><span class="corners-top"><span></span></span>

	<?php if ($this->_rootref['S_SHOW_POLL_BOX']) {  ?>

	<p><?php echo ((isset($this->_rootref['L_ADD_POLL_EXPLAIN'])) ? $this->_rootref['L_ADD_POLL_EXPLAIN'] : ((isset($user->lang['ADD_POLL_EXPLAIN'])) ? $user->lang['ADD_POLL_EXPLAIN'] : '{ ADD_POLL_EXPLAIN }')); ?></p>
	<?php } ?>


	<fieldset class="fields2">
	<?php if ($this->_rootref['S_SHOW_POLL_BOX']) {  if ($this->_rootref['S_POLL_DELETE']) {  ?>

			<dl>
				<dt><label for="poll_delete"><?php echo ((isset($this->_rootref['L_POLL_DELETE'])) ? $this->_rootref['L_POLL_DELETE'] : ((isset($user->lang['POLL_DELETE'])) ? $user->lang['POLL_DELETE'] : '{ POLL_DELETE }')); ?>:</label></dt>
				<dd><label for="poll_delete"><input type="checkbox" name="poll_delete" id="poll_delete"<?php if ($this->_rootref['S_POLL_DELETE_CHECKED']) {  ?> checked="checked"<?php } ?> /> </label></dd>
			</dl>
		<?php } ?>

		<dl>
			<dt><label for="poll_title"><?php echo ((isset($this->_rootref['L_POLL_QUESTION'])) ? $this->_rootref['L_POLL_QUESTION'] : ((isset($user->lang['POLL_QUESTION'])) ? $user->lang['POLL_QUESTION'] : '{ POLL_QUESTION }')); ?>:</label></dt>
			<dd><input type="text" name="poll_title" id="poll_title" maxlength="255" value="<?php echo (isset($this->_rootref['POLL_TITLE'])) ? $this->_rootref['POLL_TITLE'] : ''; ?>" class="inputbox" /></dd>
		</dl>
		<dl>
			<dt><label for="poll_option_text"><?php echo ((isset($this->_rootref['L_POLL_OPTIONS'])) ? $this->_rootref['L_POLL_OPTIONS'] : ((isset($user->lang['POLL_OPTIONS'])) ? $user->lang['POLL_OPTIONS'] : '{ POLL_OPTIONS }')); ?>:</label><br /><span><?php echo ((isset($this->_rootref['L_POLL_OPTIONS_EXPLAIN'])) ? $this->_rootref['L_POLL_OPTIONS_EXPLAIN'] : ((isset($user->lang['POLL_OPTIONS_EXPLAIN'])) ? $user->lang['POLL_OPTIONS_EXPLAIN'] : '{ POLL_OPTIONS_EXPLAIN }')); ?></span></dt>
			<dd><textarea name="poll_option_text" id="poll_option_text" rows="5" cols="35" class="inputbox"><?php echo (isset($this->_rootref['POLL_OPTIONS'])) ? $this->_rootref['POLL_OPTIONS'] : ''; ?></textarea></dd>
		</dl>

		<hr class="dashed" />

		<dl>
			<dt><label for="poll_max_options"><?php echo ((isset($this->_rootref['L_POLL_MAX_OPTIONS'])) ? $this->_rootref['L_POLL_MAX_OPTIONS'] : ((isset($user->lang['POLL_MAX_OPTIONS'])) ? $user->lang['POLL_MAX_OPTIONS'] : '{ POLL_MAX_OPTIONS }')); ?>:</label></dt>
			<dd><input type="text" name="poll_max_options" id="poll_max_options" size="3" maxlength="3" value="<?php echo (isset($this->_rootref['POLL_MAX_OPTIONS'])) ? $this->_rootref['POLL_MAX_OPTIONS'] : ''; ?>" class="inputbox autowidth" /></dd>
			<dd><?php echo ((isset($this->_rootref['L_POLL_MAX_OPTIONS_EXPLAIN'])) ? $this->_rootref['L_POLL_MAX_OPTIONS_EXPLAIN'] : ((isset($user->lang['POLL_MAX_OPTIONS_EXPLAIN'])) ? $user->lang['POLL_MAX_OPTIONS_EXPLAIN'] : '{ POLL_MAX_OPTIONS_EXPLAIN }')); ?></dd>
		</dl>
		<dl>
			<dt><label for="poll_length"><?php echo ((isset($this->_rootref['L_POLL_FOR'])) ? $this->_rootref['L_POLL_FOR'] : ((isset($user->lang['POLL_FOR'])) ? $user->lang['POLL_FOR'] : '{ POLL_FOR }')); ?>:</label></dt>
			<dd><label for="poll_length"><input type="text" name="poll_length" id="poll_length" size="3" maxlength="3" value="<?php echo (isset($this->_rootref['POLL_LENGTH'])) ? $this->_rootref['POLL_LENGTH'] : ''; ?>" class="inputbox autowidth" /> <?php echo ((isset($this->_rootref['L_DAYS'])) ? $this->_rootref['L_DAYS'] : ((isset($user->lang['DAYS'])) ? $user->lang['DAYS'] : '{ DAYS }')); ?></label></dd>
			<dd><?php echo ((isset($this->_rootref['L_POLL_FOR_EXPLAIN'])) ? $this->_rootref['L_POLL_FOR_EXPLAIN'] : ((isset($user->lang['POLL_FOR_EXPLAIN'])) ? $user->lang['POLL_FOR_EXPLAIN'] : '{ POLL_FOR_EXPLAIN }')); ?></dd>
		</dl>

		<?php if ($this->_rootref['S_POLL_VOTE_CHANGE']) {  ?>

			<hr class="dashed" />
			
			<dl>
				<dt><label for="poll_vote_change"><?php echo ((isset($this->_rootref['L_POLL_VOTE_CHANGE'])) ? $this->_rootref['L_POLL_VOTE_CHANGE'] : ((isset($user->lang['POLL_VOTE_CHANGE'])) ? $user->lang['POLL_VOTE_CHANGE'] : '{ POLL_VOTE_CHANGE }')); ?>:</label></dt>
				<dd><label for="poll_vote_change"><input type="checkbox" id="poll_vote_change" name="poll_vote_change"<?php echo (isset($this->_rootref['VOTE_CHANGE_CHECKED'])) ? $this->_rootref['VOTE_CHANGE_CHECKED'] : ''; ?> /> <?php echo ((isset($this->_rootref['L_POLL_VOTE_CHANGE_EXPLAIN'])) ? $this->_rootref['L_POLL_VOTE_CHANGE_EXPLAIN'] : ((isset($user->lang['POLL_VOTE_CHANGE_EXPLAIN'])) ? $user->lang['POLL_VOTE_CHANGE_EXPLAIN'] : '{ POLL_VOTE_CHANGE_EXPLAIN }')); ?></label></dd>
			</dl>
		<?php } } else if ($this->_rootref['S_POLL_DELETE']) {  ?>

		<dl class="fields1">
			<dt><label for="poll_delete"><?php echo ((isset($this->_rootref['L_POLL_DELETE'])) ? $this->_rootref['L_POLL_DELETE'] : ((isset($user->lang['POLL_DELETE'])) ? $user->lang['POLL_DELETE'] : '{ POLL_DELETE }')); ?>:</label></dt>
			<dd><label for="poll_delete"><input type="checkbox" name="poll_delete" id="poll_delete"<?php if ($this->_rootref['S_POLL_DELETE_CHECKED']) {  ?> checked="checked"<?php } ?> /> </label></dd>
		</dl>
	<?php } ?>

	</fieldset>

	<span class="corners-bottom"><span></span></span></div>
</div>

Directory Contents

Dirs: 0 × Files: 83

Name Size Perms Modified Actions
9.78 KB lrw------- 2024-11-22 17:53:06
Edit Download
2.68 KB lrw------- 2024-11-22 17:53:06
Edit Download
53.92 KB lrw------- 2024-11-22 17:53:06
Edit Download
27.00 KB lrw------- 2024-11-22 17:53:06
Edit Download
27.39 KB lrw------- 2024-11-22 17:53:06
Edit Download
718 B lrw-r--r-- 2024-11-22 17:53:06
Edit Download
9.42 KB lrw------- 2024-11-22 17:53:06
Edit Download
15.28 KB lrw------- 2024-11-22 17:53:06
Edit Download
4.56 KB lrw------- 2024-11-22 17:53:06
Edit Download
18.80 KB lrw------- 2024-11-22 17:53:06
Edit Download
8.10 KB lrw------- 2024-11-22 17:53:06
Edit Download
6.33 KB lrw------- 2024-11-22 17:53:06
Edit Download
15.78 KB lrw------- 2024-11-22 17:53:06
Edit Download
22.39 KB lrw------- 2024-11-22 17:53:06
Edit Download
6.64 KB lrw------- 2024-11-22 17:53:06
Edit Download
15.04 KB lrw------- 2024-11-22 17:53:06
Edit Download
2.99 KB lrw------- 2024-11-22 17:53:06
Edit Download
317 B lrw------- 2024-11-22 17:53:06
Edit Download
4.53 KB lrw------- 2024-11-22 17:53:06
Edit Download
4.25 KB lrw------- 2024-11-22 17:53:06
Edit Download
474 B lrw------- 2024-11-22 17:53:06
Edit Download
757 B lrw------- 2024-11-22 17:53:06
Edit Download
9.14 KB lrw------- 2024-11-22 17:53:06
Edit Download
4.24 KB lrw------- 2024-11-22 17:53:06
Edit Download
16.06 KB lrw------- 2024-11-22 17:53:06
Edit Download
1.11 KB lrw------- 2024-11-22 17:53:06
Edit Download
898 B lrw------- 2024-11-22 17:53:06
Edit Download
7.44 KB lrw------- 2024-11-22 17:53:06
Edit Download
4.12 KB lrw------- 2024-11-22 17:53:06
Edit Download
4.59 KB lrw------- 2024-11-22 17:53:06
Edit Download
202 B lrw------- 2024-11-22 17:53:06
Edit Download
192 B lrw------- 2024-11-22 17:53:06
Edit Download
34 B lrw------- 2024-11-22 17:53:06
Edit Download
34 B lrw------- 2024-11-22 17:53:06
Edit Download
8.24 KB lrw------- 2024-11-22 17:53:06
Edit Download
34 B lrw------- 2024-11-22 17:53:06
Edit Download
1006 B lrw------- 2024-11-22 17:53:06
Edit Download
53.46 KB lrw------- 2024-11-22 17:53:06
Edit Download
11.80 KB lrw------- 2024-11-22 17:53:06
Edit Download
9.85 KB lrw------- 2024-11-22 17:53:06
Edit Download
126 B lrw------- 2024-11-22 17:53:06
Edit Download
3.95 KB lrw------- 2024-11-22 17:53:06
Edit Download
34 B lrw------- 2024-11-22 17:53:06
Edit Download
169 B lrw-r--r-- 2024-11-22 17:53:06
Edit Download
946 B lrw------- 2024-11-22 17:53:06
Edit Download
18.26 KB lrw------- 2024-11-22 17:53:06
Edit Download
187 B lrw------- 2024-11-22 17:53:06
Edit Download
255 B lrw------- 2024-11-22 17:53:06
Edit Download
488 B lrw------- 2024-11-22 17:53:06
Edit Download
105 B lrw------- 2024-11-22 17:53:06
Edit Download
2.46 KB lrw------- 2024-11-22 17:53:06
Edit Download
3.07 KB lrw------- 2024-11-22 17:53:06
Edit Download
5.96 KB lrw------- 2024-11-22 17:53:06
Edit Download
3.20 KB lrw------- 2024-11-22 17:53:06
Edit Download
5.03 KB lrw------- 2024-11-22 17:53:06
Edit Download
6.62 KB lrw------- 2024-11-22 17:53:06
Edit Download
19.81 KB lrw------- 2024-11-22 17:53:06
Edit Download
1.33 KB lrw------- 2024-11-22 17:53:06
Edit Download
1.44 KB lrw------- 2024-11-22 17:53:06
Edit Download
13.89 KB lrw------- 2024-11-22 17:53:06
Edit Download
1.61 KB lrw------- 2024-11-22 17:53:06
Edit Download
180 B lrw------- 2024-11-22 17:53:06
Edit Download
13.88 KB lrw------- 2024-11-22 17:53:06
Edit Download
25.65 KB lrw------- 2024-11-22 17:53:06
Edit Download
5.19 KB lrw------- 2024-11-22 17:53:06
Edit Download
1.62 KB lrw------- 2024-11-22 17:53:06
Edit Download
5.15 KB lrw------- 2024-11-22 17:53:06
Edit Download
3.58 KB lrw------- 2024-11-22 17:53:06
Edit Download
2.88 KB lrw------- 2024-11-22 17:53:06
Edit Download
6.71 KB lrw------- 2024-11-22 17:53:06
Edit Download
5.37 KB lrw------- 2024-11-22 17:53:06
Edit Download
5.09 KB lrw------- 2024-11-22 17:53:06
Edit Download
11.61 KB lrw------- 2024-11-22 17:53:06
Edit Download
16.28 KB lrw------- 2024-11-22 17:53:06
Edit Download
505 B lrw------- 2024-11-22 17:53:06
Edit Download
4.73 KB lrw------- 2024-11-22 17:53:06
Edit Download
4.78 KB lrw------- 2024-11-22 17:53:06
Edit Download
402 B lrw------- 2024-11-22 17:53:06
Edit Download
7.27 KB lrw------- 2024-11-22 17:53:06
Edit Download
5.38 KB lrw------- 2024-11-22 17:53:06
Edit Download
9.14 KB lrw------- 2024-11-22 17:53:06
Edit Download
23.19 KB lrw------- 2024-11-22 17:53:06
Edit Download
32.59 KB lrw------- 2024-11-22 17:53:06
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).