[embjopr-commits] EMBJOPR SVN: r82 - in trunk/core: src/main/webapp and 3 other directories.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Tue Dec 23 15:28:48 EST 2008


Author: ips
Date: 2008-12-23 15:28:48 -0500 (Tue, 23 Dec 2008)
New Revision: 82

Added:
   trunk/core/src/main/webappBinary/images/hdr_embeddedjopr_hori.gif
   trunk/core/src/main/webappBinary/images/hdr_embeddedjopr_reg.gif
   trunk/core/src/main/webappBinary/images/hdr_jbossadminconsole.gif
Removed:
   trunk/core/src/main/webappBinary/images/hdr_hdrtitle.gif
Modified:
   trunk/core/pom.xml
   trunk/core/src/main/webapp/css/console-style.css
   trunk/core/src/main/webapp/include/header.xhtml
   trunk/core/src/main/webapp/login.xhtml
Log:
switch title image in header to Embedded Jopr logo; make font size of header links a bit larger


Modified: trunk/core/pom.xml
===================================================================
--- trunk/core/pom.xml	2008-12-20 00:24:52 UTC (rev 81)
+++ trunk/core/pom.xml	2008-12-23 20:28:48 UTC (rev 82)
@@ -345,9 +345,10 @@
                                <fileset dir="target/classes" />
                             </copy>                            
                             
-                            <echo>*** Copying updated files from src${file.separator}main${file.separator}webapp${file.separator} to &lt;jbas4.warDir&gt;...</echo>
+                            <echo>*** Copying updated files from src${file.separator}main${file.separator}webapp${file.separator} and src${file.separator}main${file.separator}webappBinary${file.separator} to &lt;jbas4.warDir&gt;...</echo>
                             <copy todir="${jbas4.warDir}">
                                <fileset dir="${basedir}/src/main/webapp" />
+                               <fileset dir="${basedir}/src/main/webappBinary" />
                             </copy>                            
                             <!-- TODO: Also copy the files from src/main/webapp-filtered/, and then filter them ourselves. -->
                             
@@ -370,9 +371,10 @@
                                <fileset dir="target/classes" />
                             </copy>                            
                             
-                            <echo>*** Copying updated files from src${file.separator}main${file.separator}webapp${file.separator} to &lt;jbas5.warDir&gt;...</echo>
+                            <echo>*** Copying updated files from src${file.separator}main${file.separator}webapp${file.separator} and src${file.separator}main${file.separator}webappBinary${file.separator} to &lt;jbas5.warDir&gt;...</echo>
                             <copy todir="${jbas5.warDir}">
                                <fileset dir="${basedir}/src/main/webapp" />
+                               <fileset dir="${basedir}/src/main/webappBinary" />
                             </copy>                            
                             <!-- TODO: Also copy the files from src/main/webapp-filtered/, and then filter them ourselves. -->
                                                         

Modified: trunk/core/src/main/webapp/css/console-style.css
===================================================================
--- trunk/core/src/main/webapp/css/console-style.css	2008-12-20 00:24:52 UTC (rev 81)
+++ trunk/core/src/main/webapp/css/console-style.css	2008-12-23 20:28:48 UTC (rev 82)
@@ -36,9 +36,15 @@
 /* -----------  MAIN LAYOUT COMPONENTS ------------ */
 
 #pageheader {
+    /*
     background-image: url( ../images/hdr_bkg.gif );
     background-repeat: repeat-x;
+    */
+    background-color: #2A3B4E;
+    /*
     height: 4em;
+    */
+    height: 49px;
     color: #dddddd;
 	position: absolute;
 	top: 0;
@@ -54,7 +60,7 @@
     padding-top: 5px;
     margin-right: 20px;
     text-align: right;
-    font-size: 10px;
+    font-size: 11px;
     line-height: 160%;
 }
 

Modified: trunk/core/src/main/webapp/include/header.xhtml
===================================================================
--- trunk/core/src/main/webapp/include/header.xhtml	2008-12-20 00:24:52 UTC (rev 81)
+++ trunk/core/src/main/webapp/include/header.xhtml	2008-12-23 20:28:48 UTC (rev 82)
@@ -34,7 +34,7 @@
 <ui:composition>
     <div id="pageheader">
         <div class="floatleft">
-            <h:graphicImage value="images/hdr_hdrtitle.gif"/>
+            <h:graphicImage value="images/hdr_embeddedjopr_hori.gif" alt="Embedded Jopr"/>
         </div>
         <div class="login">
             <h:outputText rendered="#{not empty identity.username}">

Modified: trunk/core/src/main/webapp/login.xhtml
===================================================================
--- trunk/core/src/main/webapp/login.xhtml	2008-12-20 00:24:52 UTC (rev 81)
+++ trunk/core/src/main/webapp/login.xhtml	2008-12-23 20:28:48 UTC (rev 82)
@@ -41,7 +41,9 @@
     <body onload="document.getElementById('login_form:name').focus();">
     <div align="center" class="container">
         <div id="pageheader">
-            <div class="floatleft"><h:graphicImage value="images/hdr_hdrtitle.gif"/></div>
+            <div class="floatleft">
+                <h:graphicImage value="images/hdr_embeddedjopr_hori.gif" alt="Embedded Jopr"/>
+            </div>
             <div class="login"><a href="#">#{messages['help.link']}</a><br/></div>
         </div>
         <div class="Loginbox" ><h:messages layout="table" styleClass="loginerror-msg"/>

Added: trunk/core/src/main/webappBinary/images/hdr_embeddedjopr_hori.gif
===================================================================
(Binary files differ)


Property changes on: trunk/core/src/main/webappBinary/images/hdr_embeddedjopr_hori.gif
___________________________________________________________________
Name: svn:mime-type
   + image/gif

Added: trunk/core/src/main/webappBinary/images/hdr_embeddedjopr_reg.gif
===================================================================
(Binary files differ)


Property changes on: trunk/core/src/main/webappBinary/images/hdr_embeddedjopr_reg.gif
___________________________________________________________________
Name: svn:mime-type
   + image/gif

Deleted: trunk/core/src/main/webappBinary/images/hdr_hdrtitle.gif
===================================================================
(Binary files differ)

Copied: trunk/core/src/main/webappBinary/images/hdr_jbossadminconsole.gif (from rev 81, trunk/core/src/main/webappBinary/images/hdr_hdrtitle.gif)
===================================================================
(Binary files differ)




More information about the embjopr-commits mailing list