15d3e7df03de38b13c4c8ae87e34c79a8e213a90
[vfc/nfvo/wfengine.git] / winery / org.eclipse.winery.repository / src / main / webapp / jsp / otherElements.jsp
1 <%--
2 /*******************************************************************************
3  * Copyright (c) 2012-2013 University of Stuttgart.
4  * All rights reserved. This program and the accompanying materials
5  * are made available under the terms of the Eclipse Public License v1.0
6  * and the Apache License 2.0 which both accompany this distribution,
7  * and are available at http://www.eclipse.org/legal/epl-v10.html
8  * and http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Contributors:
11  *    Oliver Kopp - initial API and implementation and/or initial documentation
12  *******************************************************************************/
13 --%>
14 <%@page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
15
16 <%@taglib prefix="t" tagdir="/WEB-INF/tags" %>
17
18 <t:genericpage windowtitle="Other Elements" selected="OtherElements" cssClass="otherelements">
19
20 <p>
21 The following items list TOSCA elements contained in TOSCA's <code>Definitions</code> element, which are not listed as separate tabs.
22 </p>
23
24 <h4>Artifacts</h4>
25 <a class="btn btn-default" href="${pageContext.request.contextPath}/artifacttypes/">Artifact Types</a>
26 <a class="btn btn-default" href="${pageContext.request.contextPath}/artifacttemplates/">Artifact Templates</a>
27
28 <h4>Requirements and Capabilities</h4>
29 <a class="btn btn-default" href="${pageContext.request.contextPath}/requirementtypes/">Requirement Types</a>
30 <a class="btn btn-default" href="${pageContext.request.contextPath}/capabilitytypes/">Capability Types</a>
31
32 <h4>Implementations</h4>
33 <a class="btn btn-default" href="${pageContext.request.contextPath}/nodetypeimplementations/">Node Type Implementations</a>
34 <a class="btn btn-default" href="${pageContext.request.contextPath}/relationshiptypeimplementations/">Relationship Type Implementations</a>
35
36 <h4>Policies</h4>
37 <a class="btn btn-default" href="${pageContext.request.contextPath}/policytypes/">Policy Types</a>
38 <a class="btn btn-default" href="${pageContext.request.contextPath}/policytemplates/">Policy Templates</a>
39
40 <h4>Imports</h4>
41 <a class="btn btn-default" href="${pageContext.request.contextPath}/imports/http%253A%252F%252Fwww.w3.org%252F2001%252FXMLSchema">XML Schema Definitions</a>
42 <a class="btn btn-default" href="${pageContext.request.contextPath}/imports/http%253A%252F%252Fschemas.xmlsoap.org%252Fwsdl%252F">WSDLs</a>
43
44 </t:genericpage>