Code Duplication    Length = 33-34 lines in 2 locations

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.

classes/class-accommodation.php 1 location

@@ 262-294 (lines=33) @@
259
	/**
260
	 * search_form
261
	 */
262
	public function search_form() {
263
	?>
264
        <form class="ajax-form" id="<?php echo $this->plugin_slug; ?>-search-form" method="get" action="tools.php" data-type="<?php echo $this->tab_slug; ?>">
265
        	<input type="hidden" name="page" value="<?php echo $this->tab_slug; ?>" />
266
267
        	<h3><span class="dashicons dashicons-search"></span> <?php _e('Search','wetu-importer'); ?></h3>
268
        	<div class="normal-search">
269
        		<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'); ?>" />
270
        	</div>
271
        	<div class="advanced-search hidden" style="display:none;">
272
        		<p><?php _e('Enter several keywords, each on a new line.','wetu-importer'); ?></p>
273
        		<textarea rows="10" cols="40" name="bulk-keywords"></textarea>
274
        		<input class="button button-primary submit" type="submit" value="<?php _e('Search','wetu-importer'); ?>" />
275
        	</div>    
276
277
        	<p>
278
                <a class="advanced-search-toggle" href="#"><?php _e('Bulk Search','wetu-importer'); ?></a> |
279
                <a class="published search-toggle" href="#publish"><?php esc_attr_e('Published','wetu-importer'); ?></a> |
280
                <a class="pending search-toggle"  href="#pending"><?php esc_attr_e('Pending','wetu-importer'); ?></a> |
281
                <a class="draft search-toggle"  href="#draft"><?php esc_attr_e('Draft','wetu-importer'); ?></a> |
282
                <a class="import search-toggle"  href="#import"><?php esc_attr_e('WETU','wetu-importer'); ?></a>
283
            </p>
284
285
            <div class="ajax-loader" style="display:none;width:100%;text-align:center;">
286
            	<img style="width:64px;" src="<?php echo WETU_IMPORTER_URL.'assets/images/ajaxloader.gif';?>" />
287
            </div>
288
289
            <div class="ajax-loader-small" style="display:none;width:100%;text-align:center;">
290
            	<img style="width:32px;" src="<?php echo WETU_IMPORTER_URL.'assets/images/ajaxloader.gif';?>" />
291
            </div>            
292
        </form>	
293
	<?php 
294
	}	
295
296
	/**
297
	 * search_form