/[drupal]/contributions/modules/filebrowser/dir_listing_content.tpl.php
ViewVC logotype

Contents of /contributions/modules/filebrowser/dir_listing_content.tpl.php

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


Revision 1.1 - (show annotations) (download) (as text)
Thu Oct 22 07:20:52 2009 UTC (5 weeks ago) by ulhume
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
- copmpanion module api
- Image thumbnailing first support
- Package peroperty changed
1 <div class='dir-listing-view dir-listing-view-<?php print $view ?>'>
2 <div class='dir-listing-header'>
3 <?php print $toolbar ?>
4 <div class='dir-listing-title'><?php print $node->title ?></div>
5 </div>
6 <div class='dir-listing-description'>
7 <?php print $description ?>
8 </div>
9 <div class='dir-listing-files'>
10 <?php print $content ?>
11 </div>
12
13 <?php if ($upload_form) {
14 print $upload_form;
15 }?>
16 <div class='dir-listing-status'>
17 <?php if ($statistics['empty']) {
18 print $statistics['empty'];
19 } else {
20 print implode(" - ", $statistics);
21 } ?>
22 </div>
23 </div>

  ViewVC Help
Powered by ViewVC 1.1.2