summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_tables.php
Commit message (Collapse)AuthorAgeFilesLines
* Add semicolonN0YB2015-06-151-2/+3
| | | | Fix delete Java Script to match valid HTML ID
* XHTML ComplianceN0YB2015-06-141-1/+1
| | | | | | | | | html id's not permitted to begin with a number. html id's not permitted to contain '/' add prefix (entry_) and replace slash with hyphen. table entry id format becomes: entry_<ip address>-<cidr> replacing the format: <ip address>/<cidr> does not change the displayed format.
* Code style usr-local-www diagPhil Davis2015-04-191-25/+38
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Tidy up "diag_tables.php" XHTMLColin Fleming2014-05-291-17/+22
| | | | | | | | | | | | | | Add BODY tag Add ACTION to FORM tag Add CDATA section to SCRIPTS Remove NAME from OPTION tag, not valid in XHTML Update HTML Boolean operators Add SUMMARY to TABLE Close IMG tag and add ALT Move closing Anchor tag into PHP staement Change Paragraph tag to TR tag and close Update non breaking space tag Add missing closing FORM, closing BODY and closing HTML tags
* replaced uppercase html tags with lowercaseayvis2014-03-191-1/+1
| | | | js files saved as UTF-8 / LF language="JavaScript" deprecated, replaced with type="text/javascript"
* xhtml Complianceayvis2014-03-141-1/+1
| | | replaced <br>, <br/> and </br> with <br />
* Fix Diag > Tables AJAX fadeOut after deletion for rows with CIDR mask format.jim-p2013-08-161-0/+1
|
* Fix whitespacesRenato Botelho2013-08-071-8/+8
|
* Fix stray DOS carriage return.jim-p2012-12-191-1/+1
|
* Include bogons last update info in Diagnostics: TablesN0YB2012-12-101-2/+4
|
* Include bogons last update info in Diagnostics: TablesN0YB2012-12-101-1/+1
|
* Update usr/local/www/diag_tables.phpN0YB2012-11-291-1/+1
| | | String correction
* Diagnostics Tables Top StatusN0YB2012-11-281-3/+3
| | | | | | | | Updated: Removed variable from gettext fuction call. Add table entries count to status line. Place table status line at top so don't have to scroll to bottom of large tables to see. Add Download latest bogon data button to bogonsv6 table.
* Update usr/local/www/diag_tables.phpN0YB2012-11-281-8/+11
| | | | | |   Add table entries count to status line. Place table status line at top so don't have to scroll to bottom of large tables to see.Add Download latest bogon data button to bogonsv6 table. 
* Escape parameters better when managing tables. Fix test to allow deleting ↵jim-p2012-10-311-6/+6
| | | | | | | | subnet entries as well as IPs. Conflicts: usr/local/www/diag_tables.php
* More shortcutsjim-p2012-08-141-0/+1
|
* Removing unnecessary inclusions of prototype.js, guiconfig.inc already ↵Vinicius Coque2012-01-211-2/+1
| | | | includes this file
* Converting from prototype to jQueryVinicius Coque2011-10-161-4/+7
|
* Added missing Save message.Warren Baker2010-09-021-0/+1
|
* Remove redundant 'Show Bogons' link and added Bogons list to Diagnostics -> ↵Warren Baker2010-09-021-2/+23
| | | | Tables while preserving the same download functionality.
* s/overload//Scott Ullrich2010-08-251-9/+9
|
* Rename to 'Tables'. Ticket #850Scott Ullrich2010-08-251-0/+140
OpenPOWER on IntegriCloud