Merge pull request 'bema/func/basic_rwd' (#45) from bema/func/basic_rwd into dev

Reviewed-on: R11/release11-tools-web#45
This commit is contained in:
2023-02-20 15:07:26 +01:00
4 changed files with 20 additions and 11 deletions

View File

@@ -5,12 +5,13 @@
<!-- <link rel="stylesheet" href="styles.css"> -->
<link rel="stylesheet" href="../assets/css/tools/r11form.css">
<script src="../assets/scripts/tools/scripts.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8" />
</head>
<body onload="init();">
<div class="container">
<div id="tool" class="tool">
<div id="tool" class="tool rwd-expandable">
<div class="tool-context">
<div class="headline">
<h1>Online XSD tester <span class="versionInfo"><span class="version-span">v0.4 BETA</span></span>
@@ -53,7 +54,7 @@
</div>
</div>
<div class="tooltip-window">
<div class="tooltip-window rwd-hideable">
<h2>What is XSD?</h2>
<p><b>XSD is a W3C recomedation that specifies how to describe the elements in XML document</b></p>
<p>XSD specifies data types, order and arity of elements in XML file.<br>