From: "Larry Barber" <lebarber at gmail.com> Reply-To: hobbit at hswn.dk To: hobbit at hswn.dk Subject: Re: [hobbit] Feature request: better default navigation experience Date: Thu, 31 Aug 2006 15:27:37 -0500
Its pretty easy to put something like this in to the menuing system that is included with hobbit. You just have to modify the server/www/menu/menu_items.js file. Here's a sample from mine:
I was looking for navigation menu like this on every hobbit page after the line under "Current Status".
http://cgi.ebay.com/ebaymotors/ws/eBayISAPI.dll?ViewItem&rd=1,1&item=3000170...
But your tip helps too.
Thanks
tj
var MENU_ITEMS = [ ['Views', null, null, ['Main view', '/hobbit/bb.html', null, ['APHIS', '/hobbit/APHIS', null, ['AQAS', '/hobbit/APHIS/AQAS'], ['ALBES', '/hobbit/APHIS/ALBES'], ['EPermits', '/hobbit/APHIS/EPERMITS'], ['NAIS', '/hobbit/APHIS/NAIS'], ['PCIT', '/hobbit/APHIS/PCIT'], ], ['CEE', '/hobbit/CEE'], ['CENS', '/hobbit/CENS'], ['CMITS', '/hobbit/CMITS'], ['CPAIS', '/hobbit/CPAIS'], ['Dept. of Labor', '/hobbit/DOL'], ['Environment', '/hobbit/ENV'], ['ESS', '/hobbit/ESS', null, ['Active Directory', '/hobbit/ESS/ACT_DIR'], ['AMS', '/hobbit/ESS/AMS',null, ['PreProduction', '/hobbit/ESS/AMS/AMS_PREPROD'], ['Production', '/hobbit/ESS/AMS/AMS_PROD'], .... and on and on for a few hundred lines.
Thanks, Larry Barber
On 8/31/06, T.J. Yang <tj_yang at hotmail.com> wrote:
Following is an example borrow from ebay.
I can navigate different categories easily under powersports by clicking "PowerSports"
Listed in category: eBay Motors > Powersports > Scooters & Mopeds > Honda
Is it possible that bbgen can generate URLs at top menu like above "PowerSports" line ? so page,subpage,subagent tags in bb-hosts file can form a direct link from any pages on hobbit server.
tj
Reference:
http://cgi.ebay.com/ebaymotors/ws/eBayISAPI.dll?ViewItem&rd=1,1&item=3000170...
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk