Code Duplication    Length = 33-34 lines in 2 locations

classes/class-accommodation.php 1 location

@@ 248-280 (lines=33) @@
245
	/**
246
	 * search_form
247
	 */
248
	public function search_form() {
249
	?>
250
        <form class="ajax-form" id="<?php echo $this->plugin_slug; ?>-search-form" method="get" action="tools.php" data-type="<?php echo $this->tab_slug; ?>">
251
        	<input type="hidden" name="page" value="<?php echo $this->tab_slug; ?>" />
252
253
        	<h3><span class="dashicons dashicons-search"></span> <?php _e('Search','wetu-importer'); ?></h3>
254
        	<div class="normal-search">
255
        		<input pattern=".{3,}" placeholder="3 characters minimum" class="keyword" name="keyword" value=""> <input class="button button-primary submit" type="submit" value="<?php _e('Search','wetu-importer'); ?>" />
256
        	</div>
257
        	<div class="advanced-search hidden" style="display:none;">
258
        		<p><?php _e('Enter several keywords, each on a new line.','wetu-importer'); ?></p>
259
        		<textarea rows="10" cols="40" name="bulk-keywords"></textarea>
260
        		<input class="button button-primary submit" type="submit" value="<?php _e('Search','wetu-importer'); ?>" />
261
        	</div>    
262
263
        	<p>
264
                <a class="advanced-search-toggle" href="#"><?php _e('Bulk Search','wetu-importer'); ?></a> |
265
                <a class="published search-toggle" href="#publish"><?php esc_attr_e('Published','wetu-importer'); ?></a> |
266
                <a class="pending search-toggle"  href="#pending"><?php esc_attr_e('Pending','wetu-importer'); ?></a> |
267
                <a class="draft search-toggle"  href="#draft"><?php esc_attr_e('Draft','wetu-importer'); ?></a> |
268
                <a class="import search-toggle"  href="#import"><?php esc_attr_e('WETU','wetu-importer'); ?></a>
269
            </p>
270
271
            <div class="ajax-loader" style="display:none;width:100%;text-align:center;">
272
            	<img style="width:64px;" src="<?php echo WETU_IMPORTER_URL.'assets/images/ajaxloader.gif';?>" />
273
            </div>
274
275
            <div class="ajax-loader-small" style="display:none;width:100%;text-align:center;">
276
            	<img style="width:32px;" src="<?php echo WETU_IMPORTER_URL.'assets/images/ajaxloader.gif';?>" />
277
            </div>            
278
        </form>	
279
	<?php 
280
	}	
281
282
	/**
283
	 * search_form

classes/class-destination.php 1 location

@@ 222-255 (lines=34) @@
219
	/**
220
	 * search_form
221
	 */
222
	public function search_form() {
223
	?>
224
        <form class="ajax-form" id="<?php echo $this->plugin_slug; ?>-search-form" method="get" action="tools.php" data-type="<?php echo $this->tab_slug; ?>">
225
        	<input type="hidden" name="page" value="<?php echo $this->tab_slug; ?>" />
226
227
        	<h3><span class="dashicons dashicons-search"></span> <?php _e('Search','wetu-importer'); ?></h3>
228
            <div class="normal-search">
229
                <input pattern=".{3,}" placeholder="3 characters minimum" class="keyword" name="keyword" value=""> <input class="button button-primary submit" type="submit" value="<?php _e('Search','wetu-importer'); ?>" />
230
            </div>
231
232
233
            <div class="advanced-search hidden" style="display:none;">
234
                <p><?php _e('Enter several keywords, each on a new line.','wetu-importer'); ?></p>
235
                <textarea rows="10" cols="40" name="bulk-keywords"></textarea>
236
                <input class="button button-primary submit" type="submit" value="<?php _e('Search','wetu-importer'); ?>" />
237
            </div>
238
239
            <p>
240
                <a class="advanced-search-toggle" href="#"><?php _e('Bulk Search','wetu-importer'); ?></a> |
241
                <a class="published search-toggle" href="#publish"><?php esc_attr_e('Published','wetu-importer'); ?></a> |
242
                <a class="pending search-toggle"  href="#pending"><?php esc_attr_e('Pending','wetu-importer'); ?></a> |
243
                <a class="draft search-toggle"  href="#draft"><?php esc_attr_e('Draft','wetu-importer'); ?></a>
244
            </p>
245
246
            <div class="ajax-loader" style="display:none;width:100%;text-align:center;">
247
            	<img style="width:64px;" src="<?php echo WETU_IMPORTER_URL.'assets/images/ajaxloader.gif';?>" />
248
            </div>
249
250
            <div class="ajax-loader-small" style="display:none;width:100%;text-align:center;">
251
            	<img style="width:32px;" src="<?php echo WETU_IMPORTER_URL.'assets/images/ajaxloader.gif';?>" />
252
            </div>
253
        </form>
254
	<?php
255
	}
256
257
	/**
258
	 * Grab all the current destination posts via the lsx_wetu_id field.