summaryrefslogtreecommitdiffstats
path: root/app/view/stdpage.php (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-09-20stdpage: Add assertconfirm() functionMalf Furious1-0/+4
2018-09-20Add start of single-pad viewMalf Furious1-0/+7
2018-09-19stdpage: Update user button appearanceMalf Furious1-1/+8
Removed placholder text and now displaying the logged-in user's display name. This is accopanied by the user icon and (conditionally) the 'cool' sunglasses icon for admins. This is similar, but not identical, to the markup of my old archived code I'm clearing out.
2018-09-19stdpage: Add additional spacing to "Not Logged In" textMalf Furious1-1/+1
This additional spacing is added to the navbar text to improve its appearance in the browser.
2018-09-16Add settings modal and user settings tabMalf Furious1-3/+4
Updated old settings modal design, to incorporate added Scrott features. Reimplemented this modal in Scrott from archived code and have included it in the navbar.
2018-09-08Add 'New Pad' modalMalf Furious1-1/+6
2018-09-07Include bootstrap-select from std pageMalf Furious1-0/+2
2018-07-24Add About Scrott modalMalf Furious1-0/+16
2018-07-24Show PAGE_NAME in the navbar/pad selectMalf Furious1-1/+1
2018-07-22Add groups/pads page buttons to navbarMalf Furious1-0/+2
2018-07-22Implement display of object page background imagesMalf Furious1-1/+12
2018-07-21Display new group modal in navMalf Furious1-3/+4
2018-07-20Add the notice modalMalf Furious1-0/+53
2018-02-11Add start of navbarMalf Furious1-0/+68
2018-02-07Move body padding-top style to stdpage\head()Malf Furious1-0/+4
To accomodate the navbar, also changed to the more-common value of 70px. This looks ok on the setup page.
2018-02-07Update stdpage\head()Malf Furious1-0/+11
Added name and version number to information comment.
2017-06-27Reformat view helper modulesMalf Furious1-3/+4
To limit whitespace being piped to the client, remove empty lines of free HTML between PHP functions defined in view files. To maintain readability, this spacing is added back at the top and bottom of each PHP function.
2017-06-24Remove unnessary identifier qualifiersMalf Furious1-3/+3
2017-06-24Add stdpage view templateMalf Furious1-0/+65