Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <body >
- <wicket:extend>
- <h1>Saját adatok módosítása</h1>
- <div id="settingsform">
- <span wicket:id="editcontainer">
- <form wicket:id="editform">
- Felhasználó:<span wicket:id="username"></span>
- <input wicket:id="firstName"></input>
- <input wicket:id="lastName"></input>
- <input type="submit" wicket:id="submit"></input>
- </form>
- <span wicket:id="messages"></span>
- </span>
- <!-- <span wicket:id='mainNavigation'/> -->
- </div>
- </wicket:extend>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment