Added edit profile page.
[photos] / src / main / java / org / wamblee / photos / wicket / HomePage.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 <wicket:extend>
12
13     <div id="content">
14         <span wicket:id="content">Content</span>
15     </div>
16
17 </wicket:extend>
18
19 </body>
20 </html>