Statistics
| Branch: | Tag: | Revision:

root / templates / gettos.html @ 62ee35d6

History | View | Annotate | Download (1.6 kB)

1 e7d8dc0e Leonidas Poulopoulos
{% extends "base.html" %}
2 e7d8dc0e Leonidas Poulopoulos
{% load i18n %}
3 e7d8dc0e Leonidas Poulopoulos
{% block extrahead %}
4 e7d8dc0e Leonidas Poulopoulos
5 e7d8dc0e Leonidas Poulopoulos
6 e7d8dc0e Leonidas Poulopoulos
<style type="text/css">
7 e7d8dc0e Leonidas Poulopoulos
        #console {
8 e7d8dc0e Leonidas Poulopoulos
                background: none repeat scroll 0 0 #36102a !important;
9 e7d8dc0e Leonidas Poulopoulos
                color: #edeae8 !important;
10 e7d8dc0e Leonidas Poulopoulos
                font-family: monospace !important;
11 e7d8dc0e Leonidas Poulopoulos
        }
12 e7d8dc0e Leonidas Poulopoulos
        .message {
13 e7d8dc0e Leonidas Poulopoulos
                font-family: monospace !important;
14 e7d8dc0e Leonidas Poulopoulos
        }
15 e7d8dc0e Leonidas Poulopoulos
        .tooltip {
16 e7d8dc0e Leonidas Poulopoulos
        display:none;
17 e7d8dc0e Leonidas Poulopoulos
        background:transparent url(/static/black_arrow.png);
18 e7d8dc0e Leonidas Poulopoulos
        font-size:12px;
19 e7d8dc0e Leonidas Poulopoulos
        height:70px;
20 e7d8dc0e Leonidas Poulopoulos
        width:160px;
21 e7d8dc0e Leonidas Poulopoulos
        padding:25px;
22 e7d8dc0e Leonidas Poulopoulos
        color:#fff;        
23 e7d8dc0e Leonidas Poulopoulos
}
24 e7d8dc0e Leonidas Poulopoulos
        
25 e7d8dc0e Leonidas Poulopoulos
</style>
26 e7d8dc0e Leonidas Poulopoulos
{% endblock %}
27 e7d8dc0e Leonidas Poulopoulos
{% block title %}{% trans "Terms of Service" %}{% endblock %}
28 62ee35d6 Leonidas Poulopoulos
{% block breadcrumbs %}<li class="active"><span class="divider">/</span>{% trans "Terms of Service" %}</li>{% endblock %}
29 e7d8dc0e Leonidas Poulopoulos
{% block content %}
30 e7d8dc0e Leonidas Poulopoulos
{% csrf_token %}
31 e7d8dc0e Leonidas Poulopoulos
<div>
32 e7d8dc0e Leonidas Poulopoulos
33 fd3204b1 Leonidas Poulopoulos
{% blocktrans %}The FoD service is provided by GRNET to the academic and research community and the use of the service should only be done to promote academic, educational and research purposes.
34 fd3204b1 Leonidas Poulopoulos
The following terms apply to all users of the service. These terms of use, as applicable, and each time amended, constitute the contract between the service users and GRNET.
35 fd3204b1 Leonidas Poulopoulos
To use the service, users are required to accept the following terms.{% endblocktrans %}
36 fd3204b1 Leonidas Poulopoulos
    <h3>{% trans "Potential Users" %}</h3>
37 fd3204b1 Leonidas Poulopoulos
{% blocktrans %}The service is targeted at the Network Operation Centers (or similar structures) approved by the board of GRNET SA, participating in the federal identification using Shibboleth. The service is provided to mitigate network attacks aimed at network equipment. The entrance and use of the service requires proper configuration and release of specific Shibboleth attributes.{% endblocktrans %}
38 e7d8dc0e Leonidas Poulopoulos
</div>
39 e7d8dc0e Leonidas Poulopoulos
{% endblock %}