Changeset 629 for trunk/template


Ignore:
Timestamp:
Dec 2, 2004, 1:45:57 PM (20 years ago)
Author:
gweltas
Message:

Search form update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/default/search.tpl

    r621 r629  
    1818    <td width="50%" colspan="2"><b>{L_SEARCH_KEYWORDS} : </b><br /><span class="small">{L_SEARCH_KEYWORDS_HINT}</span></td>
    1919    <td colspan="2" valign="top">
    20           <input type="text" style="width: 300px" name="search_keywords" size="30" />
     20          <input type="text" style="width: 300px" name="search_allwords" size="30" />
    2121          <br />
    2222          <input type="radio" name="mode" value="AND" checked="checked" /> {L_SEARCH_ALL_TERMS}<br />
     
    3535        <table><tr><td>
    3636          {L_SEARCH_DATE_FROM} :</td><td>
    37           {S_CALENDAR_DAY}{S_CALENDAR_MONTH}{S_CALENDAR_YEAR}&nbsp;
     37          {S_CALENDAR_DAY}&nbsp;{S_CALENDAR_MONTH}&nbsp;<input name="start_year" type="text" size="4" maxlength="4">&nbsp;
    3838          <a href="#" name="#" onClick="document.post.start_day.value={TODAY_DAY};document.post.start_month.value={TODAY_MONTH};document.post.start_year.value={TODAY_YEAR};" />{L_TODAY}</a>
    3939          </tr><tr><td>
    40           {L_SEARCH_DURATION} : </td><td>
    41           <input name="duration_day" type="post" maxlength="5" size="3" value="{DURATION_DAY}" />&nbsp;{L_DAYS}
     40          {L_SEARCH_DATE_TO} :</td><td>
     41          {E_CALENDAR_DAY}&nbsp;{E_CALENDAR_MONTH}&nbsp;<input name="end_year" type="text" size="4" maxlength="4">&nbsp;
     42          <a href="#" name="#" onClick="document.post.end_day.value={TODAY_DAY};document.post.end_month.value={TODAY_MONTH};document.post.end_year.value={TODAY_YEAR};" />{L_TODAY}</a>
    4243          </td></tr></table>
    4344        </td>
     
    6465    <td width="25%" nowrap="nowrap"><b>{L_SEARCH_DATE_TYPE} : </b></td>
    6566    <td width="25%" nowrap="nowrap">
    66           <input type="radio" name="date_type" value="date_creation" />{L_SEARCH_CREATION}<br />
    67           <input type="radio" name="date_type" value="date_available" checked="checked" />{L_SEARCH_AVAILABILITY}
     67          <input type="radio" name="date_type" value="date_creation" checked="checked" />{L_SEARCH_CREATION}<br />
     68          <input type="radio" name="date_type" value="date_available" />{L_SEARCH_AVAILABILITY}
    6869        </td>
    6970        <td><b>{L_RESULT_SORT} : </b></td>
Note: See TracChangeset for help on using the changeset viewer.