root/devel/mod/file/templates/file_file.html

Revision 1081, 431 bytes (checked in by ben, 2 years ago)

Integrating content toolbar and file repository integration by Diego Ramirez.

Line 
1 <div class="filetable">
2 <table>
3     <tr>
4         <td>
5             <a href="{{url}}">
6                 <img src="{{icon}}" width="56" height="70" border="0" alt="" />
7             </a>
8         </td>
9         <td>
10             <a href="{{url}}"><b>{{title}}</b></a>
11             <p>{{menu}}</p>
12             <p>{{description}}</p>
13             <p>{{originalname}}</p>
14             <p>{{keywords}}</p>
15         </td>
16     </tr>
17 </table>
18 </div>
Note: See TracBrowser for help on using the browser.