Parent Directory
|
Revision Log
|
Revision Graph
improved menus, added admin mode to image browser, added drupal paging to image browser, added groups
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 2 | <!--html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language ?>" xml:lang="<?php print $language ?>"--> |
| 3 | <?php |
| 4 | // $Id: imagepicker.tpl.php,v 1.3 2008/06/14 11:39:56 hutch Exp $ |
| 5 | // $Name: HEAD $ |
| 6 | |
| 7 | /** |
| 8 | * @file |
| 9 | * template for imagepicker iframe |
| 10 | */ |
| 11 | |
| 12 | ?> |
| 13 | <head> |
| 14 | <title><?php echo $head_title ?></title> |
| 15 | <?php echo $styles ?> |
| 16 | <?php echo $scripts ?> |
| 17 | <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script> |
| 18 | </head> |
| 19 | <body> |
| 20 | <table border="0" cellpadding="0" cellspacing="0" id="content"> |
| 21 | <tr> |
| 22 | <td valign="top"> |
| 23 | <div id="main"> |
| 24 | <div class="tabs"><?php echo $tabs ?></div> |
| 25 | <div id="imgp"> |
| 26 | <?php echo $messages ?> |
| 27 | <?php echo $content; ?> |
| 28 | </div> |
| 29 | </div> |
| 30 | </td> |
| 31 | </tr> |
| 32 | </table> |
| 33 | </body> |
| 34 | </html> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |