Skip to content
Snippets Groups Projects

Task 4006 online help content

Merged Saad bin Abid requested to merge task_4006-Online_help_content_ into master
Compare and Show latest version
4 files
+ 110
71
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -3,7 +3,7 @@
<!--
Documentation of MIRA - Model-based Integrated Requirements Analysis.
@author becker
@author abid
@ConQAT.Rating GREEN Hash: 850E39092E4DF6F9EEB6D26D886BEF68
-->
@@ -12,10 +12,13 @@
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<div class="header">
<div class="box">
<div class="navbar">
<div class="dropdown">
<button class="dropbtn">Home <i class="fa fa-caret-down"></i></button>
<button class="dropbtn">Home<i class="fa fa-caret-down"></i></button>
<div class="dropdown-content">
<a href="../getting_started.html"> Main Page</a>
<a href="#">Modeling and Simulation</a>
@@ -37,13 +40,11 @@
{Please specify the problem precisely here.}.">Report a Problem?</a>
</div>
</div>
</div>
</div>
</div>
</head>
</div>
</div>
<div class="box">
<button onclick="topFunction()" id="myBtn" title="Go to top">Top</button>
<h2>Creating a Glossary</h2>
@@ -55,7 +56,6 @@ To create a new glossary, select <i>Glossary</i> in the context menu of a requir
<img src="./pictures/MIRA.Glossary.NewGlossary.png" height: auto; align:center;>
<p>You can create multiple glossary nodes with specific names (set in the properties view) to group your glossary terms.</p>
<body>
<h3>Creating Glossary Entries</h3>
<p> In the context menu of the glossary node you can then create glossary entries by clicking <i>Entry</i>. </p>
@@ -109,7 +109,5 @@ function topFunction() {
document.documentElement.scrollTop = 0;
}
</script>
</body>
</html>
\ No newline at end of file
Loading