%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /data/old/usr/local/share/znc/modules/q/tmpl/
Upload File :
Create Path :
Current File : //data/old/usr/local/share/znc/modules/q/tmpl/index.tmpl

<? I18N znc-q ?>
<? INC Header.tmpl ?>

<form action="<? VAR URIPrefix TOP ?><? VAR ModPath TOP ?>" method="post">
	<? INC _csrf_check.tmpl ?>
	<div class="section">
		<h3>Q</h3>
		<div class="sectionbg">
			<div class="sectionbody">
				<div class="subsection">
					<div class="inputlabel"><? FORMAT "Username:" ?></div>
					<input type="text" name="user" value="<? VAR Username ?>" class="half" maxlength="128"
							   title="<? FORMAT "Please enter a username." ?>" />
				</div>
				<div class="subsection">
					<div class="inputlabel"><? FORMAT "Password:" ?></div>
					<input type="password" name="password" class="half"
						   title="<? FORMAT "Please enter a password." ?>" autocomplete="off" />
				</div>
				<div style="clear: both;"></div>
			</div>
		</div>
	</div>

	<div class="section">
		<h3><? FORMAT "Options" ?></h3>
		<div class="sectionbg">
			<div class="sectionbody lotsofcheckboxes">
				<? LOOP OptionLoop ?>
				<span class="checkboxandlabel" title="<? VAR Tooltip ?>">
					<input type="checkbox" name="<? VAR Name ?>" id="opt_<? VAR Name ?>" value="1"<? IF Checked ?> checked="checked"<? ENDIF ?><? IF Disabled ?> disabled="disabled"<? ENDIF ?> />
					<label for="opt_<? VAR Name ?>"><? VAR DisplayName ?></label>
				</span>
				<? ENDLOOP ?>
				<div style="clear:both;"></div>
			</div>
		</div>
	</div>

	<div class="submitline">
		<input type="hidden" name="submitted" value="1" />
		<input type="submit" value="<? FORMAT "Save" ?>" />
	</div>
</form>

<? INC Footer.tmpl ?>

Zerion Mini Shell 1.0