PHP 8.1.33
Preview: tpl_prosilver_quickreply_editor.html.php Size: 5.37 KB
/home/jambtst2015/www/forum/cache/tpl_prosilver_quickreply_editor.html.php

<?php if (!defined('IN_PHPBB')) exit; ?><script type="text/javascript">
// <![CDATA[
	function hide_qr(show)
	{
		dE('qr_editor_div');
		dE('qr_showeditor_div');
		if (show && document.getElementById('qr_editor_div').style.display != 'none')
		{
			document.getElementsByName('message')[0].focus();
		}
		return true;
	}


	function init_qr()
	{
		dE('qr_showeditor_div');
		return true;
	}
	onload_functions.push('init_qr();');
	// ]]>
</script>
<noscript>
	<form method="post" action="<?php echo (isset($this->_rootref['U_QR_ACTION'])) ? $this->_rootref['U_QR_ACTION'] : ''; ?>">
		<div class="panel" id="qr_ns_editor_div">
			<div class="inner"><span class="corners-top"><span></span></span>
					<h2><?php echo ((isset($this->_rootref['L_QUICKREPLY'])) ? $this->_rootref['L_QUICKREPLY'] : ((isset($user->lang['QUICKREPLY'])) ? $user->lang['QUICKREPLY'] : '{ QUICKREPLY }')); ?></h2>
					<fieldset class="fields1">
						<dl style="clear: left;">
							<dt><label for="subject"><?php echo ((isset($this->_rootref['L_SUBJECT'])) ? $this->_rootref['L_SUBJECT'] : ((isset($user->lang['SUBJECT'])) ? $user->lang['SUBJECT'] : '{ SUBJECT }')); ?>:</label></dt>
							<dd><input type="text" name="subject" id="subject-ns" size="45" maxlength="64" tabindex="2" value="<?php echo (isset($this->_rootref['SUBJECT'])) ? $this->_rootref['SUBJECT'] : ''; ?>" class="inputbox autowidth" /></dd>
						</dl>
					<div id="message-box-ns">
						<textarea style="height: 9em;" name="message" rows="7" cols="76" tabindex="3" class="inputbox"></textarea>
					</div>
					</fieldset>
					<fieldset class="submit-buttons">
						<?php echo (isset($this->_rootref['S_FORM_TOKEN'])) ? $this->_rootref['S_FORM_TOKEN'] : ''; ?>

						<?php echo (isset($this->_rootref['QR_HIDDEN_FIELDS'])) ? $this->_rootref['QR_HIDDEN_FIELDS'] : ''; ?>

						<input type="submit" accesskey="s" tabindex="6" name="post" value="<?php echo ((isset($this->_rootref['L_SUBMIT'])) ? $this->_rootref['L_SUBMIT'] : ((isset($user->lang['SUBMIT'])) ? $user->lang['SUBMIT'] : '{ SUBMIT }')); ?>" class="button1" />&nbsp;
						<input type="submit" accesskey="f" tabindex="7" name="full_editor" value="<?php echo ((isset($this->_rootref['L_FULL_EDITOR'])) ? $this->_rootref['L_FULL_EDITOR'] : ((isset($user->lang['FULL_EDITOR'])) ? $user->lang['FULL_EDITOR'] : '{ FULL_EDITOR }')); ?>" class="button2" />&nbsp;
					</fieldset>
			<span class="corners-bottom"><span></span></span></div>
		</div>
	</form>
</noscript>
<form method="post" action="<?php echo (isset($this->_rootref['U_QR_ACTION'])) ? $this->_rootref['U_QR_ACTION'] : ''; ?>">
	<div class="panel" style="display: none" id="qr_editor_div">
		<div class="inner"><span class="corners-top"><span></span></span>
				<h2><?php echo ((isset($this->_rootref['L_QUICKREPLY'])) ? $this->_rootref['L_QUICKREPLY'] : ((isset($user->lang['QUICKREPLY'])) ? $user->lang['QUICKREPLY'] : '{ QUICKREPLY }')); ?></h2>
				<fieldset class="fields1">
					<dl style="clear: left;">
						<dt><label for="subject"><?php echo ((isset($this->_rootref['L_SUBJECT'])) ? $this->_rootref['L_SUBJECT'] : ((isset($user->lang['SUBJECT'])) ? $user->lang['SUBJECT'] : '{ SUBJECT }')); ?>:</label></dt>
						<dd><input type="text" name="subject" id="subject" size="45" maxlength="64" tabindex="2" value="<?php echo (isset($this->_rootref['SUBJECT'])) ? $this->_rootref['SUBJECT'] : ''; ?>" class="inputbox autowidth" /></dd>
					</dl>
				<div id="message-box">
					<textarea style="height: 9em;" name="message" rows="7" cols="76" tabindex="3" class="inputbox"></textarea>
				</div>
				</fieldset>
				<fieldset class="submit-buttons">
					<?php echo (isset($this->_rootref['S_FORM_TOKEN'])) ? $this->_rootref['S_FORM_TOKEN'] : ''; ?>

					<?php echo (isset($this->_rootref['QR_HIDDEN_FIELDS'])) ? $this->_rootref['QR_HIDDEN_FIELDS'] : ''; ?>

					<input type="submit" accesskey="s" tabindex="6" name="post" value="<?php echo ((isset($this->_rootref['L_SUBMIT'])) ? $this->_rootref['L_SUBMIT'] : ((isset($user->lang['SUBMIT'])) ? $user->lang['SUBMIT'] : '{ SUBMIT }')); ?>" class="button1" />&nbsp;
					<input type="submit" accesskey="f" tabindex="7" name="full_editor" value="<?php echo ((isset($this->_rootref['L_FULL_EDITOR'])) ? $this->_rootref['L_FULL_EDITOR'] : ((isset($user->lang['FULL_EDITOR'])) ? $user->lang['FULL_EDITOR'] : '{ FULL_EDITOR }')); ?>" class="button2" />&nbsp;
				</fieldset>
				<a href="" class="right-box up" onclick="hide_qr(false); return false;" title="<?php echo ((isset($this->_rootref['L_COLLAPSE_QR'])) ? $this->_rootref['L_COLLAPSE_QR'] : ((isset($user->lang['COLLAPSE_QR'])) ? $user->lang['COLLAPSE_QR'] : '{ COLLAPSE_QR }')); ?>"><?php echo ((isset($this->_rootref['L_COLLAPSE_QR'])) ? $this->_rootref['L_COLLAPSE_QR'] : ((isset($user->lang['COLLAPSE_QR'])) ? $user->lang['COLLAPSE_QR'] : '{ COLLAPSE_QR }')); ?></a>
		<span class="corners-bottom"><span></span></span></div>
	</div>
	<div class="panel" style="display: none" id="qr_showeditor_div" >
		<div class="inner"><span class="corners-top"><span></span></span>

			<div class="content">
				<fieldset class="submit-buttons">
					<input type="submit" name="show_qr" tabindex="1" class="button2" value="<?php echo ((isset($this->_rootref['L_SHOW_QR'])) ? $this->_rootref['L_SHOW_QR'] : ((isset($user->lang['SHOW_QR'])) ? $user->lang['SHOW_QR'] : '{ SHOW_QR }')); ?>" onclick="hide_qr(true);return false;"/>
				</fieldset>
			</div>
		<span class="corners-bottom"><span></span></span></div>
	</div>
</form>

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).