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:
rub 2008-02-27 23:08:44 +00:00
commit 618158aca4
78 changed files with 78 additions and 0 deletions

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id: notification_by_mail.tpl Ruben ARNAUD -->
<div class="titrePage">
<h2>{lang:Add_Index}</h2>

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<div class="content">
<h2>{lang:An_advice_about} {ADVICE_ABOUT}</h2>
<h3>{ADVICE_TEXT}</h3>

View file

@ -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">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<div class="titrePage">
<h2>Event Tracer</h2>
</div>

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<div id="content">
<div class="titrePage">
<ul class="categoryActions">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<div class="titrePage">
<ul class="categoryActions">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<h2>{lang:title_categories}</h2>

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<div class="titrePage">
<ul class="categoryActions">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<div class="titrePage">
<ul class="categoryActions">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<div class="titrePage">
<ul class="categoryActions">

View file

@ -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>

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<dl>
<dt>{lang:c13y_title}</dt>

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<div class="titrePage">
<h2>{lang:waiting} {TABSHEET_TITLE}</h2>

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<div class="titrePage">
<ul class="categoryActions">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<table class="doubleSelect">
<tr>
<td>

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<h2>{lang:Batch management}</h2>

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<h2>{lang:Batch management}</h2>
<h3>{CATEGORIES_NAV}</h3>

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<div class="titrePage">
<ul class="categoryActions">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<h2>{TITLE}</h2>
<form method="post" action="{F_ACTION}">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<div class="titrePage">
<ul class="categoryActions">
<li>

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<h2>{lang:title_default}</h2>
<!-- BEGIN pwgmenu -->

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<div class="titrePage">
<ul class="categoryActions">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id: notification_by_mail.tpl Ruben ARNAUD -->
<div class="titrePage">
<ul class="categoryActions">

View file

@ -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>

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<h2>{lang:title_picmod}</h2>

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<div class="titrePage">
<h2>{PLUGIN_TITLE}</h2>
</div>

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<div class="titrePage">
<h2>{lang:Profile}</h2>
</div>

View file

@ -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">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<div class="titrePage">
<ul class="categoryActions">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<div class="titrePage">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<div class="titrePage">
<ul class="categoryActions">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<ul class="tabsheet">
<!-- BEGIN tab -->

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<div class="titrePage">
<h2>{lang:Manage tags}</h2>
</div>

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<div class="titrePage">
<ul class="categoryActions">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<div class="titrePage">
<h2>{lang:waiting} {TABSHEET_TITLE}</h2>

View file

@ -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>

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<h2>{TITLE}</h2>
<!-- BEGIN groups -->

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<div class="titrePage">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<div id="content">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<div id="copyright">
<a name="EoP"></a> <!-- End of Page -->
<!-- BEGIN debug -->

View file

@ -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}">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<div id="content">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
{MENUBAR}
<div id="content">

View file

@ -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">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<div id="cat_group_info">
<h2>{lang:Informations}</h2>
<p>{IMG_URL}</p>

View file

@ -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>

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
</div> <!-- content -->
<div id="copyright">
<HR>

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
/* $Id$ */
/* Global mail css */
/* Including like css style on HTML mail */

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
-----={BOUNDARY_KEY}
Content-Type: {CONTENT_TYPE}; charset="{CONTENT_ENCODING}";
Content-Transfer-Encoding: 8bit

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
{lang:Hello,}
{lang:Come to discover the category:} {CAT_NAME}

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
{lang:nbm_content_hello_1}{USERNAME}{lang:nbm_content_hello_2}
<!-- BEGIN subscribe_by_admin -->

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
------------------------
PhpWebGallery {VERSION}

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
-----={BOUNDARY_KEY}
Content-Type: {CONTENT_TYPE}; charset="{CONTENT_ENCODING}";
Content-Transfer-Encoding: 8bit

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- BEGIN categories -->
<!-- $Id$ -->
<ul class="thumbnailCategories">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<div id="menubar">
<!-- BEGIN links -->

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- BEGIN calendar -->
<!-- $Id$ -->
<!-- BEGIN thumbnails -->

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<div id="content">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<div id="content">
<div class="titrePage">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<div id="content">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- BEGIN errors -->
<div class="errors">
<ul>

View file

@ -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 -->

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<div class="navButtons">
<!-- BEGIN last -->

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<div id="content">
{HELP_CONTENT}
</div> <!-- content -->

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<div id="content">
<!-- BEGIN errors -->

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<form method="post" name="profile" action="{F_ACTION}" id="profile" class="properties">
<fieldset>

View file

@ -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>

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<div id="registerPage">
<div id="content">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<div id="content">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<div id="content">
<h2>{lang:Search rules}</h2>

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<div id="imageHeaderBar">
<div class="browsePath">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<div id="content">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
/* $Id$ */
/* Theme mail css */
/* Including like css style on HTML mail */

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
/* $Id$ */
/* Theme mail css */
/* Including like css style on HTML mail */

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
/* $Id$ */
/* Theme mail css */
/* Including like css style on HTML mail */

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
/* $Id$ */
/* Theme mail css */
/* Including like css style on HTML mail */

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<!-- $Id$ -->
<!-- BEGIN thumbnails -->
<ul class="thumbnails">

View file

@ -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">

View file

@ -1,3 +1,4 @@
<!-- DEV TAG: not smarty migrated -->
<div id="content">
<div class="titrePage">