IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 5, 2013, 2:34:10 PM (13 years ago)
Author:
eugene
Message:

merge changes from eam_branches/ipp-20130207

Location:
trunk/dvodist/www-util
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dvodist/www-util/ipp.php

    r34748 r35238  
    147147
    148148    if (count($line) == 4) {
    149       echo "count = 4<br>\n";
    150149      $name  = trim($line[0]);
    151150      $type  = trim($line[1]);
     
    155154    }
    156155    if (count($line) == 5) {
    157       echo "count = 5<br>\n";
    158156      $name  = trim($line[0]);
    159157      $link  = trim($line[1]);
     
    216214      break;
    217215    case 'dir':
    218       echo "<tr class=\"$style\"><td><a class=\"$style\" href=\"$name\">$name</a></td><td>$info</td></tr>\n";
     216      echo "<tr class=\"$style\"><td><a class=\"$style\" href=\"$link\">$name</a></td><td>$info</td></tr>\n";
    219217      break;
    220218    default:
    221       echo "<tr class=\"$style\"><td><a class=\"$style\" href=\"$name\">$name</a></td><td>$info</td></tr>\n";
     219      echo "<tr class=\"$style\"><td><a class=\"$style\" href=\"$link\">$name</a></td><td>$info</td></tr>\n";
    222220      break;
    223221    }
  • trunk/dvodist/www-util/ippdata.menu.dat

    r34748 r35238  
    66menuext   | menuext      | link    | Pan-STARRS IPP Wiki          | http://svn.pan-starrs.ifa.hawaii.edu/trac/ipp/wiki
    77menuext   | menuext      | link    | PS1SC Wiki                   | http://ps1sc.ifa.hawaii.edu/PS1wiki/index.php/Main_Page
     8menuext   | menuext      | link    | PS1SC Access                 | http://dvodist.ipp.ifa.hawaii.edu
     9menuext   | menuext      | link    | PS1SC PSPS                   | http://psps.ifa.hawaii.edu
    810
    911menutop   | menutop      | plain   | &nbsp;                       |
    10 menutop   | menuselect   | link    | DVO Releases                 | /index.php
    11 menutop   | menuselect   | link    | Documentation                | /docs.php
     12menutop   | menuselect   | link    | PS1 Public Data              | /index.php
     13menutop   | menuselect   | link    | Documentation                | /docs/index.php
    1214menutop   | menuselect   | link    | Help                         | /help.php
    1315
Note: See TracChangeset for help on using the changeset viewer.