~ubuntu-branches/ubuntu/maverick/mahara/maverick-updates

« back to all changes in this revision

Viewing changes to htdocs/artefact/file/theme/default/file_render_self.tpl

  • Committer: Bazaar Package Importer
  • Author(s): Nigel McNie
  • Date: 2008-04-29 11:15:39 UTC
  • Revision ID: james.westby@ubuntu.com-20080429111539-b28eqkagavaub2zr
Tags: upstream-1.0.2
ImportĀ upstreamĀ versionĀ 1.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<div>
 
2
    <div class="fl filedata-icon"><a href="{$downloadpath|escape}"><img src="{$iconpath|escape}" alt="{$description|escape}"></a></div>
 
3
    <h4><a href="{$downloadpath|escape}">{$title|escape}</a></h4>
 
4
</div>
 
5
 
 
6
<table class="filedata">
 
7
    <tr><th>{str tag=Type section=artefact.file}:</th><td>{$filetype}</td></tr>
 
8
    <tr><th>{str tag=Description section=artefact.file}:</th><td>{$description|escape}</td></tr>
 
9
    <tr><th>{str tag=Owner section=artefact.file}:</th><td>{$owner}</td></tr>
 
10
    <tr><th>{str tag=Created section=artefact.file}:</th><td>{$created}</td></tr>
 
11
    <tr><th>{str tag=lastmodified section=artefact.file}:</th><td>{$modified}</td></tr>
 
12
    <tr><th>{str tag=Size section=artefact.file}:</th><td>{$size|escape}</td></tr>
 
13
    <tr><th>{str tag=Download section=artefact.file}:</th><td><a href="{$downloadpath|escape}">{str tag=Download section=artefact.file}</a></td></tr>
 
14
</table>