Changes for page Molecules of Knowledge (MoK)
From version 20.1
edited by Andrea Omicini
on 11/12/2020 18:44
on 11/12/2020 18:44
Change comment:
There is no comment for this version
To version 19.1
edited by Andrea Omicini
on 11/12/2020 18:44
on 11/12/2020 18:44
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,4 +1,17 @@ 1 1 #includeMacros("Main.MacroSheet")#includeMacros("Publications.MacroSheet")#includeMacros("Theses.MacroSheet")#includeMacros("MoK.MacroSheet") 2 +#macro(iframe $url $name $width $height) 3 +#if($name=="") 4 +#set($name = "iframe") 5 +#end 6 +#if($width=="") 7 +#set($width="100%") 8 +#end 9 +#if($height=="") 10 +#set($height="500px") 11 +#end 12 +<iframe src="${url}" name="${name}" width="${width}" height="${height}" frameborder="0"></iframe> 13 +#end 14 + 2 2 <div id="main-view" style='float:left;width:77%;'> 3 3 4 4 1 #moklong()