blob: 97ba879632a563d37f47e754a67cff5e50739df2 (
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
|
<!-- BEGIN introduction -->
<div class="admin">{L_UPDATE_TITLE}</div>
<ul class="menu">
<li><a href="{U_CAT_UPDATE}">{L_CAT_UPDATE}</a></li>
<li><a href="{U_ALL_UPDATE}">{L_ALL_UPDATE}</a></li>
</ul>
<!-- END introduction -->
<!-- BEGIN update -->
<div class="admin">{L_RESULT_UPDATE}</div>
{update.CATEGORIES}
<br /><span style="color:blue;">{update.NEW_CAT} {L_NEW_CATEGORY}</span>
<br /><span style="color:red;">{update.DEL_CAT} {L_DEL_CATEGORY}</span>
<!-- END update -->
<!-- BEGIN remote_update -->
<table>
<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>
</table>
<!-- END remote_update -->
|