PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/footcrew.com/ads/wp-content/themes/classipress/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/footcrew.com/ads/wp-content/themes/classipress/form-listing-category-preview.php

<?php
/**
 * Listing Submit Category Preview Template.
 *
 * @package ClassiPress\Templates
 * @author  AppThemes
 * @since   ClassiPress 3.4
 */
?>

<div class="content-wrap">

	<div class="content-inner">

		<?php cp_display_form_progress(); ?>

		<div id="step1">

			<h2><?php _e( 'Submit Your Listing', APP_TD ); ?></h2>

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

			<form name="mainform" id="mainform" class="form_step" action="<?php echo appthemes_get_step_url(); ?>" method="post">
				<?php wp_nonce_field( $action ); ?>

				<table class="form-fields cat-select-preview table-plain table-bootstrap stack m-t-3">
					<tbody>
						<tr>
							<td>
								<div class="labelwrapper"><label><?php _e( 'Cost Per Listing', APP_TD ); ?></label></div>
							</td>
							<td>
								<div class="ad-static-field"><?php cp_cost_per_listing(); ?></div>
							</td>
						</tr>
						<tr>
							<td>
								<div class="labelwrapper"><label><?php _e( 'Category', APP_TD ); ?></label></div>
							</td>
							<td>
								<div id="ad-categories">
									<div id="catlvl0">
										<?php cp_dropdown_categories_prices(); ?>
									</div>
								</div>
							</td>
						</tr>
						<tr>
							<td colspan="100%">
								<div class="button-container">
									<input id="ad_cat_id" name="cat" type="hidden" value="<?php echo $category->term_id; ?>" />
									<input type="submit" name="getcat" class="button primary m-t-2" value="<?php _e( 'Go &rsaquo;&rsaquo;', APP_TD ); ?>" />
								</div>
							</td>
						</tr>
					</tbody>
				</table>

				<input type="hidden" name="action" value="<?php echo esc_attr( $action ); ?>" />
				<input type="hidden" name="ID" value="<?php echo esc_attr( $listing->ID ); ?>" />
			</form>

		</div>

	</div> <!-- .content-inner -->

</div> <!-- .content-wrap -->