User manual

© 2011 Racktivity NV 115/160
Antwerpsesteenweg 19 - 9080 Lochristi - Belgium - www.racktivity.com v 2014.5.14
To make the icon available, you have to add a class to theme.css of your application.
This file is located in /opt/qbase5/www/lfw/css. To add class add the following line,
provided that the icon, emoticon_smile.png is stored in
/opt/qbase5/www/lfw/img/icons:
.ui-state-default .<classname> {background-image: url("<link to icon>")}
where:
: class name that you can use for the icon parameter of your button
: link to the name of the icon, relative from /opt/qbase5/www/lfw/css
For example:
.ui-state-default .emoticon-smile {background-image:
url("../img/icons/emoticon_smile.png")}
For each icon that you want to use in your application, you have to create a new class.
Define a button with a custom icon as follows:
[[button:href=#/alkiradocs/MacroButton, click=alert("This is Incubaid"),
name=Button, title=Title, target=_self, icon=<class name>/]]
for example:
[[button:href=#/alkiradocs/MacroButton, click=alert("This is Incubaid"),
name=Button, title=Title, target=_self, icon=emoticon-smile/]]
CO2 Footprint Detailed Report Macro
This macro displays a detailed report of CO2 emissions for a particular datacenter on all
levels, from energy switch to datacenter level.
Parameters
datacenter: the datacenter global unique identifier for which the report should be generated.
Example
[[reportCO2details: datacenter=266d9653-9c8a-4496-ad3e-
2f193e4a5794]][[/reportCO2details]]
Sample