Ignore:
Timestamp:
Jun 8, 2011, 4:12:31 PM (14 years ago)
Author:
dennisw
Message:

Options are now added to select-elements as described on http://stackoverflow.com/questions/170986/what-is-the-best-way-to-add-options-to-a-select-from-an-array-with-jquery which seems to be a faster way.

Disabled non-working filters. No point in showing them if they don't work yet. (date & encryption)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/website/templates/home.html

    r9242 r9243  
    4242      <div id="filter_list">
    4343        <form method="get" action="">
    44           <select id="select_date" style="width:104px"></select> Date<br />
    4544          <select id="select_user" style="width:104px"></select> User<br />
    4645          <select id="select_dataset" style="width:104px"></select> Dataset<br />
    4746          <select id="select_node" style="width:104px"></select> Node<br />
    48           <select id="select_encryption" style="width:104px"></select> Encryption<br />
    4947          <input type="text" id="lname" name="lname" size="10"/> Layername<br />
    5048          <input type="text" id="colour" name="colour" size="10"/> Colour<br />
Note: See TracChangeset for help on using the changeset viewer.