Rev 5 | Rev 9 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 5 | Rev 6 | ||
|---|---|---|---|
| Line 353... | Line 353... | ||
| 353 |       {
 | 
            353 |       {
 | 
          
| 354 | if ($this->list instanceof FeatureList)  | 
            354 | if ($this->list instanceof FeatureList)  | 
          
| 355 |         {
 | 
            355 |         {
 | 
          
| 356 | $url = $this->list->resolveURN($vInfo['urn']);  | 
            356 | $url = $this->list->resolveURN($vInfo['urn']);  | 
          
| 357 | $vNumber = '<a href="' . $url . '">' . $vNumber  | 
            357 | $vNumber = '<a href="' . $url . '">' . $vNumber  | 
          
| 358 | . ($section ? $section : '') . '</a>';  | 
            358 | . ($section ? $section : '') . '</a>';  | 
          
| 359 |         }
 | 
            359 |         }
 | 
          
| 360 |       }
 | 
            360 |       }
 | 
          
| 361 | else if ($section)  | 
            361 | else if ($section)  | 
          
| 362 |       {
 | 
            362 |       {
 | 
          
| 363 | $vNumber .= $section;  | 
            363 | $vNumber .= $section;  | 
          
| 364 |       }
 | 
            364 |       }
 | 
          
| 365 | 365 | ||
| 366 | return $vNumber === '-' ? '<span title="No">−</span>' : $vNumber;  | 
            - | |
| 367 |     }
 | 
            - | |
| 368 |     else
 | 
            366 | $vInfo = $vNumber;  | 
          
| 369 |     {
 | 
            - | |
| 370 | return $vInfo === '-' ? '<span title="No">−</span>' : $vInfo;  | 
            - | |
| 371 |     }
 | 
            367 |     }
 | 
          
| - | 368 | ||
| - | 369 | return ($vInfo === '-')  | 
          |
| - | 370 |       ? '<span title="Not supported">−</span>'
 | 
          |
| - | 371 | : $vInfo;  | 
          |
| 372 |   }
 | 
            372 |   }
 | 
          
| 373 | 373 | ||
| 374 | protected static function shl($s)  | 
            374 | protected static function shl($s)  | 
          
| 375 |   {
 | 
            375 |   {
 | 
          
| 376 |     /* stub */
 | 
            376 |     /* stub */
 |