Lines Matching +full:button +full:- +full:uid
4 . ./setup-vars
6 backtitle="An Example for the use of --form:"
8 ids=`id|sed -e 's/([^)]*)//g'`
9 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
10 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
19 returntext=`$DIALOG --ok-label "Submit" \
20 --backtitle "$backtitle" "$@" \
21 --form "Here is a possible piece of a configuration program." \
24 "1 UID:" 2 1 "$uid" 2 12 10 10 \
28 "2 UID:" 6 1 "$uid" 6 12 10 10 \
32 "3 UID:" 10 1 "$uid" 10 12 10 10 \
36 "4 UID:" 14 1 "$uid" 14 12 10 10 \
40 "5 UID:" 18 1 "$uid" 18 12 10 10 \
44 "6 UID:" 22 1 "$uid" 22 12 10 10 \
48 "7 UID:" 26 1 "$uid" 26 12 10 10 \
53 exec 3>&-
55 show=`echo "$returntext" |sed -e 's/^/ /'`
60 --clear \
61 --backtitle "$backtitle" \
62 --yesno "Really quit?" 10 30
74 --clear \
75 --backtitle "$backtitle" --no-collapse --cr-wrap \
76 --msgbox "Resulting data:\n\
80 . ./report-button