File: list_nav_1.t

package info (click to toggle)
prayer 1.3.4-dfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,416 kB
  • sloc: ansic: 43,089; makefile: 812; sh: 451; perl: 166
file content (20 lines) | stat: -rw-r--r-- 693 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
%# $Cambridge: hermes/src/prayer/templates/cam/list_nav_1.t,v 1.1 2008/09/16 10:52:45 dpc22 Exp $
<td>
%#
%# $_agg should be "aggregate" at top "aggregate2" at bottom of screen.
%#
% IFDEF $g_use_icons
%   CALL list_nav_1_icons
% ELSE
%   CALL list_nav_1_noicons
% ENDIF
  <select name="<% $_agg |n %>">
  <option value="delete">Delete marked</option>
  <option value="undelete">Undelete marked</option>
  <option value="read">Flag as read</option>
  <option value="unread">Flag as unread</option>
  <option value="forward">Forward marked</option>
  <option value="copy" selected="selected">Copy marked</option>
  </select>
  <input type="submit" name="sub_<% $_agg |n %>" value="Go" />
</td>