<!-- Script PHP/MYSQL of management of classifieds ads developed by Script PAG. Script PAG all rights reserved. Use under license. http://www.script-pag.com -->
<div class="container-100">
	<div class="container-100-child forms reactivation-ad">

		<h1><?php echo $info_page; ?></h1>
		<form method="post" action="">
		
			<div>
			
				<p><?php echo $language['page_react_info'] .' <span class="bold">"'. $title_ad .'"</span>'; ?></p>
		
				<?php if($price_par != 0 && $status == 1) : ?>
				<p>
					<input type="hidden" name="price" value="<?php echo $price_par; ?>" /><br />
					<?php echo $language['page_react_price'] .' '. $price_par_aff .' '. $param_gen['currency'];?>
				</p>
				<?php elseif($status == 1) : ?>
				<p><br /><?php echo $language['page_react_price_free']; ?></p>
				<?php endif; ?>
			
				<?php if($price_pro != 0 && $status == 2) : ?>
				<p>
					<input type="hidden" name="price" value="<?php echo $price_pro; ?>" /><br />
					<?php echo $language['page_react_price'] .' '. $price_pro_aff .' '. $param_gen['currency']; ?>
				</p>
				<?php elseif($status == 2) : ?>
				<p><br /><?php echo $language['page_react_price_free']; ?></p>
				<?php endif; ?>
				
				<input type="hidden" name="id_ad" value="<?php echo $id_ad; ?>" />
				
			</div>

			<input type="submit" value="<?php echo $language['bt_submit']; ?>" /></p>
		
		</form>
	
	</div>
</div>
