source: tags/release-1_7_2/plugins/admin_advices/admin_advices.tpl @ 3303

Last change on this file since 3303 was 1912, checked in by rub, 17 years ago

Update svn properties (svn:eol-style and svn:keywords)

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
Line 
1<div class="content">
2  <h2>{lang:An_advice_about} {ADVICE_ABOUT}</h2>
3    <h3>{ADVICE_TEXT}</h3>
4    <table summary="Admin advices summary">
5    <tr><td style="text-align: left; width: 50%;">
6    <!-- BEGIN More -->
7      {More.ADVICE}  <br />
8    <!-- END More -->
9    <br />
10    </td><td style="text-align: right; width: 20%;">
11    <!-- BEGIN thumbnail -->
12    <a href="{thumbnail.U_MODIFY}" title="{lang:link_info_image}">
13    <img class="thumbnail" src="{thumbnail.IMAGE}"
14               alt="{thumbnail.IMAGE_ALT}" title="{thumbnail.IMAGE_TITLE}"></a>
15    </td><td style="text-align: left;">
16    <img src="{thumbnail.NAME}.png"
17               alt="{thumbnail.IMAGE_ALT}" title="{thumbnail.IMAGE_TITLE}"> {lang:Name}<br />
18    <img src="{thumbnail.COMMENT}.png"
19               alt="{thumbnail.IMAGE_ALT}" title="{thumbnail.IMAGE_TITLE}"> {lang:Description}<br />
20    <img src="{thumbnail.AUTHOR}.png"
21               alt="{thumbnail.IMAGE_ALT}" title="{thumbnail.IMAGE_TITLE}"> {lang:Author}<br />
22    <img src="{thumbnail.CREATE_DATE}.png"
23               alt="{thumbnail.IMAGE_ALT}" title="{thumbnail.IMAGE_TITLE}"> {lang:Creation date}<br />
24    <img src="{thumbnail.METADATA}.png"
25               alt="{thumbnail.IMAGE_ALT}" title="{thumbnail.IMAGE_TITLE}"> {lang:Metadata}<br />
26    <img src="{thumbnail.TAGS}.png"
27               alt="{thumbnail.IMAGE_ALT}" title="{thumbnail.IMAGE_TITLE}"> {lang:Tags} ({thumbnail.NUM_TAGS})
28    <!-- END thumbnail -->
29  </td></tr>
30  </table>
31
32</div>
Note: See TracBrowser for help on using the repository browser.