Project

General

Profile

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

git_sitools_idoc / flarecast / data / freemarker / resetPasswordIndex.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, open search, interoperability">
32
	
33
	<meta NAME="DC.Title" content="SITools2 - Scientific archive">
34
	<meta NAME="DC.Creator" content="SITools2 - CNES">
35
	
36
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
37
    <title>SITOOLS WEB CLIENT</title>
38

    
39
	<link rel="stylesheet" href="${appUrl}/client-portal/bootstrap.css">
40
    <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>
41
    <link rel="stylesheet" type="text/css" href="${appUrl}/client-portal/resources/css/portal.css">
42
	<link rel="stylesheet" type="text/css" href="${appUrl}/client-public/res/css/main.css">
43
	<link rel="stylesheet" type="text/css" href="${appUrl}/client-public/res/css/statusbar.css"></link>
44
	<link rel="stylesheet" type="text/css" href="${appUrl}/client-public/res/css/feed.css"></link>
45
	
46
	<script src="${appUrl}/client-public/cots/extjs4/ext-4.2.1.883/ext-all-debug.js"></script>
47
		
48
	<link rel="shortcut icon" href="${appUrl}/common/res/images/icons/logo_fav_icone.ico" type="image/x-icon">
49
	
50
	<script type="text/javascript">
51
		Ext.Loader.setConfig('disableCaching', false);
52
	</script>
53
	
54
	<script type="text/javascript" src="${appUrl}/client-user/appResetPassword.js"></script>
55
	
56
  </head>
57

    
58
  <body>
59
  
60
  <script type="text/javascript">
61
	
62
	var challengeToken = "${challengeToken}";
63
	var resourceUrl = "${resourceUrl}";
64
	var appUrl = "${appUrl}";
65
	
66
  </script>
67
	
68

    
69
</body>
70
</html>