Author: rhirsch
Date: Mon Nov 9 07:55:11 2009
New Revision: 833991
URL: http://svn.apache.org/viewvc?rev=833991&view=rev
Log:
HTML Formatted
Modified:
incubator/esme/trunk/server/src/main/webapp/index.html
incubator/esme/trunk/server/src/main/webapp/signup.html
Modified: incubator/esme/trunk/server/src/main/webapp/index.html
URL:
http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/index.html?rev=833991&r1=833990&r2=833991&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/index.html (original)
+++ incubator/esme/trunk/server/src/main/webapp/index.html Mon Nov 9 07:55:11
2009
@@ -1,17 +1,19 @@
<lift:UserSnip.loggedIn>
- <logged:in>
- <lift:surround with="message" at="content"/>
- </logged:in>
- <logged:out>
- <lift:surround with="default" at="content">
- <div>
- <fieldset>
- <legend><lift:loc>ui_default_conversation</lift:loc></legend>
- <div style="height: 500px; overflow: auto">
- <lift:comet type="PublicTimeline"/>
- </div>
- </fieldset>
- </div>
- </lift:surround>
- </logged:out>
-</lift:UserSnip.loggedIn>
+ <logged:in>
+ <lift:surround with="message" at="content"/>
+ </logged:in>
+ <logged:out>
+ <lift:surround with="default" at="content">
+ <div>
+ <fieldset>
+ <legend>
+ <lift:loc>ui_default_conversation</lift:loc>
+ </legend>
+ <div style="height: 500px; overflow: auto">
+ <lift:comet type="PublicTimeline"/>
+ </div>
+ </fieldset>
+ </div>
+ </lift:surround>
+ </logged:out>
+</lift:UserSnip.loggedIn>
\ No newline at end of file
Modified: incubator/esme/trunk/server/src/main/webapp/signup.html
URL:
http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/signup.html?rev=833991&r1=833990&r2=833991&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/signup.html (original)
+++ incubator/esme/trunk/server/src/main/webapp/signup.html Mon Nov 9 07:55:11
2009
@@ -1,60 +1,62 @@
<lift:surround with="default" at="content">
- <div>
-
- <h2><lift:loc>ui_sign_up_intro</lift:loc></h2>
-
- <lift:signup form="post">
<div>
- <fieldset><legend><lift:loc>ui_sign_up_basic_info</lift:loc></legend>
- <div>
- <signup:credentials/>
- </div>
- </fieldset>
- <fieldset><legend><lift:loc>ui_sign_up_details</lift:loc></legend>
- <div>
- <label for="nickname">
- <lift:loc>ui_sign_up_nickname</lift:loc>
- <br/>
- <signup:nickname/>
- </label>
- <br/>
-
- <label for="firstname">
- <lift:loc>ui_sign_up_firstname</lift:loc>
- <br/>
- <signup:firstname/>
- </label>
- <br/>
- <label for="lastname">
- <lift:loc>ui_sign_up_lastname</lift:loc>
- <br/>
- <signup:lastname/>
- </label>
- <br/>
- <label for="image_url">
- <lift:loc>ui_sign_up_image_url</lift:loc>
- <br/>
- <signup:image_url/>
- </label>
- <br/>
- <label for="timezone">
- <lift:loc>ui_sign_up_timezone</lift:loc>
- <br/>
- <signup:timezone/>
- </label>
- <br/>
- <label for="locale">
- <lift:loc>ui_sign_up_locale</lift:loc>
- <br/>
- <signup:locale/>
- </label>
-
- </div>
- </fieldset>
- </div>
- <label for="submit">
- <signup:submit id="submit"/>
- </label>
- </lift:signup>
- </div>
+ <h2><lift:loc>ui_sign_up_intro</lift:loc></h2>
+ <lift:signup form="post">
+ <div>
+ <fieldset>
+ <legend>
+ <lift:loc>ui_sign_up_basic_info</lift:loc>
+ </legend>
+ <div>
+ <signup:credentials/>
+ </div>
+ </fieldset>
+ <fieldset>
+ <legend>
+ <lift:loc>ui_sign_up_details</lift:loc>
+ </legend>
+ <div>
+ <label for="nickname">
+ <lift:loc>ui_sign_up_nickname</lift:loc>
+ <br/>
+ <signup:nickname/>
+ </label>
+ <br/>
+ <label for="firstname">
+ <lift:loc>ui_sign_up_firstname</lift:loc>
+ <br/>
+ <signup:firstname/>
+ </label>
+ <br/>
+ <label for="lastname">
+ <lift:loc>ui_sign_up_lastname</lift:loc>
+ <br/>
+ <signup:lastname/>
+ </label>
+ <br/>
+ <label for="image_url">
+ <lift:loc>ui_sign_up_image_url</lift:loc>
+ <br/>
+ <signup:image_url/>
+ </label>
+ <br/>
+ <label for="timezone">
+ <lift:loc>ui_sign_up_timezone</lift:loc>
+ <br/>
+ <signup:timezone/>
+ </label>
+ <br/>
+ <label for="locale">
+ <lift:loc>ui_sign_up_locale</lift:loc>
+ <br/>
+ <signup:locale/>
+ </label>
+ </div>
+ </fieldset>
+ </div>
+ <label for="submit">
+ <signup:submit id="submit"/>
+ </label>
+ </lift:signup>
+ </div>
</lift:surround>
\ No newline at end of file