From version 14.1
edited by Andrea Omicini
on 11/12/2020 18:42
Change comment: There is no comment for this version
To version 21.1
edited by Andrea Omicini
on 11/12/2020 18:44
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,22 +1,5 @@
1 -#includeInContext("CSS")
2 -#includeMacros("Main.MacroSheet")
3 -#includeMacros("Publications.MacroSheet")
4 -#includeMacros("Theses.MacroSheet")
5 -#includeMacros("MoK.MacroSheet")
1 +#includeMacros("Main.MacroSheet")#includeMacros("Publications.MacroSheet")#includeMacros("Theses.MacroSheet")#includeMacros("MoK.MacroSheet")
6 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 -
20 20  <div id="main-view" style='float:left;width:77%;'>
21 21  
22 22  1 #moklong()

ReSpecT    TuCSoN