Dobra, jeszcze tylko to i będzie ok.
[watermeloncms.git] / cms / wtrmln / admin / themes / adminsomething / login.php
blobf8168ef7842b6c796093d6aedd10784fab07d5f6
1 <?php if(!defined('WTRMLN_ADMIN_IS')) exit; ?>
2 <html>
3 <head>
4 <title>Logowanie</title>
5 <meta http-equiv="Pragma" content="no-cache, private">
6 <meta http-equiv="Expires" content="0">
7 <meta http-equiv="Cache-Control" content="no-store, no-cache, must-revalidate">
8 <meta http-equiv="Cache-Control" content="post-check=0, pre-check=0">
9 <meta name="robots" content="noindex,nofollow">
10 <style>
11 fieldset
13 width: 500px;
14 margin: 50px auto;
15 border:0;
20 width: 100%;
21 text-align: center;
22 padding-left: 30px;
23 color: #666;
24 border-bottom: 3px solid #EEE;
25 font-weight: bold;
26 font-size: 1em;
29 input
31 border: 1px solid #AAA;
32 margin: 5px;
33 padding: 3px;
34 text-align: center;
35 width: 150px;
36 margin-bottom: 10px;
39 input:focus
41 border: 1px dotted #777;
42 background: #F8F8F8;
45 label, #label
47 display: block;
48 float: left;
49 text-align: right;
50 width: 100px;
51 margin-top: 8px;
52 margin-left:100px;
54 </style>
55 </head>
56 <body>
57 <form action="?check=true" method="POST" autocomplete="off">
58 <fieldset>
59 <?php echo $_C; ?>
60 </fieldset>
61 </form>
62 </body>
63 </html>