summaryrefslogtreecommitdiff
path: root/templates/admin_active.html
blob: a1b244bed595505f904528086674a749af2dd70e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<form action="%link%" method="post">
    <p>
        Search Angel: <input type="text" name="search" value="%search%" /><input type="submit" name="submit" value="Search" />
    </p>
    <p>
        Mark <input type="text" name="count" value="%count%" style="width: 30px;"/>most working angels as active <input type="submit" name="set_active" value="Preview" />
    </p>
    <p>
        %set_active%
    </p>
</form>
%msg%
<table>
    <thead>
        <tr>
            <th>
                Nickname
            </th>
            <th>
                Size
            </th>
            <th>
                Shifts
            </th>
            <th>
                Length
            </th>
            <th>
                Active?
            </th>
            <th>
                T-shirt?
            </th>
            <th>
                Action
            </th>
        </tr>
    </thead>
    <tbody>
        %table%
    </tbody>
</table>