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

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

Added CMDI view (obtained through XSLT transform) to record page

  • Property svn:executable set to *
File size: 3.8 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" xml:lang="en">
27
28    <head>
29        <title>CLARIN VLO</title>
30    </head>
31
32    <body>
33
34        <wicket:extend>
35            <div id="topnavigation">
36                <div id="breadcrumbs">
37                    <wicket:link>
38                        <a href="FacetedSearchPage.html">VLO</a>
39                    </wicket:link>
40                    &gt; <a href="FacetedSearchPage.html">Search results: TODO</a>
41
42                    <!--                    &gt; <a href="index3.html">Language: Dutch </a>
43                                        &gt; &quot;Chinese Democratie en de Transformatie&quot;-->
44
45                </div>
46                <div id="topnavigationlinks">
47                    <a id="permalink" href="" title="Link to this page"><span>[Link to this page]</span></a>
48                    <!--<a id="help" href="" title="Help"><span>[Help]</span></a>-->
49                </div>
50            </div>
51
52            <div class="content" id="record">
53
54                <div id="recordindex">
55                    Result 1 of 604056 &nbsp;&nbsp;
56                </div>
57                <div id="recordprevnext">
58                    &lt; previous
59                    | <a href="">next &gt;</a><br />
60                </div>
61                <h1 wicket:id="name" id="recordtitle">[TITLE]</h1>
62                <div id="recorddetails">
63                    <a wicket:id="landingPageLink" id="recordlandingpage">Show this record in its original context</a>
64                    <wicket:container wicket:id="documentProperties">[PROPERTIES TABLE]</wicket:container>
65                </div>
66
67                <div wicket:id="resources" id="recordresources">[RESOURCES]</div>
68
69                <p id="recordcmditoggle" class="recordtogglelinks">
70                    <a href="#" id="showrecordcmdi" class="recordshowlink">Show all metadata fields</a>
71                    <a href="#" id="hiderecordcmdi" class="recordhidelink">Hide all metadata fields</a>
72                </p>
73                <div wicket:id="cmdi" id="recordcmdi">[CMDI metadata]</div>
74
75                <p id="recordtechnicaldetailstoggle" class="recordtogglelinks">
76                    <a href="#" id="showrecordtechnicaldetails" class="recordshowlink">Show technical details</a>
77                    <a href="#" id="hiderecordtechnicaldetails" class="recordhidelink">Hide technical details</a>
78                </p>
79                <div id="recordtechnicaldetails">
80                    <h2>Technical details</h2>
81
82                    <div id="recordtechnicalattributes">
83                        <wicket:container wicket:id="technicalProperties">[PROPERTIES TABLE]</wicket:container>
84                    </div>
85                </div> <!-- recordtechnicaldetails -->
86            </div>
87        </wicket:extend>
88    </body>
89</html>
Note: See TracBrowser for help on using the repository browser.