| action.php [code] | General framework for handling user input and performing actions |
| book.php [code] | Search the library catalogue |
| collection.php [code] | Display the contents of a collection of documents |
| const.php [code] | Constants that should not be changed by the user |
| db_upgrade.php [code] | Stand-alone script for upgrading from SemApp ver 1.x |
| del_item.php [code] | Delete an item from the database |
| edit_item.php [code] | Modify an item (e.g. book, url, collection, user) |
| email.php [code] | Display a list of e-mails sent to customer |
| error.php [code] | Error handling |
| help.php [code] | Online help |
| index.php [code] | Display the entry page (overview of document collections) |
| login.php [code] | Login form for registered users |
| logout.php [code] | Log out the user |
| mod_item.php [code] | Functions that perform status changes on items |
| redirect.php [code] | Redirect user to a different URL |
| report.php [code] | Send a status report to all users via e-mail |
| setpw.php [code] | Change password of a user |
| sql.php [code] | SQL database functions |
| upload.php [code] | Functions for handling file uploads / file attachments |
| users.php [code] | Display the user administration interface |
| util.php [code] | Misc. utility functions |
| view_item.php [code] | Display information associated with a document |
1.4.7