Add comment tags in order to know tpl to migrate
# tag for f in `find . -name \*.tpl` do echo $f mv $f $f.tmp echo '<!-- DEV TAG: not smarty migrated -->' > $f cat $f.tmp >> $f rm -f $f.tmp done #find file not migrated for f in `find . -name \*.tpl` do grep -i '<!-- DEV TAG: not smarty migrated -->' $f > /dev/null && echo $f done git-svn-id: http://piwigo.org/svn/trunk@2222 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
aed45457d7
commit
618158aca4
78 changed files with 78 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id: notification_by_mail.tpl Ruben ARNAUD -->
|
||||
<div class="titrePage">
|
||||
<h2>{lang:Add_Index}</h2>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<div class="content">
|
||||
<h2>{lang:An_advice_about} {ADVICE_ABOUT}</h2>
|
||||
<h3>{ADVICE_TEXT}</h3>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
There are {NB_EVENTS} calls to triger_event or triger_action.
|
||||
|
||||
<table width="99%" class="table2">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<div class="titrePage">
|
||||
<h2>Event Tracer</h2>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<div id="content">
|
||||
<div class="titrePage">
|
||||
<ul class="categoryActions">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<div class="titrePage">
|
||||
<ul class="categoryActions">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<h2>{lang:title_categories}</h2>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<div class="titrePage">
|
||||
<ul class="categoryActions">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<div class="titrePage">
|
||||
<ul class="categoryActions">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<div class="titrePage">
|
||||
<ul class="categoryActions">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<div class="titrePage">
|
||||
<ul class="categoryActions">
|
||||
<li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<dl>
|
||||
<dt>{lang:c13y_title}</dt>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<div class="titrePage">
|
||||
<h2>{lang:waiting} {TABSHEET_TITLE}</h2>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<div class="titrePage">
|
||||
<ul class="categoryActions">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<table class="doubleSelect">
|
||||
<tr>
|
||||
<td>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<h2>{lang:Batch management}</h2>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<h2>{lang:Batch management}</h2>
|
||||
|
||||
<h3>{CATEGORIES_NAV}</h3>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<div class="titrePage">
|
||||
<ul class="categoryActions">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<h2>{TITLE}</h2>
|
||||
|
||||
<form method="post" action="{F_ACTION}">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<div class="titrePage">
|
||||
<ul class="categoryActions">
|
||||
<li>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<h2>{lang:title_default}</h2>
|
||||
<!-- BEGIN pwgmenu -->
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<div class="titrePage">
|
||||
<ul class="categoryActions">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id: notification_by_mail.tpl Ruben ARNAUD -->
|
||||
<div class="titrePage">
|
||||
<ul class="categoryActions">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<div class="titrePage">
|
||||
<ul class="categoryActions">
|
||||
<li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<h2>{lang:title_picmod}</h2>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<div class="titrePage">
|
||||
<h2>{PLUGIN_TITLE}</h2>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<div class="titrePage">
|
||||
<h2>{lang:Profile}</h2>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<h2>{lang:Rating} [{NB_ELEMENTS} {lang:elements}]</h2>
|
||||
|
||||
<form action="{F_ACTION}" method="GET" id="update" class="filter">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<div class="titrePage">
|
||||
<ul class="categoryActions">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
|
||||
<div class="titrePage">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<div class="titrePage">
|
||||
<ul class="categoryActions">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<ul class="tabsheet">
|
||||
<!-- BEGIN tab -->
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<div class="titrePage">
|
||||
<h2>{lang:Manage tags}</h2>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<div class="titrePage">
|
||||
<ul class="categoryActions">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<div class="titrePage">
|
||||
<h2>{lang:waiting} {TABSHEET_TITLE}</h2>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<div class="titrePage">
|
||||
<ul class="categoryActions">
|
||||
<li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<h2>{TITLE}</h2>
|
||||
|
||||
<!-- BEGIN groups -->
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
|
||||
<div class="titrePage">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<div id="content">
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<div id="copyright">
|
||||
<a name="EoP"></a> <!-- End of Page -->
|
||||
<!-- BEGIN debug -->
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="{LANG}" dir="{DIR}">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<div id="content">
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
{MENUBAR}
|
||||
<div id="content">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html lang="fr">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<div id="cat_group_info">
|
||||
<h2>{lang:Informations}</h2>
|
||||
<p>{IMG_URL}</p>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<div id="nbm_message">
|
||||
<h2>{lang:Notification}</h2>
|
||||
<p>{lang:nbm_content_hello_1}{USERNAME}{lang:nbm_content_hello_2}</p>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
</div> <!-- content -->
|
||||
<div id="copyright">
|
||||
<HR>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
/* $Id$ */
|
||||
/* Global mail css */
|
||||
/* Including like css style on HTML mail */
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
-----={BOUNDARY_KEY}
|
||||
Content-Type: {CONTENT_TYPE}; charset="{CONTENT_ENCODING}";
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
{lang:Hello,}
|
||||
|
||||
{lang:Come to discover the category:} {CAT_NAME}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
{lang:nbm_content_hello_1}{USERNAME}{lang:nbm_content_hello_2}
|
||||
|
||||
<!-- BEGIN subscribe_by_admin -->
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
|
||||
------------------------
|
||||
PhpWebGallery {VERSION}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
-----={BOUNDARY_KEY}
|
||||
Content-Type: {CONTENT_TYPE}; charset="{CONTENT_ENCODING}";
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- BEGIN categories -->
|
||||
<!-- $Id$ -->
|
||||
<ul class="thumbnailCategories">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<div id="menubar">
|
||||
<!-- BEGIN links -->
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- BEGIN calendar -->
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN thumbnails -->
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
|
||||
<div id="content">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<div id="content">
|
||||
|
||||
<div class="titrePage">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<div id="content">
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- BEGIN errors -->
|
||||
<div class="errors">
|
||||
<ul>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- BEGIN high -->
|
||||
<a href="javascript:phpWGOpenWindow('{high.U_HIGH}','{high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')">
|
||||
<!-- END high -->
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<div class="navButtons">
|
||||
<!-- BEGIN last -->
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<div id="content">
|
||||
{HELP_CONTENT}
|
||||
</div> <!-- content -->
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<div id="content">
|
||||
|
||||
<!-- BEGIN errors -->
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<form method="post" name="profile" action="{F_ACTION}" id="profile" class="properties">
|
||||
|
||||
<fieldset>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<p>{U_REDIRECT_MSG}</p>
|
||||
<p><a href="{U_REFRESH}">{lang:click_to_redirect}</a></p>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<div id="registerPage">
|
||||
|
||||
<div id="content">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<div id="content">
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<div id="content">
|
||||
<h2>{lang:Search rules}</h2>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<div id="imageHeaderBar">
|
||||
<div class="browsePath">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<div id="content">
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
/* $Id$ */
|
||||
/* Theme mail css */
|
||||
/* Including like css style on HTML mail */
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
/* $Id$ */
|
||||
/* Theme mail css */
|
||||
/* Including like css style on HTML mail */
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
/* $Id$ */
|
||||
/* Theme mail css */
|
||||
/* Including like css style on HTML mail */
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
/* $Id$ */
|
||||
/* Theme mail css */
|
||||
/* Including like css style on HTML mail */
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!-- $Id$ -->
|
||||
<!-- BEGIN thumbnails -->
|
||||
<ul class="thumbnails">
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
<!-- DEV TAG: not smarty migrated -->
|
||||
<div id="content">
|
||||
|
||||
<div class="titrePage">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue