|
From: James M. <jma...@us...> - 2001-12-08 20:28:39
|
Update of /cvsroot/geotools/website/php
In directory usw-pr-cvs1:/tmp/cvs-serv11728
Modified Files:
geotools_base.php
Log Message:
added spanish flag to end user link
Index: geotools_base.php
===================================================================
RCS file: /cvsroot/geotools/website/php/geotools_base.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -w -C2 -d -r1.3 -r1.4
*** geotools_base.php 2001/11/30 20:40:14 1.3
--- geotools_base.php 2001/12/08 20:28:37 1.4
***************
*** 193,197 ****
echo '<ul>';
echo '<li class=boxbody_small><A HREF="/help/enduser.html">As an end user</a>';
! echo '<br>A guide for non programmers.';
echo '<li class=boxbody_small><A HREF="/help/solutionBuilder.html">As a solution builder</a>';
echo '<br>A guide for novice programmers who want to customize applets</a>';
--- 193,198 ----
echo '<ul>';
echo '<li class=boxbody_small><A HREF="/help/enduser.html">As an end user</a>';
! echo '<br>A guide for non programmers.<a
! href="/help/enduser_es.html"><img src="../images/flag_es.gif" alt="en español" border=0></a>';
echo '<li class=boxbody_small><A HREF="/help/solutionBuilder.html">As a solution builder</a>';
echo '<br>A guide for novice programmers who want to customize applets</a>';
|