Sample

Top

This is a event.shtml which is an HTML file.
You can write event information here and put a SSI as follows.

<!--#exec cgi="../cgi-bin/attlist.cgi" -->

or

<!--#include virtual="../cgi-bin/attlist.cgi?id=1" -->

Note : The path to the CGI has to be set properly along with your environement.

Then it will display as follows.

最終更新者は aaa、最終更新日は 2005年9月25日10時21分です
更新者のお名前:

 ←決定ボタンはここ
名前 出席 欠席 未定
A君
B君
C君
D君
管理用

attlist.cgi Ver. 3.014
Copyright(C) 1997-2005, hidekik.com


You cna put multiple attend list distinguished by an ID.

<!--#include virtual="../cgi-bin/attlist.cgi?id=2" -->

Then it will display as follows.
The update date and password is displayed not because of id=2.It is set in the admin setup.

最終更新者は aaa、最終更新日は 2005年9月13日13時33分です
更新者のお名前:

 ←決定ボタンはここ
名前 出席 欠席 未定 初期
状態
更新日 パスワード
E君 4/15/2005
F君 5/31/2005
G君 5/31/2005
Hさん 9/13/2005
パスワードをブランクで登録すると誰でも変更できるようになります。ブランク以外の時だけ保護されます。
管理用

attlist.cgi Ver. 3.014
Copyright(C) 1997-2005, hidekik.com


You can add attendee numbers by setting an option in the admin setup.

<!--#include virtual="../cgi-bin/attlist.cgi?id=3" -->

Then it will display as follows.

最終更新者は rczrsxlu、最終更新日は 2008年11月7日20時45分です
更新者のお名前:

 ←決定ボタンはここ
名前 出席 欠席 未定 参加
人数
名前 出席 欠席 未定 参加
人数
I君 Oさん
K君 Pさん
J君 Qさん
L君 Rさん
M君 Sさん
N君 Tさん
参加合計5 人
管理用

attlist.cgi Ver. 3.014
Copyright(C) 1997-2005, hidekik.com


ID can be any value as follows.
<!--#include virtual="../cgi-bin/attlist.cgi?id=party" -->

Then it will display as follows.

最終更新者は test、最終更新日は 2005年9月18日01時56分です
更新者のお名前:

 ←決定ボタンはここ
名前 出席 欠席 未定 パスワード
A君
B君
C君
D君
パスワードをブランクで登録すると誰でも変更できるようになります。ブランク以外の時だけ保護されます。
管理用

attlist.cgi Ver. 3.014
Copyright(C) 1997-2005, hidekik.com


Top