Go to the source code of this file.
Variables | |
| $lang = (isset($_GET['lang'])) ? $_GET['lang'] : $lang_default | |
| $text = $text_multi[$lang] | |
| $buttons = $buttons_multi[$lang] | |
| $months = $months_multi[$lang] | |
| $cancel = htmlentities("index.php?lang=@lang@") | |
| $finish = htmlentities("register.php?lang=@lang@") | |
This is the entry page for library users. They are redirected to the script edit.php, which will display the application form, and which will redirect them to register.php for the actual registration process.
Definition in file index.php.
1.4.7