web/wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPluginSlideInserter/search-popup.php
author Anthony Ly <anthonyly.com@gmail.com>
Wed, 19 Dec 2012 12:35:13 -0800
changeset 203 f507feede89a
parent 194 32102edaa81b
permissions -rw-r--r--
target blank pour les liens externes du slide

<div id="slideshow-slide-inserter-popup-background"></div>
<div id="slideshow-slide-inserter-popup">
	<div id="close"></div>
	<div>
		<input type="text" id="search" />
		<?php submit_button(__('Search', 'slideshow-plugin'), 'primary', 'search-submit', false); ?>
		<i><?php _e('Search images by title or ID', 'slideshow-plugin'); ?></i>
	</div>
	<div style="clear: both;"></div>

	<div id="search-results">
		<table id="results" class="widefat"></table>
	</div>
</div>