Move module data files to own dir.

This commit is contained in:
Alexey Sokolov
2011-03-06 12:32:14 +06:00
parent 3d3235743d
commit 3a838d1493
17 changed files with 8 additions and 12 deletions
+24
View File
@@ -0,0 +1,24 @@
<? INC Header.tmpl ?>
<form method="post" action="/mods/perform/">
<? INC _csrf_check.tmpl ?>
<div class="section">
<h3>Perform</h3>
<div class="sectionbg">
<div class="sectionbody">
<div class="subsection full">
<div class="inputlabel">Perform commands:</div>
<div><textarea name="perform" cols="70" rows="5" class="monospace"><? LOOP PerformLoop ?><? VAR Perform ?>
<? ENDLOOP ?>
</textarea></div>
<br /><span class="info">Commands sent to the IRC server on connect, one per line.</span>
</div>
<div class="subsection submitline">
<input type="submit" name="save" value="Save" />
</div>
</div>
</div>
</div>
</form>
<? INC Footer.tmpl ?>