diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-02 22:41:21 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-02 22:41:21 +0200 |
commit | 45161a64026cec35fcf07659508143a6f55ddf57 (patch) | |
tree | 2a1912d7174276395b5a655d40d177e29c8f18a9 | |
parent | a4565e88edbc8e3bd092a475469769c86a4c350c (diff) | |
download | wallabag-45161a64026cec35fcf07659508143a6f55ddf57.tar.gz wallabag-45161a64026cec35fcf07659508143a6f55ddf57.tar.zst wallabag-45161a64026cec35fcf07659508143a6f55ddf57.zip |
delete some files
-rw-r--r-- | tpl/install.html | 30 | ||||
-rw-r--r-- | tpl/login.html | 33 | ||||
-rw-r--r-- | tpl/messages.html | 1 |
3 files changed, 0 insertions, 64 deletions
diff --git a/tpl/install.html b/tpl/install.html deleted file mode 100644 index d11a7810..00000000 --- a/tpl/install.html +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | {include="head"} | ||
2 | <body class="light-style"> | ||
3 | <header> | ||
4 | <h1><a href="index.php"><img src="./img/logo.png" alt="logo poche" /></a>poche</h1> | ||
5 | </header> | ||
6 | <div id="main"> | ||
7 | <form method="post" action="?install" name="loginform"> | ||
8 | <fieldset class="w500p center"> | ||
9 | <h2 class="mbs txtcenter">install your poche</h2> | ||
10 | <div class="row"> | ||
11 | <label class="col w150p" for="login">Login</label> | ||
12 | <input class="col" type="text" id="login" name="login" placeholder="Login" tabindex="1" autofocus /> | ||
13 | </div> | ||
14 | <div class="row"> | ||
15 | <label class="col w150p" for="password">Password</label> | ||
16 | <input class="col" type="password" id="password" name="password" placeholder="Password" tabindex="2"> | ||
17 | </div> | ||
18 | <div class="row"> | ||
19 | <label class="col w150p" for="password_repeat">Repeat your password</label> | ||
20 | <input class="col" type="password" id="password_repeat" name="password_repeat" placeholder="Password" tabindex="3"> | ||
21 | </div> | ||
22 | <div class="row mts txtcenter"> | ||
23 | <button class="bouton" type="submit" tabindex="4">Install</button> | ||
24 | </div> | ||
25 | </fieldset> | ||
26 | <input type="hidden" name="returnurl" value="<?php echo htmlspecialchars($referer);?>"> | ||
27 | <input type="hidden" name="token" value="<?php echo Session::getToken(); ?>"> | ||
28 | </form> | ||
29 | |||
30 | {include="footer"} | ||
diff --git a/tpl/login.html b/tpl/login.html deleted file mode 100644 index 6db742c3..00000000 --- a/tpl/login.html +++ /dev/null | |||
@@ -1,33 +0,0 @@ | |||
1 | {include="head"} | ||
2 | <body class="light-style"> | ||
3 | <header> | ||
4 | <h1><a href="index.php"><img src="./img/logo.png" alt="logo poche" /></a>poche</h1> | ||
5 | </header> | ||
6 | <div id="main"> | ||
7 | <form method="post" action="?login" name="loginform"> | ||
8 | <fieldset class="w500p center"> | ||
9 | <h2 class="mbs txtcenter">login to your poche</h2> | ||
10 | <div class="row"> | ||
11 | <label class="col w150p" for="login">Login</label> | ||
12 | <input class="col" type="text" id="login" name="login" placeholder="Login" tabindex="1" autofocus {if="$demo == '1'"}value="poche"{/if} /> | ||
13 | </div> | ||
14 | <div class="row"> | ||
15 | <label class="col w150p" for="password">Password</label> | ||
16 | <input class="col" type="password" id="password" name="password" placeholder="Password" tabindex="2" {if="$demo == '1'"}value="poche"{/if} /> | ||
17 | </div> | ||
18 | <div class="row"> | ||
19 | <label class="col w150p">Stay signed in</label> | ||
20 | <div class="col"> | ||
21 | <input type="checkbox" name="longlastingsession" tabindex="3"> | ||
22 | <small class="inbl">(Do not check on public computers)</small> | ||
23 | </div> | ||
24 | </div> | ||
25 | <div class="row mts txtcenter"> | ||
26 | <button class="bouton" type="submit" tabindex="4">Sign in</button> | ||
27 | </div> | ||
28 | </fieldset> | ||
29 | <input type="hidden" name="returnurl" value="<?php echo htmlspecialchars($referer);?>"> | ||
30 | <input type="hidden" name="token" value="<?php echo Session::getToken(); ?>"> | ||
31 | </form> | ||
32 | |||
33 | {include="footer"} | ||
diff --git a/tpl/messages.html b/tpl/messages.html deleted file mode 100644 index 87af259b..00000000 --- a/tpl/messages.html +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | <div id="messages"><?php echo $msg->display(); ?></div> \ No newline at end of file | ||