Advertisement
Guest User

full page

a guest
Sep 16th, 2011
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.45 KB | None | 0 0
  1.  
  2. <?xml version="1.0" encoding="UTF-8"?>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml"><head>
  5.     <title>MyFriends - Square</title>
  6.     <meta http-equiv="content-type" content="text/html;charset=utf-8" />
  7.     <meta http-equiv="cache-control" content="no-store, no-cache, must-revalidate, max-age=0" />
  8.     <meta http-equiv="pragma" content="no-cache" />
  9.     <meta http-equiv="expires" content="0" /><link type="text/css" rel="stylesheet" href="/MyFriends/javax.faces.resource/style.css.xhtml" /></head><body>
  10.         <div style="margin: 0 auto; width: 800px; border: 2px solid black;">
  11.             <div style="text-align: center; border-bottom: 2px solid black; height: 150px; font-size:0;"> <!-- font size to ignore whitespace -->
  12.                 <div id="header-left"></div><img src="/MyFriends/resources/logo_large.jpg" alt="Logo" height="150" width="300" />
  13.                 <div id="header-right"></div>
  14.             </div>
  15.             <div style="border-bottom: 1px solid black; padding-left: 20px;">
  16.                         <table id="menu">
  17.                             <tr>
  18.                                 <td><a href="/MyFriends/protected/home.xhtml">Home</a></td>
  19.                                 <td><a href="/MyFriends/protected/users.xhtml">Users</a></td>
  20.                                 <td><a href="/MyFriends/protected/manageSquares.xhtml">Manage Squares</a></td>
  21.                                 <td><a href="/MyFriends/protected/editProfile.xhtml">Profile</a></td>
  22.                                 <td><a href="/MyFriends/protected/postRoar.xhtml">Roar</a></td>
  23.                             </tr>
  24.                         </table>
  25.                         <div style="float: right; margin-top: 2px; margin-right: 10px;">
  26.                             Welcome Ole Rasmussen!
  27.                            
  28. <form id="j_idt25" name="j_idt25" method="post" action="/MyFriends/protected/manageSquare.xhtml" enctype="application/x-www-form-urlencoded" style="display: inline-block;">
  29. <input type="hidden" name="j_idt25" value="j_idt25" />
  30.  
  31. <script type="text/javascript" src="/MyFriends/javax.faces.resource/jsf.js.xhtml?ln=javax.faces&amp;stage=Development"></script>
  32.  
  33. <a href="#" onclick="mojarra.jsfcljs(document.getElementById('j_idt25'),{'j_idt25:j_idt26':'j_idt25:j_idt26'},'');return false">Logout</a><input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="8645537346193980911:4702244210195312851" autocomplete="off" />
  34. </form>
  35.                         </div>
  36.             </div>
  37.             <div style="text-align: center; margin: 10px;">
  38.     <h1>Manage square Foobar</h1>
  39.         <table style="width: 100%;">
  40.             <tr>
  41.                 <td valign="top">
  42. <form id="j_idt37" name="j_idt37" method="post" action="/MyFriends/protected/manageSquare.xhtml" enctype="application/x-www-form-urlencoded">
  43. <input type="hidden" name="j_idt37" value="j_idt37" />
  44.  
  45.                         <fieldset>
  46.                             <legend>Currently added users</legend>
  47.                                 No users in this square
  48.                            
  49.                         </fieldset><input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="8645537346193980911:4702244210195312851" autocomplete="off" />
  50. </form>
  51.                 </td>
  52.                 <td valign="top">
  53. <form id="j_idt53" name="j_idt53" method="post" action="/MyFriends/protected/manageSquare.xhtml" enctype="application/x-www-form-urlencoded">
  54. <input type="hidden" name="j_idt53" value="j_idt53" />
  55.  
  56.                         <fieldset>
  57.                             <legend>Add users</legend><select name="j_idt53:j_idt58" multiple="multiple" size="5">  <option value="aaaaa">aaaaa</option>
  58.     <option value="aaaaaa">aaaaaa</option>
  59.     <option value="asdf">asdf</option>
  60.     <option value="asdfafsd">asdfafsd</option>
  61.     <option value="foens">foens</option>
  62. </select><input type="submit" name="j_idt53:j_idt60" value="Add users" onclick="mojarra.jsfcljs(document.getElementById('j_idt53'),{'j_idt53:j_idt60':'j_idt53:j_idt60','squareName':'Foobar'},'');return false" />
  63.                         </fieldset><input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="8645537346193980911:4702244210195312851" autocomplete="off" />
  64. </form>
  65.                 </td>
  66.             </tr>
  67.         </table>
  68.             </div>
  69.         </div></body>
  70.  
  71. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement