[richfaces-svn-commits] JBoss Rich Faces SVN: r14109 - in trunk/examples/photoalbum/source: web/src/main/java/org/richfaces/photoalbum/manager and 5 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon May 11 13:53:10 EDT 2009


Author: amarkhel
Date: 2009-05-11 13:53:10 -0400 (Mon, 11 May 2009)
New Revision: 14109

Added:
   trunk/examples/photoalbum/source/web/src/main/webapp/META-INF/
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/errorHelp.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/fileUploadHelp.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/imageScrollerHelp.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/inputSliderHelp.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/slideshow.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/statusHelp.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/validationHelp.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/
   trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/codehighlight.css
   trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/docnav.css
   trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/documentation.css
   trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/extensions.css
   trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/html-common.css
   trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/html-release.css
   trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/html.css
   trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/jbossorg.css
   trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/reports.css
Modified:
   trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum/service/Constants.java
   trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/AlbumManager.java
   trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/ImageManager.java
   trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/ShelfManager.java
   trunk/examples/photoalbum/source/web/src/main/resources/messages_en.properties
Log:


Modified: trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum/service/Constants.java
===================================================================
--- trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum/service/Constants.java	2009-05-11 17:18:22 UTC (rev 14108)
+++ trunk/examples/photoalbum/source/ejb/src/main/java/org/richfaces/photoalbum/service/Constants.java	2009-05-11 17:53:10 UTC (rev 14109)
@@ -53,46 +53,46 @@
 	public static final String USER_DELETED_EVENT = "userDeletedEvent";
 	
 	//Errors(Internationalization pending)
-	public static final String SAME_IMAGE_EXIST_ERROR = "You already have image with given name in selected album";
-	public static final String SAME_ALBUM_EXIST_ERROR = "You already have album with given name in selected shelf";
-	public static final String SAME_SHELF_EXIST_ERROR = "You already have shelf with given name.";
-	public static final String AVATAR_SAVING_ERROR = "Error while saving avatar to disk";
-	public static final String YOU_CAN_T_ADD_IMAGES_TO_THAT_ALBUM_ERROR = "You can't add images to that album";
-	public static final String SHELF_RECENTLY_DELETED_ERROR = "This shelf was recently deleted. Refresh your browser to see actual data.";
-	public static final String IMAGE_RECENTLY_DELETED_ERROR = "This image was recently deleted. Refresh your browser to see actual data.";
-	public static final String ALBUM_RECENTLY_DELETED_ERROR = "This album was recently deleted. Refresh your browser to see actual data.";
-	public static final String UPDATE_USER_ERROR = "Error while saving preferences to database.";
-	public static final String SHELF_DELETING_ERROR = "Error while deleting shelf from database.";
-	public static final String SHELF_SAVING_ERROR = "Error while saving shelf to database.";
-	public static final String DELETE_COMMENT_ERROR = "Error while deleting comment from database.";
-	public static final String SAVE_COMMENT_ERROR = "Error while saving comment to database.";
-	public static final String IMAGE_SAVING_ERROR = "Error while saving image to database.";
-	public static final String IMAGE_DELETING_ERROR = "Error while deleting image from database.";
+	public static final String SAME_IMAGE_EXIST_ERROR = "You already have an image with the given name in selected album";
+	public static final String SAME_ALBUM_EXIST_ERROR = "You already have an album with the given name in selected shelf";
+	public static final String SAME_SHELF_EXIST_ERROR = "You already have a shelf with the given name.";
+	public static final String USER_WITH_THIS_EMAIL_ALREADY_EXIST = "E-mail is not unique";
+	public static final String REGISTRATION_ERROR = "Error while registration process";
+	public static final String LOGIN_ERROR = "Login error";
+	public static final String AVATAR_SAVING_ERROR = "An error occurred while saving the avatar to the disk";
+	public static final String YOU_CAN_T_ADD_IMAGES_TO_THAT_ALBUM_ERROR = "You can't add images to this album";
+	public static final String SHELF_RECENTLY_DELETED_ERROR = "This shelf has been recently deleted. Please, refresh your browser to see actual data.";
+	public static final String IMAGE_RECENTLY_DELETED_ERROR = "This image has been recently deleted. Please, refresh your browser to see actual data.";
+	public static final String ALBUM_RECENTLY_DELETED_ERROR = "This album has been recently deleted. Please, refresh your browser to see actual data.";
+	public static final String UPDATE_USER_ERROR = " An error occurred while saving preferences to the database.";
+	public static final String SHELF_DELETING_ERROR = " An error occurred while deleting the shelf from the database.";
+	public static final String SHELF_SAVING_ERROR = " An error occurred while saving  the shelf to the database.";
+	public static final String DELETE_COMMENT_ERROR = " An error occurred while deleting the comment from the database.";
+	public static final String SAVE_COMMENT_ERROR = " An error occurred while saving the comment to the database.";
+	public static final String IMAGE_SAVING_ERROR = " An error occurred while saving the image to the database.";
+	public static final String IMAGE_DELETING_ERROR = " An error occurred while deleting the image from the database.";
 	public static final String ERROR_IN_DB = "Error in DB.";
-	public static final String ALBUM_DELETING_ERROR = "Error while deleting album from database.";
-	public static final String ALBUM_SAVING_ERROR = "Error while saving album to database";
-	public static final String SHELF_MUST_BE_NOT_NULL_ERROR = "Shelf must be not-null";
-	public static final String NO_SHELF_ERROR = "You must create at least one shelf before creating album!";
+	public static final String ALBUM_DELETING_ERROR = " An error occurred while deleting the album from the database.";
+	public static final String ALBUM_SAVING_ERROR = " An error occurred while saving the album to the database";
+	public static final String SHELF_MUST_BE_NOT_NULL_ERROR = "Shelf name must not be null";
+	public static final String NO_SHELF_ERROR = "You must create at least one shelf before creating an album!";
 	public static final String FILE_UPLOAD_SHOW_ERROR = "You must create at least one shelf before uploading images!";
-	public static final String DND_ALBUM_ERROR = "You can't add album to that shelf";
-	public static final String DND_PHOTO_ERROR = "You can't add photo's to that album";
-	public static final String NO_ALBUM_TO_DOWNLOAD_ERROR = "Please specify album to download";
-	public static final String NULL_COMMENT_ERROR = "Comment must be not-null";
-	public static final String ADDING_COMMENT_ERROR = "For adding comment on this picture you must login";
+	public static final String DND_ALBUM_ERROR = "You can't add the album to this shelf";
+	public static final String DND_PHOTO_ERROR = "You can't add photos to this album";
+	public static final String NO_ALBUM_TO_DOWNLOAD_ERROR = "Please, specify the album to be downloaded";
+	public static final String NULL_COMMENT_ERROR = "Comment must not be null";
+	public static final String ADDING_COMMENT_ERROR = "For adding the comment for this picture you have login";
 	public static final String NO_IMAGES_FOR_SLIDESHOW_ERROR = "No images for slideshow!";
-	public static final String FILE_IO_ERROR = "File IO Error";
+	public static final String FILE_IO_ERROR = "File IO Error"; 
 	public static final String UPLOAD_ROOT_CREATION_ERROR = "Upload root was not created";
 	public static final String UPLOAD_FOLDER_PATH_ERROR = "Cannot bound image folder path";
 	public static final String INVALID_LOGIN_OR_PASSWORD = "Invalid login or password";
-	public static final String USER_WITH_THIS_LOGIN_ALREADY_EXIST = "User with this login already exist";
-	public static final String USER_WITH_THIS_EMAIL_ALREADY_EXIST = "E-mail is not unique";
+	public static final String USER_WITH_THIS_LOGIN_ALREADY_EXIST = "A user with this login already exists";
     public static final String CONFIRM_PASSWORD_NOT_EQUALS_PASSWORD = "Confirm Password not equals password";
 	public static final String HAVENT_ACCESS = "You have no rights to view this album";
-	public static final String FILE_PROCESSING_ERROR = "Error processing occured during upload";
-	public static final String FILE_SAVE_ERROR = "Error occured during saving image to disk";
-	public static final String REGISTRATION_ERROR = "Error while registration process";
-	public static final String LOGIN_ERROR = "Login error";
-	
+	public static final String FILE_PROCESSING_ERROR = "Error processing occurred during the upload";
+	public static final String FILE_SAVE_ERROR = "Error occurred during saving the image to the disk";
+	public static final String SEARCH_NO_WHERE_OPTIONS_ERROR = "You must specify where to execute the search ";
 	//Outcomes
 	public static final String LOGOUT_OUTCOME = "logout";
 	public static final String REGISTER_OUTCOME = "register";
@@ -114,7 +114,6 @@
 	
 	//Roles
 	public static final String ADMIN_ROLE = "admin";
-	//public static final String GUEST_ROLE = "guest";
 	
 	//misc
 	public static final String AVATAR_JPG = "avatar.jpg";
@@ -167,14 +166,13 @@
 	public static final String NAME_PARAMETER = "name";
 	public static final String SEARCH_ALBUM_SHARED_ADDON = " and a.shelf.shared=true";
 	public static final String SEARCH_ALBUM_MY_ADDON = " and a.shelf.owner.login=:login";
-	public static final String SEARCH_ALBUM_QUERY = "from Album a where lower(a.name) like :name or lower(a.description) like :name";
+	public static final String SEARCH_ALBUM_QUERY = "from Album a where (lower(a.name) like :name or lower(a.description) like :name)";
 	public static final String USER_SHELVES_QUERY = "user-shelves";
 	public static final String SHELF_PARAMETER = "shelf";
 	public static final String PATH_PARAMETER = "path";
 	public static final String IMAGE_PATH_EXIST_QUERY = "image-exist";
 	public static final String SEARCH_NO_OPTIONS_ERROR = "You must select at least one search option";
 	public static final String TREE_ID = "treeform";
-	public static final String SEARCH_NO_WHERE_OPTIONS_ERROR = "You must specify where search execute";
 	public static final String USER_COMMENTS_QUERY = "user-comments";
 	public static final String AUTHOR_PARAMETER = "author";
 	public static final String EMAIL_EXIST_QUERY = "email-exist";

Modified: trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/AlbumManager.java
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/AlbumManager.java	2009-05-11 17:18:22 UTC (rev 14108)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/AlbumManager.java	2009-05-11 17:53:10 UTC (rev 14109)
@@ -126,9 +126,7 @@
 		try{
 			if(user.hasAlbumWithName(album)){
 	    		Events.instance().raiseEvent(Constants.ADD_ERROR_EVENT, Constants.SAME_ALBUM_EXIST_ERROR);
-	    		if(editFromInplace){
     				albumAction.resetAlbum(album);
-    			}
 	    		return;
 	    	}
 			if(editFromInplace){

Modified: trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/ImageManager.java
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/ImageManager.java	2009-05-11 17:18:22 UTC (rev 14108)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/ImageManager.java	2009-05-11 17:53:10 UTC (rev 14109)
@@ -87,9 +87,7 @@
     	try{
     		if(user.hasImageWithName(image)){
 	    		Events.instance().raiseEvent(Constants.ADD_ERROR_EVENT, Constants.SAME_IMAGE_EXIST_ERROR);
-	    		if(editFromInplace){
     				imageAction.resetImage(image);
-    			}
 	    		return;
 	    	}
     		if(editFromInplace){

Modified: trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/ShelfManager.java
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/ShelfManager.java	2009-05-11 17:18:22 UTC (rev 14108)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/ShelfManager.java	2009-05-11 17:53:10 UTC (rev 14109)
@@ -100,9 +100,7 @@
     	try{
     		if(user.hasShelfWithName(shelf)){
     			Events.instance().raiseEvent(Constants.ADD_ERROR_EVENT, Constants.SAME_SHELF_EXIST_ERROR);
-    			if(editFromInplace){
     				shelfAction.resetShelf(shelf);
-    			}
     			return;
     		}
     		if(editFromInplace){

Modified: trunk/examples/photoalbum/source/web/src/main/resources/messages_en.properties
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/resources/messages_en.properties	2009-05-11 17:18:22 UTC (rev 14108)
+++ trunk/examples/photoalbum/source/web/src/main/resources/messages_en.properties	2009-05-11 17:53:10 UTC (rev 14109)
@@ -109,7 +109,7 @@
 shelf.delete=Delete shelf
 album.edit=Edit album properties
 album.delete=Delete album
-album.delete.confirm=Are you sure? All images associated with this album will also dropped! Click OK to proceed, else click Cancel.
+album.delete.confirm=Are you sure? All images associated with this album will also be dropped! Click OK to proceed, otherwise click Cancel.
 album.add=Add album
 album.edit.long=Edit Album:
 album.addImages=Add images
@@ -121,7 +121,7 @@
 album.cancel=Cancel
 
 image.delete=Delete Image
-image.delete.confirm=Are you sure?  Click OK to proceed, else click Cancel.
+image.delete.confirm=Are you sure?  Click OK to proceed, otherwise click Cancel.
 image.edit=Edit image properties
 image.prop=Image Properties:
 image.name=Name:
@@ -183,10 +183,10 @@
 file_saving_error=Error occured during saving image to disk
 invalid_login=Invalid login or password
 login_success=You are successfully registered.
-wrong_dnd=That album isn't yours, so you can't change it's location
+wrong_dnd=This album is not yours, you cannot change its location
 acess_not_granted=You have no rights to view this album
 album_addImage=Add images
-album_present=Album with this name already present!
+album_present=An album with such name already exists!
 album_show=Show album
 album_viewProfile=View profile of owner
 album_show_all=Show all albums of owner
@@ -233,22 +233,22 @@
 description=Description
 shelf=Shelf:
 choose_album=Choose album
-error_during_upload=Error During upload:
+error_during_upload=An error occurred during the upload:
 photo_upload_progress=Image upload progress:
 photos_was_uploaded_to=images was uploaded to
-photo_upload_complete=Image upload complete:
-comments_for_this_photo_is_not_allowed=Comments for this image is not allowed
+photo_upload_complete=Image upload is completed:
+comments_for_this_photo_is_not_allowed=Comments for this image are not allowed
 photo_name=Image name
 upload_date=Upload date
 show_meta_information=Show meta information
 popular_tags=Popular tags
 direct_link=Direct link
-use_this_photo_like_current_album_cover=Use this image like current album cover
+use_this_photo_like_current_album_cover=Use this image as a current album cover
 allow_commennts=Allow comments
 terms_and_conditions=Terms And Conditions
 privacy_statement=Privacy Statement
 error_occurred=Error occurred
-error_occured_during_request=Error occur during request:
+error_occured_during_request=Error occured during request:
 how_it_works=How it works?
 no_results_found=No results found
 options=Options

Added: trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/errorHelp.xhtml
===================================================================
(Binary files differ)


Property changes on: trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/errorHelp.xhtml
___________________________________________________________________
Name: svn:mime-type
   + application/xhtml+xml

Added: trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/fileUploadHelp.xhtml
===================================================================
(Binary files differ)


Property changes on: trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/fileUploadHelp.xhtml
___________________________________________________________________
Name: svn:mime-type
   + application/xhtml+xml

Added: trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/imageScrollerHelp.xhtml
===================================================================
(Binary files differ)


Property changes on: trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/imageScrollerHelp.xhtml
___________________________________________________________________
Name: svn:mime-type
   + application/xhtml+xml

Added: trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/inputSliderHelp.xhtml
===================================================================
(Binary files differ)


Property changes on: trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/inputSliderHelp.xhtml
___________________________________________________________________
Name: svn:mime-type
   + application/xhtml+xml

Added: trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/slideshow.xhtml
===================================================================
(Binary files differ)


Property changes on: trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/slideshow.xhtml
___________________________________________________________________
Name: svn:mime-type
   + application/xhtml+xml

Added: trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/statusHelp.xhtml
===================================================================
(Binary files differ)


Property changes on: trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/statusHelp.xhtml
___________________________________________________________________
Name: svn:mime-type
   + application/xhtml+xml

Added: trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/validationHelp.xhtml
===================================================================
(Binary files differ)


Property changes on: trunk/examples/photoalbum/source/web/src/main/webapp/includes/help/validationHelp.xhtml
___________________________________________________________________
Name: svn:mime-type
   + application/xhtml+xml

Added: trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/codehighlight.css
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/codehighlight.css	                        (rev 0)
+++ trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/codehighlight.css	2009-05-11 17:53:10 UTC (rev 14109)
@@ -0,0 +1,242 @@
+span.property {color:#0066CC;}
+
+pre.JAVA {line-height:10px;}
+
+pre.XML {line-height:8px;}
+
+pre.JSP {line-height:8px;}
+
+pre.XHTML {line-height:8px;}
+
+.java_type {color:#000000;}
+
+.java_keyword {
+    font-weight:bold;
+    color:#7F1B55;
+}
+
+.java_javadoc_comment {
+    color:#3F5FBF;
+    font-style:italic;
+    background-color:rgb(247,247,247);
+}
+
+.java_comment {
+    color:#3F7F5F;
+    background-color:rgb(247,247,247);
+}
+
+.java_operator {color:#000000;}
+
+.java_plain {color:rgb(0,0,0);}
+
+.java_literal {color:#2A00FF;}
+
+pre CODE {
+    font-size:12px;
+    color:rgb(0,0,0);
+    font-family:monospace; 
+    white-space:nowrap;
+}
+
+.java_javadoc_tag {
+    font-weight:bold;
+    color:#7F9FBF;
+    font-style:italic;
+    background-color:rgb(247,247,247);
+}
+
+.java_separator {color:#000000;}
+
+.xml_plain {color:rgb(0,0,0);}
+
+.xml_tag_name {color:#3F7F7F;}
+
+.xml_comment {
+    color:#3F5FBF;
+    background-color:rgb(247,247,247);
+}
+
+.xml_tag_symbols {color:#008080;}
+
+.xml_rife_tag {
+    color:rgb(0,0,0);
+    background-color:rgb(228,230,160);
+}
+
+.xml_attribute_value {color:#2A00FF;}
+
+.xml_attribute_name {
+    font-weight:bold;
+    color:#7F007F;
+}
+
+.xml_char_data {color:rgb(0,0,0);}
+
+.xml_rife_name {
+    color:#008cca;
+    background-color:rgb(228,230,160);
+}
+
+.xml_processing_instruction {
+    font-weight:bold;
+    color:rgb(0,0,0);
+    font-style:italic;
+}
+
+td.java {
+    vertical-align:top;
+    line-height:10px;
+}
+
+td.java-ln {
+    vertical-align:top;
+    line-height:10px;
+}
+
+tt.java {
+    margin-bottom:0em;
+    line-height:10px;
+    font-family:verdana,helvetica,sans-serif;
+}
+
+tt.java-ln {
+    margin-bottom:0em;
+    line-height:10px;
+}
+
+pre.java {
+    margin-bottom:0em;
+    line-height:10px;
+}
+
+pre.java-ln {
+    margin-bottom:0em;
+    line-height:10px;
+}
+
+td.java-ln {
+    line-height:10px;
+    text-align:right;
+}
+
+tt.java-ln {
+    color:#888888;
+    line-height:10px;
+}
+
+pre.java-ln {
+    color:#888888;
+    line-height:10px;
+}
+
+span.java0 {
+    font-size:8pt;
+    color:#ffffff;
+    line-height:10px;
+}
+
+span.java1 {
+    font-size:8pt;
+    color:#808080;
+}
+
+span.java2 {
+    font-size:8pt;
+    color:#3f7f5f;
+    line-height:10px;
+}
+
+/* Single-line comment */
+
+span.java3 {
+    font-size:8pt;
+    color:#3f7f5f;
+    line-height:10px;
+}
+
+/* Keywords excluding 'return' */
+
+span.java4 {
+    font-weight:bold;
+    font-size:8pt;
+    color:#7F1B55;
+    line-height:10px;
+}
+
+span.java5 {
+    font-size:8pt;
+    color:#2a00ff;
+    line-height:10px;
+}
+
+span.java6 {
+    font-size:8pt;
+    color:#990000;
+    line-height:10px;
+}
+
+span.java7 {
+    font-size:8pt;
+    color:#990000;
+    line-height:10px;
+}
+
+span.java8 {
+    font-size:8pt;
+    color:#000000;
+    line-height:10px;
+}
+
+/* Primitive types: long, int, void etc... */
+
+span.java9 {
+    font-weight:bold;
+    font-size:8pt;
+    color:#7F0055;
+    line-height:10px;
+}
+
+span.java10 {
+    font-size:8pt;
+    color:#000000;
+    line-height:10px;
+}
+
+span.java11 {
+    font-size:8pt;
+    color:#7f9fbf;
+    line-height:10px;
+}
+
+span.java12 {
+    font-size:8pt;
+    color:#7f7f9f;
+    line-height:10px;
+}
+
+span.java13 {
+    font-size:8pt;
+    color:#3f3fbf;
+    line-height:10px;
+}
+
+span.java14 {
+    font-size:8pt;
+    color:#3f5fbf;
+    line-height:10px;
+}
+
+span.java15 {
+    font-size:8pt;
+    color:#7F0055;
+    line-height:10px;
+}
+
+/* Annotations */
+
+span.java16 {
+    font-size:8pt;
+    color:#646464;
+    line-height:10px;
+}


Property changes on: trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/codehighlight.css
___________________________________________________________________
Name: svn:mime-type
   + text/css

Added: trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/docnav.css
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/docnav.css	                        (rev 0)
+++ trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/docnav.css	2009-05-11 17:53:10 UTC (rev 14109)
@@ -0,0 +1,204 @@
+/* Document Navigation */
+
+.docnav a, .docnav strong {
+    text-decoration:none;
+    font-weight:normal;
+}
+
+.docnav {
+    list-style:none;
+    margin:0em;
+    padding:0em;
+    position:relative;
+    width:100%;
+    padding-bottom:2em;
+    padding-top:1em;
+    border-top:1px dotted #ccc;
+}
+
+.docnav li {
+    list-style:none;
+    margin:0em;
+    padding:0em;
+    display:inline;
+    font-size:.8em;
+}
+
+.docnav li:before {content:" ";}
+
+.docnav li.previous, .docnav li.next {
+    position:absolute;
+    top:1em;
+}
+
+.docnav li.up, .docnav li.home {margin:0em 1.5em;}
+
+.docnav li.previous {
+    left:0px;
+    text-align:left;
+}
+
+.docnav li.next {
+    right:0px;
+    text-align:right;
+}
+
+.docnav li.previous strong, .docnav li.next strong {
+    display:block;
+    height:22px;
+}
+
+.docnav {
+    margin:0 auto;
+    text-align:center;
+}
+
+.docnav li.next a strong {
+    background:url(../images/community/docbook/next.png) top right no-repeat;
+    padding-top:10px;
+    padding-bottom:15px;
+    height:40px;
+    padding-right:60px;
+    font-size:1.2em;
+}
+
+.docnav li.previous a strong {
+    background:url(../images/community/docbook/prev.png) top left no-repeat;
+    padding-top:10px;
+    padding-bottom:15px;
+    height:40px;
+    padding-left:60px;
+    font-size:1.2em;
+}
+
+.docnav li.home a strong {
+    background:url(../images/community/docbook/home.png) top left no-repeat;
+    padding-top:10px;
+    padding-bottom:15px;
+    height:40px;
+    padding-left:60px;
+    font-size:1.2em;
+}
+
+.docnav li.up a strong {
+    background:url(../images/community/docbook/up.png) top left no-repeat;
+    padding-top:10px;
+    padding-bottom:15px;
+    height:40px;
+    padding-left:60px;
+    font-size:1.2em;
+}
+
+.docnav a:link, .docnav a:visited {color:#666 !important;}
+
+.docnav a:hover, .docnav a:focus, .docnav a:active {color:black !important;}
+
+.docnav a {
+    max-width:10em;
+    overflow:hidden;
+}
+
+.docnav a:link strong {text-decoration:none;}
+
+.docnav {
+    margin:0 auto;
+    text-align:center;
+}
+
+.docnav {margin-bottom:16px;}
+
+/* Eclipse Help Navigation */
+
+.navheader {padding-top:35px}
+
+.navheader table {border-style:none}
+
+.navheader a {
+    text-decoration:none;
+    font-weight:normal;
+    font-size:.8em;
+}
+
+.navheader td.next a {
+    background:url(../images/community/docbook/next.png) top right no-repeat;
+    padding-top:10px;
+    padding-bottom:15px;
+    height:40px;
+    padding-right:60px;
+    font-size:0.9em;
+}
+
+.navheader td.previous a {
+    background:url(../images/community/docbook/prev.png) top left no-repeat;
+    padding-top:10px;
+    padding-bottom:15px;
+    height:40px;
+    padding-left:60px;
+    font-size:0.9em;
+}
+
+.navheader a:link, .navheader a:visited {color:#666 !important;}
+
+.navheader a:hover, .navheader a:focus, .navheader a:active {color:black !important;}
+
+.navheader a {
+    max-width:10em;
+    overflow:hidden;
+}
+
+.navheader a:link {text-decoration:none;}
+
+.navfooter table {border-style:none}
+
+.navfooter a {
+    text-decoration:none;
+    font-weight:normal;
+    font-size:.8em;
+}
+
+.navfooter td.next a {
+    background:url(../images/community/docbook/next.png) top right no-repeat;
+    padding-top:10px;
+    padding-bottom:15px;
+    height:40px;
+    padding-right:60px;
+    font-size:0.9em;
+}
+
+.navfooter td.previous a {
+    background:url(../images/community/docbook/prev.png) top left no-repeat;
+    padding-top:10px;
+    padding-bottom:15px;
+    height:40px;
+    padding-left:60px;
+    font-size:0.9em;
+}
+
+.navfooter td.home a {
+    background:url(../images/community/docbook/home.png) top left no-repeat;
+    padding-top:10px;
+    padding-bottom:15px;
+    height:40px;
+    padding-left:60px;
+    font-size:0.9em;
+}
+
+.navfooter td.up a {
+    background:url(../images/community/docbook/up.png) top left no-repeat;
+    padding-top:10px;
+    padding-bottom:15px;
+    height:40px;
+    padding-left:60px;
+    font-size:0.9em;
+}
+
+.navfooter a:link, .navfooter a:visited {color:#666 !important;}
+
+.navfooter a:hover, .navfooter a:focus, .navfooter a:active {color:black !important;}
+
+.navfooter a {
+    max-width:10em;
+    overflow:hidden;
+}
+
+.navfooter a:link {text-decoration:none;}


Property changes on: trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/docnav.css
___________________________________________________________________
Name: svn:mime-type
   + text/css
Name: svn:eol-style
   + native

Added: trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/documentation.css
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/documentation.css	                        (rev 0)
+++ trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/documentation.css	2009-05-11 17:53:10 UTC (rev 14109)
@@ -0,0 +1,464 @@
+/* Lists */
+
+.variablelist, .itemizedlist {margin-top:.6em;}
+
+/* Images */
+
+.inlinemediaobject, .inlinemediaobject img {
+    display:inline !important;
+    margin:0em;
+}
+
+.programlisting a img, pre a img, td a img, td img {
+    display:inline;
+    margin:0 0;
+}
+
+/* Needed for Safari */
+
+pre a span img, pre span img {
+    display:inline;
+    margin:0 0;
+}
+
+span.co {
+    position:absolute;
+    left:900px
+}
+
+/* Document modes */
+
+.confidential {
+    background-color:#900;
+    color:white;
+    padding:.5em .5em;
+    font-family:serif;
+    text-transform:uppercase;
+    text-align:center
+}
+
+dt a {font-weight:normal;}
+
+.longdesc-link {display:none;}
+
+.prompt {
+    background-color:#ede7c8;
+    padding:0em .3em;
+}
+
+/* User interface styles */
+
+.screen .replaceable {color:#444;}
+
+.screen {
+    background-color:#ede7c8;
+    color:#333;
+    padding:.5em 1em;
+    margin:0em;
+}
+
+pre, code, .guibutton, .keycap, .guilabel {
+    font-size:0.9em;
+    font-family:verdana, helvetica, sans-serif;
+}
+
+.guibutton, .keycap, .guilabel {
+    font-weight:bold;
+    white-space:nowrap;
+    color:#444;
+    font-family:'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
+}
+
+.guibutton, .guilabel {}
+
+.keycap {padding:.1em.4em;}
+
+.example {
+    background-color:#c8c5ac;
+    padding:5px;
+    margin-bottom:10px;
+}
+
+/* Terminal/Console text */
+
+.command, .computeroutput, .filename, .citetitle, .replaceable, .option {font-weight:bold;}
+
+.command .replaceable {color:#555;}
+
+pre {
+    display:block;
+    background-color:#f9f3b0;
+    color:#333;
+    overflow:auto;
+    padding:10px 20px;
+}
+
+code {white-space:nowrap;}
+
+/* Admonitions */
+
+/* Set basic colors and spacing */
+
+div.note {
+    background:#b5bcbd;
+    color:#4c5253;
+    border:1px solid #8a9195;
+    margin-bottom:1.5em;
+    background-repeat:no-repeat;
+    background-position:10px 10px;
+    padding:1em;
+    padding-bottom:20px;
+}
+
+div.tip {
+    background:#7e917f;
+    color:white;
+    border:1px solid #8a9195;
+    margin-bottom:1.5em;
+    background-repeat:no-repeat;
+    background-position:10px 10px;
+    padding:1em;
+    padding-bottom:20px;
+}
+
+div.important {
+    background:#4a5d75;
+    color:white;
+    border:1px solid #8a9195;
+    margin-bottom:1.5em;
+    background-repeat:no-repeat;
+    background-position:10px 10px;
+    padding:1em;
+    padding-bottom:20px;
+}
+
+div.caution {
+    background:#e3a835;
+    color:#533500;
+    border:1px solid #ab710a; 
+    margin-bottom:1.5em;
+    background-repeat:no-repeat;
+    background-position:10px 10px;
+    padding:1em;
+    padding-bottom:20px;
+}
+
+div.warning {
+    background:#7b1e1e;
+    color:white;
+    border:1px solid #65504e;
+    margin-bottom:1.5em;
+    background-repeat:no-repeat;
+    background-position:10px 10px;
+    padding:1em;
+    padding-bottom:20px;
+}
+
+/* Pre tag color settings */
+
+div.note pre {
+    background-color:#d6dee0;
+    color:#334558;
+    border:1px solid #e1e9eb;
+}
+
+div.tip pre {
+    background-color:#d5e1d5;
+    color:#334558;
+    border:1px solid #e1e9eb;
+}
+
+div.important pre {
+    background-color:#e1eef4;
+    color:#334558;
+    border:1px solid #e1e9eb;
+}
+
+div.caution pre {
+    background-color:#faf8ed;
+    color:#334558;
+    border:1px solid #e1e9eb;
+}
+
+div.warning pre {
+    background-color:#faf8ed;
+    color:#334558;
+    border:1px solid #e1e9eb;
+}
+
+/* Background images and margin */
+
+div.note, div.tip, div.important, div.caution, div.warning {margin-top:.5em;}
+
+div.note {background-image:url(../images/community/docbook/note.png);}
+div.tip {background-image:url(../images/community/docbook/tip.png);}
+div.important {background-image:url(../images/community/docbook/important.png);}
+div.caution {background-image:url(../images/community/docbook/caution.png);}
+div.warning {background-image:url(../images/community/docbook/warning.png);}
+
+div.note .replaceable, div.tip .replaceable, div.important .replaceable, div.caution .replaceable, div.warning .replaceable {color:#e3dcc0;}
+
+pre .replaceable, tt .replaceable {color:#444 !important;}
+
+div.note h2, div.tip h2, div.important h2, div.caution h2, div.warning h2 {
+    height:32px;
+    font-size:1.3em;
+}
+
+div.note h2 {color:#4c5253;}
+div.tip h2 {color:white;}
+div.important h2 {color:white;}
+div.caution h2 {color:#533500;}
+div.warning h2 {color:white;}
+
+div.note .guilabel, div.tip .guilabel, div.important .guilabel, div.caution .guilabel, div.warning .guilabel {color:white !important;}
+
+div.note li, div.tip li, div.caution li, div.warning li, div.important li {
+	padding-left:10px;
+	margin:0em;
+}
+	
+div.note ul, div.tip ul, div.caution ul, div.warning ul, div.important ul {
+	padding-left:40px;
+	margin:0em;
+}
+
+div.note pre pre a:visited, div.tip pre pre a:visited, div.important pre pre a:visited, div.caution pre pre a:visited, div.warning pre pre a:visited,
+div.note pre a:link, div.tip pre a:link, div.important pre a:link, div.caution pre a:link, div.warning pre a:link {color:#0066cc !important;}
+
+div.note a:visited, div.tip a:visited, div.important a:visited, div.warning a:visited,
+div.note a:link, div.tip a:link, div.important a:link,  div.warning a:link {color:#f7f2d0;}
+	
+div.note a:visited, div.note a:link, div.caution a:link, div.caution a:visited {color:#0066cc;}
+
+/* Admonition icons spacing */
+
+div.note h2, div.note p, div.tip h2, div.tip p, div.caution h2, div.caution p, div.warning h2, div.warning p, div.important h2, div.important p {
+    padding:0em;
+    margin:0em;
+    padding-left:56px;
+}
+
+/* Page Title */
+
+#title {
+    padding:0px;
+    margin:0px;
+}
+
+#title strong {display:none;}
+
+#title a.site_href {
+    display:block;
+    height:89px;
+    width:310px;
+    float:left;
+    background:url(../images/community/jbossorglogo.png) top left no-repeat;
+}
+
+#title a.doc_href {
+    display:block;
+    height:89px;
+    background:transparent url(../images/community/community_doc.png) top right no-repeat;
+}
+
+td.remarkval {
+    font-size:.9em;
+    color:#444;
+}
+
+.defaultval {font-size:.8em}
+
+td.typeval {font-size:.8em}
+
+td.fieldval {
+    font-weight:bold;
+    font-size:.9em;
+}
+
+th.dbkey {font-size:.9em;}
+
+.lbname, .lbtype, .lbdescr, .lbdriver, .lbhost {
+    color:white;
+    font-weight:bold;
+    background-color:#999;
+    font-size:0.9em;
+    width:120px;
+}
+
+td.remarkval {width:230px;}
+
+td.tname {
+    font-weight:bold;
+    font-size:1.1em;
+}
+
+th.dbfield {width:120px;}
+th.dbtype {width:70px;}
+th.dbdefault {width:70px;}
+th.dbnul {width:70px;}
+th.dbkey {width:70px;}
+
+span.book {
+    margin-top:4em;
+    display:block;
+}
+
+span.chapter {
+    display:block;
+    margin-top:0.5em;
+}
+
+/* Breadcrumbs */
+
+#breadcrumbs ul li.first:before {content:" ";}
+
+#breadcrumbs {
+    color:#900;
+    padding:3px;
+    margin-bottom:25px;
+}
+
+#breadcrumbs ul {
+    margin-left:0;
+    padding-left:0;
+    display:inline;
+    border:none;
+}
+
+#breadcrumbs ul li {
+    margin-left:0;
+    padding-left:2px;
+    border:none;
+    list-style:none;
+    display:inline;
+}
+
+#breadcrumbs ul li:before {
+    content:"\0020 \0020 \0020 \00BB \0020";
+    color:#333;
+}
+
+/* Status */
+
+.alpha1 {background:white url(../images/community/watermark-alpha1.png) top left repeat;}
+.alpha2 {background:white url(../images/community/watermark-alpha2.png) top left repeat;}
+.beta1 {background:white url(../images/community/watermark-beta1.png) top left repeat;}
+.beta2 {background:white url(../images/community/watermark-beta2.png) top left repeat;}
+.pre-release-candidate {background:white url(../images/community/watermark-pre-release-candidate.png) top left repeat;}
+.release-candidate {background:white url(../images/community/watermark-release-candidate.png) top left repeat;}
+
+/* Index */
+
+.glossary h3, .index h3 {
+    font-size:2em;
+    color:#aaa;
+    margin:0em;
+}
+
+.indexdiv {margin-bottom:1em;}
+
+.glossary dt, .index dt {
+    font-size:.9em;
+    color:#444;
+    padding-top:.5em;
+}
+
+.glossary dl dl dt, .index dl dl dt {
+    font-size:.85em;
+    color:#777;
+    line-height:1.2em;
+    font-weight:normal;
+    padding-top:0em;
+}
+
+.index dl dl dt:before {
+    content:"- ";
+    color:#ccc;
+}
+
+/* Changes */
+
+.footnotes {}
+
+.footnote {
+    padding:.2em 1em;
+    background-color:#c8c5ac;
+    font-size:.9em;
+    margin:0em;
+    margin-bottom:.5em;
+    color:#222;
+}
+
+table .footnote {margin:1em .5em;}
+
+sup {
+    padding:0em .3em;
+    padding-left:0em;
+}
+
+.footnote {position:relative;}
+
+.footnote sup {
+    color:#e3dcc0;
+    font-size:1.8em;
+    position:absolute;
+    left:.4em;
+}
+
+.footnote sup a:link, .footnote sup a:visited {
+    color:#92917d;
+    text-decoration:none;
+}
+
+.footnote:hover sup a {
+    color:#fff;
+    text-decoration:none;
+}
+
+.footnote p {padding-left:5em;}
+
+.footnote a:link, .footnote a:visited {color:#00537c;}
+
+.footnote a:hover {color:white;}
+
+div.chapter, div.section {padding-top:2em;}
+
+.revhistory {font-size:}
+
+pre .replaceable, pre .keycap {color:white;}
+
+pre {
+  font-family:verdana,helvetica,sans-serif;
+  background-color:#F5F5F5;
+  border:1px solid #CCCCCC;
+  padding:5px 15px 5px 25px;
+}
+
+div.note .replaceable, div.tip .replaceable, div.important .replaceable, div.caution .replaceable, div.warning .replaceable,
+div.note .keycap, div.tip .keycap, div.important .keycap, div.caution .keycap, div.warning .keycap {color:white;}
+
+div.abstract {font-size:larger;}
+
+.authorgroup {}
+
+.authorgroup h4 {
+    padding:0em;
+    margin:0em;
+    margin-top:1em;
+}
+
+.author, .editor, .translator, .othercredit {display:block;}
+
+/* Simpler author style on contents page */
+
+.authorgroup div {
+	margin-left:10px;
+	margin-right:10px;
+	margin-bottom:15px;
+}
+
+ul li p:last-child {
+    margin-bottom:0em;
+    padding-bottom:0em;
+}


Property changes on: trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/documentation.css
___________________________________________________________________
Name: svn:mime-type
   + text/css
Name: svn:eol-style
   + native

Added: trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/extensions.css
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/extensions.css	                        (rev 0)
+++ trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/extensions.css	2009-05-11 17:53:10 UTC (rev 14109)
@@ -0,0 +1,7 @@
+/* Firefox */
+
+pre {-moz-border-radius:11px;}
+
+.example {-moz-border-radius:15px;}
+
+div.note, div.tip, div.important, div.caution, div.warning {-moz-border-radius:11px;}


Property changes on: trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/extensions.css
___________________________________________________________________
Name: svn:mime-type
   + text/css
Name: svn:eol-style
   + native

Added: trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/html-common.css
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/html-common.css	                        (rev 0)
+++ trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/html-common.css	2009-05-11 17:53:10 UTC (rev 14109)
@@ -0,0 +1,289 @@
+ at import url("jbossorg.css");
+
+.expand_collapse_toc {
+    float:left;
+    width:20px;
+    color:#6699CC;
+    cursor:pointer;
+}
+
+.toc dl dt span.chapter{
+	margin: 0px 0px 0px 20px;
+	padding: 0px;
+}
+
+h2.title a, h3.title a, h4.title a, h5.title a, h6.title a, p.title a {
+	text-decoration:none;
+	color: #334D69;
+}
+p.title a{
+	color:#333333;
+}
+
+div.book, div.chapter, div.section{
+	width:1000px;
+	margin:0 auto;
+	text-align:justify;
+	font-weight: 100;
+} 
+
+div.abstract {
+font-size:10px;
+}
+
+.docnav{
+	padding:1em 0 3em;
+}
+
+.docnav li.previous strong, .docnav li.next strong {
+    width: 200px;
+    height:22px;
+}
+
+.docnav a:hover {
+    cursor:pointer;
+}
+
+#title, ul.docnav{
+	margin:0 auto;
+	width:1000px;
+	margin-left:0px;
+}
+
+/* Center all images and Figure/Table titles */
+div.mediaobject img {margin:left;}
+
+p.title {
+	text-align:left;
+	font-size: 11px;
+}
+
+.css_normal {
+line-height:0px;
+color:#000000;
+}
+.css_colon {
+color:#000000;
+}
+.css_semi_colon {
+color:#000000;
+}
+.css_curly_brace {
+color:#000000;
+}
+.css_comment {
+color:#3F5FBF;
+background-color:rgb(247,247,247);
+}
+.css_error {
+color:#BF3F3F;
+}
+.css_selector {
+color:#3F7F7F;
+}
+.css_null {
+color:rgb(0,0,0);
+}
+.css_property_name {
+font-weight:bold;
+color:#7F007F;
+}
+.css_property_value {
+color:#2A00FF;
+}
+.css_uri {
+color:#2A00FF;
+}
+.css_atmark_rule {
+color:#3F7F7F;
+}
+.css_media {
+color:#2A00FF;
+}
+.css_string {
+color:#2A00FF;
+}
+code.code{
+color:#000000; 
+font-size:14px; 
+font-family:monospace; 
+}
+
+.tbi {color: #aaaaaa;}
+.tbi p {color: #333333;}
+
+div.note, div.tip, div.important{
+	height:100%;
+}
+
+pre.JAVA {
+line-height:10px;
+!line-height:15px;
+}
+pre.CSS {
+line-height:10px;
+!line-height:15px;
+}
+div.table-contents table{
+	font-size:12px;
+}
+
+/* Feedback styles */
+
+.problemLayer {
+	position: absolute;
+	left: 34%;
+	top: 20%;
+	width: 400px;
+	height: 110px;
+	z-index: 2;
+	background: #fff;
+	display: none;
+}
+
+.time_out_div {
+	height: 100%;
+	width: 100%;
+	min-height: 100%;
+	background-color: #5781AF;
+	filter:alpha(opacity=50);
+	opacity: 0.5;
+	-moz-opacity: 0.5;
+	-khtml-opacity: 0.5;
+	z-index: 99;
+	position: fixed;
+	top: 0;
+	left: 0;
+	display: none;
+}
+
+#feedback-maincontainer{
+	font-family: Arial;
+	font-size: 14px;
+	display:none;
+	background: #F5F5F5;
+	border: 8px solid #7F9DB9;
+	height:440px;
+	left:30%;
+	position:fixed;
+	text-align:left;
+	top:20%;
+	bottom:20%;
+	width:500px;
+	z-index:100;
+}
+
+#feedback-maincontainer  div#guide_words{
+	margin: 0px 20px 0px 20px !important;
+	font-size: 12px;
+}
+.feedback-helper, #summary-helper-left{
+	color: #ff3333;
+	font-size: 10px;
+	float:left;
+	
+}
+#summary-helper-left{
+	float:right;
+	color: #5781AF;
+	padding-right:5px;
+}
+ 
+.clear{
+	clear:both;
+}
+#feedback-header{
+	background-color:#5781AF;
+	border-bottom: 2px solid #ccc;
+	color:white;
+	font-weight:bold;
+	font-size: 16px;
+	height:20px;
+	margin:0;
+	padding:10px 0 10px 20px;
+	position:relative;
+	text-align:left;
+}
+
+#feedback-close{
+	display:block;
+	position:absolute;
+	right:9px;
+	top:6px;
+	width:12px;
+	border: 0px;
+}
+
+#feedback-mailform{
+	margin: 0px 20px 0px 20px !important;
+	padding-bottom:5px;
+	text-align:left;
+}
+
+#feedback-mailform textarea, #feedback-mailform input, #feedback-mailform label{
+	font-family: Arial,Helvetica,sans-serif;
+	width:450px;
+}
+#feedback-mailform input, #feedback-mailform label{
+	display:block;
+}
+#feedback-mailform label{
+	margin-top: 10px;
+}
+#feedback-mailform label span{
+	color: #ff0000
+}
+#feedback-mailform textarea{
+	font-size: 14px;
+	height: 100px;
+	padding: 2px;
+}
+#feedback-mailform textarea#feedback-environment{
+	height: 50px;
+}
+
+.feedback-formbutton{
+	font-size: 12px;
+	font-family: Arial, Helvetica, sans-serif;
+	color: #999;
+	margin: 15px 20px;
+}
+
+
+.feedback-images{
+	border:0;
+	margin:0;
+	display: inline;
+}
+#feedback-iFrame {
+	background-color:#F5F5F5;
+	border:medium none;
+	height:90%;
+	line-height:20px;
+	overflow:visible;
+	width:100%;
+	display:none;
+}
+
+#feedback-wrapper{
+	margin: 0px;
+	padding: 0px;
+	position:fixed;
+	bottom:0px;
+	right:0px;
+	height:315px;
+	width: 47px;
+	overflow: hidden;
+	cursor:pointer;
+}
+
+#feedback-link{
+	float: left;
+	display: block;
+}
+
+#feedback-link img{
+	width: 47px;
+	height:315px;
+}
+


Property changes on: trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/html-common.css
___________________________________________________________________
Name: svn:mime-type
   + text/css
Name: svn:eol-style
   + native

Added: trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/html-release.css
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/html-release.css	                        (rev 0)
+++ trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/html-release.css	2009-05-11 17:53:10 UTC (rev 14109)
@@ -0,0 +1,30 @@
+ at import url("html-common.css");
+.new, .added { 
+background:transparent url(../images/new.png) no-repeat scroll right top; 
+padding-right:70px; 
+} 
+.updated, .changed { 
+background:transparent url(../images/updated.png) no-repeat scroll right top; 
+padding-right:70px; 
+}
+span.diffmkwrapper{
+	background-color: #cce2f6;
+}
+
+div.diffmkwrapper p{
+	background-color: #c8d7e4;
+	padding:0px;
+	margin-left:56px;
+}
+
+h3#feedback-header{
+  display:block;
+}
+.img_marker{
+    display:inline;
+    padding: 0px;
+    margin:0px;
+}
+h1.title {
+	display:block;
+}


Property changes on: trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/html-release.css
___________________________________________________________________
Name: svn:mime-type
   + text/css

Added: trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/html.css
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/html.css	                        (rev 0)
+++ trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/html.css	2009-05-11 17:53:10 UTC (rev 14109)
@@ -0,0 +1,12 @@
+ at import url("html-common.css");
+
+div#overlay{
+	background-image:url(../images/community/bkg_gradient.gif);
+	background-repeat:repeat-x;
+	width:100%;
+	height:100%;
+	position:absolute;
+	top:0px;
+	left:0px;
+	z-index:-1;
+}


Property changes on: trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/html.css
___________________________________________________________________
Name: svn:mime-type
   + text/css

Added: trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/jbossorg.css
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/jbossorg.css	                        (rev 0)
+++ trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/jbossorg.css	2009-05-11 17:53:10 UTC (rev 14109)
@@ -0,0 +1,12 @@
+ at import url("documentation.css");
+ at import url("docnav.css");
+ at import url("reports.css");
+ at import url("extensions.css");
+ at import url("codehighlight.css");
+
+/* Links */
+
+div.longdesc-link {
+    float:right;
+    color:#999;
+}


Property changes on: trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/jbossorg.css
___________________________________________________________________
Name: svn:mime-type
   + text/css
Name: svn:eol-style
   + native

Added: trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/reports.css
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/reports.css	                        (rev 0)
+++ trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/reports.css	2009-05-11 17:53:10 UTC (rev 14109)
@@ -0,0 +1,231 @@
+/* Reports */
+
+.reports ul.locale {list-style:none;}
+
+.reports ul {
+    padding:0em;
+    margin:0em;
+}
+
+.reports ul.locale li {
+    font-size:small;
+    color:#000;
+    display:block;
+    border:1px solid #eee;
+    float:left;
+    padding-right:2em;
+    margin-right:1em;
+    margin-bottom:1em;
+}
+
+.reports ul.locale li a {
+    font-size:1.2em;
+    display:block;
+    padding-top:.1em;
+    padding-bottom:.5em;
+}
+
+.reports ul.locale strong {
+    display:block;
+    margin:0em;
+    padding:0em;
+    margin-bottom:-2.2em;
+}
+
+.reports ul.locale span.value {
+    display:block;
+    position:relative;
+    text-align:right;
+    margin-right:-1.5em;
+    font-size:1.0em;
+    color:#444;
+}
+
+.reports ul.locale li {
+    width:12em;
+    display:block;
+    float:left;
+    margin:0em;
+    clear:none;
+}
+
+.reports ul.locale li div.progress {
+    font-size:1em;
+    width:13.2em;
+    position:relative;
+    left:0em;
+    top:0em;
+    margin-bottom:0em;
+}
+
+.reports h2 {
+    font-size:1em;
+    margin:0em;
+}
+
+.reports li {}
+
+.reports li:hover {
+    background-color:#666;
+    border-color:#444 !important;
+    color:white !important;
+}
+
+.reports li:hover strong, .reports li:hover h2, .reports li:hover a, .reports li:hover span.value {color:white;}
+
+/* Uniform */
+
+body.results, body.reports {
+    max-width:57em !important;
+    padding:0em !important;
+}
+
+/* Progress Bar */
+
+div.progress {
+    display:block;
+    float:left;
+    width:16em;
+    background:#c00 url(../images/community/shine.png) top left repeat-x;
+    height:1em;
+}
+
+div.progress span {
+    height:1em;
+    float:left;
+}
+
+div.progress span.translated {background:#6c3 url(../images/community/shine.png) top left repeat-x;}
+div.progress span.fuzzy {background:#ff9f00 url(../images/community/shine.png) top left repeat-x;}
+
+/* Results */
+
+.results ul.locale {
+    list-style:none;
+    padding:0em;
+    margin:0em;
+}
+
+.results .pofile {
+    padding:0em !important;
+    margin:0em;
+}
+
+.results ul.locale li {
+    border-top:1px solid #eee;
+    padding:0em;
+    margin:0em;
+    padding-left:32px;
+}
+
+.results ul.locale .pofile {
+    font-size:1.2em;
+    display:block;
+    width:100%;
+    color:#444;
+    padding:0em;
+    margin:0em;
+}
+
+.results span.value {color:#888;}
+
+.results strong {font-weight:normal;}
+
+.results .home a {
+    display:block;
+    margin:0 auto;
+    width:5em;
+    background:url(../images/community/docbook/home.png) top left no-repeat;
+    padding:5px;
+    padding-left:28px;
+    font-size:1.2em;
+}
+
+.results ul.locale li:hover, .results ul.locale li:hover span.pofile, .results ul.locale li:hover strong, .results ul.locale li:hover span.value {
+    background-color:#666 !important;
+    color:white;
+}
+
+ul.locale {list-style:none;}
+
+ul.locale li.total {
+    font-size:small;
+    color:#777;
+    width:31em;
+    display:block;
+    float:left;
+    margin-right:2em;
+    clear:none !important;
+}
+
+ul.locale li {
+    clear:both;
+    font-size:small;
+    color:#777;
+    display:block;
+}
+
+ul.locale strong, span.value {
+    font-weight:normal;
+    color:#888;
+    font-size:.7em;
+}
+
+ul.locale li a {
+    font-size:1.2em;
+    display:block;
+    padding-top:.2em;
+}
+
+ul.locale li.total div.progress {
+    position:relative;
+    left:0em;
+    top:0em;
+    margin-bottom:0em;
+}
+
+ul.locale li {width:100%;}
+
+ul.locale li div.progress {
+    float:left;
+    position:relative;
+    left:30.5em;
+    top:-2em;
+    margin:0em;
+    margin-bottom:-3em;
+}
+
+li.total {padding:0em !important;}
+
+li.total {
+    float:right;
+    max-width:16em;
+    padding:.5em;
+    margin:0 auto;
+    padding-top:.5em;
+    background-color:#f7f2d0;
+    font-size:1.3em !important;
+    color:#ccc !important;
+    margin-bottom:1em;
+    min-height:9.5em;
+}
+
+li.total .value {
+    color:#444;
+    font-size:.8em;
+}
+
+li.total strong {
+    display:block;
+    color:black;
+    font-weight:bold;
+}
+
+li.total span.value {
+    position:relative;
+    display:block;
+    top:-1.25em;
+    text-align:right;
+}
+
+.pofile {position:relative;}


Property changes on: trunk/examples/photoalbum/source/web/src/main/webapp/stylesheet/help/reports.css
___________________________________________________________________
Name: svn:mime-type
   + text/css
Name: svn:eol-style
   + native




More information about the richfaces-svn-commits mailing list