summaryrefslogtreecommitdiffstats
path: root/app/template-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Fix HTML template to include <head>Ted Trask2019-09-111-0/+1
| | | | Added blank line because <head> and <meta> tags were dropped otherwise.
* 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
| | | | Needed to check for visible
* Switch HTML template to HTML5 and cleanup code by removing extra divsTed Trask2013-12-311-146/+107
| | | | | Removed div class leader, tailer, and mute Removed div id logo and postnav
* 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 ↵Ted Trask2013-05-301-3/+3
| | | | instead of login/out
* 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
| | | | | | Templates (for www) now receive a viewfunc, rather than using viewfile. Actions without views with viewtype of html, ajax, stream, or serialized will now be displayed using standard code. Fixed bug in acf-cli parameters messing up action
* 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
| | | | page_info.skindir is no longer available to views, but staticdir is.
* Modified menus to allow multiple controllers to use same menu group.Ted Trask2009-12-231-7/+6
| | | | Also, allow for symlinks when searching for menu files. Slight cleanup of roles.
* Modified permissions from controller:action to prefix/controller/action.Ted Trask2009-12-211-2/+2
| | | | | Had to move welcome to the acf-util prefix. Changed format of roles files: old ACF format will still work, but authenticator format won't.
* 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
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1679 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-151-12/+12
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-281-22/+22
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* replace 'made with care by webconf' tag at bottom of pageNathan Angelacos2008-07-071-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1288 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Subnav now a ul, and snow works with itNathan Angelacos2008-05-271-1/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1185 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Adding support to move skins to a specific subfolder.Mika Havela2008-05-211-3/+3
| | | | | | Preparation to move out skins to separate acf's (instead of having all skins in acf-core. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1138 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Replaced references to ENV[SCRIPT_NAME] with self.conf.script.Ted Trask2008-05-151-3/+3
| | | | | | Logon link no longer forced to be https. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1120 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added suppress_view option to dispatch_component and return viewtable.Ted Trask2008-05-141-4/+13
| | | | | | | Removed hostname from pageinfo and replaced with component load in template. A little cleanup to use pageinfo in views. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1119 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Change inheritance from worker->self->parent to self->worker->parent as ↵Ted Trask2008-05-141-2/+2
| | | | | | | | | | found in wiki. Move the permissions stuff out of mvc.dispatch into new acf_www.dispatch. Moved redirect from mvc to acf_www and made to parse path. Changed the order of parameters to template and passed all to the view. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1118 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added support for components to acf_www-controller.Ted Trask2008-05-091-2/+2
| | | | | | Now views can load sub-views (components) using a function in the view library (which is now passed to each view). Based on Ruby on Rails components. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1115 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Ted's Logon/permissions changesTed Trask2008-04-211-34/+20
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1030 ab2d0c66-481e-0410-8bed-d214d4d58bed
* removed ext-js stuffNatanael Copa2008-03-281-3/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@854 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added functionallity for IE-specific cssMika Havela2008-02-141-0/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@718 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed the way the submenu-tabs is displayed. Now tabs are defined in the ↵Mika Havela2008-02-061-3/+3
| | | | | | .menu files. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@705 ab2d0c66-481e-0410-8bed-d214d4d58bed
* added few lines for extjs demoNatanael Copa2008-02-011-0/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Forgot the template-html.lsp. Always good to do a make install and see what ↵Mike Mason2008-01-261-4/+6
| | | | | | was forgotten. ;) git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@657 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed a bug that caused the main-nav to lose highlight on the main-nav when ↵Mika Havela2008-01-241-1/+1
| | | | | | you change sto another sub-nav. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@643 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed broken menu (used to be a unused ul,li).Mika Havela2008-01-121-4/+8
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@555 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Moved login to header. The main menu needs some more work. There is a empty ↵Mika Havela2008-01-101-9/+10
| | | | | | UL/LI on top, which shouldn't be there git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@538 ab2d0c66-481e-0410-8bed-d214d4d58bed
* add a reset.cssNathan Angelacos2008-01-101-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@534 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Change template doctype to strict dtdNathan Angelacos2008-01-101-4/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@530 ab2d0c66-481e-0410-8bed-d214d4d58bed
* added missing "Natanael Copa2008-01-101-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@526 ab2d0c66-481e-0410-8bed-d214d4d58bed
* trying IE8.js to make IE7 a real browserNathan Angelacos2008-01-091-0/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@522 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed problem when multiple nav-items are selectedMika Havela2008-01-071-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@503 ab2d0c66-481e-0410-8bed-d214d4d58bed
* class=mute on the navNathan Angelacos2008-01-071-1/+7
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@500 ab2d0c66-481e-0410-8bed-d214d4d58bed
* add logo id to templateNathan Angelacos2008-01-071-3/+5
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@498 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Dropping &nbsp; from template-html.lspMika Havela2008-01-071-13/+13
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@496 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed class=postnav to id=postnav, added leader/tailer class to most <DIV ↵Mika Havela2008-01-071-11/+24
| | | | | | ID... git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@494 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modifying template based on sample.htmlMika Havela2008-01-031-41/+71
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@486 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified the way the template works against the css.Mika Havela2007-12-201-71/+63
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@431 ab2d0c66-481e-0410-8bed-d214d4d58bed