Implemented basic Vue.js frontend (#222)
Co-authored-by: Adam Bem <adam.bem@zoho.eu> Co-authored-by: widlam <mikolaj.widla@gmail.com> Reviewed-on: #222 Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
This commit is contained in:
		| @@ -1,58 +1,13 @@ | ||||
| <!DOCTYPE html> | ||||
| <html> | ||||
|  | ||||
| <head> | ||||
|     <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/frame.js"></script> | ||||
|     <link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon">  | ||||
|     <!-- Meta tags for SEO and SEM --> | ||||
|     <title>Release11 Web Tools</title> | ||||
|     <meta name=”robots” content="index, nofollow"> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||
| <html lang="en"> | ||||
|   <head> | ||||
|     <meta charset="UTF-8"> | ||||
|     <meta name="description" | ||||
|      content="Unleash the power of Release11's suite of intuitive web tools, including XPath, XSLT, XSD, XML Formatter, JSON Formatter, and REST Mocking services, designed to streamline your development experience and elevate your projects."> | ||||
| </head> | ||||
|  | ||||
| <body onload="init()"> | ||||
|     <div id="header"> | ||||
|         <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('XML')" class="active">XML</a> | ||||
|                 <a href="#" onclick="changeActiveTools('JSON')">JSON</a> | ||||
|                 <a href="#" onclick="changeActiveTools('REST')">REST</a> | ||||
|             </div> | ||||
|         </div> | ||||
|          | ||||
|         <div id="titlebar"><p>Internet Tools</p></div> | ||||
|     </div> | ||||
|     <div id="filler"></div> | ||||
|     <div id="content"> | ||||
|         <div id="leftBar"> | ||||
|             <ul id="toolList"> | ||||
|                 <li class="toolListRow restTool"><a href="#" onclick="changeTool('mock');">REST Mock</a></li> | ||||
|                 <li class="toolListRow xmlTool"><a href="#" onclick="changeTool('xpath');">XPath</a></li> | ||||
|                 <li class="toolListRow xmlTool"><a href="#" onclick="changeTool('xslt');">XSLT</a></li> | ||||
|                 <li class="toolListRow xmlTool"><a href="#" onclick="changeTool('xsd');">XSD</a></li> | ||||
|                 <li class="toolListRow xmlTool"><a href="#" onclick="changeTool('xquery');">XQuery</a></li> | ||||
|                 <li class="toolListRow xmlTool"><a href="#" onclick="changeTool('xmlform');">XML Formatter</a></li> | ||||
|                 <li class="toolListRow jsonTool"><a href="#" onclick="changeTool('jsonform');">JSON Formatter</a></li> | ||||
|             </ul> | ||||
|             <div id="copyright"> | ||||
|                 Build: [:VERSION:]<br> | ||||
|                 Copyright © 2023<br> | ||||
|                 <a href="http://release11.com/">Release11 Sp. z. o. o.</a><br> | ||||
|                 <a href="lawful/terms-of-service.html">Terms of use</a><br> | ||||
|                 <a href="lawful/privacy-policy.html">Privacy statement</a><bR> | ||||
|                 <div class="separator"></div> | ||||
|                 <a href="mailto:bugs@release11.com">Found a bug?</a> | ||||
|             </div> | ||||
|         </div> | ||||
|         <iframe id="iframe" name="iframe" frameborder="0"></iframe> | ||||
|     </div> | ||||
|  | ||||
| </body> | ||||
|  | ||||
|     <link rel="icon" href="/favicon.ico"> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||
|     <title>Release11 Tools</title> | ||||
|   </head> | ||||
|   <body> | ||||
|     <div id="app"></div> | ||||
|     <script type="module" src="/src/main.ts"></script> | ||||
|   </body> | ||||
| </html> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user