[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] First hack of language dependent flags for the website.
Update of /home/or/cvsroot/website
In directory moria:/tmp/cvs-serv32175
Modified Files:
index.html
Log Message:
First hack of language dependent flags for the website.
Index: index.html
===================================================================
RCS file: /home/or/cvsroot/website/index.html,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- index.html 15 Jul 2005 22:19:37 -0000 1.65
+++ index.html 8 Aug 2005 03:21:16 -0000 1.66
@@ -29,7 +29,11 @@
| <a href="research.html">Research</a>
| <a href="people.html">People</a>
</td>
- <td class="banner-right"></td>
+ <td class="banner-right">
+ <a href="/"> <img src="/images/en.gif" border="0"> </a>
+ <a href="/it/index.it.html"> <img src="/images/it.gif" border="0"> </a>
+ <a href="/de/index.de.html"> <img src="/images/de.gif" border="0"> </a>
+ </td>
</tr>
</table>