Changes between Version 43 and Version 44 of BluePrint/CSS


Ignore:
Timestamp:
12/07/09 21:15:50 (15 years ago)
Author:
Fran Boon
Comment:

Menu ideas

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/CSS

    v43 v44  
    2626
    2727== 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.
     28The current 3 menu system should be migrated to a single menu to take upo less screen real estate & provide a consistent UI experience.
    3029
    31 The Modules menu could be moved to a single dropdown - located below the Login box.
     30Ideally this would be loaded once & then cached (e.g. have the system generate a static menu.js which can then be loaded/cached)
    3231
    33 The Auth menu should be migrated to using the same style as the Modules/Options menus.
     32We 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)
    3435
    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
     36Icons in Menus?
     37 * http://groups.google.com/group/web2py/browse_thread/thread/aeb21cca011e4632
    3938
    40  * Icons in Menus? http://groups.google.com/group/web2py/browse_thread/thread/aeb21cca011e4632
     39ExtJS 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
    4142
    4243== Alternative layouts ==