|
From: <mah...@us...> - 2007-03-19 11:54:29
|
Revision: 354
http://svn.sourceforge.net/dccss/?rev=354&view=rev
Author: maher_karim
Date: 2007-03-19 04:54:26 -0700 (Mon, 19 Mar 2007)
Log Message:
-----------
2007-03-19 Maher Abdel karim <mah...@do...>
* admin/setup.php:Add setup page.
* index.php:add entry to setup page.
* images/serviceconf-48.png:added
Modified Paths:
--------------
branches/ms4w/apps/dccss/changelog
branches/ms4w/apps/dccss/index.php
Added Paths:
-----------
branches/ms4w/apps/dccss/images/serviceconf-48.png
Modified: branches/ms4w/apps/dccss/changelog
===================================================================
--- branches/ms4w/apps/dccss/changelog 2007-03-14 10:13:00 UTC (rev 353)
+++ branches/ms4w/apps/dccss/changelog 2007-03-19 11:54:26 UTC (rev 354)
@@ -1,3 +1,9 @@
+2007-03-19 Maher Abdel karim <mah...@do...>
+
+ * admin/setup.php:Add setup page.
+ * index.php:add entry to setup page.
+ * images/serviceconf-48.png:added
+
2007-03-08 Steffen Macke <Ste...@do...>
* include/dataobject/Public_deliverypoint.php: Fixed typo
Added: branches/ms4w/apps/dccss/images/serviceconf-48.png
===================================================================
(Binary files differ)
Property changes on: branches/ms4w/apps/dccss/images/serviceconf-48.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: branches/ms4w/apps/dccss/index.php
===================================================================
--- branches/ms4w/apps/dccss/index.php 2007-03-14 10:13:00 UTC (rev 353)
+++ branches/ms4w/apps/dccss/index.php 2007-03-19 11:54:26 UTC (rev 354)
@@ -70,9 +70,9 @@
<div id="contentleft">
<ul>
<li><?php echoOnMouseOverLink("admin/shapefile_loader.php",
- _("Shapefile Loader"),
- _("Load zipped files in shapefile format to the DCCSS geodatabase."),
- "shapefile_loader.png"); ?></li>
+ _("Shapefile Loader"),
+ _("Load zipped files in shapefile format to the DCCSS geodatabase."),
+ "shapefile_loader.png"); ?></li>
<li><?php echoOnMouseOverLink("admin/shapefile_dumper.php",
_("Shapefile Dumper"),
_("Download zipped shapefiles from the DCCSS geodatabase."),
@@ -81,6 +81,10 @@
_("CSS to billing data transfer file preparation"),
_("Download CSV file from CSS database."),
"bill_loader.png"); ?></li>
+ <li><?php echoOnMouseOverLink("admin/setup.php",
+ _("Setup Page"),
+ _("Display setup information."),
+ "serviceconf-48.png"); ?></li>
<!--<li><?php echoOnMouseOverLink("admin/bill_loader.php",
_("Bill Loader"),
_("Load a PEWSSA bill file to the DCCSS geodatabase."),
@@ -88,26 +92,26 @@
* \todo Adjust image.
*/
"bill_loader.png"); ?></li>-->
-
+
</ul>
-</div>
+</div>
<div id="contentright">
<ul>
<li><?php echoOnMouseOverLink("admin/purge_subscriber.php",
- _("Purge Subscriber"),
- _("Deletes a subscriber and the realted records from the DCCSS database."),
- "remove_temporary_files.png"); ?></li>
+ _("Purge Subscriber"),
+ _("Deletes a subscriber and the realted records from the DCCSS database."),
+ "remove_temporary_files.png"); ?></li>
<li><?php echoOnMouseOverLink("admin/move_subscriber.php",
- _("Move Subscriber"),
- _("Move subscriber(s) from Delivery point to another."),
- "stock_refresh.png"); ?></li>
+ _("Move Subscriber"),
+ _("Move subscriber(s) from Delivery point to another."),
+ "stock_refresh.png"); ?></li>
<li><?php echoOnMouseOverLink("admin/processing.php",
_("GIS data processing"),
_("Process GIS data."),
"administration-32.png"); ?></li>
</ul>
</div>
-<br clear="all" /> <?php
+<br clear="all" /> <?php
} ?>
<div style="margin-top: 12em;"> </div> <?php
$dccssPage->footer("$Date: 2006-07-25 08:09:47 +0200 (Tue, 25 Jul 2006) $Empty"); ?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|