~ubuntu-branches/ubuntu/natty/suitesparse/natty

« back to all changes in this revision

Viewing changes to UFcollection/UFlist.m

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere, Rafael Laboissiere, Ondrej Certik
  • Date: 2008-02-21 14:46:50 UTC
  • mfrom: (1.1.2 upstream) (5.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080221144650-tgeppgj0t7s759i8
Tags: 3.1.0-3
[ Rafael Laboissiere ]
* Upload to unstable

[ Ondrej Certik ]
* XS-DM-Upload-Allowed: yes field added
* Ondrej Certik added to uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
231
231
 
232
232
    % thumbnail link to the matrix page
233
233
    fprintf (f, '<td>\n') ;
 
234
    w = 'width="96" height="72"' ;
234
235
    if (by_group)
235
 
        fprintf (f, '<a href="%s.html"><img alt="%s/%s"', name, group, name) ;
 
236
        fprintf (f, '<a href="%s.html"><img %s alt="%s/%s"', ...
 
237
            name, w, group, name) ;
236
238
        fprintf (f, ' src="%s_thumb.png"></a>\n', name) ;
237
239
    else
238
 
        fprintf (f, '<a href="%s/%s.html"><img alt="%s/%s"', ...
239
 
            group, name, group, name) ;
 
240
        fprintf (f, '<a href="%s/%s.html"><img %s alt="%s/%s"', ...
 
241
            group, name, w, group, name) ;
240
242
        fprintf (f, ' src="%s/%s_thumb.png"></a>\n', group, name) ;
241
243
    end
242
244
    fprintf (f, '</td>\n') ;