User Defined Menu: Difference between revisions

m
 
 
=== System 2 ===
In the utils directory there must be a file ''CutilsMenu.def''. If this file is not present you get the default menu. The default contents of this file as delivered in the distribution is :shown at the end of this page.
 
You recognize the standard menu of CumulusUtils. User items can be added to the standard menu as is indicated above. While generating the website this menu will be incorporated. The System 1 menu will be generated in addition to System 2 (i.e. those items will be on the rightmost side of the menu).
Home
 
About
Item Test1 External <nowiki>https://waterinfo.rws.nl/#!/kaart/waterhoogte-t-o-v-nap/</nowiki> EndItem
Item Test2 Internal <nowiki>https://embed.windy.com/embed2.html?lat=53.2589&lon=6.9314&detailLat=47.339&detailLon=6.812&width=1000&height=700&zoom=5&level=surface&overlay=temp&product=ecmwf&menu=&message=true&marker=true&calendar=now&pressure=true&type=map&location=coordinates&detail=&metricWind=km%2Fh&metricTemp=%C2%B0C&radarRange=-1</nowiki> EndItem
Item Test3 Report tagtest EndItem
 
Reports
Graphs
Records
Extra
Misc
ToggleDashboard
 
You recognize the standard menu of CumulusUtils.
From version 6.12 the menu runs from left to right (as before it went from right to left).
 
User items can be added to the standard menu as is indicated above. While generating the website this menu will be incorporated. The System 1 menu will be generated in addition to System 2 (i.e. those items will be on the rightmost side of the menu)
 
==== Items ====
Item <name> <type> <destination> EndItem
 
THisThis Item definition line has space separated words.
 
The <name> is what you will see in the menu and may consist of one or more words. If <name> is a valid filespec on the seerver or a valid URL, it will display the contents of that filespec or URL. It is intended to be used as a specification for a small imageimages to be displayed in the menu. It is the users responsibility to have a correct filespec or URL. No validation is done other than:
 
#Filename<name> starts with <code>'./' OR '../'</code>
#Filename<name> starts with <code>'http' OR 'https'</code>
 
In which casecases the <name> is interpreted as an URL.
 
The Type can be of :
#'''Separator''': No further arguments. Creates a thin horizontal line below the last item
 
<destination> is the URL of what you want to see. An URL can be a full specification or just a filename in which case the report must be present on the server in the webroot (asproduced alwaysby Cutils or by the user).
 
Example lines are shown at the bottom of this page and in the distribution file ''CutilsMenu-example-for-use.def''