source: trunk/plugins/admin_advices/admin_advices.tpl @ 1709

Last change on this file since 1709 was 1709, checked in by vdigital, 17 years ago

Admin Advices now is p0w0 compliant (other themes as well coming).
Admin Advices random thumbnail is partly check (Name, Description, Author, creation date and metadata) well updated or not.
Tags relation will be checked asap for the thumbnail.
More : Thumbnail is directly linked to Modify picture Admin function to make it accurate.

File size: 1.7 KB
Line 
1<!-- $Id: admin_advices.tpl 939 2005-11-17 20:13:36Z VDigital $ -->
2
3<div class="content" style="list-style-type:none; margin: 0 1em 0 14.5em; border: 1px solid;">
4  <h2 style="font-weight: bold; padding-left: 2em;">{lang:About}: {ADVICE_ABOUT}</h2>
5    <h3 style="text-align: left; padding-left: 3em;">{ADVICE_TEXT}</h3>
6    <table>
7    <tr><td style="text-align: left; padding-left: 2em; width:50%;">
8    <!-- BEGIN More -->
9      {More.ADVICE}  <br />
10    <!-- END More -->
11    </td><td style="text-align: left; width:15%;">
12    <!-- BEGIN thumbnail -->
13    <a href="{thumbnail.U_MODIFY}" alt="{lang:link_info_image}">
14    <img class="thumbnail" src="{thumbnail.IMAGE}"
15               alt="{thumbnail.IMAGE_ALT}" title="{thumbnail.IMAGE_TITLE}"></a>
16    </td><td style="text-align: left; width:15%;">
17    <img src="{thumbnail.NAME}.png"
18               alt="{thumbnail.IMAGE_ALT}" title="{thumbnail.IMAGE_TITLE}">{lang:Name}<br />
19    <img src="{thumbnail.COMMENT}.png"
20               alt="{thumbnail.IMAGE_ALT}" title="{thumbnail.IMAGE_TITLE}">{lang:Description}<br />
21    <img src="{thumbnail.AUTHOR}.png"
22               alt="{thumbnail.IMAGE_ALT}" title="{thumbnail.IMAGE_TITLE}">{lang:Author}<br />
23    <img src="{thumbnail.CREATE_DATE}.png"
24               alt="{thumbnail.IMAGE_ALT}" title="{thumbnail.IMAGE_TITLE}">{lang:Creation date}<br />
25    <img src="{thumbnail.METADATA}.png"
26               alt="{thumbnail.IMAGE_ALT}" title="{thumbnail.IMAGE_TITLE}">{lang:Metadata}<br />
27<!-- DEGING miss_Tags
28    <img src="{thumbnail.TAGS}.png"
29               alt="{thumbnail.IMAGE_ALT}" title="{thumbnail.IMAGE_TITLE}">{lang:Tags}
30 END miss_Tags -->             
31    <!-- END thumbnail -->
32  </td></tr>
33  </table>
34</div>
Note: See TracBrowser for help on using the repository browser.