]> git.wh0rd.org - tt-rss.git/blobdiff - include/login_form.php
drop undesired shilling
[tt-rss.git] / include / login_form.php
index 0d956d20799c8a02595d212fc0deb84a5837e345..8efc81289570b64f8399ba567bae326ef205b18f 100644 (file)
@@ -3,8 +3,7 @@
 <head>
        <title>Tiny Tiny RSS : Login</title>
        <?php echo stylesheet_tag("lib/dijit/themes/claro/claro.css") ?>
-       <?php echo stylesheet_tag("css/tt-rss.css") ?>
-       <?php echo stylesheet_tag("css/dijit.css") ?>
+       <?php echo stylesheet_tag("css/default.css") ?>
        <link rel="shortcut icon" type="image/png" href="images/favicon.png">
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <?php
                        init();
                });
        </script>
-       <style type="text/css">
-       body#ttrssLogin {
-               padding : 2em;
-               font-size : 14px;
-       }
-
-       fieldset {
-               margin-left : auto;
-               margin-right : auto;
-               display : block;
-               width : 400px;
-               border-width : 0px;
-       }
-
-       /*input.input {
-               font-family : sans-serif;
-               font-size : medium;
-               border-spacing : 2px;
-               border : 1px solid #b5bcc7;
-               padding : 2px;
-       }*/
-
-       label {
-               width : 120px;
-               margin-right : 20px;
-               display : inline-block;
-               text-align : right;
-               color : gray;
-       }
-
-       div.header {
-               border-width : 0px 0px 1px 0px;
-               border-style : solid;
-               border-color : #0088cc;
-               margin-bottom : 1em;
-               padding-bottom : 5px;
-       }
-
-       div.footer {
-               margin-top : 1em;
-               padding-top : 5px;
-               border-width : 1px 0px 0px 0px;
-               border-style : solid;
-               border-color : #0088cc;
-               text-align : center;
-               color : gray;
-               font-size : 12px;
-       }
-
-       a.forgotpass {
-               text-align : right;
-               font-size : 11px;
-               display : inline-block;
-       }
-
-       a {
-               color : #0088cc;
-       }
-
-       a {
-               color: #0088cc;
-               text-decoration: none;
-       }
-
-       a:hover,
-       a:focus {
-               color: #005580;
-               text-decoration: underline;
-       }
-
-       div.footer a {
-               color : gray;
-       }
-
-       div.footer a:hover {
-               color : #0088cc;
-       }
-
-       div.row {
-               padding : 0px 0px 5px 0px;
-       }
-
-       div.row-error {
-               color : red;
-               text-align : center;
-               padding : 0px 0px 5px 0px;
-       }
-
-       </style>
 </head>
 
-<body id="ttrssLogin" class="claro">
+<body class="claro ttrss_main ttrss_login">
 
 <script type="text/javascript">
 function init() {
@@ -144,7 +54,7 @@ function fetchProfiles() {
                                onComplete: function(transport) {
                                        if (transport.responseText.match("select")) {
                                                $('profile_box').innerHTML = transport.responseText;
-                                               dojo.parser.parse('profile_box');
+                                               //dojo.parser.parse('profile_box');
                                        }
                        } });
                }
@@ -260,7 +170,6 @@ function bwLimitChange(elem) {
 
 <div class='footer'>
        <a href="http://tt-rss.org/">Tiny Tiny RSS</a>
-       &copy; 2005&ndash;<?php echo date('Y') ?> <a href="http://fakecake.org/">Andrew Dolgov</a>
 </div>
 
 </form>