-
Notifications
You must be signed in to change notification settings - Fork 27
/
tabcontent.html
39 lines (38 loc) · 1.77 KB
/
tabcontent.html
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
<div>
<div id="nonsupported">
<p class="overview">Like <span id="project_name"></span>? It’s part of a community of Red Hat projects. Learn more about Red Hat and our open source communities:</p>
<div class="row-fluid">
<span class="span4 middlewarelogo">
<img src="http://static.jboss.org/common/images/tabzilla/RHJB_Middleware_Logotype.png" alt="Red Hat JBoss MIDDLEWARE">
</span>
<span class="span4">
<ul class="level1">
<li class="leaf"><a href="http://www.redhat.com/products/jbossenterprisemiddleware/">Red Hat JBoss Middleware Overview</a></li>
<li class="leaf"><a href="http://www.redhat.com/products/jbossenterprisemiddleware/">Red Hat JBoss Middleware Products</a></li>
<li class="leaf"><a href="http://www.jboss.org/projects">Red Hat JBoss Projects & Standards</a></li>
</ul>
</span>
<span class="span4">
<ul class="level1">
<li class="leaf"><a href="http://redhat.com">redhat.com</a></li>
<li class="leaf"><a href="http://access.redhat.com">Red Hat Customer Portal</a></li>
<li class="leaf"><a href="http://www.openshift.com">OpenShift</a></li>
</ul>
</span>
</div>
</div>
<div id="supported">
<p class="overview">Red Hat loves <span id="project_name"></span> so much, we've included it in the following supported products:</p>
<div class="row-fluid">
<span class="span4 middlewarelogo">
<img src="http://static.jboss.org/common/images/tabzilla/RHJB_Middleware_Logotype.png" alt="Red Hat JBoss MIDDLEWARE">
</span>
<span class="span4">
<ul id="products-first-column" class="level1"></ul>
</span>
<span class="span4">
<ul id="products-second-column" class="level1"></ul>
</span>
</div>
</div>
<div>