|
Functionalities
Attend list
- Choise of attend, absent, tbd
- Fixed member. Members are decided by an administrator
- Option to have attendee numbers
- Option of Password protectoin
- Multiple pages can be put in a page.
- Distinguished by IDs
- Using SSI
- Easy setup
- There is a non-SSI versoin Attend list 2.
Installation
- Put attlist.cgi into a CGI executable and writable directory.
- If necessary, create a new directory to store data file. It can be the same as where the CGI is located without creating a new one.
- Modify the Perl path of the first line of the attlist.cgi to match your server environment.
- Modify permission of attlist.cgi properly.
- Create a parent page as .shtml file which is SSI executable. Put attlist.cgi into the HTML file as below
<!--#exec cgi="../cgi-bin/attlist.cgi" -->
or
<!--#include virtual="../cgi-bin/attlist.cgi?id=1" -->
<!--#include virtual="../cgi-bin/attlist.cgi?id=2" -->
When you use an id, use include virtual.
The path is a relative path from the shtml file or absolute path
- Open the .shtml file. Then it will ask admin password. Please set it here.
- Once set the password, the CGI will work as an Attend list. Click the "admin setup" link and set the CGI environement.
- Now you can use it as an attend list.
- Initially, none of status is set. Please set all of them to init or tbd.
Sample and Source
Revision history
- Ver3.014 : 10/4/05 : Modified cyrpt
- Ver3.013 : 10/2/05 : Added link to Copyright
- Ver3.012 : 9/3/05 : Deleted jcode.pl
- Ver3.011 : 7/25/05 : Added an option to remove "init" from selection
- Ver3.01 : 8/28/03 : Added an error processing when a wrong back URL is set.
- Ver 3.0 : 4/28/03 : Added password protection. Combined rdattend.pl and wrattend.pl to attlist.cgi. Added multiple attendee option
|