/[drupal]/contributions/modules/imagepicker/imagepicker.tpl.php
ViewVC logotype

Contents of /contributions/modules/imagepicker/imagepicker.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download) (as text)
Thu Aug 28 21:25:20 2008 UTC (14 months, 4 weeks ago) by hutch
Branch: MAIN
CVS Tags: DRUPAL-6--2-1, DRUPAL-6--2-0, DRUPAL-6--1-4, DRUPAL-6--1-5, DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-6--1-3, DRUPAL-6--1-2, HEAD
Branch point for: DRUPAL-6--2
Changes since 1.3: +8 -2 lines
File MIME type: text/x-php
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