Project

General

Profile

« Previous | Next » 

Revision 28984

Box to select Valid/pending ds

View differences:

modules/dnet-modular-repositories-ui/trunk/src/main/resources/eu/dnetlib/test/profiles/ModularUILabels.xml
1
<RESOURCE_PROFILE xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2
	<HEADER>
3
		<RESOURCE_IDENTIFIER value="1f3dacf7-2cbb-4b88-9afd-43a3fbd03042_Vm9jYWJ1bGFyeURTUmVzb3VyY2VzL1ZvY2FidWxhcnlEU1Jlc291cmNlVHlwZQ==" />
4
		<RESOURCE_TYPE value="VocabularyDSResourceType" />
5
		<RESOURCE_KIND value="VocabularyDSResources" />
6
		<RESOURCE_URI value="String" />
7
		<DATE_OF_CREATION value="2014-07-10T12:24:17+02:00" />
8
	</HEADER>
9
	<BODY>
10
		<CONFIGURATION>
11
			<VOCABULARY_NAME code="ModularUiLabels">ModularUiLabels</VOCABULARY_NAME>
12
			<VOCABULARY_DESCRIPTION>Labels used by the Modular UI</VOCABULARY_DESCRIPTION>
13
			<TERMS>
14
				<TERM native_name="Pending datasource" code="PendingRepositoryResources" english_name="Pending datasource" encoding="DNET">
15
					<SYNONYMS />
16
					<RELATIONS />
17
				</TERM>
18
				<TERM native_name="Valid datasource" code="RepositoryServiceResources" english_name="Valid datasource" encoding="DNET">
19
					<SYNONYMS />
20
					<RELATIONS />
21
				</TERM>
22
			</TERMS>
23
		</CONFIGURATION>
24
		<STATUS>
25
			<LAST_UPDATE value="2014-07-10T12:24:16+02:00" />
26
		</STATUS>
27
		<SECURITY_PARAMETERS />
28
	</BODY>
29
</RESOURCE_PROFILE>
modules/dnet-modular-repositories-ui/trunk/src/main/resources/eu/dnetlib/functionality/modular/ui/repositories/applicationContext-modular-ui-repositories.properties
1
repo.ui.browseFieldsJson = [ { id: 'type', label: 'Datasource typologies', xpath: '//INTERFACE/@typology/string()', vocabulary: 'dnet:datasource_typologies' }, { id: 'country', label: 'Datasource countries', xpath: '//COUNTRY/text()', vocabulary: 'dnet:countries' }, { id: 'protocol', label: 'Datasource protocols', xpath: '//INTERFACE/ACCESS_PROTOCOL/text()', vocabulary: 'dnet:protocols' }, { id: 'compliance', label: 'Datasource compatibility levels', xpath: '//INTERFACE/@compliance/string()', vocabulary: 'dnet:compatibilityLevel' } ]
1
repo.ui.browseFieldsJson = [ { id: 'status', label: 'Datasource status', xpath: '//RESOURCE_KIND/@value/string()', vocabulary: 'ModularUiLabels' }, { id: 'type', label: 'Datasource typologies', xpath: '//INTERFACE/@typology/string()', vocabulary: 'dnet:datasource_typologies' }, { id: 'country', label: 'Datasource countries', xpath: '//COUNTRY/text()', vocabulary: 'dnet:countries' }, { id: 'protocol', label: 'Datasource protocols', xpath: '//INTERFACE/ACCESS_PROTOCOL/text()', vocabulary: 'dnet:protocols' }, { id: 'compliance', label: 'Datasource compatibility levels', xpath: '//INTERFACE/@compliance/string()', vocabulary: 'dnet:compatibilityLevel' } ]
2 2
#repo.ui.browseFieldsJson = [ { id: 'type', label: 'Datasource typologies', xpath: '//INTERFACE/@typology/string()', vocabulary: 'dnet:datasource_typologies' } ]
3

  
4

  
5

  
6

  
7

  
8

  
9

  

Also available in: Unified diff