fixed/added page level docblock

This commit is contained in:
Sebastian Mendel
2007-03-20 10:32:13 +00:00
parent b948e16584
commit 374abd5173
171 changed files with 1092 additions and 454 deletions

View File

@@ -1,4 +1,9 @@
/* $Id$ */
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* general function, usally for data manipulation pages
*
* @version $Id$
*/
/**
* @var sql_box_locked lock for the sqlbox textarea in the querybox/querywindow

View File

@@ -1,5 +1,9 @@
/* $Id$ */
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* function used for index manipulation pages
*
* @version $Id$
*/
/**
* Ensures a value submitted in a form is numeric and is in a range

View File

@@ -1,5 +1,9 @@
/* $Id$ */
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* function used in server privilege pages
*
* @version $Id$
*/
/**
* Validates the password field in a form

View File

@@ -1,5 +1,9 @@
/* $Id$ */
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* function used in table data manipulation pages
*
* @version $Id$
*/
/**
* Modify from controls when the "NULL" checkbox is selected

View File

@@ -1,11 +1,14 @@
/* $Id$ */
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Displays the Tooltips (hints), if we have some
* 2005-01-20 added by Michael Keck (mkkeck)
*
* @version $Id$
*/
/**
*
*/
var ttXpos = 0, ttYpos = 0;
var ttXadd = 10, ttYadd = -10;
var ttDisplay = 0, ttHoldIt = 0;

View File

@@ -1,5 +1,9 @@
/* $Id$ */
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* function used for password change form
*
* @version $Id$
*/
/**
* Validates the password field in a form