source: greenstone3/trunk/web/sites/localsite/collect/gs2mgdemo/ui/ui.xml@ 16485

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

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

File size: 4.3 KB
Line 
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 The Humanity Development Collection </h1>
20 <div class="rightBox">
21 <img src="./sites/localsite/collect/gs2mgdemo/ui/img/hdl.gif" width="300" height="77"> </img>
22 </div>
23
24 <p>
25 The <a href="http://www.nzdl.org/">Humanity Development Library</a> is a large collection of practical information aimed at helping reduce poverty, increasing human potential, and providing a practical and useful education for all. This version, 2.0, contains 1,230 publications--books, reports, and magazines--in various areas of human development, from agricultural practice to economic policies, from water and sanitation to society and culture, from education to manufacturing, from disaster mitigation to micro-enterprises. It contains a total of 160,000 pages and 30,000 images, which if printed would weigh 340 kg and cost US$20,000. It is available on CD-ROM at US$2 for distribution in developing countries.
26 </p>
27
28 <p>
29 The objective of the Humanity Libraries Project is to provide all involved in development, well-being and basic needs with access to a complete library of around 3,000 multidisciplinary books containing practical knowhow and ideas. We invite many more development organizations to share their useful publications, to help distribute these libraries, and to participate in this humanitarian project.
30 </p>
31
32 <p>
33 The editors of this collection are Human Info NGO, HumanityCD Ltd,
34and Participating Organizations. Contact us at Humanities Libraries Project,
35Oosterveldiaan 196, B-2610 Antwerp, Belgium, Tel 32-3-448.05.54, Fax 32-3-449.75.74, email <a href="mailto:[email protected]">[email protected]</a>.
36 </p>
37
38 </uiItem>
39
40
41
42
43 <uiItem name="collectionAbout" lang="fr" inherit="false">
44 <h1> A propos de cette collection </h1>
45 <p>
46 <metadataItem name="collectionDescription" />
47 </p>
48
49 <h1> À propos des BibliothÚques humanitaires pour le Développement </h1>
50 <div class="rightBox">
51 <img src="./sites/localsite/collect/gs2mgdemo/ui/img/hdl.gif" width="300" height="77"> </img>
52 </div>
53
54 <p>
55Les <a href="http://88.191.12.135/cgi-bin/library">BibliothÚques humanitaires pour le Développement</a> constituent une collection importante dont les objectifs sont d'aider à réduire la pauvreté, de promouvoir l'accroissement du potentiel humain, et d'offrir une éducation pratique et utile à tous. Cette collection contient environ 25 publications -- documents, rapports, et articles de périodiques -- qui traitent de différents sujets liés au développement humain. On y trouve des informations concernant les pratiques agricoles aussi bien que les politiques économiques; les mesures d'hygiÚne pour l'eau et la société et la culture; l'éducation et la petite industrie; la prévention des désastres et les micro-entreprises.
56 </p>
57
58 <p>
59Les éditeurs de cette collection sont Human Info NGO, HumanityCD Ltd, and organisations ayant contribué. Vous pouvez nous contacter à Humanitarian and Development Libraries Project, Oosterveldiaan 196, B-2610 Antwerp, Belgium, Tel 32-3-448.05.54, Fax 32-3-449.75.74, courriel <a href="mailto:[email protected]">[email protected]</a>.
60 </p>
61 </uiItem>
62
63
64
65 </uiItemList>
66
67
68
69 <serviceFormatList>
70
71 <serviceFormat name="search">
72
73 <gsf:template match="documentNode">
74 <td valign="top"> <gsf:link> <gsf:icon/> </gsf:link> </td>
75 <td> <table>
76 <tr> <td> <a>
77 <xsl:attribute name="href"> <gsf:metadata name="url"/> </xsl:attribute>
78 <b> <gsf:metadata name="title" /> </b>
79 </a> </td> </tr>
80 <tr> <td> <gsf:metadata name="ivia_description" /> </td> </tr>
81 <tr> <td> <b> <gsf:metadata name="url" /> </b> </td> </tr>
82 <tr> <td> [ <gsf:link>View Full Record</gsf:link> ] </td> </tr>
83 </table> </td>
84 </gsf:template>
85
86 </serviceFormat>
87 </serviceFormatList>
88</ui>
Note: See TracBrowser for help on using the repository browser.