/[drupal]/contributions/modules/webfm/webfm-popup.tpl.php
ViewVC logotype

Contents of /contributions/modules/webfm/webfm-popup.tpl.php

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


Revision 1.2 - (show annotations) (download) (as text)
Tue Jul 21 12:35:40 2009 UTC (4 months, 1 week ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-6--2-10-RC5, DRUPAL-6--2-11, DRUPAL-6--2-10, HEAD
Changes since 1.1: +5 -2 lines
File MIME type: text/x-php
Add xhtml and doctype info to fix context menu behaviour in popup window
1 <?php // $Id: $ ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
5 <head>
6 <title><?php print t('File Browser'); ?></title>
7 <?php print drupal_get_html_head(); ?>
8 <?php print drupal_get_css(); ?>
9 <?php print drupal_get_js('header'); ?>
10 </head>
11
12 <body class="webfm">
13 <div id="messages"><?php print theme('status_messages'); ?></div>
14 <?php print $content; ?>
15 <?php print drupal_get_js('footer'); ?>
16 </body>
17 </html>

  ViewVC Help
Powered by ViewVC 1.1.2