blob: c5849c8e2e08c963ca1267929880fb71fa014fda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
%# $Header: /home/cvs/cvsroot/freeside/rt/webrt/Elements/Attic/SelectDateRelation,v 1.1 2002-08-12 06:17:08 ivan Exp $
<SELECT NAME ="<%$Name%>">
<OPTION VALUE="<"><%$Before%></OPTION>
<OPTION VALUE="="><%$On%></OPTION>
<OPTION VALUE=">"><%$After%></OPTION>
</SELECT>
<%ARGS>
$Name => undef
$Default => undef
$Before => 'Before'
$On => 'On'
$After => 'After'
</%ARGS>
|