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