Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/application/views/infosite/przypomnij.php
			<?php if (isset($message)):?>
					<div id="message-red" >
						<table border="0" width="100%" cellpadding="0" cellspacing="0">
							<tr>
								<td class="red-left">
									<?php echo __t($message);?><br/>
									
								</td>
								<td class="red-right"><a class="close-red"><?php echo HTML::image('static/images/table/icon_close_red.gif');?></a></td>
							</tr>
						</table>
					</div>
			<?php endif;?>	
			<?php echo Message::render(); ?>
			
			<div class="container">
		<?php echo aurora::partial('frontend_sider'); ?>
		
		<div id="content">
			<h2><?php echo __t('Przypomnienie <span>hasła</span>'); ?></h2>
			
			<form action="" method="post" name="form_contact">
					<fieldset class="col_50">
					<div>
							<label for="tytul"><?php echo __t('E-mail'); ?>*</label>
							<input name="przypomnij_email" type="text" <?php if (isset($message)): ?>class="input_error"<?php endif; ?>/>
							
							
					</div>
					<input type="submit" value="<?php echo __t('Przypomnij'); ?>" class="toLeft nomargin" />
					</fieldset>
					<p class="col_50"><?php echo __t('Proszę podać adres e-mail, który został użyty podczas rejestracji konta. Prosimy zachować ostrożność w przypadku nadawania nowych haseł. Hasła powinny mieć conajmniej 8 znaków i zalecamy, aby posiadały conajmniej jedną cyfrę i znak specjalny.'); ?></p>
				</form>
	
					
		</div>
	</div>