From version 20.1
edited by Andrea Omicini
on 11/12/2020 18:44
Change comment: There is no comment for this version
To version 17.1
edited by Andrea Omicini
on 11/12/2020 18:43
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,22 @@
1 -#includeMacros("Main.MacroSheet")#includeMacros("Publications.MacroSheet")#includeMacros("Theses.MacroSheet")#includeMacros("MoK.MacroSheet")
1 +#includeMacros("Main.MacroSheet")
2 +#includeMacros("Publications.MacroSheet")
3 +#includeMacros("Theses.MacroSheet")
4 +#includeMacros("MoK.MacroSheet")
5 +##includeInContext("CSS")
6 +
7 +#macro(iframe $url $name $width $height)
8 +#if($name=="")
9 +#set($name = "iframe")
10 +#end
11 +#if($width=="")
12 +#set($width="100%")
13 +#end
14 +#if($height=="")
15 +#set($height="500px")
16 +#end
17 +<iframe src="${url}" name="${name}" width="${width}" height="${height}" frameborder="0"></iframe>
18 +#end
19 +
2 2  <div id="main-view" style='float:left;width:77%;'>
3 3  
4 4  1 #moklong()

ReSpecT    TuCSoN