[grisbi-cvs] grisbi-web/newsportal index.php.de, NONE, 1.1 index.php.es, NONE, 1.1 index.php.it, NONE, 1.1 index.php.nl, NONE, 1.1
NIEL GĂ©rald
gegeweb at users.sourceforge.net
Thu May 27 20:04:28 CEST 2010
- Previous message: [grisbi-cvs] grisbi-web/newsportal index.php.en, NONE, 1.1 index.php.fr, NONE, 1.1 config.inc.php, 1.10, 1.11 index.php, 1.6, NONE
- Next message: [grisbi-cvs] grisbi-web/newsportal/lang/alt es.lang,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/grisbi/grisbi-web/newsportal
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv1489
Added Files:
index.php.de index.php.es index.php.it index.php.nl
Log Message:
l10n
--- NEW FILE: index.php.de ---
<? header("Expires: ".gmdate("D, d M Y H:i:s",time()+7200)." GMT");
$default_lang="de";
include "config.inc.php";
include "auth.inc";
include "head.inc"; ?>
<h2><? echo htmlspecialchars($title); ?></h2>
<?
include("$file_newsportal");
flush();
$newsgroups=groups_read($server,$port);
echo '<div class="np_index_groups">';
groups_show($newsgroups);
echo '</div>';
?>
<? include "tail.inc"; ?>
--- NEW FILE: index.php.es ---
<? header("Expires: ".gmdate("D, d M Y H:i:s",time()+7200)." GMT");
$default_lang="es";
include "config.inc.php";
include "auth.inc";
include "head.inc"; ?>
<h2><? echo htmlspecialchars($title); ?></h2>
<?
include("$file_newsportal");
flush();
$newsgroups=groups_read($server,$port);
echo '<div class="np_index_groups">';
groups_show($newsgroups);
echo '</div>';
?>
<? include "tail.inc"; ?>
--- NEW FILE: index.php.nl ---
<? header("Expires: ".gmdate("D, d M Y H:i:s",time()+7200)." GMT");
$default_lang="nl";
include "config.inc.php";
include "auth.inc";
include "head.inc"; ?>
<h2><? echo htmlspecialchars($title); ?></h2>
<?
include("$file_newsportal");
flush();
$newsgroups=groups_read($server,$port);
echo '<div class="np_index_groups">';
groups_show($newsgroups);
echo '</div>';
?>
<? include "tail.inc"; ?>
--- NEW FILE: index.php.it ---
<? header("Expires: ".gmdate("D, d M Y H:i:s",time()+7200)." GMT");
$default_lang="it";
include "config.inc.php";
include "auth.inc";
include "head.inc"; ?>
<h2><? echo htmlspecialchars($title); ?></h2>
<?
include("$file_newsportal");
flush();
$newsgroups=groups_read($server,$port);
echo '<div class="np_index_groups">';
groups_show($newsgroups);
echo '</div>';
?>
<? include "tail.inc"; ?>
- Previous message: [grisbi-cvs] grisbi-web/newsportal index.php.en, NONE, 1.1 index.php.fr, NONE, 1.1 config.inc.php, 1.10, 1.11 index.php, 1.6, NONE
- Next message: [grisbi-cvs] grisbi-web/newsportal/lang/alt es.lang,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list