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

Created an 'about' page
Fixes #617

File:
1 edited

Legend:

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

    r5585 r5592  
    77        <title>CLARIN Virtual Collection Registry</title>
    88        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    9        
     9
    1010        <!-- Bootstrap styles required for CLARIN style to work properly -->
    1111        <link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" />
    1212        <!-- CLARIN + VCR style compiled from SASS -->
    1313        <link rel="stylesheet" type="text/css" href="css/vcr.css" />
    14        
     14
    1515        <!-- jQuery library for Bootstrap, WiQuery and custom use -->
    1616        <script type="text/javascript" src="//code.jquery.com/jquery-1.11.1.min.js"></script>
     
    5757            <div class="container">
    5858                <div id="CLARIN_footer_left">
    59                     <a title="about" href="?view=about"><span>VERSION ${pom.version} </span><span class="glyphicon glyphicon-info-sign"></span></a>
     59                    <a title="about" wicket:id="aboutlink"><span>VERSION ${pom.version} </span><span class="glyphicon glyphicon-info-sign"></span></a>
    6060                </div>
    6161                <div id="CLARIN_footer_middle">
Note: See TracChangeset for help on using the changeset viewer.