Working upload of photos (individual and zip)
[photos] / src / main / java / org / wamblee / photos / wicket / PhotoPanel.html
1 <html
2         xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
3 <head>
4     <title>Wicket Quickstart Archetype Homepage</title>
5 </head>
6 <body>
7 <strong>Wicket Quickstart Archetype Homepage</strong>
8 <br/>
9 <br/>
10
11
12 <span wicket:id="message">Message here.</span>
13
14 <wicket:panel>
15     <div id="navigation">
16         <h1>Photo <span class="path" wicket:id="path">/phot/entry/xxx</span></h1>
17         <br/>
18         <br/>
19         <a href="#" wicket:id="prevLink">Prev</a>
20         <a href="#" wicket:id="nextLink">Next</a>
21         <a href="#" wicket:id="parentLink">Parent</a>
22         <br/>
23         <br/>
24     </div>
25     <div id="photo">
26         <img src="#" wicket:id="photo" border="0" width="65%"/>
27     </div>
28 </wicket:panel>
29
30 </body>
31 </html>