Added the basic menu structure and the EditProfile and Admin pages.
authorErik Brakkee <erik@brakkee.org>
Fri, 27 Sep 2013 18:39:45 +0000 (20:39 +0200)
committerErik Brakkee <erik@brakkee.org>
Fri, 27 Sep 2013 18:39:45 +0000 (20:39 +0200)
commitcf32509dac2f9fa4d44bedf7743f159c5795b7d8
treeade84afd77b523b82e8d2977b6e64130ef4b19ad
parente12aa79fc9e2db91f2db165dd046f9fc174b2c2f
Added the basic menu structure and the EditProfile and Admin pages.
Only administrators see the admin page and can have access
to the admin page.
src/main/java/org/wamblee/photos/wicket/AdminPage.html [new file with mode: 0644]
src/main/java/org/wamblee/photos/wicket/AdminPage.java [new file with mode: 0644]
src/main/java/org/wamblee/photos/wicket/BasePage.html
src/main/java/org/wamblee/photos/wicket/BasePage.java
src/main/java/org/wamblee/photos/wicket/EditProfilePage.html [new file with mode: 0644]
src/main/java/org/wamblee/photos/wicket/EditProfilePage.java [new file with mode: 0644]