source: VirtualCollectionRegistry/branches/VirtualCollectionRegistry-1.0-beta/src/main/java/eu/clarin/cmdi/virtualcollectionregistry/gui/wizard/CreateVirtualCollectionWizard$ResourcesStep.html @ 5596

Last change on this file since 5596 was 5596, checked in by Twan Goosen, 10 years ago

created a branch for VCR 1.0-beta. Trunk now 1.1-SNAPSHOT

  • Property svn:eol-style set to native
File size: 2.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml"
5      xmlns:wicket="http://wicket.apache.org/">
6    <head />
7    <body>
8        <wicket:panel>
9            <div style="display: none" wicket:id="editResourceDialog"></div>
10            <div style="display: none" wicket:id="deleteResourceDialog"></div>
11            <div style="display: none" wicket:id="addResourcesDialog"></div>
12            <div id="resourcesfields" class="fieldset">
13                <div class="extrainfo">
14                    <a href="#" class="extrainfotoggle"><span>[info]</span></a>
15                    <div class="notes">
16                        <h4>Add resource or metadata references</h4>
17                        <p>
18                            Click <strong>add</strong> to add an individual reference of the
19                            type 'Metadata' or 'Resource' and optionally add a
20                            label and/or description.
21                        </p>
22                        <p>
23                            Click <strong>add more</strong> to add multiple references (one per
24                            line) of one type without labels or resources.
25                            Individual resources can be edited at any stage.
26                        </p>
27                        <p class="last">
28                            It is recommended to only use <em>persistent
29                            identifiers</em> as references. The following are
30                            examples of valid persistent identifiers:
31                            <ul>
32                                <li>hdl:1839/00-0000-0000-0001-305B-C</li>
33                                <li>doi:10.10.1038/nphys1170</li>
34                                <li>http://hdl.handle.net/1839/00-0000-0000-0000-0000-4</li>
35                                <li>http://dx.doi.org/10.1002/0470841559.ch1</li>
36                            </ul>
37                        </p>
38                    </div>
39                </div>
40                <div wicket:id="resourcesContainer">
41                    <label class="required">Resources<br />
42                        <a id="add" wicket:id="add" href="#" class="add tooltipparent"><span>[add]</span><span class="tooltipcontent">Add a single new resource or metadata reference with an optional label and/or description</span></a><br />
43                        <a id="addmore" wicket:id="addMore" href="#" class="addMore tooltipparent"><span>[add more]</span><span class="tooltipcontent">Add one or reference of the same type</span></a>
44                    </label>
45                    <table wicket:id="resourcesTable" class="resourcesTable display"></table>
46                </div>
47            </div>
48        </wicket:panel>
49    </body>
50</html>
Note: See TracBrowser for help on using the repository browser.