Q has been retired
This commit is contained in:
parent
a625d881e1
commit
6ec06bb8be
@ -1,60 +0,0 @@
|
|||||||
<? INC Header.tmpl ?>
|
|
||||||
|
|
||||||
<div class="container col-md-10 col-md-offset-1">
|
|
||||||
<div class="panel panel-default">
|
|
||||||
<div class="panel-heading">Q Network Module</div>
|
|
||||||
<div class="panel-body">
|
|
||||||
<form class="form-horizontal" action="<? VAR URIPrefix TOP ?><? VAR ModPath TOP ?>" method="post">
|
|
||||||
<? INC _csrf_check.tmpl ?>
|
|
||||||
<div class="form-group">
|
|
||||||
<label for="inputStatusPrefix" class="col-sm-2 control-label">Username:</label>
|
|
||||||
<div class="col-sm-10">
|
|
||||||
<input type="text" class="form-control" name="user" value="<? VAR Username ?>" class="half" maxlength="128" placeholder="Please enter a username" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="form-group">
|
|
||||||
<label for="inputStatusPrefix" class="col-sm-2 control-label">Password:</label>
|
|
||||||
<div class="col-sm-10">
|
|
||||||
<input type="text" class="form-control" type="password" name="password" class="half" placeholder="Please enter a password" autocomplete="off" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="row">
|
|
||||||
<div class="col-md-6 col-md-offset-3">
|
|
||||||
<table class="table table-bordered table-hover table-striped">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<td>Status</td>
|
|
||||||
<td>Settings</td>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<? LOOP OptionLoop ?>
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
<div class="switch" title="<? VAR Tooltip ?>">
|
|
||||||
<input type="checkbox" name="<? VAR Name ?>" id="opt_<? VAR Name ?>" value="1" class="cmn-toggle cmn-toggle-round-flat"<? IF Checked ?> checked="checked"<? ENDIF ?><? IF Disabled ?>disabled="disabled"<? ENDIF ?>"/>
|
|
||||||
<label for="opt_<? VAR Name ?>"></label>
|
|
||||||
</div>
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
<? VAR DisplayName ?>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<? ENDLOOP ?>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="panel-footer text-right">
|
|
||||||
<input type="hidden" name="submitted" value="1" />
|
|
||||||
<input class="btn btn-danger" type="reset" value="Reset">
|
|
||||||
<input class="btn btn-success" type="submit" value="Save" />
|
|
||||||
</div>
|
|
||||||
</form>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<? INC Footer.tmpl ?>
|
|
Loading…
Reference in New Issue
Block a user