// ----------------------------------------------------------- // hdfMemoryExample: // ----------------------------------------------------------- function hdfMemoryExample() { var promoList = [ {"id": "none", "name": "none"}, {"id": "2for10", "name": "2for10"}, {"id": "2for6", "name": "2for6" }, {"id": "2for5", "name": "2for5" }, {"id": "2for3", "name": "2for3" }, {"id": "3for10", "name": "3for10"}, {"id": "3for6", "name": "3for6" }, {"id": "3for5", "name": "3for5" }, {"id": "3for3", "name": "3for3" }, {"id": "BOGOHP", "name": "BOGOHP" } ]; return promoList; } function hdfMemoryAccPanes() { var accPanes = { "noOfPanes": 5, pane: [ { "id": "HAPPS", "caption": "Applications" }, { "id": "HSTM", "caption": "Statements" }, { "id": "ILEPGM", "caption": "Host Programs" }, { "id": "WEBLINK", "caption": "Std WebLinks" }, { "id": "HBOOKS", "caption": "Favorites" } ] }; return accPanes; } function hdfMemoryWeblinks() { var webLinks = { errcode: "OK", identifier: "id", label: "name", items: [ { id: "STDWEBDOJO", icon: "gifLinks", type: "Weblink", name: "Dojo", ML1: [ { id: "STDWEBDOJO1", mid: "link", icon: "gifLink", type: "Class", name: "Home Page", link: "http://dojotoolkit.org" }, { id: "STDWEBDOJO2", mid: "link", icon: "gifLink", type: "Class", name: "Features", link: "http://dojotoolkit.org/features/index" }, { id: "STDWEBDOJO8", mid: "link", icon: "gifLink", type: "Class", name: "Documentation", link: "http://dojotoolkit.org/documentation/" }, { id: "STDWEBDOJO9", mid: "link", icon: "gifLink", type: "Class", name: "Community", link: "http://dojotoolkit.org/community/" }, { id: "STDWEBDOJO11", mid: "link", icon: "gifLink", type: "Class", name: "Roadmap", link: "http://bugs.dojotoolkit.org/roadmap" }, { id: "STDWEBDOJO12", mid: "link", icon: "gifLink", type: "Class", name: "Theme Tester", link: "http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/themes/themeTester.html" }, ] }, { id: "STDWEBIBM", icon: "gifLinks", type: "Weblink", name: "IBMi", ML1: [ { id: "STDWEBIBM01", mid: "link", icon: "gifLink", type: "Class", name: "ibm i wiki", link: "http://www.ibm.com/developerworks/wikis/display/WikiPtype/IBM+i" }, { id: "STDWEBIBM02", mid: "link", icon: "gifLink", type: "Class", name: "ibm/dojo Mobile", link: "http://www-01.ibm.com/software/webservers/appserv/was/featurepacks/web20-mobile/features/" }, { id: "STDWEBLINK04", mid: "link", icon: "gifLink", type: "Class", name: "Think 400 Free Code", link: "http://think400.dk/freecode.htm" }, { id: "STDWEBLINK05", mid: "link", icon: "gifLink", type: "Class", name: "Easy400.net", link: "http://www.easy400.net" } ] }, { id: "STDWEBIVM", icon: "gifLinks", type: "Weblink", name: "IBM IVM", ML1: [ { id: "STDWEBIVMP01", mid: "link", icon: "gifLink", type: "Class", name: "Part 1 - Install", link: "https://www.youtube.com/watch?v=-bsiXZLL6H4" }, { id: "STDWEBIVMP02", mid: "link", icon: "gifLink", type: "Class", name: "Part 2 - Prep for Use", link: "https://www.youtube.com/watch?v=1-MQHVPTrBQ" }, { id: "STDWEBIVMP03", mid: "link", icon: "gifLink", type: "Class", name: "Part 3 - Create LPAR", link: "https://www.youtube.com/watch?v=FBRKnICaVzo" }, { id: "STDWEBIVMP04", mid: "link", icon: "gifLink", type: "Class", name: "Part 4 - Install via VC", link: "https://www.youtube.com/watch?v=3AdbRvCYtvs" }, { id: "STDWEBIVMP05", mid: "link", icon: "gifLink", type: "Class", name: "Part 5 - Housekeeping", link: "https://www.youtube.com/watch?v=HS5YiJ3xDFo" }, { id: "STDWEBIVMP06", mid: "link", icon: "gifLink", type: "Class", name: "Part 6 - Perf/Control", link: "https://www.youtube.com/watch?v=ewiWpOatYUc" }, { id: "STDWEBIVMP07", mid: "link", icon: "gifLink", type: "Class", name: "Part 7 - Physical Adapters", link: "https://www.youtube.com/watch?v=b7ukycJewkI" }, { id: "STDWEBIVMP08", mid: "link", icon: "gifLink", type: "Class", name: "Part 8 - Users/Backup", link: "https://www.youtube.com/watch?v=nzWl_oJ0IDw" }, { id: "STDWEBIVMP09", mid: "link", icon: "gifLink", type: "Class", name: "Part 9 - Optical Devices", link: "https://www.youtube.com/watch?v=cviOsm0xKcs" }, { id: "STDWEBIVMP10", mid: "link", icon: "gifLink", type: "Class", name: "Part 10 - LPM", link: "https://www.youtube.com/watch?v=ap1IHQM-a_Q" } ] }, { id: "STDWEBHMC", icon: "gifLinks", type: "Weblink", name: "IBM HMC", ML1: [ { id: "STDWEBHMC01", mid: "link", icon: "gifLink", type: "Class", name: "HMC 8.2 GUI", link: "https://www.youtube.com/watch?v=vbxZKqBFJj0" }, { id: "STDWEBHMC02", mid: "link", icon: "gifLink", type: "Class", name: "Ubuntu 14.10 Install", link: "https://www.youtube.com/watch?v=2LuFesXveiI" } ] }, { id: "STDWEBLINK", icon: "gifLinks", type: "Weblink", name: "News", ML1: [ { id: "STDWEBLINKCNN", mid: "link", icon: "gifLink", type: "Class", name: "CNN", link: "http://www.cnn.com" }, { id: "STDWEBLINKNBC", mid: "link", icon: "gifLink", type: "Class", name: "NBC", link: "http://www.nbcnews.com" }, { id: "STDWEBLINKBBC", mid: "link", icon: "gifLink", type: "Class", name: "BBC", link: "http://www.bbc.co.uk" }, { id: "STDWEBLINKMBL", mid: "link", icon: "gifLink", type: "Class", name: "Mogginn", link: "http://www.mbl.is" }, { id: "STDWEBLINKEYJAN", mid: "link", icon: "gifLink", type: "Class", name: "Eyjan", link: "http://www.eyjan.is" } ] }, { id: "STDWEBMAPS", icon: "gifLinks", type: "Weblink", name: "Maps", ML1: [ { id: "STDWEBMAPS1", mid: "link", icon: "gifLink", type: "Class", name: "Reykjavik Korpa", link: "http://hugmarinc.com/hugmardpl/dev/std/maps/map.html?lat=64.1594&long=-21.7505&type=hybrid&zoom=6&title=Reykjavik,Iceland" }, { id: "STDWEBMAPS2", mid: "link", icon: "gifLink", type: "Class", name: "Reykjavik IBM Power Dagurinn", link: "http://hugmarinc.com/hugmardpl/dev/std/maps/map.html?lat=64.1224&long=-21.9264&type=hybrid&zoom=8&title=Reykjavik,Iceland" }, { id: "STDWEBMAPS3", mid: "link", icon: "gifLink", type: "Class", name: "London", link: "http://hugmarinc.com/hugmardpl/dev/std/maps/map.html?lat=51.5035&long=-0.1270&type=hybrid&zoom=4&title=London, England" }, { id: "STDWEBMAPS33", mid: "link", icon: "gifLink", type: "Class", name: "Milton Keynes", link: "http://hugmarinc.com/hugmardpl/dev/std/maps/map.html?lat=52.0035&long=-0.7370&type=hybrid&zoom=8&title=Milton Keynes, England" }, { id: "STDWEBMAPS4", mid: "link", icon: "gifLink", type: "Class", name: "PGA Chamionship 2011", link: "http://hugmarinc.com/hugmardpl/dev/std/maps/map.html?lat=34.003&long=-84.1920&type=hybrid&zoom=8&title=Johns Creek, Georgia USA" }, { id: "STDWEBMAPS5", mid: "link", icon: "gifLink", type: "Class", name: "Masters 2012", link: "http://hugmarinc.com/hugmardpl/dev/std/maps/map.html?lat=33.503&long=-82.0200&type=hybrid&zoom=6&title=Augusta National Golf Club" } ] }, { id: "STDWEBWEATHER", icon: "gifLinks", type: "Weblink", name: "Weather", ML1: [ { id: "STDWEBWEATHER1", mid: "link", icon: "gifLink", type: "Class", name: "Johns Creek Ten Day", link: "http://www.weather.com/weather/tenday/30005" }, { id: "STDWEBWEATHER2", mid: "link", icon: "gifLink", type: "Class", name: "Reykjavik, Iceland", link: "http://www.vedur.is/vedur/spar/stadaspar/faxafloi/#group=11&station=1" } ] }, ]} return webLinks; }