You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/02/28 10:26:02 UTC

svn commit: r1294536 - in /incubator/syncope/trunk/console/src/main: resources/org/syncope/console/pages/ webapp/img/

Author: ilgrosso
Date: Tue Feb 28 09:26:01 2012
New Revision: 1294536

URL: http://svn.apache.org/viewvc?rev=1294536&view=rev
Log:
[SYNCOPE-9] Updating logo and favicon in console webapp

Added:
    incubator/syncope/trunk/console/src/main/webapp/img/favicon.ico   (with props)
Removed:
    incubator/syncope/trunk/console/src/main/webapp/img/favicon.png
Modified:
    incubator/syncope/trunk/console/src/main/resources/org/syncope/console/pages/BaseModalPage.html
    incubator/syncope/trunk/console/src/main/resources/org/syncope/console/pages/BasePage.html
    incubator/syncope/trunk/console/src/main/resources/org/syncope/console/pages/Login.html
    incubator/syncope/trunk/console/src/main/webapp/img/logo.png

Modified: incubator/syncope/trunk/console/src/main/resources/org/syncope/console/pages/BaseModalPage.html
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/console/src/main/resources/org/syncope/console/pages/BaseModalPage.html?rev=1294536&r1=1294535&r2=1294536&view=diff
==============================================================================
--- incubator/syncope/trunk/console/src/main/resources/org/syncope/console/pages/BaseModalPage.html (original)
+++ incubator/syncope/trunk/console/src/main/resources/org/syncope/console/pages/BaseModalPage.html Tue Feb 28 09:26:01 2012
@@ -14,7 +14,7 @@
 -->
 <html>
     <head>
-        <link rel="shortcut icon" type="image/png" href="img/favicon.png" />
+        <link rel="shortcut icon" href="img/favicon.ico"/>
 
         <link rel="stylesheet" type="text/css" href="css/jquery.ui.button.css" />
         <link rel="stylesheet" type="text/css" href="css/jquery.ui.core.css" />

Modified: incubator/syncope/trunk/console/src/main/resources/org/syncope/console/pages/BasePage.html
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/console/src/main/resources/org/syncope/console/pages/BasePage.html?rev=1294536&r1=1294535&r2=1294536&view=diff
==============================================================================
--- incubator/syncope/trunk/console/src/main/resources/org/syncope/console/pages/BasePage.html (original)
+++ incubator/syncope/trunk/console/src/main/resources/org/syncope/console/pages/BasePage.html Tue Feb 28 09:26:01 2012
@@ -21,7 +21,7 @@
 
         <title>Syncope</title>
 
-        <link rel="shortcut icon" type="image/png" href="img/favicon.png" />
+        <link rel="shortcut icon" href="img/favicon.ico" />
 
         <style type="text/css">
             div.wicket-modal div.w_caption {
@@ -150,4 +150,4 @@
             <img src="img/busy.gif" style="position:absolute;top:300px;left:50%;margin-left:-75px;width:150px;"/>
         </div>
     </body>
-</html>
\ No newline at end of file
+</html>

Modified: incubator/syncope/trunk/console/src/main/resources/org/syncope/console/pages/Login.html
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/console/src/main/resources/org/syncope/console/pages/Login.html?rev=1294536&r1=1294535&r2=1294536&view=diff
==============================================================================
--- incubator/syncope/trunk/console/src/main/resources/org/syncope/console/pages/Login.html (original)
+++ incubator/syncope/trunk/console/src/main/resources/org/syncope/console/pages/Login.html Tue Feb 28 09:26:01 2012
@@ -20,7 +20,7 @@
 
         <title>Syncope - Login</title>
 
-        <link rel="shortcut icon" href="img/favicon.png" type="image/png" />
+        <link rel="shortcut icon" href="img/favicon.ico"/>
         <link rel="stylesheet" href="css/style.css" type="text/css" media="all"/>
 
     </head>
@@ -58,4 +58,4 @@
             <div wicket:id="selfRegModal"></div>
         </div>
     </body>
-</html>
\ No newline at end of file
+</html>

Added: incubator/syncope/trunk/console/src/main/webapp/img/favicon.ico
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/console/src/main/webapp/img/favicon.ico?rev=1294536&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/syncope/trunk/console/src/main/webapp/img/favicon.ico
------------------------------------------------------------------------------
    svn:mime-type = image/x-ico

Modified: incubator/syncope/trunk/console/src/main/webapp/img/logo.png
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/console/src/main/webapp/img/logo.png?rev=1294536&r1=1294535&r2=1294536&view=diff
==============================================================================
Binary files - no diff available.