add_result.tmpl
branchxbelweb
changeset 43 4d194fce51e1
parent 21 345ee7421989
--- a/add_result.tmpl	Sun Oct 12 10:55:22 2003 -0400
+++ b/add_result.tmpl	Sun Oct 12 11:11:31 2003 -0400
@@ -2,7 +2,7 @@
 <html>
   <TMPL_INCLUDE NAME="headers.tmpl">
   <body>
-    <h1><TMPL_VAR pagetitle></h1>
+    <h1><TMPL_VAR remote_user>'s Add Result</h1>
     <p>Bookmark successfully added:</p>
     <p><a href="<TMPL_VAR url>"><TMPL_VAR name></a><p>
     <p><TMPL_VAR desc></p>
@@ -11,7 +11,7 @@
       <TMPL_VAR keyword>;
     </TMPL_LOOP></p>
     <hr>
-    <p>Retour à la <a href="index.py">page principale</a></p>
+    <p>Back to the <a href="index.py">main page</a></p>
   </body>
 </html>
 <!-- Keep this comment at the end of the file