Legend:
- Unmodified
- Added
- Removed
-
menu.json
r629 r635 1 1 # this is a project menu file 2 2 { 3 "menu" : [ 4 { 5 "id" : "welcome_menu", 6 "label" : "Welcome!", 7 "icon" : "pngs/noicon.png", 8 "autorun" : "welcome", 9 "startup" : "true", 10 "nohidemenu" : "true", 11 "help" : "test welcome help", 12 "modules" : [ 13 { 14 "id" : "welcome", 15 "label" : "Welcome", 16 "nobutton" : "true" 17 } 18 ] 19 } 20 ,{ 21 "id" : "numericalaspects_menu", 22 "label" : "Numerical Aspects", 23 "icon" : "pngs/noicon.png", 24 "autorun" : "numericalaspects", 25 "modules" : [ 26 { 27 "id" : "numericalaspects", 28 "label" : "Numerical Aspects", 29 "nobutton" : "true" 30 } 31 ] 32 } 33 ,{ 34 "id" : "nes_menu", 35 "label" : "What's An NES?", 36 "icon" : "pngs/noicon.png", 37 "autorun" : "nes", 38 "modules" : [ 39 { 40 "id" : "nes", 41 "label" : "What's An NES?", 42 "nobutton" : "true" 43 } 44 ] 45 } 46 # 47 ,{ 48 "id" : "importance_menu", 49 "label" : "The Importance of VIV", 50 "icon" : "pngs/noicon.png", 51 "autorun" : "importance", 52 "modules" : [ 53 { 54 "id" : "importance", 55 "label" : "The Importance of VIV", 56 "nobutton" : "true" 57 } 58 ] 59 } 60 ,{ 61 "id" : "theodorevonkarman_menu", 62 "label" : "Theodore von Karman", 63 "icon" : "pngs/noicon.png", 64 "autorun" : "theodorevonkarman", 65 "modules" : [ 66 { 67 "id" : "theodorevonkarman", 68 "label" : "Theodore von Karman", 69 "nobutton" : "true" 70 } 71 ] 72 } 73 ,{ 74 "id" : "about_us_menu", 75 "label" : "About Us", 76 "icon" : "pngs/noicon.png", 77 "autorun" : "about_us", 78 "modules" : [ 79 { 80 "id" : "about_us", 81 "label" : "About Us", 82 "nobutton" : "true" 83 } 84 ] 85 } 86 87 ,{ 88 "id" : "Acknowledgements_menu", 89 "label" : "Acknowledgements", 90 "icon" : "pngs/noicon.png", 91 "autorun" : "acknowledgements", 92 "modules" : [ 93 { 94 "id" : "Acknowledgements", 95 "label" : "Acknowledgements", 96 "nobutton" : "true" 97 } 98 ] 99 } 100 ,{ 101 "id" : "disclaimer_menu", 102 "label" : "Official Disclaimer", 103 "icon" : "pngs/noicon.png", 104 "autorun" : "disclaimer", 105 "modules" : [ 106 { 107 "id" : "disclaimer", 108 "label" : "Official Disclaimer", 109 "nobutton" : "true" 110 } 111 ] 112 } 113 # 114 ,{ 3 "menu" : [ 4 { 115 5 "id" : "simulate", 116 6 "label" : "Simulate", 117 7 "icon" : "pngs/simulate.png", 118 "autorun" : "flowinducedvibration",119 8 "modules" : [ 120 { 121 "id" : "flowinducedvibration", 122 "label" : "Flow Induced Vibration", 123 "nobutton" : "true" 124 } 125 ] 126 } 127 ,{ 128 "id" : "previous_runs", 129 "label" : "Available Results", 130 "icon" : "pngs/noicon.png", 131 "autorun" : "cachedresultsfiv", 132 "modules" : [ 133 { 134 "id" : "cachedresultsfiv", 135 "label" : "Cached results FIV", 136 "nobutton" : "true" 137 } 138 ] 139 } 140 ,{ 9 { 10 "id" : "flowinducedvibration", 11 "label" : "Flow Induced Vibration" 12 } 13 ] 14 } 15 ,{ 141 16 "id" : "admin", 142 17 "restricted" : "admin", … … 144 19 "icon" : "pngs/admin.png", 145 20 "modules" : [ 146 {147 "id" : "jobmonitor",148 "label" : "Job monitor"149 }150 ,{151 "id" : "jobintegritycheck",152 "label" : "Integrity check"153 }154 ,{155 "id" : "sysuserslist",156 "label" : "Users"157 }158 ]159 }160 ,{21 { 22 "id" : "jobmonitor", 23 "label" : "Job monitor" 24 } 25 ,{ 26 "id" : "jobintegritycheck", 27 "label" : "Integrity check" 28 } 29 ,{ 30 "id" : "sysuserslist", 31 "label" : "Users" 32 } 33 ] 34 } 35 ,{ 161 36 "id" : "etc", 162 37 "modules" : [ 163 {164 "id" : "sys_file_manager",165 "label" : "File manager"166 }38 { 39 "id" : "sys_file_manager", 40 "label" : "File manager" 41 } 167 42 ] 168 }43 } 169 44 ] 170 45 }
Note: See TracChangeset
for help on using the changeset viewer.