Changes between Version 43 and Version 44 of BluePrint/CSS
- Timestamp:
- 12/07/09 21:15:50 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/CSS
v43 v44 26 26 27 27 == Menus == 28 Main outstanding task on this is to have the Modules menu show which module we're currently in. 29 * The Auth menu already does this. 28 The current 3 menu system should be migrated to a single menu to take upo less screen real estate & provide a consistent UI experience. 30 29 31 The Modules menu could be moved to a single dropdown - located below the Login box. 30 Ideally this would be loaded once & then cached (e.g. have the system generate a static menu.js which can then be loaded/cached) 32 31 33 The Auth menu should be migrated to using the same style as the Modules/Options menus. 32 We should always know where in the system we are. 33 * e.g. Chevron-style breadcrumbs (e.g. http://www.guardian.co.uk/world/usa) 34 * e.g. Highlight the active menu item using CSS (JS to set this would be in the main body template, rather than in menu.js) 34 35 35 Replace the current menus with Breadcrumb-style Chevrons, e.g.: 36 * http://www.guardian.co.uk/world/usa 37 Enhance these with dropdown menus, like in T3: 38 * http://web2py.appspot.com/t3/default/wiki/main 36 Icons in Menus? 37 * http://groups.google.com/group/web2py/browse_thread/thread/aeb21cca011e4632 39 38 40 * Icons in Menus? http://groups.google.com/group/web2py/browse_thread/thread/aeb21cca011e4632 39 ExtJS menus are flexible & can allow DRY creation of navigation elements (buttons/menus): 40 * http://www.extjs.com/deploy/dev/examples/menu/menus.html 41 * http://www.extjs.com/deploy/dev/examples/menu/actions.html 41 42 42 43 == Alternative layouts ==