source: trunk/template/default/admin/update.vtp @ 30

Last change on this file since 30 was 30, checked in by z0rglub, 21 years ago

using new links to pictures (into the template dir)

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 KB
Line 
1<table style="width:100%;">
2  <!--VTP_introduction-->
3  <tr>
4    <th>{#update_default_title}</th>
5  </tr>
6  <tr>
7    <td>
8      <div class="retrait">
9        <img src="../template/{#user_template}/admin/images/puce.gif" alt="&gt;" />
10        <a href="{#only_cat:url}">{#update_only_cat}</a>
11        <br /><img src="../template/{#user_template}/admin/images/puce.gif" alt="&gt;" />
12        <a href="{#all:url}">{#update_all}</a>
13      </div>
14    </td>
15  </tr>
16  <!--/VTP_introduction-->
17  <!--VTP_local_update-->
18  <tr>
19    <th>{#update_part_research}</th>
20  </tr>
21  <tr>
22    <td>
23      <div class="retrait">
24        <span style="font-weight:bold;color:navy;">{#url}</span><br /><br />
25        <!-- update.php generates itself HTML code for categories -->
26        {#categories}
27        <br /><span style="color:blue;">{#count_new} {#update_research_conclusion}</span>
28        <br /><span style="color:red;">{#count_deleted} {#update_deletion_conclusion}</span>
29      </div>
30    </td>
31  </tr>
32  <!--/VTP_local_update-->
33  <!--VTP_remote_update-->
34  <tr>
35    <th>{#remote_site}</th>
36  </tr>
37  <tr>
38    <td>
39      <div class="retrait">
40        <span style="font-weight:bold;color:navy;">{#url}</span><br /><br />
41        <!-- update.php generates itself HTML code for categories -->
42        {#categories}
43        <br /><span style="color:blue;">{#count_new} {#update_research_conclusion}</span>
44        <br /><span style="color:red;">{#count_deleted} {#update_deletion_conclusion}</span>
45      </div>
46    </td>
47  </tr>
48  <!--/VTP_remote_update-->
49</table>
Note: See TracBrowser for help on using the repository browser.