index.tpl
2.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<html>
<head>
<title>Âõîä â àäìèíêó</title>
<META http-equiv=content-type content="text/html; charset=windows-1251">
<link href="{$smarty.const.URL}style_admin.css" rel="stylesheet" type="text/css">
</head>
<body onLoad="document.loginForm.login.focus();" bgcolor="#FFFFFF">
<table border="0" width="90%" height="60%" align="center">
<tr>
<td align="center">
<img src="{$smarty.const.URL}img/admin/logo_artweb.jpg" border="0" width="189" height="118">
<table border="0" cellpadding="0" cellspacing="0" width="200">
<tbody>
<tr>
<td align="left" bgcolor="#1372C6" width="9"><img src="{$smarty.const.URL}img/admin/ugl_l.jpg" alt="" height="9" width="9"><br>
</td>
<td align="right" bgcolor="#1372C6" valign="top"><img src="{$smarty.const.URL}img/admin/ugl_r.jpg" alt="" height="9" width="9"><br>
</td>
</tr>
<tr bgcolor="#1372C6">
<td colspan="3" align="center" valign="top">
{if $error ne NULL}<span style="color:red;">Íåâåðíûé ëîãèí èëè ïàðîëü!</span><br>{/if}
<table summary="" border="0" cellpadding="2" cellspacing="2">
<form action="admin.php" method="POST" name="loginForm">
<tbody>
<tr><td align="right"><font color="#ffffff"><b>Ëîãèí:</b></font></td><td><input class="input_form" name="login" style="height:18"></td></tr>
<tr><td align="right"><font color="#ffffff"><b>Ïàðîëü:</b></font></td><td><input type="password" class="input_form" name="psw" style="height:18"></td></tr>
<tr><td></td><td><input type="submit" class="submit_red" value="Âõîä" style="width: 120px;"></td></tr>
</tbody>
</form>
</table>
</td>
</tr>
<tr>
<td align="left" bgcolor="#1372C6" width="9"><img src="{$smarty.const.URL}img/admin/ugl_l_b.jpg" alt="" height="9" width="9"><br>
</td>
<td align="right" bgcolor="#1372C6" valign="top"><img src="{$smarty.const.URL}img/admin/ugl_r_b.jpg" alt="" height="9" width="9"><br>
</td>
</tr>
</tbody>
</table>
<div> </div>
<div><font color="#1372C6">Ðàçðàáîòêà ñòóäèè <a href="http://www.artweb.com.ua/" target="_blank">ArtWeb</a> 2008 ã.</font></div>
<br>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>