summaryrefslogtreecommitdiff
path: root/frontend/beta/staticResources/accountDeleted.html
Unidiff
Diffstat (limited to 'frontend/beta/staticResources/accountDeleted.html') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/staticResources/accountDeleted.html22
1 files changed, 10 insertions, 12 deletions
diff --git a/frontend/beta/staticResources/accountDeleted.html b/frontend/beta/staticResources/accountDeleted.html
index 683370a..3c5f3aa 100644
--- a/frontend/beta/staticResources/accountDeleted.html
+++ b/frontend/beta/staticResources/accountDeleted.html
@@ -1,118 +1,116 @@
1<!-- 1<!--
2 2
3Copyright 2008-2011 Clipperz Srl 3Copyright 2008-2013 Clipperz Srl
4 4
5This file is part of Clipperz Community Edition. 5This file is part of Clipperz, the online password manager.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please 6For further information about its features and functionalities please
8refer to http://www.clipperz.com. 7refer to http://www.clipperz.com.
9 8
10* Clipperz Community Edition is free software: you can redistribute 9* Clipperz is free software: you can redistribute it and/or modify it
11 it and/or modify it under the terms of the GNU Affero General Public 10 under the terms of the GNU Affero General Public License as published
12 License as published by the Free Software Foundation, either version 11 by the Free Software Foundation, either version 3 of the License, or
13 3 of the License, or (at your option) any later version. 12 (at your option) any later version.
14 13
15* Clipperz Community Edition is distributed in the hope that it will 14* Clipperz is distributed in the hope that it will be useful, but
16 be useful, but WITHOUT ANY WARRANTY; without even the implied 15 WITHOUT ANY WARRANTY; without even the implied warranty of
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details. 17 See the GNU Affero General Public License for more details.
19 18
20* You should have received a copy of the GNU Affero General Public 19* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see 20 License along with Clipperz. If not, see http://www.gnu.org/licenses/.
22 <http://www.gnu.org/licenses/>.
23 21
24--> 22-->
25 23
26<html> 24<html>
27<head> 25<head>
28 <title>clipperz - account deleted</title> 26 <title>clipperz - account deleted</title>
29 <link rel="stylesheet" type="text/css" href="./static.css" /> 27 <link rel="stylesheet" type="text/css" href="./static.css" />
30 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 28 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
31</head> 29</head>
32<body> 30<body>
33 31
34<!-- h1>clipper<span class="logo_z">z</span></h1 --> 32<!-- h1>clipper<span class="logo_z">z</span></h1 -->
35<div class="header"> 33<div class="header">
36 <div id="logo"></div> 34 <div id="logo"></div>
37 <h5 class="clipperzPayoff">keep it to yourself!</h5> 35 <h5 class="clipperzPayoff">keep it to yourself!</h5>
38</div> 36</div>
39 37
40<div class="block1"> 38<div class="block1">
41 <div class="languageBlock en-us"> 39 <div class="languageBlock en-us">
42 <div class="flags"></div> 40 <div class="flags"></div>
43 <div class="content"> 41 <div class="content">
44 <h3>Your Clipperz account has been deleted!</h3> 42 <h3>Your Clipperz account has been deleted!</h3>
45 43
46 <p>You may visit the Clipperz website to sign up for a new account.</p> 44 <p>You may visit the Clipperz website to sign up for a new account.</p>
47 </div> 45 </div>
48 </div> 46 </div>
49 47
50 48
51 <div class="languageBlock zh-cn"> 49 <div class="languageBlock zh-cn">
52 <div class="flags"></div> 50 <div class="flags"></div>
53 <div class="content"> 51 <div class="content">
54 <h3>您的 Clipperz 账户已经被删除!</h3> 52 <h3>您的 Clipperz 账户已经被删除!</h3>
55 53
56 <p>您可以访问 Clipperz 网站重新注册一个新账户。</p> 54 <p>您可以访问 Clipperz 网站重新注册一个新账户。</p>
57 </div> 55 </div>
58 </div> 56 </div>
59 57
60 58
61 <!-- 59 <!--
62 <div class="languageBlock fr-fr"> 60 <div class="languageBlock fr-fr">
63 <div class="flags"></div> 61 <div class="flags"></div>
64 <div class="content"> 62 <div class="content">
65 <h3></h3> 63 <h3></h3>
66 64
67 <p></p> 65 <p></p>
68 </div> 66 </div>
69 </div> 67 </div>
70 --> 68 -->
71 69
72 70
73 <div class="languageBlock it-it"> 71 <div class="languageBlock it-it">
74 <div class="flags"></div> 72 <div class="flags"></div>
75 <div class="content"> 73 <div class="content">
76 <h3>Il tuo account su Clipperz è stato cancellato!</h3> 74 <h3>Il tuo account su Clipperz è stato cancellato!</h3>
77 75
78 <p>Visita il sito di Clipperz per creartene uno nuovo.</p> 76 <p>Visita il sito di Clipperz per creartene uno nuovo.</p>
79 </div> 77 </div>
80 </div> 78 </div>
81 79
82 80
83 <div class="languageBlock ja-jp"> 81 <div class="languageBlock ja-jp">
84 <div class="flags"></div> 82 <div class="flags"></div>
85 <div class="content"> 83 <div class="content">
86 <h3>アカウントを削除しました。</h3> 84 <h3>アカウントを削除しました。</h3>
87 85
88 <p>Clipperz で新しいアカウントを登録することができます。</p> 86 <p>Clipperz で新しいアカウントを登録することができます。</p>
89 </div> 87 </div>
90 </div> 88 </div>
91</div> 89</div>
92 90
93<div class="block2"> 91<div class="block2">
94 <div class="languageBlock pt-br"> 92 <div class="languageBlock pt-br">
95 <div class="flags"></div> 93 <div class="flags"></div>
96 <div class="content"> 94 <div class="content">
97 <h3>Sua conta Clipperz foi apagada!</h3> 95 <h3>Sua conta Clipperz foi apagada!</h3>
98 96
99 <p>Você pode visitar o site Clipperz e criar uma nova conta.</p> 97 <p>Você pode visitar o site Clipperz e criar uma nova conta.</p>
100 </div> 98 </div>
101 </div> 99 </div>
102 100
103 101
104 <div class="languageBlock es-es"> 102 <div class="languageBlock es-es">
105 <div class="flags"></div> 103 <div class="flags"></div>
106 <div class="content"> 104 <div class="content">
107 <h3>¡Su cuenta Clipperz ha sido borrada!</h3> 105 <h3>¡Su cuenta Clipperz ha sido borrada!</h3>
108 106
109 <p>Usted puede visitar el sitio web de Clipperz para suscribir una nueva cuenta.</p> 107 <p>Usted puede visitar el sitio web de Clipperz para suscribir una nueva cuenta.</p>
110 </div> 108 </div>
111 </div> 109 </div>
112 110
113 111
114 <div class="languageBlock ru-ru"> 112 <div class="languageBlock ru-ru">
115 <div class="flags"></div> 113 <div class="flags"></div>
116 <div class="content"> 114 <div class="content">
117 <h3>Ваш аккаунт был удален!</h3> 115 <h3>Ваш аккаунт был удален!</h3>
118 116