Magellan Linux

Diff of /trunk/viewvc/magellan-template/include/dir_footer.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 1  Line 1 
 [if-any search_re_form]  
   <hr />  
   [# this table holds the selectors on the left, and reset on the right ]  
   <table class="auto">  
         <tr>  
           <td>Show files containing the regular expression:</td>  
           <td>  
             <form method="get" action="[search_re_action]">  
               <div>  
                 [search_re_hidden_values]  
                 <input type="text" name="search" value="[search_re]" />  
                 <input type="submit" value="Show" />  
               </div>  
             </form>  
           </td>  
         </tr>  
       [if-any search_re]  
         <tr>  
           <td>&nbsp;</td>  
           <td>  
             <form method="get" action="[search_tag_action]">  
               <div>  
                 [search_tag_hidden_values]  
                 <input type="submit" value="Show all files" />  
               </div>  
             </form>  
           </td>  
         </tr>  
     [end]  
   </table>  
 [end]  
   
1  [# if you want to disable tarball generation remove the following: ]  [# if you want to disable tarball generation remove the following: ]
2  [if-any tarball_href]  [if-any tarball_href]
3    <p style="margin:0;"><a href="[tarball_href]">Download GNU tarball</a></p>  <hr/>
4    <p style="margin:0;"><a href="[tarball_href]">Download GNU tarball</a></p>
5  [end]  [end]
6    
7    [include "props.ezt"]
8  [include "footer.ezt"]  [include "footer.ezt"]
9    

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