[GRASS5] Grass 6 screenshots link broken

Martin Wegmann wegmann at biozentrum.uni-wuerzburg.de
Fri Mar 11 14:21:22 EST 2005


On Friday 11 March 2005 08:05, Markus Neteler wrote:
[....]

> Have a look at
>  http://grass.itc.it/grass60/screenshots/gui.php
> which is correct. From this you can derive the fixes for the
> other php pages in that directory.

hmm, the structure looks totally different to me index.php does have this 
entry for the top menu

      include("../../menu_search.inc");
     ?> 
   </td>
   <td valign="top">
     <?php
       include("../../menu_top.inc");
     ?>

where gui.php does has a entry for each link: 

<!-- TOP MENU INCLUDE FOR SUBDIRECTORIES -->

    <table class="topmenu" bgcolor="#008000" cellspacing="0" cellpadding="0" 
border="0" width="100%">
    <tbody>
     <tr>
     <td><!-- TOP MENU -->
      <table cellspacing="1" cellpadding="3" border="0" width="100%">
      <tbody>
        <tr bgcolor="#c5e2ca">
        <td nowrap="nowrap" align="center">
 <font size="-1"><a href="../../index.php">Home</a></font>
        </td>
        <td nowrap="nowrap" align="center">
 <font size="-1"><a href="../../intro/index.php">Introduction</a></font>
        </td>

I have no clue how to change it (where to insert the gui.php subdirectory 
part) and try&error approaches wouldn't be the best because I cannot look at 
the result unless I upload it to cvs and wait a couple of hours (is there a 
way to see the final result on my computer like on the web?)

Martin




More information about the grass-dev mailing list