[Lutinweb-commits] r27 - trunk/lutinrss/src/main/webapp
Author: tchemit Date: 2008-04-29 19:59:39 +0000 (Tue, 29 Apr 2008) New Revision: 27 Modified: trunk/lutinrss/src/main/webapp/test.html Log: utilisation css + test de positionnement Modified: trunk/lutinrss/src/main/webapp/test.html =================================================================== --- trunk/lutinrss/src/main/webapp/test.html 2008-04-29 19:58:55 UTC (rev 26) +++ trunk/lutinrss/src/main/webapp/test.html 2008-04-29 19:59:39 UTC (rev 27) @@ -5,31 +5,31 @@ --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> - <head> +<head> <title>Page de test rss</title> - <style type="text/css"> - div {border: solid black;} - </style> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> - <script src="RSSServlet"></script> - </head> - <body> - <h1>Test RSS</h1> - <div id="lmi"/> - <div id="lemonde"/> - <div id="developpez"/> - <div id="formatouvert"/> - <div id="h2"/> - <div id="opensi"/> + <link href="feed.css" rel="stylesheet" type="text/css" /> + <script src="RSSServlet"></script> +</head> +<body> +<h1>Test RSS</h1> - <script> - rssinclude("http://www.lemondeinformatique.fr/flux-rss/open-source/rss.xml", "lmi", 5, "indat-natd"); - rssinclude("http://www.lemonde.fr/rss/sequence/0,2-3208,1-0,0.xml", "lemonde", 5, "indat-natd"); - rssinclude("http://blog.developpez.com/xmlsrv/rss2.php?blog=42", "developpez", 5, "indat-natd"); - rssinclude("http://formats-ouverts.org/rss.php", "formatouvert", 5, "indat-natd"); - rssinclude("http://www.h2database.com/html/newsfeed-rss.xml", "h2", 5, "indat-natd"); - rssinclude("http://www.opensi.org/news.rss", "opensi", 5, "indat-natd"); - </script> +<div id="content"> + <div id="lmi"> </div> + <div id="lemonde"> </div> + <div id="developpez"> </div> + <div id="formatouvert"> </div> + <div id="h2"> </div> + <div id="opensi"> </div> +</div> +<script> + rssinclude("http://www.lemondeinformatique.fr/flux-rss/open-source/rss.xml", "lmi", 5, "ndat-natd"); + rssinclude("http://www.lemonde.fr/rss/sequence/0,2-3208,1-0,0.xml", "lemonde", 5, "indat-ntda"); + rssinclude("http://blog.developpez.com/xmlsrv/rss2.php?blog=42", "developpez", 5, "ndat-ndat"); + rssinclude("http://formats-ouverts.org/rss.php", "formatouvert", 5, "ndat-natd"); + rssinclude("http://www.h2database.com/html/newsfeed-rss.xml", "h2", 5, "ndat-natd"); + rssinclude("http://www.opensi.org/news.rss", "opensi", 5, "ndat-natd"); +</script> - </body> +</body> </html>
participants (1)
-
tchemit@users.labs.libre-entreprise.org