/[mws]/trunk/templates/macros.tt2
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/templates/macros.tt2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 26 by dpavlin, Sat May 8 16:06:58 2004 UTC revision 27 by dpavlin, Sat May 8 20:34:26 2004 UTC
# Line 104  $stash->set( get_cal => sub { Line 104  $stash->set( get_cal => sub {
104    
105  [% MACRO url_show_id(id) BLOCK ;  [% MACRO url_show_id(id) BLOCK ;
106          '?show_id=' ; id ;          '?show_id=' ; id ;
107          IF param.sort_by ; '&sort_by=' ; param.sort_by ;          IF param.search ; '&search=' ; param.search ; END ;
108          END ;          IF param.sort_by ; '&sort_by=' ; param.sort_by ; END ;
109  END %]  END %]
110    
111    

Legend:
Removed from v.26  
changed lines
  Added in v.27

  ViewVC Help
Powered by ViewVC 1.1.26