summaryrefslogtreecommitdiff
path: root/modules/info/views
diff options
context:
space:
mode:
Diffstat (limited to 'modules/info/views')
-rw-r--r--modules/info/views/info_block.html.php28
1 files changed, 28 insertions, 0 deletions
diff --git a/modules/info/views/info_block.html.php b/modules/info/views/info_block.html.php
new file mode 100644
index 00000000..eac76b40
--- /dev/null
+++ b/modules/info/views/info_block.html.php
@@ -0,0 +1,28 @@
+<? defined("SYSPATH") or die("No direct script access."); ?>
+<table class="gMetadata">
+ <tbody>
+ <tr>
+ <th>Title:</th>
+ <td>Christmas 2007</td>
+ </tr>
+ <tr>
+ <th>Taken:</th>
+ <td>January 21, 2008</td>
+ </tr>
+ <tr>
+ <th>Uploaded:</th>
+ <td>January 27, 2008</td>
+ </tr>
+ <tr>
+ <th>Owner:</th>
+ <td><a href="#">username</a></td>
+ </tr>
+ <tr>
+ <td colspan="2" class="toggle">
+ <a href="#">more \/</a>
+ </td>
+ </tr>
+ </tbody>
+</table>
+
+