comparison rhodecode/templates/repo_switcher_list.html @ 1653:b1e1dffd595c beta

one generic qfilter function.
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 04 Nov 2011 21:18:46 +0200
parents 96ae22a4e963
children f91d3f9b7230
comparison
equal deleted inserted replaced
1652:8384eaabeb19 1653:b1e1dffd595c
1 ## -*- coding: utf-8 -*- 1 ## -*- coding: utf-8 -*-
2 2
3 <li class="qfilter_rs"> 3 <li class="qfilter_rs">
4 <input type="text" 4 <input type="text" style="border:0" value="quick filter..." name="filter" size="15" id="q_filter_rs" />
5 style="border:0"
6 value="quick filter..."
7 name="filter" size="15" id="q_filter_rs" />
8 </li> 5 </li>
9 6
10 %for repo in c.repos_list: 7 %for repo in c.repos_list:
11 8
12 %if repo['dbrepo']['private']: 9 %if repo['dbrepo']['private']: