Author: andreas
Date: 2005-10-25 10:18:51 +0100 (Tue, 25 Oct 2005)
New Revision: 4614
Modified:
trunk/www/pgadmin3/cnt/cnt_beta.php
trunk/www/pgadmin3/cnt/cnt_index.php
Log:
some beta stuff
Modified: trunk/www/pgadmin3/cnt/cnt_beta.php
===================================================================
--- trunk/www/pgadmin3/cnt/cnt_beta.php 2005-10-25 07:30:19 UTC (rev 4613)
+++ trunk/www/pgadmin3/cnt/cnt_beta.php 2005-10-25 09:18:51 UTC (rev 4614)
@@ -1,10 +1,11 @@
<div class="sideBox LHS">
<div><?php echo _("Beta versions");?></div>
+<a href="#beta3">Beta-3</a>
<a href="#beta2">Beta-2</a>
<a href="#beta1">Beta-1</a>
</div>
<div id="bodyText">
-<h1 id="beta2"><?php echo _("Beta-3 of pgAdmin III V1.4 released");?></h1>
+<h1 id="beta3"><?php echo _("Beta-3 of pgAdmin III V1.4 released");?></h1>
2005-10-20
<p>
Beta-3 of pgAdmin 1.4, the graphical PostgreSQL administration tool for Windows, Linux, FreeBSD, Mac OS X and Solaris
isnow available for download from
Modified: trunk/www/pgadmin3/cnt/cnt_index.php
===================================================================
--- trunk/www/pgadmin3/cnt/cnt_index.php 2005-10-25 07:30:19 UTC (rev 4613)
+++ trunk/www/pgadmin3/cnt/cnt_index.php 2005-10-25 09:18:51 UTC (rev 4614)
@@ -27,6 +27,13 @@
<h1 id="news"><?php echo _("Latest news");?></h1>
<dl>
+ [2005-10-20]<dt><?php echo sprintf(_("pgAdmin III %s released"), "v1.4 Beta-3");?></dt>
+ <dd>
+ <?php echo sprintf(_("Beta-3 of pgAdmin 1.4, the graphical PostgreSQL administration tool for Windows, Linux,
FreeBSDand Solaris is now available for download from <a href='%s'>postgresql.org download center</a>."),
"http://www.postgresql.org/ftp/pgadmin3/beta/");?>
+ <?php echo sprintf(_("Please visit pgAdmin <a href='%s'>Beta</a> page to learn more about this exciting new
version."),"beta.php");?>
+ </dd>
+</dl>
+<dl>
[2005-10-12]<dt><?php echo sprintf(_("pgAdmin III %s released"), "v1.4 Beta-2");?></dt>
<dd>
<?php echo sprintf(_("Beta-2 of pgAdmin 1.4, the graphical PostgreSQL administration tool for Windows, Linux,
FreeBSDand Solaris is now available for download from <a href='%s'>postgresql.org download center</a>."),
"http://www.postgresql.org/ftp/pgadmin3/beta/");?>