[grisbi-cvs] grisbi-web/newsportal head.inc, 1.1, 1.2 tail.inc, 1.1, 1.2

NIEL Gérald gegeweb at users.sourceforge.net
Mon May 24 17:21:39 CEST 2010


Update of /cvsroot/grisbi/grisbi-web/newsportal
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20807/newsportal

Modified Files:
	head.inc tail.inc 
Log Message:

grisbi website integration


Index: tail.inc
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/newsportal/tail.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tail.inc	24 May 2010 14:50:59 -0000	1.1
+++ tail.inc	24 May 2010 15:21:36 -0000	1.2
@@ -1,6 +1,10 @@
-<p align="right"><small>
-"<a href="http://amrhein.eu/newsportal">News-Portal</a>"
-was written by <a href="http://amrhein.eu">Florian Amrhein</a>.
-</small></p>
+</div>
+<!-- ## END CONTENU ## -->
 
-</body></html>
+<!-- ## FOOTER ## -->
+
+<div class="spacer">&nbsp;</div>
+<p id="linktop">[ <a href="#top"><? echo $text_thread["button_top"]; ?></a> ]</p>
+<p id="copy">Copyleft &copy 2003 Grisbi Team - logo: André Pascual (Linuxgraphic)</p>
+</body>
+</html>
\ No newline at end of file

Index: head.inc
===================================================================
RCS file: /cvsroot/grisbi/grisbi-web/newsportal/head.inc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- head.inc	24 May 2010 14:50:59 -0000	1.1
+++ head.inc	24 May 2010 15:21:36 -0000	1.2
@@ -1,7 +1,39 @@
-<html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
+<link rel="icon" href="../images/grisbi-16.png" type="image/png" />
+<link rel="stylesheet" href="../styles/main.css" type="text/css" />
 <title><? echo htmlspecialchars($title); ?></title>
-<META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=<?=$www_charset?>">
-<link rel="stylesheet" type="text/css" href="style.css">
+<style type="text/css">
+<!--
+pre { color: #505050; margin: 1em; border-bottom: 1px solid #808080; padding-bottom: 1.5em; }
+
+#content img { vertical-align: middle; margin:0px; }
+
+table {
+	border-collapse: collapse;
+	border-spacing: 0px;
+	margin-left: 1em;
+	margin-right: 1em;
+	padding: 0px;
+}
+
+tr, td { border: 0px; }
+
+td {
+	padding: 0px;
+	margin: 0px;
+	white-space: nowrap;
+}
+
+td.margin { padding-right: 1.5em; }
+-->
+</style>
 </head>
-<body textcolor="black" bgcolor="white">
+<body>
+<?
+if (file_exists("../templates/menu.inc.$lang")) include ("../templates/menu.inc.$lang");
+else include ("../templates/menu.inc.$default_lang");
+?>



More information about the cvs mailing list