Lines Matching +full:button +full:- +full:uid
2 # $Id: form1-utf8,v 1.10 2020/11/26 00:33:23 tom Exp $
4 . ./setup-vars
6 . ./setup-utf8
8 backtitle="An Example for the use of --form:"
10 ids=`id|sed -e 's/([^)]*)//g'`
11 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
12 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
21 returntext=`$DIALOG --ok-label "Submit" \
22 --backtitle "$backtitle" \
23 --insecure "$@" \
24 --form "Here is a possible piece of a configuration program." \
27 "UID:" 2 1 "$uid" 2 10 8 0 \
32 exec 3>&-
34 show=`echo "$returntext" |sed -e 's/^/ /'`
39 --clear \
40 --backtitle "$backtitle" \
41 --yesno "Really quit?" 10 30
53 --clear \
54 --backtitle "$backtitle" --no-collapse --cr-wrap \
55 --msgbox "Resulting data:\n\
59 . ./report-button