Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
insert_image_frames.php
1 <?php
16 ?>
17 
18 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
19 
20 <html>
21 <head>
22 <title>Insert Image</title>
23 </head>
24 <frameset rows="30,*" frameborder="0" border="0">
25  <frameset cols="*, 400" frameborder="0" border="0">
26  <frame src="insert_image_title.php" name="sq_wysiwyg_popup_title" scrolling="no" marginwidth="0" marginheight="0" noresize="noresize" />
27  <frame src="insert_image_search.php" name="sq_wysiwyg_popup_search" scrolling="no" marginwidth="0" marginheight="0" noresize="noresize" />
28  </frameset>
29  <frame src="insert_image.php?<?php echo htmlspecialchars($_SERVER['QUERY_STRING'], ENT_QUOTES); ?>" name="sq_wysiwyg_popup_main" scrolling="no" marginwidth="0" marginheight="0" noresize="noresize" />
30 </frameset>
31 </html>