1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Origin: 8dbf791e19bfe71212548753c9f370ed7c8d4745 Mon Sep 17 00:00:00 2001
From: Don Armstrong <don@donarmstrong.com>
Last-Upsate: Oct 2011-10-14
Bug-Debian: https://bugs.debian.org/645356
Subject: Include default/navdirectory.tpl and new/navdirectory.tpl by
copying from the bright template (Closes: #645356).
git-svn-id: file:///srv/don_svn/deb_pkgs/libapache-gallery-perl/trunk@590 8f7917da-ec0b-0410-a553-b9b0e350d17e
---
debian/changelog | 7 +++++++
templates/default/navdirectory.tpl | 6 ++++++
templates/new/navdirectory.tpl | 6 ++++++
3 files changed, 19 insertions(+)
create mode 100644 templates/default/navdirectory.tpl
create mode 100644 templates/new/navdirectory.tpl
diff --git a/templates/default/navdirectory.tpl b/templates/default/navdirectory.tpl
new file mode 100644
index 0000000..d7a1175
--- /dev/null
+++ b/templates/default/navdirectory.tpl
@@ -0,0 +1,6 @@
+ <td>
+ <div class="directory-preview">
+ <a href="{ $URL }">{ $LINK_NAME }</a>
+ { $DIR_FILES }
+ </div>
+ </td>
diff --git a/templates/new/navdirectory.tpl b/templates/new/navdirectory.tpl
new file mode 100644
index 0000000..d7a1175
--- /dev/null
+++ b/templates/new/navdirectory.tpl
@@ -0,0 +1,6 @@
+ <td>
+ <div class="directory-preview">
+ <a href="{ $URL }">{ $LINK_NAME }</a>
+ { $DIR_FILES }
+ </div>
+ </td>
|