summaryrefslogtreecommitdiffstats
path: root/app/template-html.lsp
Commit message (Expand)AuthorAgeFilesLines
* Fix HTML template to include <head>Ted Trask2019-09-111-0/+1
* Remove trailing whitespaceTed Trask2016-08-041-7/+7
* Add some missing require statementsTed Trask2015-05-141-1/+3
* Fix automatic focus on first input in template-html.lspTed Trask2015-04-291-1/+1
* Switch HTML template to HTML5 and cleanup code by removing extra divsTed Trask2013-12-311-146/+107
* Fix HTML 4.01 Strict syntax errors in template-html.lspTed Trask2013-12-301-25/+31
* Check if jquery already loaded before loading againTed Trask2013-10-031-2/+8
* Change logon/logout action to logon/logoff and standardize on logon/off inste...Ted Trask2013-05-301-3/+3
* Fixed hostname parameter scope by moving if statementTed Trask2012-11-091-1/+3
* Added option to have skin-specific javascriptTed Trask2012-10-111-0/+1
* Added clientdata.skinned option to turn off skins in html templateTed Trask2012-10-021-0/+6
* Modified html template to set focus to first useable fieldTed Trask2012-02-061-0/+5
* Changed mvc and www view_resolvers to make auto_view workTed Trask2012-02-021-2/+1
* Modified require statements for acf.xTed Trask2012-01-211-1/+1
* Change template-html to put class 'selected' on selected main menu option.Ted Trask2010-03-161-2/+2
* Added new view variable wwwprefix to adjust web path, fix index.html redirect.Ted Trask2010-02-161-4/+4
* Changes to skins to allow user skins to be addedTed Trask2010-01-211-3/+3
* Modified menus to allow multiple controllers to use same menu group.Ted Trask2009-12-231-7/+6
* Modified permissions from controller:action to prefix/controller/action.Ted Trask2009-12-211-2/+2
* Changed about link to point to www.a.o instead of wiki.Ted Trask2009-11-021-1/+1
* Fixed broken template from last checkin.Ted Trask2009-01-161-2/+2
* Modified html.lua and viewlibrary.lua and all html files to html_escape varia...Ted Trask2009-01-151-12/+12
* use <% %> instead of <? ?>Natanael Copa2008-07-281-22/+22
* replace 'made with care by webconf' tag at bottom of pageNathan Angelacos2008-07-071-1/+1
* Subnav now a ul, and snow works with itNathan Angelacos2008-05-271-1/+4
* Adding support to move skins to a specific subfolder.Mika Havela2008-05-211-3/+3
* Replaced references to ENV[SCRIPT_NAME] with self.conf.script.Ted Trask2008-05-151-3/+3
* Added suppress_view option to dispatch_component and return viewtable.Ted Trask2008-05-141-4/+13
* Change inheritance from worker->self->parent to self->worker->parent as found...Ted Trask2008-05-141-2/+2
* Added support for components to acf_www-controller.Ted Trask2008-05-091-2/+2
* Ted's Logon/permissions changesTed Trask2008-04-211-34/+20
* removed ext-js stuffNatanael Copa2008-03-281-3/+0
* Added functionallity for IE-specific cssMika Havela2008-02-141-0/+3
* Changed the way the submenu-tabs is displayed. Now tabs are defined in the .m...Mika Havela2008-02-061-3/+3
* added few lines for extjs demoNatanael Copa2008-02-011-0/+3
* Forgot the template-html.lsp. Always good to do a make install and see what w...Mike Mason2008-01-261-4/+6
* Fixed a bug that caused the main-nav to lose highlight on the main-nav when y...Mika Havela2008-01-241-1/+1
* Fixed broken menu (used to be a unused ul,li).Mika Havela2008-01-121-4/+8
* Moved login to header. The main menu needs some more work. There is a empty U...Mika Havela2008-01-101-9/+10
* add a reset.cssNathan Angelacos2008-01-101-0/+1
* Change template doctype to strict dtdNathan Angelacos2008-01-101-4/+1
* added missing "Natanael Copa2008-01-101-1/+1
* trying IE8.js to make IE7 a real browserNathan Angelacos2008-01-091-0/+3
* Fixed problem when multiple nav-items are selectedMika Havela2008-01-071-1/+1
* class=mute on the navNathan Angelacos2008-01-071-1/+7
* add logo id to templateNathan Angelacos2008-01-071-3/+5
* Dropping &nbsp; from template-html.lspMika Havela2008-01-071-13/+13
* Changed class=postnav to id=postnav, added leader/tailer class to most <DIV I...Mika Havela2008-01-071-11/+24
* Modifying template based on sample.htmlMika Havela2008-01-031-41/+71
* Modified the way the template works against the css.Mika Havela2007-12-201-71/+63