mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-15 23:36:59 +00:00
make html output to use Bootstrap and DataTables
This make the table output good looking, and allows users to click table headings to sort data by column without rerunning the analysis. Unfortunately this change is breaking change, meaning the old CSS tags are no longer supported, nor partial html output that printed only the table. Proposed-by: Aaron Paetznick <aaronp@critd.com> Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
c7917152d3
commit
1299737d76
6 changed files with 170 additions and 209 deletions
|
|
@ -68,12 +68,10 @@ Sort results in reverse order.
|
|||
Output format.
|
||||
Text
|
||||
.RI ( t ).
|
||||
Standard html
|
||||
.RI ( h )
|
||||
outputs only the HTML tables, and is useful for embedding more complex web
|
||||
pages. Full-html
|
||||
Full-html
|
||||
.RI ( H )
|
||||
provides complete HTML headers, etc., including in-line CSS. The
|
||||
page output.
|
||||
The
|
||||
.RI ( c )
|
||||
stands for comma-separated values. Output format xml
|
||||
.RI ( x )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue