2021-06-16 21:19:04 +02:00
|
|
|
<? I18N znc-perform ?>
|
2021-06-15 16:15:14 +02:00
|
|
|
<? INC Header.tmpl ?>
|
|
|
|
|
|
|
|
<div class="container col-md-10 col-md-offset-1">
|
|
|
|
<div class="panel panel-default">
|
2021-06-16 21:19:04 +02:00
|
|
|
<div class="panel-heading"><? FORMAT "Perform" ?></div>
|
2021-06-15 16:15:14 +02:00
|
|
|
<div class="panel-body">
|
|
|
|
<form method="post" action="<? VAR URIPrefix TOP ?><? VAR ModPath ?>">
|
|
|
|
<? INC _csrf_check.tmpl ?>
|
|
|
|
|
|
|
|
<div class="form-group">
|
2021-06-16 21:19:04 +02:00
|
|
|
<label for="inputperformCommands" class="col-sm-2 control-label"><? FORMAT "Perform commands:" ?></label>
|
2021-06-15 16:15:14 +02:00
|
|
|
<div class="col-sm-10">
|
|
|
|
<textarea type="text" class="form-control" id="inputperformCommands" name="perform" cols="70" rows="5" class="monospace"><? LOOP PerformLoop ?><? VAR Perform ?><? ENDLOOP ?></textarea>
|
2021-06-16 21:19:04 +02:00
|
|
|
<div class="alert alert-info help-block"><? FORMAT "Commands sent to the IRC server on connect, one per line." ?></div>
|
2021-06-15 16:15:14 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="panel-footer text-right">
|
|
|
|
<input class="btn btn-danger" type="reset" value="Reset">
|
2021-06-16 21:19:04 +02:00
|
|
|
<input class="btn btn-success" type="submit" name="save" value="<? FORMAT "Save" ?>" />
|
2021-06-15 16:15:14 +02:00
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<? INC Footer.tmpl ?>
|