| @@ 233-265 (lines=33) @@ | ||
| 230 | /** |
|
| 231 | * search_form |
|
| 232 | */ |
|
| 233 | public function search_form() { |
|
| 234 | ?> |
|
| 235 | <form class="ajax-form" id="<?php echo $this->plugin_slug; ?>-search-form" method="get" action="tools.php" data-type="<?php echo $this->tab_slug; ?>"> |
|
| 236 | <input type="hidden" name="page" value="<?php echo $this->tab_slug; ?>" /> |
|
| 237 | ||
| 238 | <h3><span class="dashicons dashicons-search"></span> <?php _e('Search','wetu-importer'); ?></h3> |
|
| 239 | <div class="normal-search"> |
|
| 240 | <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'); ?>" /> |
|
| 241 | </div> |
|
| 242 | <div class="advanced-search hidden" style="display:none;"> |
|
| 243 | <p><?php _e('Enter several keywords, each on a new line.','wetu-importer'); ?></p> |
|
| 244 | <textarea rows="10" cols="40" name="bulk-keywords"></textarea> |
|
| 245 | <input class="button button-primary submit" type="submit" value="<?php _e('Search','wetu-importer'); ?>" /> |
|
| 246 | </div> |
|
| 247 | ||
| 248 | <p> |
|
| 249 | <a class="advanced-search-toggle" href="#"><?php _e('Bulk Search','wetu-importer'); ?></a> | |
|
| 250 | <a class="published search-toggle" href="#publish"><?php esc_attr_e('Published','wetu-importer'); ?></a> | |
|
| 251 | <a class="pending search-toggle" href="#pending"><?php esc_attr_e('Pending','wetu-importer'); ?></a> | |
|
| 252 | <a class="draft search-toggle" href="#draft"><?php esc_attr_e('Draft','wetu-importer'); ?></a> | |
|
| 253 | <a class="import search-toggle" href="#import"><?php esc_attr_e('WETU','wetu-importer'); ?></a> |
|
| 254 | </p> |
|
| 255 | ||
| 256 | <div class="ajax-loader" style="display:none;width:100%;text-align:center;"> |
|
| 257 | <img style="width:64px;" src="<?php echo WETU_IMPORTER_URL.'assets/images/ajaxloader.gif';?>" /> |
|
| 258 | </div> |
|
| 259 | ||
| 260 | <div class="ajax-loader-small" style="display:none;width:100%;text-align:center;"> |
|
| 261 | <img style="width:32px;" src="<?php echo WETU_IMPORTER_URL.'assets/images/ajaxloader.gif';?>" /> |
|
| 262 | </div> |
|
| 263 | </form> |
|
| 264 | <?php |
|
| 265 | } |
|
| 266 | ||
| 267 | /** |
|
| 268 | * search_form |
|
| @@ 193-226 (lines=34) @@ | ||
| 190 | /** |
|
| 191 | * search_form |
|
| 192 | */ |
|
| 193 | public function search_form() { |
|
| 194 | ?> |
|
| 195 | <form class="ajax-form" id="<?php echo $this->plugin_slug; ?>-search-form" method="get" action="tools.php" data-type="<?php echo $this->tab_slug; ?>"> |
|
| 196 | <input type="hidden" name="page" value="<?php echo $this->tab_slug; ?>" /> |
|
| 197 | ||
| 198 | <h3><span class="dashicons dashicons-search"></span> <?php _e('Search','wetu-importer'); ?></h3> |
|
| 199 | <div class="normal-search"> |
|
| 200 | <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'); ?>" /> |
|
| 201 | </div> |
|
| 202 | ||
| 203 | ||
| 204 | <div class="advanced-search hidden" style="display:none;"> |
|
| 205 | <p><?php _e('Enter several keywords, each on a new line.','wetu-importer'); ?></p> |
|
| 206 | <textarea rows="10" cols="40" name="bulk-keywords"></textarea> |
|
| 207 | <input class="button button-primary submit" type="submit" value="<?php _e('Search','wetu-importer'); ?>" /> |
|
| 208 | </div> |
|
| 209 | ||
| 210 | <p> |
|
| 211 | <a class="advanced-search-toggle" href="#"><?php _e('Bulk Search','wetu-importer'); ?></a> | |
|
| 212 | <a class="published search-toggle" href="#publish"><?php esc_attr_e('Published','wetu-importer'); ?></a> | |
|
| 213 | <a class="pending search-toggle" href="#pending"><?php esc_attr_e('Pending','wetu-importer'); ?></a> | |
|
| 214 | <a class="draft search-toggle" href="#draft"><?php esc_attr_e('Draft','wetu-importer'); ?></a> |
|
| 215 | </p> |
|
| 216 | ||
| 217 | <div class="ajax-loader" style="display:none;width:100%;text-align:center;"> |
|
| 218 | <img style="width:64px;" src="<?php echo WETU_IMPORTER_URL.'assets/images/ajaxloader.gif';?>" /> |
|
| 219 | </div> |
|
| 220 | ||
| 221 | <div class="ajax-loader-small" style="display:none;width:100%;text-align:center;"> |
|
| 222 | <img style="width:32px;" src="<?php echo WETU_IMPORTER_URL.'assets/images/ajaxloader.gif';?>" /> |
|
| 223 | </div> |
|
| 224 | </form> |
|
| 225 | <?php |
|
| 226 | } |
|
| 227 | ||
| 228 | /** |
|
| 229 | * Grab all the current destination posts via the lsx_wetu_id field. |
|