Magellan Linux

Diff of /trunk/viewvc/magellan-template/query_form.ezt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7 by niro, Tue Oct 30 22:18:26 2012 UTC revision 8 by niro, Fri May 13 08:48:34 2016 UTC
# Line 6  Line 6 
6  [include "include/header.ezt" "query"]  [include "include/header.ezt" "query"]
7    
8  <p><a href="[dir_href]">  <p><a href="[dir_href]">
9  <img src="[docroot]/images/dir.png" width="16" height="16" alt="Directory" />  <img src="[docroot]/images/dir.png" class="vc_icon" alt="Directory" />
10  Browse Directory</a></p>  Browse Directory</a></p>
11    
12  <form action="[query_action]" method="get">  <form action="[query_action]" method="get">
13    
14  <div class="vc_query_form">  <div class="vc_query_form">
15    [query_hidden_values]    [for query_hidden_values]<input type="hidden" name="[query_hidden_values.name]" value="[query_hidden_values.value]"/>[end]
16  <table cellspacing="0" cellpadding="5" class="auto">  <table cellspacing="0" cellpadding="5" class="auto">
17    [is roottype "cvs"]    [is roottype "cvs"]
18    [# For subversion, the branch field is not used ]    [# For subversion, the branch field is not used ]
# Line 101  Browse Directory</a></p> Line 101  Browse Directory</a></p>
101          Regex doesn't match          Regex doesn't match
102        </label>        </label>
103      </td>      </td>
104      </tr>
105      <tr>
106        <th style="text-align:right;vertical-align:top;">Comment:</th>
107        <td>
108          <input type="text" name="comment" value="[comment]" /><br />
109          <label for="comment_match_exact">
110            <input type="radio" name="comment_match" id="comment_match_exact"
111               value="exact" [is comment_match "exact"]checked=""[end] />
112            Exact match
113          </label>
114          <label for="comment_match_glob">
115            <input type="radio" name="comment_match" id="comment_match_glob"
116               value="glob" [is comment_match "glob"]checked=""[end] />
117            Glob pattern match
118          </label>
119          <label for="comment_match_regex">
120            <input type="radio" name="comment_match" id="comment_match_regex"
121               value="regex" [is comment_match "regex"]checked=""[end] />
122            Regex match
123          </label>
124          <label for="comment_match_notregex">
125            <input type="radio" name="comment_match" id="comment_match_notregex"
126               value="notregex" [is comment_match "notregex"]checked=""[end] />
127            Regex doesn't match
128          </label>
129        </td>
130    </tr>    </tr>
131    <tr>    <tr>
132      <th style="text-align:right;vertical-align:top;">Sort By:</th>      <th style="text-align:right;vertical-align:top;">Sort By:</th>

Legend:
Removed from v.7  
changed lines
  Added in v.8