source: VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/java/eu/clarin/cmdi/virtualcollectionregistry/gui/wizard/AddResourcesDialog$Content.html @ 5531

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

Added more help texts, tweaked layout
Refs #584

  • Property svn:eol-style set to native
File size: 1.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            <form wicket:id="addResourcesForm">
10                <fieldset>
11                    <div class="required">
12                        <label id="typelabel" class="tooltipparent" for="add_resources_type">Type
13                            <span class="tooltip">
14                                Type of reference<br /><br />
15                                Metadata: the referenced item is a CMDI metadata document that
16                                <em>describes</em> one or more resources<br /><br />
17                                Resource: the reference item is a resource that can be accessed
18                                directly through the specified URI
19                            </span>
20                        </label>
21                        <select wicket:id="type" id="add_resources_type"></select>
22                    </div>
23                    <div class="required">
24                        <label id="referenceslabel" class="tooltipparent" for="add_resources_refs">References
25                            <span class="tooltip">
26                                List of references of the specified type to add.
27                                Each line should consist of one PID or URI.
28                            </span>
29                        </label>
30                        <textarea wicket:id="references"
31                                  id="add_resources_refs" rows="24" cols="30"></textarea>
32                    </div>
33                </fieldset>
34                <div wicket:id="feedback"></div>
35            </form>
36        </wicket:panel>
37    </body>
38</html>
Note: See TracBrowser for help on using the repository browser.