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 9.1
edited by Andrea Omicini
on 11/12/2020 18:38
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 +#includeInContext("CSS")
2 +#includeMacros("Main.MacroSheet")
3 +#includeMacros("Publications.MacroSheet")
4 +#includeMacros("People.MacroSheet")
5 +#includeMacros("Theses.MacroSheet")
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()
... ... @@ -66,7 +66,7 @@
66 66  
67 67  #set($mokThesislist = ['KnowledgemoleculesMariani2011','OcchiutoMok2012'])
68 68  #foreach($mokThesis in $mokThesislist)#set($mokThesisDoc = $xwiki.getDocument("Theses.$mokThesis"))
69 -* [$mokThesisDoc.getValue('title')|Theses.$mokThesis]
87 +* [$mokThesisDoc.getValue('title')|$mokThesis]
70 70  #end
71 71  
72 72  1.1.1 Student Projects
mok-logo.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.AndreaOmicini
Size
... ... @@ -1,1 +1,0 @@
1 -243.5 KB
Content

ReSpecT    TuCSoN