/[webpac2]/Webpacus/root/results.tt
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 /Webpacus/root/results.tt

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

revision 444 by dpavlin, Mon May 1 13:48:42 2006 UTC revision 445 by dpavlin, Mon May 1 13:59:15 2006 UTC
# Line 34  for '<strong>[% phrase %]</strong>' Line 34  for '<strong>[% phrase %]</strong>'
34  time: [% hints.time %]s  time: [% hints.time %]s
35  <br/>  <br/>
36  page: [% page %] of [% pager.last_page %]  page: [% page %] of [% pager.last_page %]
37    <!--
38  <br/>  <br/>
39  template: [% current_template %]  template: [% current_template %]
40    -->
41  </div>  </div>
42    
43    [%
44    MACRO template_link(template,desc) BLOCK;
45            IF template == current_template ;
46                    '<strong>' ; desc ; '</strong>';
47            ELSE;
48                    '<a href="' ; site_uri_params( _template => template ) ; '">' ; desc ; '</a>';
49            END;
50    END;
51    %]
52    
53  <span class="switch_template">  <span class="switch_template">
54        Display format:
55    <a href="[% site_uri_params( _template => 'html_ffzg_results_short.tt' ) %]">short</a>    [% template_link('html_ffzg_results_short.tt', 'short') %]
56    &middot;    &middot;
57    <a href="[% site_uri_params( _template => 'html_ffzg_results_nonstd.tt' ) %]">full</a>    [% template_link('html_ffzg_results_nonstd.tt', 'full') %]
58    &middot;    &middot;
59    <a href="[% site_uri_params( _template => 'html_ffzg_results_apa.tt') %]">APA</a>    [% template_link('html_ffzg_results_apa.tt', 'APA') %]
60    &middot;    &middot;
61    <a href="[% site_uri_params( _template => 'html_ffzg_results_isbd.tt') %]">ISBD</a>    [% template_link('html_ffzg_results_isbd.tt', 'ISBD') %]
62  </span>  </span>
63    
64  <br/>  <br/>

Legend:
Removed from v.444  
changed lines
  Added in v.445

  ViewVC Help
Powered by ViewVC 1.1.26