source: vlo/branches/vlo-3.3-oeaw/vlo-web-app/src/main/java/eu/clarin/cmdi/vlo/wicket/pages/RecordPage.html @ 6350

Last change on this file since 6350 was 6350, checked in by davor.ostojic@oeaw.ac.at, 9 years ago

Twans & Thomases changes

  • Property svn:executable set to *
File size: 3.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3Copyright (C) 2014 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
19<!--
20    Created on : Jan 27, 2014, 5:10:53 PM
21    Author     : twagoo
22
23    Based on "business one" template: http://www.opendesigns.org/design/business_one/
24-->
25<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
26<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org" xml:lang="en">
27
28    <head>
29        <title>CLARIN VLO</title>
30    </head>
31
32    <body>
33
34        <wicket:extend>
35            <div wicket:id="topnavigation" id="topnavigation">
36                <div wicket:id="breadcrumbs" id="breadcrumbs">
37                    [BREADCRUMBS]
38                </div>
39                <div id="topnavigationlinks">
40                    <wicket:container wicket:id="permalink">[permalink]</wicket:container>
41                    <!--<a id="help" href="" title="Help"><span>[Help]</span></a>-->
42                </div>
43            </div>
44
45            <div class="content" id="record">
46
47                <wicket:container wicket:id="navigation"></wicket:container>
48
49                <h1 wicket:id="name" id="recordtitle">[TITLE]</h1>
50
51                <div id="recorddetails">
52                    <a wicket:id="landingPageLink" target="_blank" id="recordlandingpage">Show this record in its original context</a>
53                    <wicket:container wicket:id="documentProperties">[PROPERTIES TABLE]</wicket:container>
54                </div>
55
56                <div wicket:id="searchlinks" id="recordsearchpage">
57                    <h2>Search</h2>
58                    <ul>
59                        <li wicket:id="searchPage">
60                            <a wicket:id="searchLink">Search page for this record</a>
61                        </li>
62                        <li wicket:id="contentSearch">
63                            <wicket:container wicket:id="fcsForm">[FCS form]</wicket:container>
64                        </li>
65                    </ul>
66                </div>
67
68                <div wicket:id="resources" id="recordresources">[RESOURCES]</div>
69               
70                <div id="recordtree" wicket:id="recordtree"></div>
71               
72                <h2>Advanced</h2>
73
74                <div wicket:id="cmdi" id="recordcmdi">[CMDI metadata]</div>
75
76                <div wicket:id="technicalProperties" id="recordtechnicaldetails">[TECHNICAL PROPERTIES TABLE]</div>
77               
78            </div>
79        </wicket:extend>
80    </body>
81</html>
Note: See TracBrowser for help on using the repository browser.