| Line | |
|---|
| 1 | <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> |
|---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>"> |
|---|
| 3 | <head> |
|---|
| 4 | <meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" /> |
|---|
| 5 | <meta http-equiv="content-language" content="<{$xoops_langcode}>" /> |
|---|
| 6 | <title><{$xoops_sitename}></title> |
|---|
| 7 | <link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" /> |
|---|
| 8 | |
|---|
| 9 | </head> |
|---|
| 10 | <body> |
|---|
| 11 | <table cellspacing="0"> |
|---|
| 12 | <tr id="header"> |
|---|
| 13 | <td style="width: 150px; background-color: #2F5376; vertical-align: middle; text-align:center;"><a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>logo.gif" width="150" alt="" /></a></td> |
|---|
| 14 | <td style="width: 100%; background-color: #2F5376; vertical-align: middle; text-align:center;"> </td> |
|---|
| 15 | </tr> |
|---|
| 16 | <tr> |
|---|
| 17 | <td style="height: 8px; border-bottom: 1px solid silver; background-color: #dddddd;" colspan="2"> </td> |
|---|
| 18 | </tr> |
|---|
| 19 | </table> |
|---|
| 20 | |
|---|
| 21 | <table cellspacing="1" align="center" width="80%" border="0" cellpadding="10px;"> |
|---|
| 22 | <tr> |
|---|
| 23 | <td align="center"><div style="background-color: #DDFFDF; color: #136C99; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;"><{$lang_siteclosemsg}></div></td> |
|---|
| 24 | </tr> |
|---|
| 25 | </table> |
|---|
| 26 | |
|---|
| 27 | <form action="<{$xoops_url}>/user.php" method="post"> |
|---|
| 28 | <table cellspacing="0" align="center" style="border: 1px solid silver; width: 200px;"> |
|---|
| 29 | <tr> |
|---|
| 30 | <th style="background-color: #2F5376; color: #FFFFFF; padding : 2px; vertical-align : middle;" colspan="2"><{$lang_login}></th> |
|---|
| 31 | </tr> |
|---|
| 32 | <tr> |
|---|
| 33 | <td style="padding: 2px;"><{$lang_username}></td><td style="padding: 2px;"><input type="text" name="uname" size="12" value="" /></td> |
|---|
| 34 | </tr> |
|---|
| 35 | <tr> |
|---|
| 36 | <td style="padding: 2px;"><{$lang_password}></td><td style="padding: 2px;"><input type="password" name="pass" size="12" /></td> |
|---|
| 37 | </tr> |
|---|
| 38 | <tr> |
|---|
| 39 | <td style="padding: 2px;"> </td> |
|---|
| 40 | <td style="padding: 2px;"><input type="hidden" name="xoops_login" value="1" /><input type="submit" value="<{$lang_login}>" /></td> |
|---|
| 41 | </tr> |
|---|
| 42 | </table> |
|---|
| 43 | </form> |
|---|
| 44 | |
|---|
| 45 | <table cellspacing="0" width="100%"> |
|---|
| 46 | <tr> |
|---|
| 47 | <td style="height:8px; border-bottom: 1px solid silver; border-top: 1px solid silver; background-color: #dddddd;" colspan="2"> </td> |
|---|
| 48 | </tr> |
|---|
| 49 | </table> |
|---|
| 50 | |
|---|
| 51 | </body> |
|---|
| 52 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.