Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Trying to make a key for the table |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | index-key |
Files: | files | file ages | folders |
SHA3-256: |
75d684a010662c564306a4aa55dfe5cd |
User & Date: | dkf 2018-07-08 10:17:37.645 |
Context
2018-07-08
| ||
10:18 | rebuild the index check-in: 721a546fd8 user: dkf tags: index-key, minor change | |
10:17 | Trying to make a key for the table check-in: 75d684a010 user: dkf tags: index-key | |
2018-07-07
| ||
10:15 | Header corrections check-in: b6ed5ffcad user: dkf tags: minor change, trunk | |
Changes
Changes to scripts/mkhtmlindex.tcl.
︙ | ︙ | |||
23 24 25 26 27 28 29 | <option value='d'>Docs</option> <option value='t'>Tickets</option> </select> <input type="submit" value="Search"> </div></form> <p> | | > > > > > > > > > > > > > > | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | <option value='d'>Docs</option> <option value='t'>Tickets</option> </select> <input type="submit" value="Search"> </div></form> <p> <div><div float="right"> Key:<br> <table> <tr class="projectdraft"><td>Draft Project</td></tr> <tr class="projectdraft projectdraft86"><td>Draft Project (8.6)</td></tr> <tr class="invote"><td>In Current Vote</td></tr> <tr class="projectaccepted"><td>Accepted Project</td></tr> <tr class="rejected"><td>Rejected Project</td></tr> <tr class="withdrawn"><td>Withdrawn Project</td></tr> <tr class="projectfinal"><td>Final Project</td></tr> <tr class="process"><td>Process TIP</td></tr> <tr class="informational"><td>Informational TIP</td></tr> </table> </div> <div> Filter Toggles: </div> <div> <input type="checkbox" id="click_projectdraft">Drafts</button> <input type="checkbox" id="click_projectfinal">Finals</button> <input type="checkbox" id="click_project">Projects</button> (<input type="checkbox" id="click_project84">8.4</button> |
︙ | ︙ |