Changeset 35238 for trunk/dvodist/www-util/ipp.php
- Timestamp:
- Mar 5, 2013, 2:34:10 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/dvodist/www-util/ipp.php (modified) (3 diffs)
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 }
Note:
See TracChangeset
for help on using the changeset viewer.
