- Timestamp:
- Aug 4, 2006, 6:59:36 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 097c244
- Parents:
- 4d915e1
- File:
-
- 1 edited
-
package/webif/files/usr/lib/webif/form.awk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/webif/files/usr/lib/webif/form.awk
r4d915e1 r26f465f 65 65 if (onchange != "") opts = opts " onchange=\"" onchange "(this)\"" 66 66 if (onclick != "") opts = opts " onclick=\"" onclick "(this)\"" 67 print "<input id=\"" $2 "_" $3 "\"type=\"radio\" name=\"" $2 "\" value=\"" $4 "\" " opts " />"67 print "<input type=\"radio\" name=\"" $2 "\" value=\"" $4 "\" " opts " />" 68 68 } 69 69 $1 ~ /^select/ {
Note:
See TracChangeset
for help on using the changeset viewer.
