-rw-r--r-- | frontend/gamma/html/index_template.html | 4 | ||||
-rw-r--r-- | frontend/gamma/properties/gamma.properties.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/frontend/gamma/html/index_template.html b/frontend/gamma/html/index_template.html index bedb243..a7067da 100644 --- a/frontend/gamma/html/index_template.html +++ b/frontend/gamma/html/index_template.html | |||
@@ -10,44 +10,44 @@ | |||
10 | 10 | ||
11 | <link rel="shortcut icon" href="./clipperz.ico" /> | 11 | <link rel="shortcut icon" href="./clipperz.ico" /> |
12 | 12 | ||
13 | <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." /> | 13 | <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." /> |
14 | <meta name="keywords" content="password manager,gestor de contraseñas,gerenciador de senhas,Kennwortmanager,passwords,security,privacy,cryptography" /> | 14 | <meta name="keywords" content="password manager,gestor de contraseñas,gerenciador de senhas,Kennwortmanager,passwords,security,privacy,cryptography" /> |
15 | <script> | 15 | <script> |
16 | Clipperz_IEisBroken = false; | 16 | Clipperz_IEisBroken = false; |
17 | Clipperz_normalizedNewLine = '\n'; | 17 | Clipperz_normalizedNewLine = '\n'; |
18 | Clipperz_dumpUrl = "/dump/"; | 18 | Clipperz_dumpUrl = "/dump/"; |
19 | </script> | 19 | </script> |
20 | 20 | ||
21 | <!--[if IE]><script> | 21 | <!--[if IE]><script> |
22 | Clipperz_IEisBroken = true; | 22 | Clipperz_IEisBroken = true; |
23 | Clipperz_normalizedNewLine = '\x0d\x0a'; | 23 | Clipperz_normalizedNewLine = '\x0d\x0a'; |
24 | </script><![endif]--> | 24 | </script><![endif]--> |
25 | 25 | ||
26 | @js_DEBUG@ | 26 | @js_LINKED@ |
27 | 27 | ||
28 | </head> | 28 | </head> |
29 | <body> | 29 | <body> |
30 | <div id="mainDiv"> | 30 | <div id="mainDiv"> |
31 | <div id="loading"> | 31 | <div id="loading"> |
32 | <a href="http://www.clipperz.com" target="_blank"><div id="logo"></div></a> | 32 | <a href="http://www.clipperz.com" target="_blank"><div id="logo"></div></a> |
33 | <h5 class="clipperzPayoff">keep it to yourself!</h5> | 33 | <h5 class="clipperzPayoff">keep it to yourself!</h5> |
34 | <h2>loading ...</h2> | 34 | <h2>loading ...</h2> |
35 | </div> | 35 | </div> |
36 | 36 | ||
37 | @js_INSTALL@ | 37 | @js_EMBEDDED@ |
38 | 38 | ||
39 | </div> | 39 | </div> |
40 | <div id="applicationVersionType" class="@application.version.type@"></div> | 40 | <div id="applicationVersionType" class="@application.version.type@"></div> |
41 | 41 | ||
42 | <script> | 42 | <script> |
43 | Clipperz.PM.Proxy.defaultProxy = new Clipperz.PM.Proxy.JSON({'url':'@request.path@', 'shouldPayTolls':@should.pay.toll@}); | 43 | Clipperz.PM.Proxy.defaultProxy = new Clipperz.PM.Proxy.JSON({'url':'@request.path@', 'shouldPayTolls':@should.pay.toll@}); |
44 | /*offline_data_placeholder*/ | 44 | /*offline_data_placeholder*/ |
45 | </script> | 45 | </script> |
46 | 46 | ||
47 | <!-- --> | 47 | <!-- --> |
48 | <div id="javaScriptAlert"> | 48 | <div id="javaScriptAlert"> |
49 | <div class="mask"></div> | 49 | <div class="mask"></div> |
50 | <div class="message"> | 50 | <div class="message"> |
51 | <div class="header"></div> | 51 | <div class="header"></div> |
52 | <div class="body"> | 52 | <div class="body"> |
53 | <div class="alertLogo"></div> | 53 | <div class="alertLogo"></div> |
diff --git a/frontend/gamma/properties/gamma.properties.json b/frontend/gamma/properties/gamma.properties.json index 57f26f1..5fab24d 100644 --- a/frontend/gamma/properties/gamma.properties.json +++ b/frontend/gamma/properties/gamma.properties.json | |||
@@ -170,20 +170,20 @@ | |||
170 | 170 | ||
171 | "Clipperz/PM/UI/Web/Controllers/MainController.js", | 171 | "Clipperz/PM/UI/Web/Controllers/MainController.js", |
172 | "Clipperz/PM/UI/Web/Controllers/LoginController.js", | 172 | "Clipperz/PM/UI/Web/Controllers/LoginController.js", |
173 | "Clipperz/PM/UI/Web/Controllers/AppController.js", | 173 | "Clipperz/PM/UI/Web/Controllers/AppController.js", |
174 | "Clipperz/PM/UI/Web/Controllers/FilterController.js", | 174 | "Clipperz/PM/UI/Web/Controllers/FilterController.js", |
175 | "Clipperz/PM/UI/Web/Controllers/GridController.js", | 175 | "Clipperz/PM/UI/Web/Controllers/GridController.js", |
176 | "Clipperz/PM/UI/Web/Controllers/CardsController.js", | 176 | "Clipperz/PM/UI/Web/Controllers/CardsController.js", |
177 | "Clipperz/PM/UI/Web/Controllers/DirectLoginsController.js", | 177 | "Clipperz/PM/UI/Web/Controllers/DirectLoginsController.js", |
178 | "Clipperz/PM/UI/Web/Controllers/CardDialogController.js", | 178 | "Clipperz/PM/UI/Web/Controllers/CardDialogController.js", |
179 | "Clipperz/PM/UI/Web/Controllers/DirectLoginWizardController.js", | 179 | "Clipperz/PM/UI/Web/Controllers/DirectLoginWizardController.js", |
180 | "Clipperz/PM/UI/Web/Controllers/NewUserWizardController.js", | 180 | "Clipperz/PM/UI/Web/Controllers/NewUserWizardController.js", |
181 | 181 | ||
182 | "main.js" | 182 | "main.js" |
183 | ], | 183 | ], |
184 | 184 | ||
185 | "css": [ | 185 | "css": [ |
186 | "clipperz/clipperz.css", | 186 | "clipperz.css", |
187 | "clipperz/compact.css" | 187 | "compact.css" |
188 | ] | 188 | ] |
189 | } \ No newline at end of file | 189 | } \ No newline at end of file |