/[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 128 by dpavlin, Thu Nov 24 12:17:50 2005 UTC revision 133 by dpavlin, Thu Nov 24 16:30:11 2005 UTC
# Line 19  Line 19 
19    
20  <!-- persistant fileds for search -->  <!-- persistant fileds for search -->
21    
22  <input name="all" type="hidden" size="60"/>  <input name="all" type="hidden" />
23  <input name="TitleProper" type="hidden" size="60"/>  <input name="_all" type="hidden" />
24  <input name="PersonalName" type="hidden" size="60"/>  <input name="TitleProper" type="hidden" />
25    <input name="PersonalName" type="hidden" />
26    
27  <input name="_template" type="hidden" id="template_name" />  <input name="_template" type="hidden" id="template_name" />
28    
29  <span style="float: left; font-size: 90%; color: #404040;">  <span style="float: left; font-size: 90%; color: #404040;">
30    
31    [% hits = html_results.size %]
32    
33  Found  Found
34  [%- IF html_results.size == 100 ; -%]  [%- IF html_results.size == 100 ; -%]
35  more than  more than
36  [%- END %]  [%- END %]
37  [% html_results.size %] results.  [% hits %]
38    result
39    [%- IF hits > 1 ; 's' ; END %]
40    for '[% phrase %]'.
41    
42    [% IF attr && attr.size %]
43    <span style="font-size: 80%; color: #a0a0a0;">
44    [
45    [% attr.join(", ") %]
46    ]
47    </span>
48    [% END %]
49    
50  </span>  </span>
51    
52    
53    
54  <span style="float: right; font-size: 80%; color: #808080;">  <span style="float: right; font-size: 80%; color: #808080;">
55    <a href="#" onclick="load_template('html_ffzg_results_nonstd.tt'); return false;">full</a>    <a href="#" onclick="load_template('html_ffzg_results_nonstd.tt'); return false;">full</a>
56    <img src="img/star-red.gif"/>    <img src="img/star-red.gif"/>
# Line 45  more than Line 61  more than
61    
62  <br/>  <br/>
63    
64    <div style="clear: left; float; left;">
65    
66  [% FOREACH r IN html_results %]  [% FOREACH r IN html_results %]
67  [% r %]  [% r %]
68  [% END %]  [% END %]
69    
70    </div>
71    
72  </form>  </form>
73    
74  <br/>  <div style="font-size: 80%; color: #a0a0a0;">
75  <tt>End of results.</tt>  End of results.
76    </div>
77    
78  <!-- end of results -->  <!-- end of results -->
79    
80    <script type="text/javascript">
81    hide_searching();
82    </script>
83    

Legend:
Removed from v.128  
changed lines
  Added in v.133

  ViewVC Help
Powered by ViewVC 1.1.26