You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
			
		
		
		
		
			
		
			
				
					
					
						
							68 lines
						
					
					
						
							1.2 KiB
						
					
					
				
			
		
		
	
	
							68 lines
						
					
					
						
							1.2 KiB
						
					
					
				| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
| 	<title>{$lang_ipreg}</title>
 | |
| 	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 | |
| 	<link rel="stylesheet" href="tpl/style.css" type="text/css">
 | |
| 	<link rel="shortcut icon" href="images/shield.ico">
 | |
| </head>
 | |
| 
 | |
| <body onload="document.login.user_name.focus();">
 | |
| 
 | |
| <table class="menu">
 | |
| <tr>
 | |
| 	<td>
 | |
| 		 
 | |
| 	</td>
 | |
| </tr>
 | |
| </table>
 | |
| 	
 | |
| <table class="header">
 | |
| <tr>
 | |
| 	<td>
 | |
| 		{$lang_ipreg}
 | |
| 	</td>
 | |
| </tr>
 | |
| </table>
 | |
| 	
 | |
| <form name="login" method="POST" action="login.php">
 | |
| 	
 | |
| <table class="title">
 | |
| <tr>
 | |
|     <td class="header">
 | |
|         {$lang_ipreg} {$config_version}
 | |
|     </td>
 | |
|     <td align="right">
 | |
|         <input type="image" src="images/fastforward.png" alt="{$lang_login}" title="{$lang_login}">
 | |
|     </td>
 | |
| </tr>
 | |
| </table>
 | |
| 	
 | |
| <table class="info">
 | |
| <tr>
 | |
|     <td class="header">
 | |
|         {$lang_login}
 | |
|     </td>
 | |
|     <td class="header_right">
 | |
|          
 | |
|     </td>
 | |
| </tr>
 | |
| <tr>
 | |
|     <td class="label">
 | |
|         {$lang_user_name}
 | |
|     </td>
 | |
|     <td class="value">
 | |
|         <input type="text" name="user_name" />
 | |
|     </td>
 | |
| </tr>
 | |
| <tr>
 | |
|     <td class="label">
 | |
|         {$lang_user_password}
 | |
|     </td>
 | |
|     <td class="value">
 | |
|         <input type="password" name="user_pass" />
 | |
|     </td>
 | |
| </tr>
 | |
| </table>
 | |
| 
 | |
| </form>
 | |
| 
 |