Project

General

Profile

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

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

1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<html>
3
<head>
4
	<meta http-equiv="Expires" content="0">
5
	<meta http-equiv="Pragma" content="no-cache">
6
	
7
	<meta NAME="author" content="CNES">
8
	<meta NAME="description" content="SITools2 is an open source framework for scientific archives. It provides both search capabilities, data access and web services integration.">
9
	
10
	<meta NAME="keywords" content="CNES, SITools2, open source, web service, archive,  scientific, Data Access Layer, information system, data server, tool, open search, interoperability">
11
	
12
	<meta NAME="DC.Title" content="SITools2 - Scientific archive">
13
	<meta NAME="DC.Creator" content="SITools2 - CNES">
14
	<meta NAME="DC.Description" content="Empty - complete status.ftl">
15
	
16
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
17
    <title>SITOOLS STATUS PAGE</title>
18

    
19
	<link rel="shortcut icon" href="/sitools/common/res/images/icons/logo_fav_icone.ico" type="image/x-icon">
20
</head>
21
<#-- <#include "html.head.ftl"> -->
22

    
23
<body style="font-family: sans-serif;">
24

    
25
<h1>Sitools 2 error page</h1>
26
<p style="font-size: 1.2em;font-weight: bold;margin: 1em 0px;">
27
${description!}
28
</p>
29

    
30
<p>
31
${status!}
32
</p>
33

    
34
<p>You can get technical details <a href="${status.uri}">here</a>.<br>
35

    
36
For further assistance, you can contact the <a href="mailto:${service.contactEmail}">administrator</a>.<br>
37

    
38
Please log in at our <a href="${service.homeRef}">home page</a>.
39

    
40
</p>
41
</body>
42
</html>