summaryrefslogtreecommitdiff
path: root/frontend/gamma/html/exitPage_template.html
Unidiff
Diffstat (limited to 'frontend/gamma/html/exitPage_template.html') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/gamma/html/exitPage_template.html140
1 files changed, 140 insertions, 0 deletions
diff --git a/frontend/gamma/html/exitPage_template.html b/frontend/gamma/html/exitPage_template.html
new file mode 100644
index 0000000..7056320
--- a/dev/null
+++ b/frontend/gamma/html/exitPage_template.html
@@ -0,0 +1,140 @@
1<!--
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz's Javascript Crypto Library.
6Javascript Crypto Library provides web developers with an extensive
7and efficient set of cryptographic functions. The library aims to
8obtain maximum execution speed while preserving modularity and
9reusability.
10For further information about its features and functionalities please
11refer to http://www.clipperz.com
12
13* Javascript Crypto Library is free software: you can redistribute
14 it and/or modify it under the terms of the GNU Affero General Public
15 License as published by the Free Software Foundation, either version
16 3 of the License, or (at your option) any later version.
17
18* Javascript Crypto Library is distributed in the hope that it will
19 be useful, but WITHOUT ANY WARRANTY; without even the implied
20 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
21 See the GNU Affero General Public License for more details.
22
23* You should have received a copy of the GNU Affero General Public
24 License along with Javascript Crypto Library. If not, see
25 <http://www.gnu.org/licenses/>.
26
27-->
28
29<html>
30<head>
31 <title>clipperz</title>
32 <link rel="stylesheet" type="text/css" href="./static.css" />
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
34</head>
35<body>
36
37<!-- h1>clipper<span class="logo_z">z</span></h1 -->
38<div class="header">
39 <div id="logo"></div>
40 <h5 class="clipperzPayoff">keep it to yourself!</h5>
41</div>
42
43
44<div class="contentWrapper">
45 <div class="block1">
46 <div class="languageBlock en-us">
47 <div class="flags"></div>
48 <div class="content">
49 <h3>Goodbye! Thanks for using Clipperz.</h3>
50
51 <p>You just logged out from your Clipperz account. We hope to see you again soon!</p>
52 </div>
53 </div>
54
55
56 <div class="languageBlock zh-cn">
57 <div class="flags"></div>
58 <div class="content">
59 <h3>下次再见!感谢您使用 Clipperz。</h3>
60
61 <p>您仅仅是从您的 Clipperz 账户登出,我们希望很快再次见到您!</p>
62 </div>
63 </div>
64
65
66 <!--
67 <div class="languageBlock fr-fr">
68 <div class="flags"></div>
69 <div class="content">
70 <h3></h3>
71
72 <p></p>
73 </div>
74 </div>
75 -->
76
77
78 <div class="languageBlock it-it">
79 <div class="flags"></div>
80 <div class="content">
81 <h3>Arrivederci! Grazie per aver scelto Clipperz.</h3>
82
83 <p>Sei uscito da Clipperz. Speriamo di rivederti presto.</p>
84 </div>
85 </div>
86
87
88 <div class="languageBlock ja-jp">
89 <div class="flags"></div>
90 <div class="content">
91 <h3>Clipperz をご利用いただきありがとうございました。</h3>
92
93 <p>Clipperz から正常にログアウトしました。またのご利用をお待ちしています。</p>
94 </div>
95 </div>
96 </div>
97
98 <div class="block2">
99 <div class="languageBlock pt-br">
100 <div class="flags"></div>
101 <div class="content">
102 <h3>Até logo! Obrigado por utilizar Clipperz.</h3>
103
104 <p>Você acaba de sair de sua conta Clipperz. Esperamos ve-lo de volta em breve!</p>
105 </div>
106 </div>
107
108
109 <div class="languageBlock es-es">
110 <div class="flags"></div>
111 <div class="content">
112 <h3>¡Hasta luego! Gracias por usar Clipperz</h3>
113
114 <p>Se acaba cerrar su sesión Clipperz. ¡Esperamos verlo nuevamente pronto!</p>
115 </div>
116 </div>
117
118 <div class="languageBlock ru-ru">
119 <div class="flags"></div>
120 <div class="content">
121 <h3>До свидания! Спасибо за использование Clipperz.</h3>
122
123 <p>Вы только что вышли из своего аккаунта Clipperz. Мы надеемся увидеть Вас снова!</p>
124 </div>
125 </div>
126
127 <div class="languageBlock de-de">
128 <div class="flags"></div>
129 <div class="content">
130 <h3>Auf Wiedersehen! Danke, dass Sie Clipperz verwendet haben.</h3>
131
132 <p>Sie haben sich gerade von Ihrem Clipperz-Account abgemeldet. Wir hoffen, Sie bald wieder zu sehen.</p>
133 </div>
134 </div>
135
136 </div>
137</div>
138
139</body>
140</html>