web UI
[scpubgit/App-EzPz.git] / lib / App / EzPz / Web / _templates / list.html
diff --git a/lib/App/EzPz/Web/_templates/list.html b/lib/App/EzPz/Web/_templates/list.html
new file mode 100644 (file)
index 0000000..acff572
--- /dev/null
@@ -0,0 +1,21 @@
+<html>
+<body>
+  <h1>List <span class="list-name" /></h1>
+  <ul>
+    <li class="list-link"><a class="list-link-anchor" /></li>
+  </ul>
+  <p>Members:</p>
+  <form method="POST">
+    <p>Add member: <input name="add" /> <input value="Add" type="submit" /></p>
+  </form>
+  <ul>
+    <li class="list-member">
+      <form method="POST">
+        <span class="list-member-name" />
+        <input class="list-member-remove" type="hidden" name="remove" />
+        <input value="Remove" type="submit" />
+      </form>
+    </li>
+  </ul>
+</body>
+</html>