s4

view scripts/s4-basic1.case @ 506:36c4d7ea464d

Happy new year 2019!
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 14 Jan 2019 02:10:34 +0900
parents
children 9cf0b6b7bb90
line source
1 "home"|"")
2 rowid=${2%%[!A-Z0-9a-z_]*}
3 contenttype; echo
4 # func tbl-deffile rowidForUpdation
5 default_smail $formdir/memo.def
6 ;;
7 "edittable")
8 contenttype; echo
9 m4 -D_TITLE_="既存レコードの編集" $layout/html.m4.html
10 edittable "$formdir/$2.def" "$2" "$3"
11 ;;
12 "viewtable")
13 contenttype; echo
14 m4 -D_TITLE_="レコードの詳細" $layout/html.m4.html
15 viewtable "$formdir/$2.def" "$2" "$3"
16 ;;
17 "showattc")
18 # $2=table_m $3=rowid $4=val
19 shift
20 showattc "$@"
21 exit 0
22 ;;