r595 - in trunk/coser-web/src/main/webapp: WEB-INF/content WEB-INF/decorators images styles
Author: chatellier Date: 2011-01-26 18:53:38 +0000 (Wed, 26 Jan 2011) New Revision: 595 Log: Fix site style Added: trunk/coser-web/src/main/webapp/images/ico_carte.png trunk/coser-web/src/main/webapp/images/worldsmall.png Modified: trunk/coser-web/src/main/webapp/WEB-INF/content/index.jsp trunk/coser-web/src/main/webapp/WEB-INF/decorators/layout.jsp trunk/coser-web/src/main/webapp/WEB-INF/decorators/sublayout.jsp trunk/coser-web/src/main/webapp/styles/coser.css Modified: trunk/coser-web/src/main/webapp/WEB-INF/content/index.jsp =================================================================== --- trunk/coser-web/src/main/webapp/WEB-INF/content/index.jsp 2011-01-26 16:32:18 UTC (rev 594) +++ trunk/coser-web/src/main/webapp/WEB-INF/content/index.jsp 2011-01-26 18:53:38 UTC (rev 595) @@ -36,7 +36,7 @@ <p> <h2><s:text name="message.index.datatypetitle" /></h2> - <ul> + <ul class="datalist"> <li><s:a action="facade" namespace='/map'><s:text name="message.index.datatypemap" /></s:a></li> <li><s:a action="facade" namespace='/pop'><s:text name="message.index.datatypepop" /></s:a></li> <li><s:a action="facade" namespace='/com'><s:text name="message.index.datatypecom" /></s:a></li> Modified: trunk/coser-web/src/main/webapp/WEB-INF/decorators/layout.jsp =================================================================== --- trunk/coser-web/src/main/webapp/WEB-INF/decorators/layout.jsp 2011-01-26 16:32:18 UTC (rev 594) +++ trunk/coser-web/src/main/webapp/WEB-INF/decorators/layout.jsp 2011-01-26 18:53:38 UTC (rev 595) @@ -38,12 +38,12 @@ <div id="conteneur"> <div id="head" class="clearfix"> - <a href="http://www.ifremer.fr/sih/" class="logoSIH">Système d'Information Halieutique</a> + <a href="http://www.ifremer.fr/sih/" class="logoSIH" target="_blank">Système d'Information Halieutique</a> <h1><!-- Indices de populations et de communauté <br/> issus des campagnes de <span class="jaune">surveillance halieutique</span> de <span class="jaune">l'Ifremer </span> --> <s:text name="message.layout.title" /> </h1> - <a href="http://www.ifremer.fr/" class="logoIfremer">L'Ifremer</a> + <a href="http://www.ifremer.fr/" class="logoIfremer" target="_blank">L'Ifremer</a> </div> <div id="middle" class="clearfix"> @@ -105,8 +105,8 @@ </li> <li> Copyright 2010 - 2011 - <a href="http://www.ifremer.fr" title="Ifremer" target="blank">Ifremer</a>, - <a href="http://www.codelutin.com" title="Code Lutin" target="blank">Code Lutin</a> + <a href="http://www.ifremer.fr" title="Ifremer" target="_blank">Ifremer</a>, + <a href="http://www.codelutin.com" title="Code Lutin" target="_blank">Code Lutin</a> </li> </ul> </div> Modified: trunk/coser-web/src/main/webapp/WEB-INF/decorators/sublayout.jsp =================================================================== --- trunk/coser-web/src/main/webapp/WEB-INF/decorators/sublayout.jsp 2011-01-26 16:32:18 UTC (rev 594) +++ trunk/coser-web/src/main/webapp/WEB-INF/decorators/sublayout.jsp 2011-01-26 18:53:38 UTC (rev 595) @@ -38,12 +38,12 @@ <div id="conteneur_int"> <div id="head" class="clearfix"> - <a href="http://www.ifremer.fr/sih/" class="logoSIH">Système d'Information Halieutique</a> + <a href="http://www.ifremer.fr/sih/" class="logoSIH" target="_blank">Système d'Information Halieutique</a> <h1><!-- Indices de populations et de communauté <br/> issus des campagnes de <span class="jaune">surveillance halieutique</span> de <span class="jaune">l'Ifremer </span> --> <s:text name="message.layout.title" /> </h1> - <a href="http://www.ifremer.fr/" class="logoIfremer">L'Ifremer</a> + <a href="http://www.ifremer.fr/" class="logoIfremer" target="_blank">L'Ifremer</a> </div> <div id="middle" class="clearfix"> @@ -107,8 +107,8 @@ </li> <li> Copyright 2010 - 2011 - <a href="http://www.ifremer.fr" title="Ifremer" target="blank">Ifremer</a>, - <a href="http://www.codelutin.com" title="Code Lutin" target="blank">Code Lutin</a> + <a href="http://www.ifremer.fr" title="Ifremer" target="_blank">Ifremer</a>, + <a href="http://www.codelutin.com" title="Code Lutin" target="_blank">Code Lutin</a> </li> </ul> </div> Added: trunk/coser-web/src/main/webapp/images/ico_carte.png =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/ico_carte.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Added: trunk/coser-web/src/main/webapp/images/worldsmall.png =================================================================== (Binary files differ) Property changes on: trunk/coser-web/src/main/webapp/images/worldsmall.png ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: trunk/coser-web/src/main/webapp/styles/coser.css =================================================================== --- trunk/coser-web/src/main/webapp/styles/coser.css 2011-01-26 16:32:18 UTC (rev 594) +++ trunk/coser-web/src/main/webapp/styles/coser.css 2011-01-26 18:53:38 UTC (rev 595) @@ -653,6 +653,11 @@ position: relative; } +ul.datalist li { + list-style-image:url(../images/worldsmall.png); + vertical-align:top; +} + /*#conteneur_int .part_bottom .barre_select { background: url(../images/barre_select.png) no-repeat; height: 23px;
participants (1)
-
chatellier@users.labs.libre-entreprise.org