1
|
<!-- Copyright 2010- 2013 CNES - CENTRE NATIONAL d'ETUDES SPATIALES
|
2
|
--
|
3
|
-- This file is part of SITools2.
|
4
|
--
|
5
|
-- SITools2 is free software: you can redistribute it and/or modify
|
6
|
-- it under the terms of the GNU General Public License as published by
|
7
|
-- the Free Software Foundation, either version 3 of the License, or
|
8
|
-- (at your option) any later version.
|
9
|
--
|
10
|
-- SITools2 is distributed in the hope that it will be useful,
|
11
|
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
13
|
-- GNU General Public License for more details.
|
14
|
--
|
15
|
-- You should have received a copy of the GNU General Public License
|
16
|
-- along with SITools2. If not, see <http://www.gnu.org/licenses/>.
|
17
|
-->
|
18
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
19
|
"http://www.w3.org/TR/html4/loose.dtd">
|
20
|
|
21
|
<html>
|
22
|
|
23
|
<head>
|
24
|
|
25
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
26
|
<title>SITOOLS WEB PROJECT CLIENT ${projectName!}</title>
|
27
|
|
28
|
<!-- CSS stylesheets -->
|
29
|
<link rel="stylesheet" href="bootstrap.css">
|
30
|
|
31
|
<link rel="stylesheet" type="text/css" href="${appUrl}/client-public/res/css/desktop.css">
|
32
|
|
33
|
<link rel="stylesheet" type="text/css" href="${appUrl}/client-user/resources/css/footer.css">
|
34
|
<link rel="stylesheet" type="text/css" href="${appUrl}/client-user/resources/css/userProfilePopup.css"></link>
|
35
|
<link rel="stylesheet" type="text/css" href="${appUrl}/client-user/resources/css/header.css"></link>
|
36
|
<link rel="stylesheet" type="text/css" href="${appUrl}/client-user/resources/css/modulesDataview.css"></link>
|
37
|
<link rel="stylesheet" type="text/css" href="${appUrl}/client-user/resources/css/taskbars.css"></link>
|
38
|
|
39
|
<link rel="stylesheet" type="text/css" href="${appUrl}/client-public/res/css/main.css"></link>
|
40
|
<link rel="stylesheet" type="text/css" href="${appUrl}/client-public/res/css/feed.css"></link>
|
41
|
<link rel="stylesheet" type="text/css" href="${appUrl}/client-public/res/css/statusbar.css">
|
42
|
<link rel="stylesheet" type="text/css" href="${appUrl}/client-public/res/css/formComponents.css"></link>
|
43
|
|
44
|
<link rel="stylesheet" type="text/css" href="${appUrl}/client-public/js/widget/imageChooser/imageChooser.css"></link>
|
45
|
|
46
|
|
47
|
<!-- Javascript sources -->
|
48
|
<script type="text/javascript" src="${appUrl}/client-public/js/utils/prototyp.js"></script>
|
49
|
|
50
|
|
51
|
<!-- --------------------------------------------------------------------------------------------------
|
52
|
LISTE DES FICHIERS A INCLURE POUR LA VERSION DE DEV
|
53
|
--------------------------------------------------------------------------------------------------- -->
|
54
|
<!-- BEGIN_JS_DEV_INCLUDES -->
|
55
|
<script type="text/javascript" src="${appUrl}/client-public/cots/OpenLayers-2.13.1/OpenLayers.debug.js"></script>
|
56
|
<script type="text/javascript" src="${appUrl}/client-public/cots/extjs4/ext-4.2.1.883/ext-all-debug.js"></script>
|
57
|
<script type="text/javascript" src="${appUrl}/client-public/cots/geoext2-2.0.2/geoext2.js"></script>
|
58
|
<script type="text/javascript" src="${appUrl}/client-public/js/widget/ckeditor/ckeditor.js"></script>
|
59
|
<script src="${appUrl}/client-user/bootstrap.js"></script>
|
60
|
<script type="text/javascript" src="app.js"></script>
|
61
|
<!-- END_JS_DEV_INCLUDES -->
|
62
|
|
63
|
<!-- --------------------------------------------------------------------------------------------------
|
64
|
A INCLURE POUR LA VERSION DE DEBUG
|
65
|
--------------------------------------------------------------------------------------------------- -->
|
66
|
<!--
|
67
|
|
68
|
<script type="text/javascript" src="${appUrl}/client-public/cots/OpenLayers-2.13.1/OpenLayers.debug.js"></script>
|
69
|
<script type="text/javascript" src="${appUrl}/client-public/cots/extjs4/ext-4.2.1.883/ext-all-debug.js"></script>
|
70
|
<script type="text/javascript" src="${appUrl}/client-public/cots/geoext2-2.0.2/geoext2.js"></script>
|
71
|
|
72
|
<script src="${appUrl}/client-user/bootstrap.js"></script>
|
73
|
<script type="text/javascript" src="${appUrl}/client-public/js/widget/ckeditor/ckeditor.js"></script>
|
74
|
<script type="text/javascript" src="app.js"></script>
|
75
|
<script type="text/javascript" src="dist/app.all.js"></script>
|
76
|
-->
|
77
|
|
78
|
|
79
|
<!-- --------------------------------------------------------------------------------------------------
|
80
|
A INCLURE POUR LA VERSION DE PROD
|
81
|
--------------------------------------------------------------------------------------------------- -->
|
82
|
<!-- WITHOUT_PLUGIN_BEGIN_PROD
|
83
|
<script type="text/javascript" src="${appUrl}/client-public/cots/OpenLayers-2.13.1/OpenLayers.js"></script>
|
84
|
<script type="text/javascript" src="${appUrl}/client-public/cots/extjs4/ext-4.2.1.883/ext-all.js"></script>
|
85
|
<script type="text/javascript" src="${appUrl}/client-public/cots/geoext2-2.0.2/geoext2.js"></script>
|
86
|
|
87
|
<script src="${appUrl}/client-user/bootstrap.js"></script>
|
88
|
<script type="text/javascript" src="${appUrl}/client-public/js/widget/ckeditor/ckeditor.js"></script>
|
89
|
<script type="text/javascript" src="app.js"></script>
|
90
|
<script type="text/javascript" src="dist/app.min.js"></script>
|
91
|
<!-- WITHOUT_PLUGIN_END_PROD -->
|
92
|
|
93
|
<!-- BEGIN_PROD
|
94
|
<script type="text/javascript" src="${appUrl}/client-public/cots/OpenLayers-2.13.1/OpenLayers.js"></script>
|
95
|
<script type="text/javascript" src="${appUrl}/client-public/cots/extjs4/ext-4.2.1.883/ext-all.js"></script>
|
96
|
<script type="text/javascript" src="${appUrl}/client-public/cots/geoext2-2.0.2/geoext2.js"></script>
|
97
|
|
98
|
<script src="${appUrl}/client-user/bootstrap.js"></script>
|
99
|
<script type="text/javascript" src="${appUrl}/client-public/js/widget/ckeditor/ckeditor.js"></script>
|
100
|
<script type="text/javascript" src="app.js"></script>
|
101
|
<script type="text/javascript" src="dist/app.withPlugins.min.js"></script>
|
102
|
END PROD -->
|
103
|
|
104
|
<script type="text/javascript" data-main="${appUrl}/client-extension/js/controller/modules/mizarModule/sitoolsMizarMain" src="${appUrl}/client-extension/resources/libs/mizar/src/mizar/js/require.min.js"></script>
|
105
|
|
106
|
<!-- Opensearch list -->
|
107
|
<#list appDsOsDTOs as appDsOsDTO>
|
108
|
<link rel="search" type="application/opensearchdescription+xml" title="${appDsOsDTO.shortName}" href="${appDsOsDTO.url}/opensearch.xml">
|
109
|
</#list>
|
110
|
<!-- End of Opensearch list -->
|
111
|
|
112
|
<!-- RSS feed list of news for the project and the datasets -->
|
113
|
<#list feeds as feed>
|
114
|
<#if feed.feedType == "atom_1.0">
|
115
|
<link rel="alternate" type="application/atom+xml" title="${feed.title}" href="${feed.url}/clientFeeds/${feed.id}">
|
116
|
<#else>
|
117
|
<link rel="alternate" type="application/rss+xml" title="${feed.title}" href="${feed.url}/clientFeeds/${feed.id}">
|
118
|
</#if>
|
119
|
</#list>
|
120
|
<!-- End RSS feed list of news for the project and the datasets -->
|
121
|
|
122
|
<meta http-equiv="Expires" content="0">
|
123
|
<meta http-equiv="Pragma" content="no-cache">
|
124
|
|
125
|
<meta NAME="author" content="CNES">
|
126
|
<meta NAME="description" content="SITools2 is an open source framework for scientific archives. It provides both search capabilities, data access and web services integration.">
|
127
|
|
128
|
<meta NAME="keywords" content="CNES, SITools2, archive, scientific, Data Access Layer, data, information system, ${projectName!} ">
|
129
|
|
130
|
<meta NAME="DC.Title" content="${projectName!}">
|
131
|
<meta NAME="DC.Creator" content="SITools2 - CNES">
|
132
|
|
133
|
<link rel="shortcut icon" href="${appUrl}/client-public/res/images/icons/logo_fav_icone.ico" type="image/x-icon">
|
134
|
|
135
|
<script type="text/javascript">
|
136
|
Ext.Loader.setConfig('disableCaching', false);
|
137
|
</script>
|
138
|
|
139
|
</head>
|
140
|
|
141
|
<body>
|
142
|
<div id="sitools-desktop">
|
143
|
<#include "${project.ftlTemplateFile}">
|
144
|
</div>
|
145
|
</body>
|
146
|
</html>
|