s4

changeset 537:6daa70fbf97c

Inactivate diary.def
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 06 Apr 2019 18:58:10 +0900
parents 83a9550ad564
children 1c784b64d9f0
files examples/sns/form/diary.def examples/sns/form/diary.def.notUSED s4-init.sh
diffstat 3 files changed, 6 insertions(+), 5 deletions(-) [+]
line diff
     1.1 --- a/examples/sns/form/diary.def	Sat Apr 06 18:51:18 2019 +0900
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,4 +0,0 @@
     1.4 -タイトル:title:s:text:length="20" maxlength="40"
     1.5 -曜日:wday:s:radio:日=sun 月=mon 火=tue 水=wed 木=thu 金=fri 土=sun
     1.6 -本文:diary:s:textarea: rows="4" cols="30" maxlength="2048"
     1.7 -stage:stage:s:hidden:value="diary"
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/examples/sns/form/diary.def.notUSED	Sat Apr 06 18:58:10 2019 +0900
     2.3 @@ -0,0 +1,5 @@
     2.4 +# プライマリキー(:p)がないと使えない(現状不要なので整備せず)
     2.5 +タイトル:title:s:text:length="20" maxlength="40"
     2.6 +曜日:wday:s:radio:日=sun 月=mon 火=tue 水=wed 木=thu 金=fri 土=sun
     2.7 +本文:diary:s:textarea: rows="4" cols="30" maxlength="2048"
     2.8 +stage:stage:s:hidden:value="diary"
     3.1 --- a/s4-init.sh	Sat Apr 06 18:51:18 2019 +0900
     3.2 +++ b/s4-init.sh	Sat Apr 06 18:58:10 2019 +0900
     3.3 @@ -1,5 +1,5 @@
     3.4  #!/bin/sh
     3.5 -type cgiinit >/dev/null 2.&1 || . `dirname $0`/s4-funcs.sh
     3.6 +type cgiinit >/dev/null 2>&1 || . `dirname $0`/s4-funcs.sh
     3.7  
     3.8  create() {
     3.9    # $1=type $2=obj $3=defs...