forms
[
class tree: forms
] [
index: forms
] [
all elements
]
changelog
install
readme
Todo List
Packages:
core
communication
databases
data_structures
filesystem
forms
GilliGan
html
Services_JSON
Source for file de.inc.php
Documentation is available at
de.inc.php
<?php
/**
*
@package
forms
*
@subpackage
items
*/
/**
* The regular expression to validate the input time.
*/
define
(
"JS_REGEXP_VALID_TIME"
,
"^([01]\\d|2[0-3])(:[0-5]\\d){1,2}$"
)
;
/**
* The error message that appears if the user put in an incorrect time.
*/
define
(
"JS_ERR_INVALID_TIME_MSG"
,
"Bitte geben Sie eine g%FCltige Uhrzeit,\\t\\n"
.
"in der Form HH:MM(:SS) ein."
)
;
?>
Documentation generated on Thu, 05 Jun 2008 19:11:13 +0200 by
phpDocumentor 1.4.1