source: greenstone3/trunk/web/sites/localsite/collect/infomine/ui/ui.xml@ 16486

Last change on this file since 16486 was 16486, checked in by davidb, 16 years ago

Add some files that will allow skin++ to work with this collection.

File size: 3.3 KB
RevLine 
[16486]1<ui xmlns:gsf="http://www.greenstone.org/greenstone3/schema/UI" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
2
3 <skin name="oran" inherit="false" local="false"/>
4
5 <uiItemList>
6
7 <uiItem name="collectionHeader" inherit="true" />
8 <uiItem name="collectionFooter" inherit="true" />
9 <uiItem name="collectionTitle" inherit="true" />
10
11
12 <uiItem name="collectionAbout" lang="en" inherit="false">
13 <h1> About this collection </h1>
14 <p>
15 <metadataItem name="collectionDescription" />
16 </p>
17
18
19 <h1> About INFOMINE </h1>
20 <div class="rightBox">
21 <img src="./sites/localsite/collect/infomine/ui/img/infomine.gif" width="311" height="67"> </img>
22 </div>
23
24 <p>
25 <a href="http://infomine.ucr.edu/">INFOMINE</a> is a virtual library of Internet resources relevant to faculty, students, and research staff at the university level. It contains useful Internet resources such as databases, electronic journals, electronic books, bulletin boards, mailing lists, online library card catalogs, articles, directories of researchers, and many other types of information.
26 </p>
27
28 <p>
29 INFOMINE is librarian built. Librarians from the University of California, Wake Forest University, California State University, the University of Detroit - Mercy, and other universities and colleges have contributed to building INFOMINE.
30 </p>
31
32
33 </uiItem>
34
35
36
37
38 <uiItem name="collectionAbout" lang="fr" inherit="false">
39 <h1> A propos de cette collection </h1>
40 <p>
41 <metadataItem name="collectionDescription" />
42 </p>
43
44 <h1> À propos d'INFOMINE </h1>
45 <div class="rightBox">
46 <img src="./sites/localsite/collect/infomine/ui/img/infomine.gif" width="311" height="67"> </img>
47 </div>
48
49 <p>
50 <a href="http://infomine.ucr.edu/">INFOMINE</a> est une bibliothÚque virtuelle de ressources Internet en rapport avec les enseignants, les étudiants et le personnel de recherche au niveau universitaire. INFOMINE contient des docuemnts tels que des bases de données, revues électroniques, livres électroniques, des forums électroniques, listes de diffusion, catalogues de bibliothÚque en ligne, des articles, des publications de recherche, et de nombreux autres types d'informations.
51 </p>
52
53 <p>
54 INFOMINE est construit par des bibliothécaires. Les bibliothécaires de l'Université de Californie, de Wake Forest University, de California State University, de l'Université de Detroit - Mercy, et d'autres établissements ont contribué à l'édification INFOMINE.
55 </p>
56
57 </uiItem>
58
59
60
61 </uiItemList>
62
63
64
65 <serviceFormatList>
66
67 <serviceFormat name="search">
68
69 <gsf:template match="documentNode">
70 <td valign="top"> <gsf:link> <gsf:icon/> </gsf:link> </td>
71 <td> <table>
72 <tr> <td> <a>
73 <xsl:attribute name="href"> <gsf:metadata name="url"/> </xsl:attribute>
74 <b> <gsf:metadata name="title" /> </b>
75 </a> </td> </tr>
76 <tr> <td> <gsf:metadata name="ivia_description" /> </td> </tr>
77 <tr> <td> <b> <gsf:metadata name="url" /> </b> </td> </tr>
78 <tr> <td> [ <gsf:link>View Full Record</gsf:link> ] </td> </tr>
79 </table> </td>
80 </gsf:template>
81
82 </serviceFormat>
83 </serviceFormatList>
84</ui>
Note: See TracBrowser for help on using the repository browser.