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

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

Integrating content toolbar and file repository integration by Diego Ramirez.

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