/[libdata-portal]/branches/mysql/trunk/template_html/r.html
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 /branches/mysql/trunk/template_html/r.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14 - (show annotations)
Tue Aug 3 11:27:13 2004 UTC (19 years, 7 months ago) by dpavlin
File MIME type: text/html
File size: 1360 byte(s)
last changes in style

1 <!-- begin of r.html -->
2
3 <TMPL_INCLUDE NAME="header.html">
4
5 <tr>
6 <td class="tdH5">
7 &nbsp;
8 </td>
9 <td class="tdH6">
10 <p>
11 <TMPL_IF NAME="title">
12 <TMPL_VAR NAME="title">
13 <TMPL_ELSE>
14 &nbsp;
15 </TMPL_IF>
16 </td>
17 <td class="tdH7">
18 <p>&nbsp;
19 </td>
20 </tr>
21
22 <tr>
23 <td class="td1">
24 <TMPL_INCLUDE NAME="MasterSubjects.html">
25 <p>&nbsp;
26 <h4>Knji¾nice</h4>
27 <p class="small">
28 <TMPL_VAR NAME="title">
29 <p class="small">- lista knji¾nica
30 </td>
31
32 <td class="td1a">
33 <TMPL_INCLUDE NAME="search.html">
34
35 <p>
36
37 <b><TMPL_VAR NAME="limit_infotype"></b><br>
38 Broj rezultata: <TMPL_VAR NAME="nr_results"><br>
39 Limit: <TMPL_VAR NAME="search_field">
40
41 </p>
42
43 <hr>
44
45 <TMPL_LOOP NAME="resource_results">
46 <p>
47 <b>
48 <TMPL_IF NAME="url">
49 <a href="<TMPL_VAR NAME="url">"><TMPL_VAR NAME="title"></a>
50 <TMPL_ELSE>
51 <TMPL_VAR NAME="title">
52 </TMPL_IF>
53 </b>
54
55 <br>Opis. <a href="">detaljan opis</a>
56 <br><i>Vrsta:</i> <TMPL_VAR NAME="infotype">
57 <br><i>Dostupnost:</i><br>
58
59 <TMPL_IF NAME="coverage_detail">
60 <TMPL_VAR NAME="coverage_detail">
61 </TMPL_IF>
62
63 <TMPL_IF NAME="url">
64 <a href="<TMPL_VAR NAME="url">"><TMPL_VAR NAME="url"></a>
65 </TMPL_IF>
66
67 <TMPL_LOOP NAME="res_features">
68 <TMPL_VAR NAME="feature">
69 </TMPL_LOOP>
70
71 </p><hr>
72 </TMPL_LOOP>
73
74 </td>
75
76 <TMPL_INCLUDE NAME="sidebar.html">
77
78 </tr>
79
80 <TMPL_INCLUDE NAME="footer.html">
81
82 <!-- end of r.html -->

  ViewVC Help
Powered by ViewVC 1.1.26