Commit | Date | |
---|---|---|
[r61]
by
brettz9
1) $num = ($_REQUEST['template']) ? intval($_REQUEST['template']) : 1; changed to the following to avoid a notice: $num = (isset($_REQUEST['template'])) ? intval($_REQUEST['template']) : 1; 2) <html xmlns="http://www.w3.org/1999/xhtml"" xml:lang="en" lang="en"> to <html xmlns="http://www.w3.org/1999/xhtml"" xml:lang="<?php echo $l; ?>" lang="<?php echo $l; ?>"> 3) Added JS feature testing for add to clipboard and give an alert message if not supported 4) Localized the few remaining items: copy to clipboard, back to top, for bugs, etc...contact me..., and added a few more 5) Added a textbox for formatted output (to be able to copy and paste for those of us with browsers not supporting the 'copy to clipboard' function), and in the process separated the cssparse.css also into a new file, cssparsed.css, in order to make another textbox for the CSS used to style the CSS). 6) Removed the <pre> tags to do this with CSS. 7) Added checkbox to output CSS code as whole HTML doc |
2007-08-01 07:14:25 | Tree |
[r60]
by
brettz9
Allowed set_cfg to be set with one value: an associative array of properties and values |
2007-08-01 07:11:28 | Tree |
2007-07-10 08:21:55 | Tree | |
2007-07-06 17:19:25 | Tree | |
2007-07-02 18:02:41 | Tree | |
2007-07-02 17:26:54 | Tree | |
2007-06-30 11:03:41 | Tree | |
2007-06-30 10:22:11 | Tree | |
2007-04-03 18:20:04 | Tree | |
2007-03-16 07:18:45 | Tree |