/[drupal]/contributions/modules/advanced_help/advanced-help-popup.tpl.php
ViewVC logotype

Contents of /contributions/modules/advanced_help/advanced-help-popup.tpl.php

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


Revision 1.2 - (show annotations) (download) (as text)
Mon Apr 28 18:48:07 2008 UTC (18 months, 4 weeks ago) by merlinofchaos
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1, DRUPAL-6--1-2, DRUPAL-6--1-0-RC, HEAD
Branch point for: DRUPAL-5
Changes since 1.1: +1 -1 lines
File MIME type: text/x-php
Allow line break filter; more complete help on .ini file.
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>">
4
5 <head>
6 <title><?php print $title; ?></title>
7 <?php print $head; ?>
8 <?php print $styles; ?>
9 <?php print $scripts; ?>
10 <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyled Content in IE */ ?> </script>
11 </head>
12 <body>
13 <div id="page">
14 <div id="header">
15 <?php if (!empty($search_box)): ?>
16 <div id="search-box"><?php print $search_box; ?></div>
17 <?php endif; ?>
18 </div> <!-- /header -->
19 <div id="breadcrumb"><?php print $breadcrumb; ?></div>
20
21 <div id="content">
22 <?php if (!empty($title)): ?><h1 class="title" id="page-title"><?php print $title; ?></h1><?php endif; ?>
23 <?php if (!empty($tabs)): ?><div class="tabs"><?php print $tabs; ?></div><?php endif; ?>
24 <?php if (!empty($messages)): print $messages; endif; ?>
25 <?php if (!empty($help)): print $help; endif; ?>
26 <div id="content-content" class="clear-block">
27 <?php print $content; ?>
28 </div> <!-- /content-content -->
29 </div> <!-- /content -->
30
31 <?php print $closure; ?>
32
33 </div> <!-- /page -->
34 </body>
35 </html>

  ViewVC Help
Powered by ViewVC 1.1.2