equal
deleted
inserted
replaced
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
2 <html> |
2 <html> |
3 <TMPL_INCLUDE NAME="headers.tmpl"> |
3 <TMPL_INCLUDE NAME="headers.tmpl"> |
4 <body> |
4 <body> |
5 <h1><TMPL_VAR pagetitle></h1> |
5 <h1><TMPL_VAR remote_user>'s Add Result</h1> |
6 <p>Bookmark successfully added:</p> |
6 <p>Bookmark successfully added:</p> |
7 <p><a href="<TMPL_VAR url>"><TMPL_VAR name></a><p> |
7 <p><a href="<TMPL_VAR url>"><TMPL_VAR name></a><p> |
8 <p><TMPL_VAR desc></p> |
8 <p><TMPL_VAR desc></p> |
9 <p>Keywords: |
9 <p>Keywords: |
10 <TMPL_LOOP Keywords> |
10 <TMPL_LOOP Keywords> |
11 <TMPL_VAR keyword>; |
11 <TMPL_VAR keyword>; |
12 </TMPL_LOOP></p> |
12 </TMPL_LOOP></p> |
13 <hr> |
13 <hr> |
14 <p>Retour à la <a href="index.py">page principale</a></p> |
14 <p>Back to the <a href="index.py">main page</a></p> |
15 </body> |
15 </body> |
16 </html> |
16 </html> |
17 <!-- Keep this comment at the end of the file |
17 <!-- Keep this comment at the end of the file |
18 Local variables: |
18 Local variables: |
19 mode: sgml |
19 mode: sgml |