equal
deleted
inserted
replaced
1 <html> |
1 <html> |
2 <TMPL_INCLUDE NAME="headers.tmpl"> |
2 <TMPL_INCLUDE NAME="headers.tmpl"> |
3 <body> |
3 <body> |
4 <h1><TMPL_VAR pagetitle></h1> |
4 <h1><TMPL_VAR remote_user>'s Edit Keywords</h1> |
5 <form action="do_edit_kw.py" method="get" name="edit"> |
5 <form action="do_edit_kw.py" method="get" name="edit"> |
6 <label>Keywords: |
6 <label>Keywords: |
7 <select multiple name="kw" size="<TMPL_VAR kw_size>"> |
7 <select multiple name="kw" size="<TMPL_VAR kw_size>"> |
8 <TMPL_LOOP Keywords> |
8 <TMPL_LOOP Keywords> |
9 <option value="<TMPL_VAR id>"><TMPL_VAR keyword></option> |
9 <option value="<TMPL_VAR id>"><TMPL_VAR keyword></option> |