n/oldblog
Archived
1
0
Fork 0
This repository has been archived on 2024-02-13. You can view files and clone it, but cannot push or open issues or pull requests.
oldblog/webnews/pages/sante.php
2023-04-30 21:50:11 +02:00

66 lines
1.6 KiB
PHP

<?php
include "include/theme.inc.php";
require_once "include/rssparser.inc.php";
extract($themeset, EXTR_OVERWRITE);
echo "<table border=0><tr><td><img src='images/dazibaweb.gif'></td><!--<td><img src='$dirtheme/5.gif'></td>--><td><h1>Santé</h1></td></tr></table><br>
<div align=center>
<table border=0><tr>
<td>";
if (!isset($nbnews))
$nbnews = 5;
$right = 0;
$source = "backends/xml/esante.rss";
$sitedata=get_sitedata($source);
extract($sitedata);
$titre = "<a href=$link_site target=\"_blank\">$title_site</a>";
$bodyclass="centerbody";
//$footerboxtext="rdf";
$module = "rssparser2";
if (file_exists($source))
include "modules/magicbox.php";
// Nexus-medical.org
//$typefile = "rss";
//$filename= "modules/backends/rdf/nexus.rss";
//include "modules/rssparser.php";
echo "</td><td align=center>";
// thérapeuthique & informations
//$image_url=" ";
//$typefile = "rss";
$source= "backends/xml/thera.rss";
$sitedata=get_sitedata($source);
extract($sitedata);
$titre = "<a href=$link_site target=\"_blank\">$title_site</a>";
$bodyclass="centerbody";
//$footerboxtext="rdf";
$module = "rssparser2";
if (file_exists($source))
include "modules/magicbox.php";
// echo "</td><td align=center>";
// sante.gouv.fr
//$image_url=" ";
// $typefile = "custom";
//$customstring = "<a STYLE=\"text-decoration: none;\" TARGET=\"_top\" href=\"(.+?)\">(.+?)";
//$filename= "modules/backends/html/sante_gouv.html";
// include "modules/rssparser.php";
echo "
</td></tr></table>
</div>";
include "include/nbnews.inc.php";
echo "<div align=\"right\"><h6>";
include "modules/backends/sante.date.txt";
echo "</h6></div><hr><br>";
?>