web/wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPluginSlideInserter/search-popup.php
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/plugins/slideshow-jquery-image-gallery/views/SlideshowPluginSlideInserter/search-popup.php Mon Nov 19 18:26:13 2012 +0100
@@ -0,0 +1,14 @@
+<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>
\ No newline at end of file