Project

General

Profile

Download (4.56 KB) Statistics
| Branch: | Revision:

git_sitools_idoc / flarecast / data / freemarker / portalIndex.ftl @ master

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="Expires" content="0">
26
	<meta http-equiv="Pragma" content="no-cache">
27
	
28
	<meta NAME="author" content="CNES">
29
	<meta NAME="description" content="SITools2 is an open source framework for scientific archives. It provides both search capabilities, data access and web services integration.">
30
	
31
	<meta NAME="keywords" content="CNES, SITools2, open source, web service, archive,  scientific, Data Access Layer, information system, data server, tool, ${projectList}, open search, interoperability">
32
	
33
	<meta NAME="DC.Title" content="SITools2 - Scientific archive">
34
	<meta NAME="DC.Creator" content="SITools2 - CNES">
35
	<meta NAME="DC.Description" content="${projectList}">
36
	
37
	<!-- RSS feed list of news for the project and the datasets -->
38
	<#list feeds as feed>
39
		<#if feed.feedType == "atom_1.0">
40
	  		<link rel="alternate" type="application/atom+xml" title="${feed.title}" href="${feed.url}/clientFeeds/${feed.id}">
41
		<#else>
42
	  		<link rel="alternate" type="application/rss+xml" title="${feed.title}" href="${feed.url}/clientFeeds/${feed.id}">
43
		</#if>  
44
	</#list>		
45
	<!-- End RSS feed list of news for the project and the datasets -->
46
	
47
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
48
    <title>SITOOLS WEB CLIENT</title>
49
	
50
	<!-- CSS stylesheets  -->
51
	<link rel="stylesheet" href="${appUrl}/client-portal/bootstrap.css">
52
    <link rel="stylesheet" type="text/css" href="${appUrl}/client-public/cots/extjs4/ext-4.2.1.883/resources/css/ext-all-neptune-debug.css"></link>
53
    <link rel="stylesheet" type="text/css" href="${appUrl}/client-portal/resources/css/portal.css">
54
	<link rel="stylesheet" type="text/css" href="${appUrl}/client-public/res/css/main.css">
55
	<link rel="stylesheet" type="text/css" href="${appUrl}/client-public/res/css/statusbar.css"></link>
56
	<link rel="stylesheet" type="text/css" href="${appUrl}/client-public/res/css/feed.css"></link>
57
	
58
	<!-- Javascript sources  -->
59
	
60
<!-- --------------------------------------------------------------------------------------------------
61
							LISTE DES FICHIERS A INCLURE POUR LA VERSION DE DEV
62
--------------------------------------------------------------------------------------------------- -->
63
<!-- BEGIN_JS_DEV_INCLUDES -->
64
	<script src="${appUrl}/client-public/cots/extjs4/ext-4.2.1.883/ext-all-debug.js"></script>
65
	<script src="${appUrl}/client-portal/bootstrap.js"></script>
66
	<script type="text/javascript" src="app.js"></script>
67
<!-- END_JS_DEV_INCLUDES -->
68
	  
69
<!-- --------------------------------------------------------------------------------------------------
70
							A INCLURE POUR LA VERSION DE DEBUG
71
--------------------------------------------------------------------------------------------------- -->
72
<!--
73
	<script src="${appUrl}/client-public/cots/extjs4/ext-4.2.1.883/ext-all-debug.js"></script>
74
	<script src="${appUrl}/client-portal/bootstrap.js"></script>
75
	<script type="text/javascript" src="app.js"></script>
76
	<script type="text/javascript" src="dist/app.all.js"></script>	
77
-->
78

    
79
	<!-- --------------------------------------------------------------------------------------------------
80
							A INCLURE POUR LA VERSION DE PROD
81
	--------------------------------------------------------------------------------------------------- -->
82
<!-- BEGIN_PROD
83
	<script src="${appUrl}/client-public/cots/extjs4/ext-4.2.1.883/ext-all.js"></script>
84
	<script src="${appUrl}/client-portal/bootstrap.js"></script>
85
	<script type="text/javascript" src="app.js"></script>
86
	<script type="text/javascript" src="dist/app.min.js"></script>	
87
END PROD -->
88
	
89
	<link rel="shortcut icon" href="${appUrl}/common/res/images/icons/logo_fav_icone.ico" type="image/x-icon">
90
	
91
	<script type="text/javascript">
92
		Ext.Loader.setConfig('disableCaching', false);
93
	</script>
94
	
95
  </head>
96

    
97
  <body></body>
98
  
99
</html>