blob: 40674b8ac590eede19fe30951d7407e58b19383f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
<table style="width:100%;">
<!--VTP_introduction-->
<tr>
<th>{#update_default_title}</th>
</tr>
<tr>
<td>
<div class="retrait">
<img src="./images/puce.gif" alt=">" />
<a href="{#only_cat:url}">{#update_only_cat}</a>
<br /><img src="./images/puce.gif" alt=">" />
<a href="{#all:url}">{#update_all}</a>
</div>
</td>
</tr>
<!--/VTP_introduction-->
<!--VTP_local_update-->
<tr>
<th>{#update_part_research}</th>
</tr>
<tr>
<td>
<div class="retrait">
<span style="font-weight:bold;color:navy;">{#url}</span><br /><br />
<!-- update.php generates itself HTML code for categories -->
{#categories}
<br /><span style="color:blue;">{#count_new} {#update_research_conclusion}</span>
<br /><span style="color:red;">{#count_deleted} {#update_deletion_conclusion}</span>
</div>
</td>
</tr>
<!--/VTP_local_update-->
<!--VTP_remote_update-->
<tr>
<th>{#remote_site}</th>
</tr>
<tr>
<td>
<div class="retrait">
<span style="font-weight:bold;color:navy;">{#url}</span><br /><br />
<!-- update.php generates itself HTML code for categories -->
{#categories}
<br /><span style="color:blue;">{#count_new} {#update_research_conclusion}</span>
<br /><span style="color:red;">{#count_deleted} {#update_deletion_conclusion}</span>
</div>
</td>
</tr>
<!--/VTP_remote_update-->
</table>
|