changelog shortlog tags changeset file revisions annotate raw

bin/index

revision 599: 6ea3f9cf342f
parent 585:4dc32b1db08e
child 601:35968b6224f0
       1--- a/bin/index	Mon Jan 11 21:58:17 2010 +0000
       2+++ b/bin/index	Mon Aug 02 22:19:53 2010 -0400
       3@@ -15,12 +15,14 @@
       4 The simple interface:
       5 {{{
       6 #!/bin/sh
       7-echo '<form action="'$HACKIKI_BASE'/medit" method="get">'
       8+echo '<form action="'$HACKIKI_BASE'/medit" method="get">
       9+    <fieldset>
      10+        <input type="hidden" name="arg1" value="bin" />
      11+        Create/edit a page: <input type="text" name="arg2" value="hello" />
      12+        <input type="submit" value="Edit" />
      13+    </fieldset>
      14+</form>'
      15 }}}
      16-    <input type="hidden" name="arg1" value="bin" />
      17-    Create/edit a page: <input type="text" name="arg2" value="hello" />
      18-    <input type="submit" value="Edit" />
      19-</form>
      20 
      21 The more complicated (but more complete, robust) interface: [[edit|Builtin editor]]
      22