1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

finalize basic mobile version

This commit is contained in:
Andrew Dolgov
2006-03-27 06:56:37 +01:00
parent b750d48551
commit ab1486d5ae
4 changed files with 127 additions and 167 deletions
+12 -10
View File
@@ -68,24 +68,26 @@
<body>
<div class="main">
<h1>Tiny Tiny RSS</h1>
<div id="content">
<div id="heading">Tiny Tiny RSS</div>
<form action="login.php" method="POST">
<input type="hidden" name="rt" value="<?= $_GET['rt'] ?>">
Login: <input name="login"><br>
Password: <input type="password" name="password"><br>
<table>
<tr><td align='right'>Login:</td><td><input name="login"></td>
<tr><td align='right'>Password:</td><td><input type="password" name="password"></tr>
<input type="checkbox" name="remember_me" id="remember_me">
<label for="remember_me">Remember me</label><br>
<input type="submit" class="button" value="Login">
<input type="hidden" name="rt" value="<?= $_GET['rt'] ?>">
<tr><td colspan='2'>
<input type="submit" class="button" value="Login">
<input type="checkbox" name="remember_me" id="remember_me">
<label for="remember_me">Remember me</label></td></tr>
</table>
</form>
</div>
</body>
</html>