source: vlo/trunk/vlo-web-app/src/main/java/eu/clarin/cmdi/vlo/wicket/components/LanguageInfoLink.html @ 6011

Last change on this file since 6011 was 6011, checked in by Twan Goosen, 9 years ago

Link to language info page shown in record fields table
Refs #553

File size: 1.1 KB
Line 
1<!DOCTYPE html>
2<!--
3Copyright (C) 2015 CLARIN
4
5This program is free software: you can redistribute it and/or modify
6it under the terms of the GNU General Public License as published by
7the Free Software Foundation, either version 3 of the License, or
8(at your option) any later version.
9
10This program is distributed in the hope that it will be useful,
11but WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13GNU General Public License for more details.
14
15You should have received a copy of the GNU General Public License
16along with this program.  If not, see <http://www.gnu.org/licenses/>.
17-->
18<html>
19    <head>
20        <title>TODO supply a title</title>
21        <meta charset="UTF-8">
22        <meta name="viewport" content="width=device-width, initial-scale=1.0">
23    </head>
24    <body>
25    <wicket:panel>
26        <a wicket:id="link"><wicket:container wicket:id="label">[label]</wicket:container></a>
27        <wicket:container wicket:id="label">[label]</wicket:container>
28    </wicket:panel>
29</body>
30</html>
Note: See TracBrowser for help on using the repository browser.