Project

General

Profile

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

git_sitools_idoc / flarecast / data / freemarker / adminIndex.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
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
25
    <title>SITOOLS WEB ADMIN</title>
26
	
27
	<!-- CSS stylesheets  -->
28
    <!-- Commom css -->
29
	<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>
30

    
31
   	<!--  ext.ux  -->
32
       
33
    <link rel="stylesheet" type="text/css" href="${appUrl}/client-public/res/css/statusbar.css"></link>
34
    <link rel="stylesheet" type="text/css" href="${appUrl}/client-public/js/widget/imageChooser/imageChooser.css"></link>
35
    <link rel="stylesheet" type="text/css" href="res/css/commons.css"></link>
36
    
37
    
38
    <!-- Sitools specific css -->
39
    <link rel="stylesheet" type="text/css" href="res/css/main.css"></link>
40
    <link rel="stylesheet" type="text/css" href="${appUrl}/client-public/js/ux/notification/css/Notification.css"></link>
41
    
42
    <link rel="stylesheet" type="text/css" href="res/css/icons.css"></link>
43
    <link rel="stylesheet" type="text/css" href="${appUrl}/client-public/res/css/combo.css"></link>
44
    <link rel="stylesheet" type="text/css" href="${appUrl}/client-public/res/css/main.css"></link>
45
	<link rel="stylesheet" type="text/css" href="${appUrl}/client-public/res/css/formComponents.css"></link>
46
	
47
	<link rel="stylesheet" type="text/css" href="res/css/quickStart.css"></link>
48
	<link rel="stylesheet" type="text/css" href="${appUrl}/client-public/js/ux/slider/css/SliderRange.css"></link>
49
  
50
<!-- --------------------------------------------------------------------------------------------------------------------------
51
					IMPORT DES LIBRAIRIES JS
52
-------------------------------------------------------------------------------------------------------------------------- -->
53
	<script type="text/javascript" src="${appUrl}/client-public/js/utils/prototyp.js"></script>
54
	
55
	
56
<!-- --------------------------------------------------------------------------------------------------
57
						LISTE DES FICHIERS A INCLURE POUR LA VERSION DE DEV
58
--------------------------------------------------------------------------------------------------- -->
59
<!-- BEGIN_JS_DEV_INCLUDES -->
60
	<script type="text/javascript" src="${appUrl}/client-public/cots/OpenLayers-2.13.1/OpenLayers.debug.js"></script>
61
	<script type="text/javascript" src="${appUrl}/client-public/cots/extjs4/ext-4.2.1.883/ext-all-debug.js"></script>
62
	<script type="text/javascript" src="${appUrl}/client-public/cots/geoext2-2.0.2/geoext2.js"></script>
63
	<script type="text/javascript" src="${appUrl}/client-public/js/widget/ckeditor/ckeditor.js"></script>
64
	<script type="text/javascript" src="app.js"></script>	
65
<!-- END_JS_DEV_INCLUDES -->
66
  
67
<!-- --------------------------------------------------------------------------------------------------
68
 						A INCLURE POUR LA VERSION DE DEBUG
69
--------------------------------------------------------------------------------------------------- -->
70
<!--
71
	<script type="text/javascript" src="${appUrl}/client-public/cots/OpenLayers-2.13.1/OpenLayers.debug.js"></script>
72
	<script type="text/javascript" src="${appUrl}/client-public/cots/extjs4/ext-4.2.1.883/ext-all-debug.js"></script>
73
	<script type="text/javascript" src="${appUrl}/client-public/cots/geoext2-2.0.2/geoext2.js"></script>
74
	<script type="text/javascript" src="${appUrl}/client-public/js/widget/ckeditor/ckeditor.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 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
	<script type="text/javascript" src="${appUrl}/client-public/js/widget/ckeditor/ckeditor.js"></script>
87
	<script type="text/javascript" src="app.js"></script>
88
	<script type="text/javascript" src="dist/app.min.js"></script>
89
END PROD -->
90
    
91
	<link rel="shortcut icon" href="${appUrl}/client-public/res/images/icons/logo_fav_icone.ico" type="image/x-icon">
92
	
93
	<script type="text/javascript">
94
		Ext.Loader.setConfig('disableCaching', false);
95
	</script>
96
	
97
  </head>
98

    
99
  <body>
100
    
101
  </body>
102
</html>