login.php
	 
	<!-- BEGIN: MAIN -->
	    <div id="container">
	        <div id="trd_box_header">
	            <h2>{USERS_AUTH_TITLE}</h2>
	        </div>
	        <div id="trd_box_body">
	            <div id="full_width_table">
	                <!-- BEGIN: USERS_AUTH_MAINTENANCE -->
	                <div class="maintenance">
	                    <p>{PHP.themelang.usersauth.Maintenance}<br>
	                    <strong>{PHP.themelang.usersauth.Maintenancereason}: {USERS_AUTH_MAINTENANCERES}</strong></p>
	                </div>
	                <!-- END: USERS_AUTH_MAINTENANCE -->
	            <form name="login" action="{USERS_AUTH_SEND}" method="post">
	                <table id="users_table" border="0" cellspacing="1" cellpadding="2">
	                    <tr>
	                        <td>{PHP.L.Username}: {USERS_AUTH_USER}</td>
	                        <td rowspan="3"><a href="{USERS_AUTH_REGISTER}">{PHP.L.Register}</a></td>
	                    </tr>
	                    <tr>
	                        <td>{PHP.L.Password}: {USERS_AUTH_PASSWORD}</td>
	                    </tr>
	                    <tr>
	                        <td rowspan="2">{PHP.themelang.usersauth.Rememberme}: {PHP.out.guest_cookiettl}</td>
	                    </tr>
	                    <tr>
	                        <td rowspan="2"><a href="/plug.php?e=passrecover">{PHP.themelang.usersauth.Lostpassword}</a></td>
	                    </tr>
	                    <tr>
	                        <td class="valid"><input class="fw_button" type="submit" value="{PHP.L.Login}" /></td>
	                    </tr>
	                </table>
	            </form>
	            </div>
	        </div>
	        <div id="trd_body_footer"></div>
	    </div>
	<div class="clear"></div>
	<!-- END: MAIN -->