summaryrefslogtreecommitdiff
path: root/frontend/gamma/html/mobile_template.html
authorGiulio Cesare Solaroli <giulio.cesare@clipperz.com>2011-10-02 23:56:18 (UTC)
committer Giulio Cesare Solaroli <giulio.cesare@clipperz.com>2011-10-02 23:56:18 (UTC)
commitef68436ac04da078ffdcacd7e1f785473a303d45 (patch) (unidiff)
treec403752d66a2c4775f00affd4fa8431b29c5b68c /frontend/gamma/html/mobile_template.html
parent597ecfbc0249d83e1b856cbd558340c01237a360 (diff)
downloadclipperz-ef68436ac04da078ffdcacd7e1f785473a303d45.zip
clipperz-ef68436ac04da078ffdcacd7e1f785473a303d45.tar.gz
clipperz-ef68436ac04da078ffdcacd7e1f785473a303d45.tar.bz2
First version of the newly restructured repository
Diffstat (limited to 'frontend/gamma/html/mobile_template.html') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/gamma/html/mobile_template.html87
1 files changed, 87 insertions, 0 deletions
diff --git a/frontend/gamma/html/mobile_template.html b/frontend/gamma/html/mobile_template.html
new file mode 100644
index 0000000..adc36e9
--- a/dev/null
+++ b/frontend/gamma/html/mobile_template.html
@@ -0,0 +1,87 @@
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>@page.title@</title>
32 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
33@copyright@
34@css@
35
36 <link rel="shortcut icon" href="./clipperz.ico" />
37
38 <meta name="description" content="Login to your web accounts with just one click. Never type a password again! Use multiple complex passwords and forget them. A password manager that enhances your online security." />
39 <meta name="keywords" content="password manager,gestor de contraseñas,gerenciador de senhas,Kennwortmanager,passwords,security,privacy,cryptography" />
40<script>
41 Clipperz_IEisBroken = false;
42 Clipperz_normalizedNewLine = '\n';
43 Clipperz_dumpUrl = "/dump/";
44</script>
45
46<!--[if IE]><script>
47Clipperz_IEisBroken = true;
48Clipperz_normalizedNewLine = '\x0d\x0a';
49</script><![endif]-->
50
51@CLIPPERZ_DEBUG_VERSION@
52
53</head>
54<body>
55<div id="mainDiv">
56 <div id="loading">
57 <a href="http://www.clipperz.com" target="_blank"><div id="logo"></div></a>
58 <h5 class="clipperzPayoff">keep it to yourself!</h5>
59 <h2>loading ...</h2>
60 </div>
61
62@CLIPPERZ_INSTALLED_VERSION@
63
64</div>
65<div id="applicationVersionType" class="@application.version.type@"></div>
66
67<!-- -->
68<div id="javaScriptAlert">
69 <div class="mask"></div>
70 <div class="message">
71 <div class="header"></div>
72 <div class="body">
73 <div class="alertLogo"></div>
74 <div class="alert">
75 <h1>Attention!</h1>
76 <p>If you can read this message, the chances are that your browser does not properly support JavaScript? or you have disabled this functionality yourself.</p>
77 <h3>Javascript is required to access Clipperz.</h3>
78 <h5>Please enable scripting or upgrade your browser.</h5>
79 </div>
80 </div>
81 <div class="footer"></div>
82 </div>
83</div>
84<!-- -->
85
86</body>
87</html>