Revision: 16872
          http://sourceforge.net/p/gate/code/16872
Author:   valyt
Date:     2013-09-10 08:22:05 +0000 (Tue, 10 Sep 2013)
Log Message:
-----------
- added favicons for apple
- added ignored query string to the favicon URL, to force browsers to update 
their cache.

Modified Paths:
--------------
    mimir/trunk/mimir-web/grails-app/views/layouts/mimir.gsp

Modified: mimir/trunk/mimir-web/grails-app/views/layouts/mimir.gsp
===================================================================
--- mimir/trunk/mimir-web/grails-app/views/layouts/mimir.gsp    2013-09-10 
06:21:42 UTC (rev 16871)
+++ mimir/trunk/mimir-web/grails-app/views/layouts/mimir.gsp    2013-09-10 
08:22:05 UTC (rev 16872)
@@ -3,7 +3,12 @@
     <head>
         <title><g:layoutTitle default="Mimir" /></title>
         <link rel="stylesheet" href="${resource(dir:'css',file:'mimir.css')}" 
/>
-        <link rel="shortcut icon" 
href="${resource(dir:'images',file:'favicon.ico')}" type="image/x-icon" />
+        <%-- The query string is ignored but causes the browsers to refresh 
the 
+             cached version. The query value should be changed whenever the 
+             favicon changes. --%>
+        <link rel="shortcut icon" 
href="${resource(dir:'images',file:'favicon.ico')}?v=2" type="image/x-icon" />
+                               <link rel="apple-touch-icon" 
href="${resource(dir: 'images', file: 'apple-touch-icon.png')}?v=2">
+                               <link rel="apple-touch-icon" sizes="114x114" 
href="${resource(dir: 'images', file: 'apple-touch-icon-retina.png')}?v=2">     
   
         <g:layoutHead />
         <g:javascript src="application.js" />
         <r:layoutResources/>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to