Revision 2609
Added by sgarg about 19 years ago
lib/style/common/templates/entryForm.tmpl | ||
---|---|---|
1990 | 1990 |
<td class="rightCol"><span class="label">*Data Medium</span></td> |
1991 | 1991 |
|
1992 | 1992 |
<td colspan="5" align="left"> |
1993 |
[% IF form == 're_entry' && dataMedium == "digital " %]
|
|
1993 |
[% IF form == 're_entry' && (dataMedium == "digital " || dataMedium == "digital") %]
|
|
1994 | 1994 |
<input type="radio" name="dataMedium" onClick="handleOther(0, 'otherDM')" value="digital" CHECKED><span class="regtext">Digital </span></input> |
1995 | 1995 |
[%ELSE%] |
1996 | 1996 |
<input type="radio" name="dataMedium" onClick="handleOther(0, 'otherDM')" value="digital"><span class="regtext">Digital </span></input> |
1997 | 1997 |
[% END %] |
1998 |
[% IF form == 're_entry' && dataMedium == "hardcopy " %]
|
|
1998 |
[% IF form == 're_entry' && (dataMedium == "hardcopy " || dataMedium == "hardcopy") %]
|
|
1999 | 1999 |
<input type="radio" name="dataMedium" onClick="handleOther(0, 'otherDM')" value="hardcopy" CHECKED><span class="regtext">Hardcopy </span></input> |
2000 | 2000 |
[%ELSE%] |
2001 | 2001 |
<input type="radio" name="dataMedium" onClick="handleOther(0, 'otherDM')" value="hardcopy"><span class="regtext">Hardcopy </span></input> |
Also available in: Unified diff
Fix for bug 2218