[embjopr-commits] EMBJOPR SVN: r250 - in trunk/core/src/main: webappBinary/images and 1 other directory.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Fri Mar 20 20:54:16 EDT 2009


Author: ips
Date: 2009-03-20 20:54:16 -0400 (Fri, 20 Mar 2009)
New Revision: 250

Added:
   trunk/core/src/main/webappBinary/images/favicon.png
Modified:
   trunk/core/src/main/webapp/errorLayout.xhtml
   trunk/core/src/main/webapp/layout.xhtml
   trunk/core/src/main/webapp/login.xhtml
Log:
add the Jopr logo as a favicon (https://jira.jboss.org/jira/browse/EMBJOPR-103)


Modified: trunk/core/src/main/webapp/errorLayout.xhtml
===================================================================
--- trunk/core/src/main/webapp/errorLayout.xhtml	2009-03-21 00:53:41 UTC (rev 249)
+++ trunk/core/src/main/webapp/errorLayout.xhtml	2009-03-21 00:54:16 UTC (rev 250)
@@ -43,7 +43,10 @@
       <link href="css/console-style.css" rel="stylesheet" type="text/css"/>
       <link href="css/form-style.css" rel="stylesheet" type="text/css"/>
 
-      <script type="text/javascript" src="js/embedded.js"></script>
+      <link rel="icon" type="image/png" href="images/favicon.png"/>
+      <link rel="apple-touch-icon" href="images/favicon.png"/>
+
+      <script type="text/javascript" src="js/embedded.js"></script>       
    </head>
    <body >
    <div class="container">

Modified: trunk/core/src/main/webapp/layout.xhtml
===================================================================
--- trunk/core/src/main/webapp/layout.xhtml	2009-03-21 00:53:41 UTC (rev 249)
+++ trunk/core/src/main/webapp/layout.xhtml	2009-03-21 00:54:16 UTC (rev 250)
@@ -37,10 +37,15 @@
       <title>
         <ui:insert name="title">#{messages['default.windowTitle']}</ui:insert>
       </title>
+
       <link href="css/console-style.css" rel="stylesheet" type="text/css"/>
       <link href="css/form-style.css" rel="stylesheet" type="text/css"/>
+
+      <link rel="icon" type="image/png" href="images/favicon.png"/>
+      <link rel="apple-touch-icon" href="images/favicon.png"/>
+
       <script type="text/javascript" src="js/embedded.js"></script>
-    
+                
   <!--[if lt IE 7]>
 <style type="text/css" media="screen">
 /* let the IE expressions commence */

Modified: trunk/core/src/main/webapp/login.xhtml
===================================================================
--- trunk/core/src/main/webapp/login.xhtml	2009-03-21 00:53:41 UTC (rev 249)
+++ trunk/core/src/main/webapp/login.xhtml	2009-03-21 00:54:16 UTC (rev 250)
@@ -36,7 +36,11 @@
     <head>
         <base href="#{navigationAction.baseUrl}"/>
         <title><ui:insert name="title">#{messages['default.windowTitle']}</ui:insert></title>
+
         <link href="css/console-style.css" rel="stylesheet" type="text/css"/>
+
+        <link rel="icon" type="image/png" href="images/favicon.png"/>
+        <link rel="apple-touch-icon" href="images/favicon.png"/> 
     </head>
     <body onload="document.getElementById('login_form:name').focus();">
     <div align="center" class="container">

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


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




More information about the embjopr-commits mailing list