equal
deleted
inserted
replaced
5 <title>Bookmarker 3</title> |
5 <title>Bookmarker 3</title> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <h1>Bookmarker 3</h1> |
8 <h1>Bookmarker 3</h1> |
9 <p>Welcome to bookmarker 3!</p> |
9 <p>Welcome to bookmarker 3!</p> |
10 <pre><TMPL_VAR msg></pre> |
10 <dl> |
|
11 <TMPL_LOOP Bookmarks> |
|
12 <dt><a href="<TMPL_VAR url>"><TMPL_VAR name></a></dt> |
|
13 <dd><p><TMPL_VAR desc></p></dd> |
|
14 </TMPL_LOOP> |
|
15 </ul> |
|
16 <form action="index.py" method="post" name="keywords"> |
|
17 <fieldset class="keywords"> |
|
18 <legend>Keywords:</legend> |
|
19 <ul> |
|
20 <TMPL_LOOP Keywords> |
|
21 <li><input type="checkbox" name="kw" |
|
22 <TMPL_IF checked>checked</TMPL_IF> |
|
23 value="<TMPL_VAR id>"/><TMPL_VAR keyword></li> |
|
24 </TMPL_LOOP> |
|
25 </ul> |
|
26 </fieldset> |
|
27 <button type="submit">Refresh</button> |
|
28 </form> |
|
29 <form type |
11 </body> |
30 </body> |
12 </html> |
31 </html> |
13 <!-- Keep this comment at the end of the file |
32 <!-- Keep this comment at the end of the file |
14 Local variables: |
33 Local variables: |
15 mode: sgml |
34 mode: sgml |