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 18.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,21 @@
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 +
6 +#macro(iframe $url $name $width $height)
7 +#if($name=="")
8 +#set($name = "iframe")
9 +#end
10 +#if($width=="")
11 +#set($width="100%")
12 +#end
13 +#if($height=="")
14 +#set($height="500px")
15 +#end
16 +<iframe src="${url}" name="${name}" width="${width}" height="${height}" frameborder="0"></iframe>
17 +#end
18 +
2 2  <div id="main-view" style='float:left;width:77%;'>
3 3  
4 4  1 #moklong()

ReSpecT    TuCSoN