/[drupal]/contributions/modules/disknode/disknode.info.tpl.inc
ViewVC logotype

Contents of /contributions/modules/disknode/disknode.info.tpl.inc

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


Revision 1.1 - (show annotations) (download) (as text)
Fri Jan 27 16:01:48 2006 UTC (3 years, 9 months ago) by elmuerte
Branch: MAIN
CVS Tags: DRUPAL-5--0-1, DRUPAL-5--0-2, DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-4-6, DRUPAL-4-7, DRUPAL-6--1
File MIME type: text/x-php
added file info stub
1 <?php
2 global $base_url;
3 ?>
4 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5 <html>
6 <head>
7 <title>Disknode - <?= $title ?></title>
8 <style type="text/css">
9 <?php readfile(dirname(__FILE__).'/disknode.style.css'); ?>
10 </style>
11 <base href="<?= $base_url ?>/" />
12 </head>
13 <body>
14 <h1><?= $title ?></h1>
15 <h2><?= basename($file->filename) ?></h2>
16
17 <i>Not implemented</i>
18
19 <div id="controls">
20 <span title="Browse and select files"><?= l("Browse", "disknode/browse", null, "subdir=".dirname($file->filename)) ?></span>
21 </div>
22 </body>
23 </html>

  ViewVC Help
Powered by ViewVC 1.1.2