Exemplo n.º 1
0
		<div class="form-field">
			<div id="pass-strength-result" class="hide-if-no-js"><?php 
_e('Strength indicator', APP_TD);
?>
</div>
			<p class="description indicator-hint"><?php 
_e('Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! " ? $ % ^ &amp; ).', APP_TD);
?>
</p>
		</div>

		<?php 
do_action('register_form');
?>

		<div class="form-field">
			<?php 
echo APP_Login::redirect_field();
?>
			<input tabindex="30" type="submit" class="btn reg" id="register" name="register" value="<?php 
_e('Register', APP_TD);
?>
" />
		</div>

	</fieldset>

	<!-- autofocus the field -->
	<script type="text/javascript">try{document.getElementById('user_login').focus();}catch(e){}</script>
</form>