aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/install.html
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-02 22:41:21 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-02 22:41:21 +0200
commit45161a64026cec35fcf07659508143a6f55ddf57 (patch)
tree2a1912d7174276395b5a655d40d177e29c8f18a9 /tpl/install.html
parenta4565e88edbc8e3bd092a475469769c86a4c350c (diff)
downloadwallabag-45161a64026cec35fcf07659508143a6f55ddf57.tar.gz
wallabag-45161a64026cec35fcf07659508143a6f55ddf57.tar.zst
wallabag-45161a64026cec35fcf07659508143a6f55ddf57.zip
delete some files
Diffstat (limited to 'tpl/install.html')
-rw-r--r--tpl/install.html30
1 files changed, 0 insertions, 30 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"}