mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 17:32:25 +02:00
*** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@12 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -0,0 +1,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>
|
||||
Reference in New Issue
Block a user