/[webpac2]/trunk/conf/output/tt/html_ffzg_results_nonstd.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

Contents of /trunk/conf/output/tt/html_ffzg_results_nonstd.tt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 78 - (show annotations)
Sun Nov 20 20:59:39 2005 UTC (18 years, 5 months ago) by dpavlin
File size: 2282 byte(s)
added local templates

1 <!--
2 <div style="border: 1px #ff0000 solid; display: block; width: 30em; float: right;">
3
4 <pre>[%
5 USE dumper;
6 dumper.dump(d('UncontrolledTerms'),data,d);
7 %]</pre>
8
9 </div>
10 -->
11
12
13 <table width="10em" cellpadding="4" cellspacing="0" border="0" style="border: 1px solid #808080;">
14
15
16 <!--
17 <td>
18 [% IF d('PersonalName') || d('PersonalName2') %]
19 <b>[% d('PersonalSurname') %], [% d('PersonalName') %]<br/>
20 [% d('PersonalName2').join("<br/>") %]
21 </b>
22 [% END %]
23 </td>
24 -->
25
26 <td>
27 <div style="float: right; padding-left: 1em;">
28 <img src="http://images.amazon.com/images/P/[% d('ISBN').replace('-', '') %].01._SL120_SCLZZZZZZZ_.jpg" />
29 </div>
30 <span style="font-size: 105%; font-weight: bold;">
31 [% d('TitleProper') %]
32 [% IF d('Subtitle') %]
33 : [% d('Subtitle') %]
34 [% END %]
35 [% IF d('ParallelTitle') %]
36 <small> = [% d('ParallelTitle') %] </small>
37 [% END %]
38 </span>
39
40 [% IF d('EditionStatement') %]
41 , [% d('EditionStatement') %].
42 [% END %]
43
44 <br/>
45
46 [% IF d('Responsibility') %]
47 [% d('Responsibility') %] <br/>
48 [% END %]
49
50 <small>
51 [% d('MaterialDesignation').replace('.*,', '') %] <br/>
52 [% d('PlacePublication') %]: [% d('NamePublisher') %], [% d('DatePublication').replace('cop. ', '') %]
53 <br/>
54 [% IF d('SeriesTitle') %]
55 Nakladnièka cjelina: [% d('Series') %]<br/>
56 [% END %]
57 [% IF d('ISBN') %]
58 ISBN [% d('ISBN') %]
59 [% END %]
60 <br/>
61 </small>
62 [% IF d('UncontrolledTerms') %]
63 <br/>
64 <b>Tema: </b>
65 [% d('UncontrolledTerms').join(", ") %]
66 [% END %]
67 <br/>
68 [% IF d('UDC') %]
69 <small>Klasifikacija: [% d('UDC') %] (UDK)
70 [% END %]
71 [% IF d('APA') %]
72 - [% d('APA') %] (APA)</small>
73 [% END %]
74 <br/><br/>
75 <b>Podaci o dostupnosti: </b><br/>
76 Knji¾nica: [% c.library %] (Signatura: )
77
78
79 </td>
80 </tr>
81
82 <!--
83 <tr class="line">
84 <td class="label">Format</td>
85 <td>
86 [% c.materialtype %]
87 </td>
88 </tr>
89 -->
90
91 <!--
92 <tr class="signatura" style="vertical-align: top;">
93 <td>
94 <ol><li>
95 Signatura: [% d('CallNo','</li><li>') %]
96 </li></ol>
97 </td>
98 </tr>
99 -->
100
101 </table>

  ViewVC Help
Powered by ViewVC 1.1.26