This commit is contained in:
sprybear
2015-07-20 13:35:19 +08:00
parent 8d9b36d5cf
commit f4cb982b73
9 changed files with 863 additions and 121 deletions

View File

@@ -6,15 +6,14 @@
<div class="panel-body">
<form class="form-horizontal" method="post" action="<? VAR URIPrefix TOP ?><? VAR ModPath ?>addnote">
<? INC _csrf_check.tmpl ?>
<div class="form-group">
<label for="inputKey" class="col-sm-2 control-label">Key:</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="inputKey" name="key" size="8">
</div>
</div>
<div class="form-group">
<label for="inputNote" class="col-sm-2 control-label">Note:</label>
<div class="col-sm-10">
@@ -46,7 +45,7 @@
</table>
<? ENDIF ?>
</div>
<div class="panel-footer text-right">
<input class="btn btn-danger" type="reset" value="Reset">
<input class="btn btn-success" type="submit" name="add" value="Add Note" />
@@ -54,5 +53,5 @@
</form>
</div>
</div>
<? INC Footer.tmpl ?>
<? INC Footer.tmpl ?>