summaryrefslogtreecommitdiffstats
path: root/usr/local/www/head.inc
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-1/+1
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style usr-local-www back-endPhil Davis2015-04-191-72/+76
| | | | files that do stuff in mostly in the background.
* Fix aliases popup width when fields are hidden when page is loaded. It ↵Renato Botelho2015-02-021-1/+1
| | | | should fix #4238
* move jquery ui css to theme foldersJared Dillard2015-01-161-1/+1
|
* Option for browser tab text orderPhil Davis2014-11-251-1/+5
|
* Update jquery-ui components to 1.11.1, it fixes #3879"Renato Botelho2014-09-221-2/+2
|
* Update jquery to 1.11.1Renato Botelho2014-09-181-1/+2
| | | | | | | * Update jquery to latest version * Use production version instead of development * Rename file to have version on it and avoid browser cache issues * Add jquery-migrate to keep backward compatible with old version
* Tidy up "system_information.widget.php" XHTMLColin Fleming2014-04-011-0/+1
| | | | | Add CDATA secttions to script Remove link to CSS file and place it in HEAD.INC and add "type"
* added favicon to logged in pagesJared Dillard2013-10-101-0/+1
|
* Auto codeset change for pfsense-utils.inctechnical502013-05-101-2/+2
| | | Codeset auto checking pfsense-utils.inc do not need anymore 8859-1 charset
* Update HTML in "include" filesColin Fleming2013-02-061-10/+30
| | | | | | | | | | | | | | | Udated the DOCTYPE to make it W3C standard/compliant. Moved "sorttable.js", "ticker.js" and the "antiClickJack style" from "fbegin.inc" and place them in "head.inc" (where they belong), this may also help the Widescreen package to work. Close BR, INPUT and IMG tags properly, update IMG tags with "alt" and update TABLE tags with "summary". Updated the SCRIPT and STYLE with proper CDATA sections. Updated LINK with the correct types.
* Make a function to get the current theme and use it everywhere rather than ↵jim-p2012-11-021-19/+1
| | | | duplicating code or missing functions. (Fixes forced themes using the wrong theme for login screen)
* Add UA support for BB PlayBook - patch by Pho Bia. Fixes #2648Warren Baker2012-10-011-1/+1
|
* (line endings UNIX format..)PiBa-NL2012-09-161-1/+9
| | | | | | | | Firewall log alternating colored rows Firewall log sortable Fixed several sorting issues in widgets and other pages Sorting now possible on multiple rows in the header tables Sorting now possible for text that starts with IPv4:port
* Converting from scriptaculous to jQueryVinicius Coque2011-11-161-0/+1
| | | | Adding jQuery UI, so now we can use effects and widgets provided by this library and remove scriptaculous code. Building the dashboard using the widget jQuery UI sortable
* Add jQuery javascript libraryVinicius Coque2011-09-271-1/+4
|
* Add a couple more mobile browser detection strings (BlackBerry, Opera Mini/Mobi)jim-p2011-08-251-1/+1
|
* Provide a method for rebrands to force a theme. Otherwise upgrading nanobsd ↵jim-p2011-04-221-1/+3
| | | | from pfSense to a rebrand image without the theme in the config.xml will have a broken GUI since the theme isn't there.
* Fix copy/paste errorjim-p2011-04-081-1/+1
|
* Make sure a theme directory actually exists before blindly using it.jim-p2011-04-081-1/+1
|
* Use the call to basename to remove the extension rather than trim, since ↵Erik Fonnesbeck2011-03-011-1/+1
| | | | trim takes a list of characters, not the exact string to remove. Suggested by http://forum.pfsense.org/index.php/topic,32967.0.html
* Generalize the "low res" user agent detection so it isn't Apple-specific. ↵jim-p2010-10-191-3/+3
| | | | Include Android in the detection, and also provide a mechanism so that the "low res" theme can be set in globals.inc.
* Fix line endings on remaining files that did not have the same line endings ↵Erik Fonnesbeck2010-09-011-92/+92
| | | | as everything else.
* Make the new tabs themableScott Ullrich2010-08-051-1/+1
|
* new tab menurobiscool2010-08-051-91/+92
|
* Allow setting <remote_managed_pages><item> page items such as ↵Scott Ullrich2010-07-271-0/+13
| | | | /services_captiveportal.php which signals the GUI that the contents of the page are being controlled from a remote machine and disallow the GUI page from being edited.
* Add iPad supportScott Ullrich2010-04-031-1/+1
|
* Unbreak prototype and friendsScott Ullrich2010-02-071-10/+10
|
* Fixup nifty css corners locations and codeScott Ullrich2010-02-061-8/+3
|
* Stop using the inline output function to include javascript and css files. ↵Scott Ullrich2010-02-061-16/+15
| | | | Even with this function speeding up embedded installs it slows down all installation via WAN links since it is loading so much data on every request.
* Fix the quotes on this line.jim-p2009-12-241-1/+1
|
* Fix hostname in page title. thanks to sullrich@ for pointerChris Buechler2009-11-171-2/+2
|
* Add theme Apple touch icon supportScott Ullrich2009-10-051-0/+1
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-0/+4
| | | | include 2009 on files that I have asserted (C) on
* Massive javascript cleanup, all .js files now live in $g['www_path']/javascriptBill Marquette2009-03-141-18/+18
| | | | Purged unused JS
* Add global.jsScott Ullrich2009-03-141-1/+3
|
* Sajax is no more, long live PrototypeBill Marquette2009-03-141-9/+1
| | | | This eliminates one AJAX library, but not all "non-Prototype" AJAX code
* Fix javascript include in head.incBill Marquette2009-03-131-3/+4
| | | | | Add dragdrop (used in index.php for the Sortable class) use dom:loaded event instead of window.loaded
* Move Scriptaculous/Prototype includes to head.inc and remove the code ↵Bill Marquette2009-03-131-1/+4
| | | | duplication
* Detect iphone / ipodScott Ullrich2008-11-171-0/+9
|
* Use outputCSSPrintFileInline() functionScott Ullrich2008-08-091-1/+1
|
* * Check if file existsScott Ullrich2008-08-091-3/+8
| | | | | * Correct Javascript -> CSS incorrect assignment * Restore inline functions
* Do not inline niftycssCode.cssScott Ullrich2008-08-091-2/+2
|
* Unbreak 1.3 CP.Scott Ullrich2008-08-091-1/+1
|
* Include firebug lite if enablefirebug lite GET parm is setScott Ullrich2008-07-271-1/+5
|
* Add inline print style css output code and switch nifty to it.Scott Ullrich2008-07-271-9/+7
|
* REALLY unbreak niftycornersScott Ullrich2008-07-271-2/+1
|
* Unbreak nifty cornersScott Ullrich2008-07-271-6/+13
|
* Begin using inline CSS/JS including functions.Scott Ullrich2008-07-271-4/+5
|
* Fix a bug that prevented the page title from being displayed correctly.Matthew Grooms2008-07-251-1/+3
|
OpenPOWER on IntegriCloud