From version 194.1
edited by OW2
on 2021/02/15 16:46
Change comment: There is no comment for this version
To version 195.1
edited by OW2
on 2021/03/03 10:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -64,10 +64,16 @@
64 64   (% style="height:50px" class="col-xs-12 col-sm-12 col-md-12 col-lg-12"%)((()))
65 65   (% class="row"%)(((
66 66   (% style="text-align: center;" class="col-xs-12 col-sm-12 col-md-12 col-lg-12"%)(((
67 - [[[[image:main.consortium@activeeon_logo.png||style="width:180px;position:relative;top:0px;"]]>>http://www.activeeon.com||title="ActiveEon, France"]][[[[image:main.consortium@atos_logo.jpg||style="width:90px;position:relative;top:5px;"]]>>http://es.atos.net/||title="Atos, Spain"]][[[[image:main.consortium@engineering_logo.png||style="width:170px;position:relative;top:0px;"]]>>http://www.eng.it||title="Engineering SPA, Italy"]]
68 - [[[[image:main.consortium@inr_logo_rouge.png||style="width:135px;position:relative;top:5px;"]]>>http://www.inria.fr||title="Inria, France"]][[[[image:main.consortium@Kth_logo.svg.png||style="width:80px;position:relative;top:7px;"]]>>https://www.kth.se/en||title="KTH, Sweden"]]
69 - [[[[image:main.consortium@ow2_logo.png||style="width:100px;position:relative;top:7px;"]]>>https://www.ow2.org||title="OW2, France"]][[[[image:main.consortium@sintef_logo.jpg||style="width:150px;position:relative;top:8px;"]]>>http://www.sintef.no||title="Sintef, Norway"]]
70 - [[[[image:main.consortium@tud_logo.png||style="width:140px;position:relative;top:0px;"]]>>http://tudelft.nl||title="TUD, The Netherlands"]][[[[image:main.consortium@tellu_logo.png||style="width:115px;position:relative;top:4px;"]]>>http://www.tellucloud.com||title="Tellu, Norway"]][[[[image:main.consortium@xwiki_logo.png||style="width:100px;position:relative;top:8px;"]]>>http://xwiki.com/||title="XWiki, France"]]
67 + [[[[image:main.consortium@activeeon_logo.png||class='activeeon_logo']]>>http://www.activeeon.com||title="ActiveEon, France"]]
68 +[[[[image:main.consortium@atos_logo.jpg||class='atos_logo']]>>http://es.atos.net/||title="Atos, Spain"]]
69 +[[[[image:main.consortium@engineering_logo.png||class='engineering_logo']]>>http://www.eng.it||title="Engineering SPA, Italy"]]
70 +[[[[image:main.consortium@inr_logo_rouge.png||class='inr_logo_logo']]>>http://www.inria.fr||title="Inria, France"]]
71 +[[[[image:main.consortium@Kth_logo.svg.png||class='Kth_logo']]>>https://www.kth.se/en||title="KTH, Sweden"]]
72 +[[[[image:main.consortium@ow2_logo.png||class='ow2_logo']]>>https://www.ow2.org||title="OW2, France"]]
73 +[[[[image:main.consortium@sintef_logo.jpg||class='sintef_logo']]>>http://www.sintef.no||title="Sintef, Norway"]]
74 +[[[[image:main.consortium@tud_logo.png||class='tud_logo']]>>http://tudelft.nl||title="TUD, The Netherlands"]]
75 +[[[[image:main.consortium@tellu_logo.png||class='tellu_logo']]>>http://www.tellucloud.com||title="Tellu, Norway"]]
76 +[[[[image:main.consortium@xwiki_logo.png||class='xwiki_logo']]>>http://xwiki.com/||title="XWiki, France"]]
71 71   )))
72 72   )))
73 73   )))
XWiki.MetaDescriptionClass[0]
description
... ... @@ -1,0 +1,1 @@
1 +The STAMP open source tests support Java software engineers in continuous integration. They automatically amplify testing assets to detect more regression bugs prior to production and drives down the costs of software testing.
XWiki.StyleSheetExtension[0]
Code
... ... @@ -85,3 +85,14 @@
85 85  #set($css="#mainContentArea{padding-top:0px;}#mainContentArea .xcontent{margin-top:0px;}.document-header{display:none;}")
86 86  #end
87 87  $!css
88 +
89 +.activeeon_logo{width:180px;top:0px;position:relative}
90 +.atos_logo{width:90px;top:5px;position:relative}
91 +.engineering_logo{width:170px;top:0px;position:relative}
92 +.inr_logo_logo{width:135px;top:5px;position:relative}
93 +.Kth_logo{width:80px;top:7px;position:relative}
94 +.ow2_logo{width:100px;top:7px;position:relative}
95 +.sintef_logo{width:150px;top:8px;position:relative}
96 +.tud_logo{width:140px;top:0px;position:relative}
97 +.tellu_logo{width:115px;top:4px;position:relative}
98 +.xwiki_logo{width:100px;top:8px;position:relative}