From version 16.1
edited by Andrea Omicini
on 11/12/2020 18:43
Change comment: There is no comment for this version
To version 20.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,23 +1,4 @@
1 -##includeInContext("CSS")
2 -
3 -#includeMacros("Main.MacroSheet")
4 -#includeMacros("Publications.MacroSheet")
5 -#includeMacros("Theses.MacroSheet")
6 -#includeMacros("MoK.MacroSheet")
7 -
8 -#macro(iframe $url $name $width $height)
9 -#if($name=="")
10 -#set($name = "iframe")
11 -#end
12 -#if($width=="")
13 -#set($width="100%")
14 -#end
15 -#if($height=="")
16 -#set($height="500px")
17 -#end
18 -<iframe src="${url}" name="${name}" width="${width}" height="${height}" frameborder="0"></iframe>
19 -#end
20 -
1 +#includeMacros("Main.MacroSheet")#includeMacros("Publications.MacroSheet")#includeMacros("Theses.MacroSheet")#includeMacros("MoK.MacroSheet")
21 21  <div id="main-view" style='float:left;width:77%;'>
22 22  
23 23  1 #moklong()

ReSpecT    TuCSoN