|
|
web bot.php,1.9,1.10 directory.php,1.39,1.40 sponsors.php,1.7,1.8: msg#00012
|
Subject: |
web bot.php,1.9,1.10 directory.php,1.39,1.40 sponsors.php,1.7,1.8 |
Update of /cvsroot/mantisbt/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11799
Modified Files:
bot.php directory.php sponsors.php
Log Message:
- Fixed a broken link in users directory.
- Added sponsor training-classes.com.
Index: directory.php
===================================================================
RCS file: /cvsroot/mantisbt/web/directory.php,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- directory.php 23 Oct 2005 11:52:32 -0000 1.39
+++ directory.php 26 Oct 2005 10:35:44 -0000 1.40
@@ -159,7 +159,7 @@
section_end();
section( 'V' );
- entry( 'Vicus eBusiness Solutions',
'www.vicus.nl/ticketmanagement' );
+ entry( 'Vicus eBusiness Solutions',
'http://www.vicus.nl/ticketmanagement' );
section_end();
section( 'W' );
Index: bot.php
===================================================================
RCS file: /cvsroot/mantisbt/web/bot.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- bot.php 18 Sep 2005 22:59:48 -0000 1.9
+++ bot.php 26 Oct 2005 10:35:44 -0000 1.10
@@ -18,6 +18,7 @@
</td>
<td>
<p align="right">Sponsors:
+<a href="http://www.training-classes.com/" title="#1 Training Directory"
target="_blank">#1 Training Directory</a>,
<a href="http://www.exit15.com/" title="Exit 15" target="_blank">Exit 15</a>,
<a href="http://www.resperate.com/" title="RESPeRATE To Lower Blood Pressure"
target="_blank">RESPeRATE</a>,
<a href="http://domainunion.de/" title="domains from germany"
target="_blank">domainunion.de</a>,
Index: sponsors.php
===================================================================
RCS file: /cvsroot/mantisbt/web/sponsors.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- sponsors.php 23 Oct 2005 12:19:25 -0000 1.7
+++ sponsors.php 26 Oct 2005 10:35:44 -0000 1.8
@@ -8,7 +8,15 @@
<table border="0" cellspacing="0" cellpadding="10">
<?php /* Sponsor ad placed on 29-AUG-2005 */ ?>
<tr>
- <td><a href="http://dasschoenstekind.de" target="_blank"><img
src="images/sponsors/rammsteinlogo.jpg " border="0" alt="dasschoenstekind.de"
width="200" height="55" /></a></td>
+ <td><a href="http://www.training-classes.com/"
target="_blank"><img src="images/sponsors/trainingclasseslogo.gif" border="0"
alt="dasschoenstekind.de" width="200" height="60" /></a></td>
+ <td>
+ <a href="http://www.training-classes.com/">#1 Training
Directory</a> Connecting people who want to learn with people who love to teach
since 1998: Happy to use Mantis and proud to support this excellent bug
tracking package.
+ </td>
+ </tr>
+
+ <?php /* Sponsor ad placed on 29-AUG-2005 */ ?>
+ <tr>
+ <td><a href="http://dasschoenstekind.de" target="_blank"><img
src="images/sponsors/rammsteinlogo.jpg" border="0" alt="dasschoenstekind.de"
width="200" height="55" /></a></td>
<td>
<a
href="http://dasschoenstekind.de">dasschoenstekind.de</a> is a fan site of the
German music group Rammstein. Dasschoenstekind includes lyrics, discography,
biography, merchandising and concert tickets.
</td>
-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
|
| |