Changeset 35238 for trunk/dvodist/www-util
- Timestamp:
- Mar 5, 2013, 2:34:10 PM (13 years ago)
- Location:
- trunk/dvodist/www-util
- Files:
-
- 2 edited
-
ipp.php (modified) (3 diffs)
-
ippdata.menu.dat (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dvodist/www-util/ipp.php
r34748 r35238 147 147 148 148 if (count($line) == 4) { 149 echo "count = 4<br>\n";150 149 $name = trim($line[0]); 151 150 $type = trim($line[1]); … … 155 154 } 156 155 if (count($line) == 5) { 157 echo "count = 5<br>\n";158 156 $name = trim($line[0]); 159 157 $link = trim($line[1]); … … 216 214 break; 217 215 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"; 219 217 break; 220 218 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"; 222 220 break; 223 221 } -
trunk/dvodist/www-util/ippdata.menu.dat
r34748 r35238 6 6 menuext | menuext | link | Pan-STARRS IPP Wiki | http://svn.pan-starrs.ifa.hawaii.edu/trac/ipp/wiki 7 7 menuext | menuext | link | PS1SC Wiki | http://ps1sc.ifa.hawaii.edu/PS1wiki/index.php/Main_Page 8 menuext | menuext | link | PS1SC Access | http://dvodist.ipp.ifa.hawaii.edu 9 menuext | menuext | link | PS1SC PSPS | http://psps.ifa.hawaii.edu 8 10 9 11 menutop | menutop | plain | | 10 menutop | menuselect | link | DVO Releases| /index.php11 menutop | menuselect | link | Documentation | /docs .php12 menutop | menuselect | link | PS1 Public Data | /index.php 13 menutop | menuselect | link | Documentation | /docs/index.php 12 14 menutop | menuselect | link | Help | /help.php 13 15
Note:
See TracChangeset
for help on using the changeset viewer.
