Uh oh!
There was an error while loading. Please reload this page.
forked from cloudify-cosmo/getcloudify.org
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcloudifyRecipeCatalog.html
More file actions
Latest commit
46 lines (41 loc) · 1.15 KB
/
Copy pathcloudifyRecipeCatalog.html
File metadata and controls
46 lines (41 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
layout: bt_default
title: Cloudify Recipe Catalog. Cloudify - The Open Source PaaS Stack
cat: cloudifyRecipeCatalog
---
<scripttype="text/javascript">
if($(location).attr("href").match("^.*/guide/.*$")){
if(!($(location).attr("href").match("^.*/guide/\\d+\.\\d+.*$"))){
varparts=$(location).attr("href").split("/guide/");
varnewPage=parts[0]+"/guide/2.5/"+parts[1];
//alert("true3: " + newPage);
$(location).attr("href",newPage);
}
}
$(function(){
});
</script>
<sectionid="content">
<divclass="container">
<divid="resultsDiv" class="DocumentsWrap"></div>
<divid="pageContent" >
<divclass="row">
<divclass="span12">
<imgsrc="/images/down.jpg" width="594" height="264" alt="Down for maintenance"/>
<!--<p>
<iframe src="http://launch.cloudifysource.org/demos/embedded/default_demo@gigaspaces.com" width="1000px" height="650px" style="overflow:hidden" scrolling="no" frameborder="no"></iframe>
</p>-->
</div>
</div>
<!-- divider -->
<divclass="row">
<divclass="span12">
<divclass="solidline1">
</div>
</div>
</div>
<!-- end divider -->
</div>
</div>
</div>
</section>