Guest User

Untitled

a guest
Oct 5th, 2011
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.72 KB | None | 0 0
  1.  <body >
  2.      <wicket:extend>
  3.  
  4.         <h1>Saját adatok módosítása</h1>            
  5.             <div id="settingsform">
  6.              <span wicket:id="editcontainer">                            
  7.                 <form  wicket:id="editform">
  8.                     Felhasználó:<span wicket:id="username"></span>                    
  9.                     <input wicket:id="firstName"></input>
  10.                     <input wicket:id="lastName"></input>
  11.                     <input type="submit" wicket:id="submit"></input>
  12.                 </form>
  13.                 <span wicket:id="messages"></span>
  14.             </span>
  15.         <!--        <span wicket:id='mainNavigation'/> -->
  16.          </div>
  17. </wicket:extend>
  18.     </body>
  19.  
  20.  
Advertisement
Add Comment
Please, Sign In to add comment