add_result.tmpl
branchxbelweb
changeset 17 14bec94bbe89
parent 10 5515d74ba3f1
child 21 345ee7421989
equal deleted inserted replaced
16:07adce9ccccb 17:14bec94bbe89
     7   <body>
     7   <body>
     8     <h1>Fabien's XBelWeb</h1>
     8     <h1>Fabien's XBelWeb</h1>
     9     <p>Bookmark successfully added:</p>
     9     <p>Bookmark successfully added:</p>
    10     <p><a href="<TMPL_VAR url>"><TMPL_VAR name></a><p>
    10     <p><a href="<TMPL_VAR url>"><TMPL_VAR name></a><p>
    11     <p><TMPL_VAR desc></p>
    11     <p><TMPL_VAR desc></p>
    12     <p>Keywords:</p>
    12     <p>Keywords:
    13     <TMPL_INCLUDE NAME="keywords.tmpl">
    13     <TMPL_LOOP Keywords>
       
    14       <TMPL_VAR keyword>;
       
    15     </TMPL_LOOP></p>
    14     <hr>
    16     <hr>
    15     <p>Retour à la <a href="index.py">page principale</a></p>
    17     <p>Retour à la <a href="index.py">page principale</a></p>
    16   </body>
    18   </body>
    17 </html>
    19 </html>
    18 <!-- Keep this comment at the end of the file
    20 <!-- Keep this comment at the end of the file