diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-05 05:35:47 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-05 05:35:47 +0000 |
commit | 8e880b4c4124db457244b5a75975c4f6e4531378 (patch) | |
tree | 0c2689b1dc84bce8c9ef76bc963fc00ca9fcaf41 /modules/info/views | |
parent | 3c65b68e1c958190ea6c4ca995019109a6a55865 (diff) |
Item Info block is now off into the info module. Yay!
Diffstat (limited to 'modules/info/views')
-rw-r--r-- | modules/info/views/info_block.html.php | 28 |
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> + + |