server/src/main/webapp/WEB-INF/templates/projectIndex.html
changeset 127 906fed13c1e1
parent 123 daa99448319d
child 134 f9716d086744
--- a/server/src/main/webapp/WEB-INF/templates/projectIndex.html	Tue Mar 26 08:27:58 2013 +0100
+++ b/server/src/main/webapp/WEB-INF/templates/projectIndex.html	Tue Apr 02 01:56:11 2013 +0200
@@ -7,7 +7,7 @@
         <meta charset="utf-8"/>
         <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
 
-        <link rel="shortcut icon" href="favicon.ico"/>
+        <link rel="shortcut icon" href="../../static/img/favicon.ico" th:href="@{/static/img/favicon.ico}"/>
         
         <script th:remove="all" type="text/javascript" src="../../static/lib/jquery.min.js"></script>
         <script th:remove="all" type="text/javascript" src="../../static/js/thymol.js"></script>         
@@ -69,9 +69,9 @@
               </tbody>
             </table>            
         </div>
-        <div id="footer" th:include="fragment/pageFragment :: footerFragment">
+        <footer id="footer" th:include="fragment/pageFragment :: footerFragment">
             <div id="version">© <span class="version-date">2013</span> <a href="http://www.iri.centrepompidou.fr" target="_blanck">IRI</a> - Version <span class="version-version">0.0</span></div>
-        </div>        
+        </footer>        
       </div>
       <script th:inline="javascript" >
       /*<![CDATA[*/