summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/html.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* - developed configuration interface of http monitoring (Eugene)osmiy2007-01-191-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3732 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed conflict with cookies of other products (Eugene)osmiy2007-01-111-4/+0
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3693 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved editing of graphs (Eugene)osmiy2006-12-051-4/+14
| | | | | | | | - developed 'Color picker' (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3567 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed multitemplate system (Eugene)osmiy2006-10-271-4/+3
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3388 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - developed group permission system (Eugene)osmiy2006-10-231-14/+35
| | | | git-svn-id: svn://svn.zabbix.com/trunk@3371 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved 'Latest data' sreen, items grouped by applications (Eugene)osmiy2006-05-031-5/+11
| | | | | | | - added applications for hosts (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2794 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - code optimization (Eugene)osmiy2006-04-191-8/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2744 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added "Data overview" for screensosmiy2006-03-141-2/+9
| | | | | | | | | | | | | | | | | | | | | | - added "Triggers overview" for screens (Eugene) - added blinking into Trigger overview (Eugene) - added screen displaying in other screen (Eugene) - improved Overview table header, vertical text added (Eugene) - developed "ZABBIX Clock" module for screens (Eugene) - developed "ZABBIX server info" module for screens (Eugene) - developed "Triggers info" module for screens (Eugene) - developed "Host info" module for screens (Eugene) - improved screens displaying, added item alignment (Eugene) - improved ZABBIX server report (Eugene) - improved images configuration (Eugene) - added onserver image resizing for thumbs by php (Eugene) - developed acknowledges system (Eugene) - added icons displaying for maps (Eugene) - added maps displaying for maps (Eugene) - improved maps (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2699 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - Added value mapping for items (Eugene)osmiy2006-02-211-0/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2666 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed navigation bar for Sreens (Eugene)osmiy2006-02-131-2/+8
| | | | | | | (http://www.zabbix.com/forum/showthread.php?t=2148) git-svn-id: svn://svn.zabbix.com/trunk@2637 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - improved Templates logic (Eugene)osmiy2006-02-101-1/+1
| | | | | | | - speed improvement for proc.num of Tru64 (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@2631 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - Frontend improvements (Eugene)osmiy2006-01-191-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2544 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - Minor changes (Eugene)osmiy2006-01-181-5/+12
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2537 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added HTML classes into PHP framework (Eugene)osmiy2006-01-111-0/+16
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2514 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Frontend improvements.hugetoad2006-01-061-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2495 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - all $_GET and $_POST replaced by $_REQUEST. Thanks to James Wells. (Alexei)hugetoad2005-10-241-8/+8
| | | | git-svn-id: svn://svn.zabbix.com/trunk@2215 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2005-08-101-0/+5
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1963 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2005-06-041-0/+5
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1816 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - fixed short php tags in PHP frontend (Alexei)hugetoad2005-05-311-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1793 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - change copyright to SIA Zabbix (Alexei)hugetoad2005-05-151-2/+2
| | | | | | | | | | - added basic support for log[*] (Alexei) - fixed processing of traps having character ':' (Alexei) - added logfiles.h and logfiles.c (Alexei) - group level start/stop monitoring (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1774 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - better readability of php code (Alexei)hugetoad2005-05-141-0/+7
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1772 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Minor changes.hugetoad2005-02-261-0/+13
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1674 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Better support for correct HTML.hugetoad2005-02-231-2/+2
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1669 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Mino changes.hugetoad2005-02-081-1/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1661 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Frontend improvements.hugetoad2004-09-281-2/+5
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1439 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Frontend improvements.hugetoad2004-09-271-0/+1
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1435 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* Frontend improvements.hugetoad2004-09-271-0/+44
| | | | git-svn-id: svn://svn.zabbix.com/trunk@1434 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - use $_GET, $_POST, $_COOKIE to be PHP5-compatible. Thanks to Martin ↵hugetoad2004-08-011-6/+6
| | | | | | MOHNHAUP. (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1368 97f52cf1-0a1b-0410-bd0e-c28be96e8082
* - added frontends/php/include/html.inc.php (Alexei)hugetoad2004-07-051-0/+59
git-svn-id: svn://svn.zabbix.com/trunk@1357 97f52cf1-0a1b-0410-bd0e-c28be96e8082