Full navigation is working including viewing individual photos.
[photos] / src / main / java / org / wamblee / photos / wicket / PhotoPanel.html
diff --git a/src/main/java/org/wamblee/photos/wicket/PhotoPanel.html b/src/main/java/org/wamblee/photos/wicket/PhotoPanel.html
new file mode 100644 (file)
index 0000000..cd0f3bb
--- /dev/null
@@ -0,0 +1,31 @@
+<html
+        xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
+<head>
+    <title>Wicket Quickstart Archetype Homepage</title>
+</head>
+<body>
+<strong>Wicket Quickstart Archetype Homepage</strong>
+<br/>
+<br/>
+
+
+<span wicket:id="message">Message here.</span>
+
+<wicket:panel>
+    <div id="navigation">
+        <h1>Photo <span class="path" wicket:id="path">/phot/entry/xxx</span></h1>
+        <br/>
+        <br/>
+        <a href="#" wicket:id="prevLink">Prev</a>
+        <a href="#" wicket:id="nextLink">Next</a>
+        <a href="#" wicket:id="parentLink">Parent</a>
+        <br/>
+        <br/>
+    </div>
+    <div id="photo">
+        <img src="#" wicket:id="photo" border="0" width="65%"/>
+    </div>
+</wicket:panel>
+
+</body>
+</html>