Commit 8b904355 authored by carignani's avatar carignani
Browse files

added url segments for the root webserver

parent 5c4e6d94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

<center>
<h1>doc2tosca details</h1>
<a href="/">Home</a>
<a href="/tosca-ie">Home</a>
<h5 style="margin-bottom: 50px">v {{ VERSION }}</h5>
</center>

+4 −4
Original line number Diff line number Diff line
@@ -50,9 +50,9 @@ For any other inquiry, contact <a href="mailto:cti_support@etsi.org">ETSI CTI</a
						<li>Download a docx file containing all the definitions.</li>
					</ol>
				<center>
					<a href="/tosca2doc-info">Details</a>
					<a href="tosca2doc-info">Details</a>
				</center>
				<form action="/tosca2doc" method="post" enctype="multipart/form-data">
				<form action="tosca2doc" method="post" enctype="multipart/form-data">
					Tosca YAML files:<br />
					<input type="file" name="file" multiple=""/><br /><br />
					<center>
@@ -72,9 +72,9 @@ For any other inquiry, contact <a href="mailto:cti_support@etsi.org">ETSI CTI</a
				<li>Download a zip file containing TOSCA definitions in YAML.</li>
			</ol>
			<center>
				<a href="/doc2tosca-info">Details</a>
				<a href="doc2tosca-info">Details</a>
			</center>
			<form action="/doc2tosca" method="post" enctype="multipart/form-data">
			<form action="doc2tosca" method="post" enctype="multipart/form-data">
			Docx file:<br />
			<input type="file" name="file" /><br /><br />
			<center>
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

<center>
<h1>tosca2doc details</h1>
<a href="/">Home</a>
<a href="/tosca-ie">Home</a>
<h5 style="margin-bottom: 50px">v {{ VERSION }}</h5>
</center>