equal
deleted
inserted
replaced
11 <p> |
11 <p> |
12 <label>Include: |
12 <label>Include: |
13 <select multiple name="sel" onchange="submit()" |
13 <select multiple name="sel" onchange="submit()" |
14 size="<TMPL_VAR kw_size>"> |
14 size="<TMPL_VAR kw_size>"> |
15 <TMPL_LOOP Keywords> |
15 <TMPL_LOOP Keywords> |
|
16 <TMPL_UNLESS excluded> |
16 <option value="<TMPL_VAR id>" |
17 <option value="<TMPL_VAR id>" |
17 <TMPL_IF selected>selected</TMPL_IF> |
18 <TMPL_IF selected>selected</TMPL_IF> |
18 ><TMPL_VAR keyword> (<TMPL_VAR count>)</option> |
19 ><TMPL_VAR keyword> (<TMPL_VAR count>)</option> |
|
20 </TMPL_UNLESS> |
19 </TMPL_LOOP></select> |
21 </TMPL_LOOP></select> |
20 <label>Exclude: |
22 <label>Exclude: |
21 <select multiple name="exc" onchange="submit()" |
23 <select multiple name="exc" onchange="submit()" |
22 size="<TMPL_VAR kw_size>"> |
24 size="<TMPL_VAR kw_size>"> |
23 <TMPL_LOOP Keywords> |
25 <TMPL_LOOP Keywords> |
|
26 <TMPL_UNLESS selected> |
24 <option value="<TMPL_VAR id>" |
27 <option value="<TMPL_VAR id>" |
25 <TMPL_IF excluded>selected</TMPL_IF> |
28 <TMPL_IF excluded>selected</TMPL_IF> |
26 ><TMPL_VAR keyword> (<TMPL_VAR count>)</option> |
29 ><TMPL_VAR keyword> (<TMPL_VAR count>)</option> |
|
30 </TMPL_UNLESS> |
27 </TMPL_LOOP></select> |
31 </TMPL_LOOP></select> |
28 </p> |
32 </p> |
29 <button>Lookup</button> |
33 <button>Lookup</button> |
30 </fieldset> |
34 </fieldset> |
31 </form> |
35 </form> |