Working upload of photos (individual and zip)
[photos] / src / main / java / org / wamblee / photos / wicket / AlbumPanel.html
index 5b6011b6c794dc5cf04ea349b697e5ec13d55b8b..0786ab4b853aa0255144353199e9c14045b70486 100644 (file)
         <br/>
         <br/>
         <a href="#" wicket:id="prevLink">Prev</a>
-        &nbsp; &nbsp;
+        &nbsp;
         <span wicket:id="pageLinks">
             <a href="#" wicket:id="pageLink"><span wicket:id="label">pageno</span></a>
         </span>
-        &nbsp; &nbsp;
+        &nbsp;
         <a href="#" wicket:id="nextLink">Next</a>
         <a href="#" wicket:id="parentLink">Parent</a>
         <br/>
@@ -48,6 +48,9 @@
             </tr>
         </table>
     </div>
+    <div id="upload">
+        <span wicket:id="uploadPanel"/>
+    </div>
 </wicket:panel>
 
 </body>