source: VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/java/eu/clarin/cmdi/virtualcollectionregistry/gui/wizard/CreateVirtualCollectionWizard$ResourcesStep.html @ 5574

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

Styling of the wizard
Refs #594

  • Property svn:eol-style set to native
File size: 2.1 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 'add' 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 class="last">
23                            Click 'add more' 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                    </div>
28                </div>
29                <div wicket:id="resourcesContainer">
30                    <label class="required">Resources<br />
31                        <a id="add" wicket:id="add" href="#" class="add tooltipparent"><span>[add]</span><span class="tooltip">Add a single new resource or metadata reference with an optional label and/or description</span></a><br />
32                        <a id="addmore" wicket:id="addMore" href="#" class="addMore tooltipparent"><span>[add more]</span><span class="tooltip">Add one or reference of the same type</span></a>
33                    </label>
34                    <table wicket:id="resourcesTable" class="resourcesTable display"></table>
35                </div>
36            </div>
37        </wicket:panel>
38    </body>
39</html>
Note: See TracBrowser for help on using the repository browser.