Ignore:
Timestamp:
08/22/14 08:16:18 (10 years ago)
Author:
Twan Goosen
Message:

Created an 'about' page
Fixes #617

File:
1 copied

Legend:

Unmodified
Added
Removed
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/java/eu/clarin/cmdi/virtualcollectionregistry/gui/pages/AboutPage.html

    r5579 r5592  
    77    <body>
    88        <wicket:extend>
    9             <h1>VCR administration</h1>
    10             <form wicket:id="spaceSelectForm">
    11                 <label for="space">Collections space:</label>
    12                 <select id="space" wicket:id="space">
    13                     <option>Public</option>
    14                     <option>User 1</option>
    15                     <option>User 2</option>
    16                 </select>
    17                 <input type="submit" value="Select" />
    18             </form>
    19             <wicket:container wicket:id="collections">[collections]</wicket:container>
     9            <h1>About the Virtual Collection Registry</h1>
     10            <p>
     11                The Virtual Collection Registry (VCR) was developed for
     12                CLARIN at <a href="http://www.ids-mannheim.de/">The Institute
     13                    for the German Language (IDS)</a> and the
     14                <a href="http://www.clarin.eu">CLARIN
     15                    <abbr title="European Research Infrastructure Consortium">
     16                        ERIC</abbr>
     17                </a>.
     18            </p>
     19            <p>
     20                The VCR was developed by:
     21                <ul>
     22                    <li>Oliver Schonefeld (IDS)</li>
     23                    <li>Twan Goosen (CLARIN ERIC)</li>
     24                </ul>
     25            </p>
     26            <h2>Licenses</h2>
     27            <p>
     28                The VCR is made available under the
     29                <a href="http://www.gnu.org/licenses/gpl-3.0.html">GPL 3.0</a>
     30                license.
     31            </p>
     32            <p>
     33                It uses the following software components:
     34                <ul>
     35                    <li><a href="http://wicket.apache.org">Apache Wicket</a> (<a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License 2.0</a>)</li>
     36                    <li><a href="https://jersey.java.net/">Jersey</a> (<a href="https://jersey.java.net/license.html#cddl">CCDL 1.1</a>)</li>
     37                    <li><a href="http://projects.spring.io/spring-framework/">Spring Framework</a> (<a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License 2.0</a>)</li>
     38                    <li><a href="http://getbootstrap.com/">Bootstrap</a> (<a href="https://github.com/twbs/bootstrap/blob/master/LICENSE">MIT license</a>)</li>
     39                    <li><a href="http://jquery.org/license/">jQuery</a> (<a href="https://jquery.org/license/">MIT license</a>)</li>
     40                    <li><a href="https://code.google.com/p/wiquery/">WiQuery</a> (<a href="http://opensource.org/licenses/mit-license.php">MIT license</a>)</li>
     41                    <li><a href="http://glyphicons.com/">GLYPHICONS free</a> (<a href="http://glyphicons.com/license/">CC-BY 3.0</a>)</li>
     42                </ul>
     43            </p>
    2044        </wicket:extend>
    2145    </body>
Note: See TracChangeset for help on using the changeset viewer.