- Timestamp:
- 10/22/12 17:39:05 (12 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/IPDB.pm
r524 r525 338 338 ##fixme: should find a way to do this without having to HTMLize the <> 339 339 $bigfree = "/$bigfree" if $bigfree; 340 $bigfree = ' <NONE>' if !$bigfree;340 $bigfree = '<NONE>' if !$bigfree; 341 341 $$_{bigfree} = $bigfree; 342 342 } … … 366 366 ##fixme: should find a way to do this without having to HTMLize the <> 367 367 $bigfree = "/$bigfree" if $bigfree; 368 $bigfree = ' <NONE>' if !$bigfree;368 $bigfree = '<NONE>' if !$bigfree; 369 369 $$_{lfree} = $bigfree; 370 370 } -
trunk/templates/index.tmpl
r523 r525 15 15 <td><TMPL_VAR NAME=allocated></td> 16 16 <td><TMPL_VAR NAME=free></td> 17 <td><TMPL_VAR NAME=bigfree></td>17 <td><TMPL_VAR ESCAPE=HTML NAME=bigfree></td> 18 18 </tr> 19 19 </TMPL_LOOP> -
trunk/templates/showmaster.tmpl
r524 r525 18 18 <td><TMPL_VAR NAME=nsubs></td> 19 19 <td><TMPL_VAR NAME=nfree></td> 20 <td><TMPL_VAR NAME=lfree></td>20 <td><TMPL_VAR ESCAPE=HTML NAME=lfree></td> 21 21 </tr> 22 22 </TMPL_LOOP>
Note:
See TracChangeset
for help on using the changeset viewer.