summaryrefslogtreecommitdiffstats
path: root/examples/app/view/common/topp.view.php (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2017-01-15Reorganize examples/ directoryMalf Furious1-83/+0
2016-10-22Deprecate application codeMalf Furious1-0/+0
Setup to perform an iteration of development focused on a simpler implementation and eliminating redundancy in design.
2016-06-12Add refresh btn to Scrott navbarMalf Furious1-0/+2
2016-06-11Add navbar dropdown for selecting group page to viewMalf Furious1-0/+12
2016-06-01Add modal view to create a new user groupMalf Furious1-0/+12
2016-05-29Add copyright notice to application view filesMalf Furious1-0/+18
2016-03-27Move getUserGlyphicon function from common model into user classMalf Furious1-1/+1
2016-03-27Only include the Setting modal if currently logged inMalf Furious1-1/+3
This prevents sending un-necessary HTML to the client on login/signup pages and allows code on the setting modal to assume that getCurrentUser() will always return an object.
2016-03-27Add settings modal to Common MVCMalf Furious1-0/+3
This modal dialog will be used to change app and object settings from any page in the app. The link to open it is added to the user button menu.
2016-03-27Update application navbarMalf Furious1-1/+14
The navbar now has a different view when logged in. I added the 'user button' which shows alert info and has a menu. Currently, the only menu item is 'Log out'.
2016-01-03* Start of application navbarMalf Furious1-0/+20
* Digested some example code
2016-01-02+ Adding initial view files for common MVCMalf Furious1-0/+1