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

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

Fixed broken tooltips by changing 'tooltip' class name (clashes with bootstrap) to 'tooltipcontent'

  • 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            <div style="display: none" wicket:id="editCreatorDialog"></div>
10            <div style="display: none" wicket:id="deleteCreatorDialog"></div>
11            <div id="creatorfields" class="fieldset">
12                <div class="extrainfo">
13                    <a href="#" class="extrainfotoggle"><span>[info]</span></a>
14                    <div class="notes">
15                        <h4>Add one or more creators</h4>
16                        <p>
17                            Add a creator for each person involved in the
18                            creation of this virtual collection.
19                        </p>
20                        <p class="last">
21                            Use the 'add me' action to add a new creator with as
22                            many of your details already filled in, depending on
23                            the available information.
24                        </p>
25                    </div>
26                </div>
27                <label>Creators<br />
28                    <a id="add" href="#" wicket:id="add" class="add tooltipparent"><span>[add]</span><span class="tooltipcontent">Add a new creator</span></a><br />
29                    <a id="addme" href="#" wicket:id="addme" class="add tooltipparent"><span>[add me]</span><span class="tooltipcontent">Add a new creator with the available user details already filled in</span></a>
30                </label>
31                <table wicket:id="creatorsTable" class="creatorsTable display"></table>
32            </div>
33        </wicket:panel>
34    </body>
35</html>
Note: See TracBrowser for help on using the repository browser.