4bf2145843e4339cc40a3c3482d446da333e5ed3
[vfc/nfvo/wfengine.git] / winery / org.eclipse.winery.repository / src / main / webapp / jsp / entitytypes / relationshiptypes / validendings.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  *    Yves Schubert - switch to bootstrap 3
13  *******************************************************************************/
14 --%>
15 <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
16 <%@taglib prefix="rt" tagdir="/WEB-INF/tags/relationshiptype" %>
17
18 <h4>Valid Source</h4>
19 <input type="radio" name="SourceKind">Node Type:</input>
20 <rt:validnodetypeendingsselect shortName="source" currentSelection="${it.validSource}" possibleValidEndings="${it.possibleValidEndings}">
21 </rt:validnodetypeendingsselect>
22 <br/>
23 <input type="radio" name="SourceKind">Requirement Type:</input>
24 <select>
25         <option>Not yet implemented. Please edit in the XML view</option>
26 </select>
27
28
29 <br/>
30 <br/>
31 <h4>Valid Target</h4>
32 <input type="radio" name="TargetKind">Node Type:</input>
33 <rt:validnodetypeendingsselect shortName="target" currentSelection="${it.validTarget}" possibleValidEndings="${it.possibleValidEndings}">
34 </rt:validnodetypeendingsselect>
35 <br/>
36 <input type="radio" name="TargetKind">Capability Type:</input>
37 <select>
38         <option>Not yet implemented. Please edit in the XML view</option>
39 </select>