Added category menu (#117)
Co-authored-by: Adam Bem <adam.bem@zoho.eu> Reviewed-on: R11/release11-tools-web#117
This commit is contained in:
		| @@ -6,6 +6,7 @@ | ||||
|     <link rel="stylesheet" href="assets/css/frame.css"> | ||||
|     <script src="assets/scripts/common/jquery-3.6.0.slim.min.js"></script> | ||||
|     <script src="assets/scripts/dyn_host.js"></script> | ||||
|     <script src="assets/scripts/frame.js"></script> | ||||
|  | ||||
|     <!-- <link rel="stylesheet" href="common.css"> --> | ||||
|     <link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon"> | ||||
| @@ -14,19 +15,29 @@ | ||||
|  | ||||
| <body> | ||||
|     <div id="header"> | ||||
|         <div id="logo"><a href="http://release11.com/"><img src="assets/images/logo_czarne.svg" alt="Release11"></a></div> | ||||
|         <div id="leftElements"> | ||||
|             <div id="logo"><a href="http://release11.com/"><img src="assets/images/logo_czarne.svg" alt="Release11"></a></div> | ||||
|             <div id="menu"> | ||||
|                 <a href="#" onclick="changeActiveTools('xmlTool', 'XML')" class="active">XML</a> | ||||
|                 <a href="#" onclick="changeActiveTools('jsonTool', 'JSON')">JSON</a> | ||||
|                 <a href="#" onclick="changeActiveTools('restTool', 'REST')">REST</a> | ||||
|             </div> | ||||
|         </div> | ||||
|          | ||||
|         <div id="titlebar"><p>Internet Tools</p></div> | ||||
|     </div> | ||||
|  | ||||
|     <div id="content"> | ||||
|         <div id="toolList"> | ||||
|         <div id="leftBar"> | ||||
|             <ul id="toolList"> | ||||
|                 <li id="toolListRow" class="dynamic"><a id="rest-mock" href="http://tools.zipper.release11.com:8097/" target="iframe">REST Mock</a></li> | ||||
|                 <li id="toolListRow"><a href="./tools/xpath.html" target="iframe">XPath</a></li> | ||||
|                 <li id="toolListRow"><a href="./tools/xslt.html" target="iframe">XSLT</a></li> | ||||
|                 <li id="toolListRow"><a href="./tools/xsd.html" target="iframe">XSD</a></li> | ||||
|                 <li id="toolListRow"><a href="tools/xmlFormatter.html" target="iframe">XML Formatter</a></li> | ||||
|                 <li id="toolListRow"><a href="tools/jsonFormatter.html" target="iframe">JSON Formatter</a></li> | ||||
|                 <li id="toolListRow" class="dynamic restTool"> | ||||
|                     <a id="rest-mock" href="http://tools.zipper.release11.com:8097/" target="iframe">REST Mock</a> | ||||
|                 </li> | ||||
|                 <li id="toolListRow" class="xmlTool"><a href="./tools/xpath.html" target="iframe">XPath</a></li> | ||||
|                 <li id="toolListRow" class="xmlTool"><a href="./tools/xslt.html" target="iframe">XSLT</a></li> | ||||
|                 <li id="toolListRow" class="xmlTool"><a href="./tools/xsd.html" target="iframe">XSD</a></li> | ||||
|                 <li id="toolListRow" class="xmlTool"><a href="tools/xmlFormatter.html" target="iframe">XML Formatter</a></li> | ||||
|                 <li id="toolListRow" class="jsonTool"><a href="tools/jsonFormatter.html" target="iframe">JSON Formatter</a></li> | ||||
|             </ul> | ||||
|             <div id="copyright"> | ||||
|                 Build: [:VERSION:]<br> | ||||
| @@ -36,7 +47,7 @@ | ||||
|                 <a href="http://release11.com/privacy">Privacy statement</a> | ||||
|             </div> | ||||
|         </div> | ||||
|         <iframe id="frame" name="iframe" src="http://tools.zipper.release11.com:8097/" frameborder="0"></iframe> | ||||
|         <iframe id="frame" name="iframe" src="./tools/xpath.html" frameborder="0"></iframe> | ||||
|     </div> | ||||
|  | ||||
| </body> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user