Create folder panel (forgot to add).
[photos] / src / main / java / org / wamblee / photos / wicket / CreateFolderPanel.html
diff --git a/src/main/java/org/wamblee/photos/wicket/CreateFolderPanel.html b/src/main/java/org/wamblee/photos/wicket/CreateFolderPanel.html
new file mode 100644 (file)
index 0000000..c1e5aa2
--- /dev/null
@@ -0,0 +1,26 @@
+<html
+        xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
+<head>
+    <title>Wicket Quickstart Archetype Homepage</title>
+</head>
+<body>
+
+<wicket:panel>
+    <form wicket:id="createFolderForm">
+        <table>
+            <tbody>
+            <tr>
+                <td>
+                    <input wicket:id="name" type="text" size="40"/>
+                </td>
+                <td>
+                    <input type="submit" value="Create folder"/>
+                </td>
+            </tr>
+            </tbody>
+        </table>
+    </form>
+</wicket:panel>
+
+</body>
+</html>