beautify html code and change copyright date from 2006 to 2008.

This commit is contained in:
trifonnt 2008-10-02 08:47:10 +00:00
parent 0b118ea013
commit a279ec12a1
2 changed files with 8 additions and 8 deletions

View File

@ -245,7 +245,7 @@ Start Adempiere via RUN_Adempiere </td>
<tbody>
<tr>
<td>&copy; Copyright 2006 Adempiere - All rights reserved - <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">Adempiere License is GPL</a></td>
<td>&copy; Copyright 2008 Adempiere - All rights reserved - <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">Adempiere License is GPL</a></td>
</tr>

View File

@ -1,13 +1,13 @@
<html>
<head>
<title>Adempiere</title>
<meta name="description" content="Adempiere Root Page">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Adempiere</title>
<meta name="description" content="Adempiere Root Page">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<script language="JavaScript" type="text/javascript">
document.location='adempiere.html';
</script>
<p>Click <a href="adempiere.html">here</a> if not forwarded automatically</p>
<script language="JavaScript" type="text/javascript">
document.location='adempiere.html';
</script>
<p>Click <a href="adempiere.html">here</a> if not forwarded automatically</p>
</body>
</html>