dnd fixes, code cleanup, moving towards correctly resfreshing nodes
[pithos] / war / invites.jsp
index f7d0252..49856b9 100644 (file)
@@ -26,16 +26,26 @@ along with GSS.  If not, see <http://www.gnu.org/licenses/>.
 <html>
 <head>
 <title><%= GSSConfigurationFactory.getConfiguration().getString("serviceName") %> Registration</title>
 <html>
 <head>
 <title><%= GSSConfigurationFactory.getConfiguration().getString("serviceName") %> Registration</title>
-<link href="/pithos/gss.css" rel="stylesheet" type="text/css">
+<link href="/pithos/main.css" rel="stylesheet" type="text/css">
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 </head>
 <body>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 </head>
 <body>
-
-Welcome to <%= GSSConfigurationFactory.getConfiguration().getString("serviceName") %>.
-<%= GSSConfigurationFactory.getConfiguration().getString("invitesIntro") %>
+<div class="wrapper" >
+<div class="header"></div>
+<div class="image_logo">
+<table><tr>
+  <td><a href="/"><img src="/pithos/images/service-logo.png"></img></a>
+</tr></table>
+</div> <!-- image_logo -->
+<div style="clear: both; "> </div>
+<div class="page_main">
 <center>
 <center>
+<p class="blurb">Welcome to the <%= GSSConfigurationFactory.getConfiguration().getString("serviceName") %> storage service.
+<%= GSSConfigurationFactory.getConfiguration().getString("invitesIntro") %></p>
 <form method="post" action="/pithos/invites">
 <form method="post" action="/pithos/invites">
-<%= request.getParameter("error") != null? URLDecoder.decode(request.getParameter("error"), "UTF-8"): "" %>
+<div class="error">
+    <%= request.getParameter("error") != null? URLDecoder.decode(request.getParameter("error"), "UTF-8"): "" %>
+</div>
     <table>
         <tr>
             <td>Code:</td>
     <table>
         <tr>
             <td>Code:</td>
@@ -49,6 +59,8 @@ Welcome to <%= GSSConfigurationFactory.getConfiguration().getString("serviceName
     </table>
 </form>
 </center>
     </table>
 </form>
 </center>
-
+</div>
+<div class="footer"></div>
+</div> <!-- wrapper -->
 </body>
 </html>
 </body>
 </html>