summaryrefslogtreecommitdiff
path: root/src/views/Template.class.php
AgeCommit message (Collapse)Author
2011-10-09Begin transitioning to HTML5 (this commit breaks the "build")html5Luke Shumaker
2011-10-04Add some (S)CSS for printing.Luke Shumaker
2011-09-06Fix a few style issues (use .wide class for $t->inputTextArea(), css tweaks)Luke Shumaker
2011-09-06Differentiate between when we want checkboxes to be booleans, or bit arrays.Luke Shumaker
For the booleans, we use a hidden input to send false back if they aren't selected. * Template.class.php: rename inputBool() to inputBoolArray(), create new inputBool() * index.html.php: use a hidden input to send false when an checkbox isn't selected. * individual.html.php: add inputBool() function, use $t->inputBoolArray() in inputArray()
2011-09-05(mostly) Fix the installer. We still need to set baseurl in the 'conf' table ↵mckenzierobotics.org
manually.
2011-09-05Change user messages a bitLuke Shumaker
2011-09-05Refactor a bitLuke Shumaker
* move a lot of stuff out of MessageManager * move models from lib to models
2011-09-04Fix 2 small bugs in Template.class.phpLuke Shumaker
* do a |= instead of = for setting $this->red in Template->link() * don't ever escape the url in Template->url()
2011-09-04Add a textarea input to the normal template form stuff.Luke Shumaker
2011-08-01initial commit.Luke Shumaker
Partway through a rewrite. I have some old files I didn't want to entirely delete.