Skip to content
Snippets Groups Projects
Commit 402cd158 authored by Saad bin Abid's avatar Saad bin Abid
Browse files

Fixed layouts for html pages for further resources

parent f754631e
No related branches found
No related tags found
1 merge request!31Task 4006 online help content
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- Documentation of Further Resources. -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="./layout/stylesheet.css">
<title>AutoFOCUS3 FAQ</title>
</head>
<body>
<div class="header">
<div class="box">
<div class="navbar">
<!--a href="https://www.fortiss.org/" align="left">
<img src="fortiss-logo.png" width="90px" height="20px" align="left">
</a-->
<div class="dropdown">
<button class="btn" id="hamburger">
<label for="hamburger" class="hamburger">
<span class="hamburgerLine"></span>
<span class="hamburgerLine"></span>
<span class="hamburgerLine"></span>
</label>
</button>
<div class="dropdown-content">
<a href="./getting_started.html"> Main Page</a>
<a href="../ModandSim/model_element_attributes.html">Modeling and Simulation</a>
<a href="../ta/technical_viewpoint.html">Deployment and Code Generation</a>
<a href="../dse/dse_perspective.html">Design Space Exploration (DSE)</a>
<a href="../assuranceCases/creation.html">Assurance Case Modeling</a>
<a href="af3_further_resources.html">Further Resources</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">AF3 Learning Resources <i class="triangle"></i></button>
<div class="dropdown-content">
<a href="tipsAndTricks.html">Tips and Tricks</a>
<a href="af3_further_resources.html">Further Resources</a>
<a href="loading_standard_examples.html">Loading Standard AF3 Examples</a>
</div>
</div>
<div class="topnav-right">
<a href="mailto:af_user@lists.fortiss.org?subject=Reporting 'af3_faq.html' Documentation Problem!&body= Dear Af3 team, I am reporting an issue related to AF3 Learning Resources.
{Please specify the problem precisely here.}.">Report a Problem?</a>
</div>
</div>
</div>
</div>
<div class="box">
<button onclick="topFunction()" id="upBtn" title="Go to top">Top</button>
<h2><u><font color="#336699">AutoFOCUS3 FAQ</font></u></h2>
<h2>AutoFOCUS3 FAQ</h2>
<h3>Installation and Running</h3>
<p>
<ul>
<li> On MacOS
<ul>
......@@ -43,23 +88,28 @@
</ul>
</li>
</ul>
</p>
<h3>Where can I report bugs or file feature requests?</h3>
Please direct any kind of feedback to our users mailing list (<a href="mailto:af_user@lists.fortiss.org">af_user@lists.fortiss.org</a>). The AutoFOCUS3 teams is happy to support you.
<p> Please direct any kind of feedback to our users mailing list (<a href="mailto:af_user@lists.fortiss.org">af_user@lists.fortiss.org</a>). The AutoFOCUS3 teams is happy to support you.
</p>
<h3>How can I connect ports of two components or states of a state automaton?</h3>
Move the cursor close to a port. The cursor will change and you simply have to <i>click and drag</i> to create a connection.
(The old (Version 2.16 and older) <i>ALT+click and drag</i> behavior has been replaced and does not work anymore.)
<p>Move the cursor close to a port. The cursor will change and you simply have to <i>click and drag</i> to create a connection.
(The old (Version 2.16 and older) <i>ALT+click and drag</i> behavior has been replaced and does not work anymore.)</p>
<h3>How can I add new elements to a diagram?</h3>
<p>
There are three possibilities: either <i>right-click</i> in the model navigator (left side) or in the diagram editor (center) and select the element from the context menu, or drag the element from the model elements view (right side) into the diagram editor.
</p>
<h3>How to contribute?</h3>
<p>
AutoFOCUS3 is open source and developed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0 license</a>.
Please check our <a href="https://af3-developer.fortiss.org/projects/autofocus3/wiki/Developers_documentation">developer documentation</a>, or write to our developer mailing list (<a href="mailto:af_devel@lists.fortiss.org">af_devel@lists.fortiss.org</a>).
</p>
</div>
<script src="../layout/jsscript/topBtn.js">
</script>
</body>
</html>
\ No newline at end of file
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- Documentation of Further Resources. -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="./layout/stylesheet.css">
<title>Further Resources</title>
</head>
<body>
<h2><u><font color="#336699">Further Resources</font></u></h2>
<body>
<div class="header">
<div class="box">
<div class="navbar">
<!--a href="https://www.fortiss.org/" align="left">
<img src="fortiss-logo.png" width="90px" height="20px" align="left">
</a-->
<div class="dropdown">
<button class="btn" id="hamburger">
<label for="hamburger" class="hamburger">
<span class="hamburgerLine"></span>
<span class="hamburgerLine"></span>
<span class="hamburgerLine"></span>
</label>
</button>
<div class="dropdown-content">
<a href="./getting_started.html"> Main Page</a>
<a href="../ModandSim/model_element_attributes.html">Modeling and Simulation</a>
<a href="../ta/technical_viewpoint.html">Deployment and Code Generation</a>
<a href="../dse/dse_perspective.html">Design Space Exploration (DSE)</a>
<a href="../assuranceCases/creation.html">Assurance Case Modeling</a>
<a href="af3_further_resources.html">Further Resources</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">AF3 Learning Resources <i class="triangle"></i></button>
<div class="dropdown-content">
<a href="tipsAndTricks.html">Tips and Tricks</a>
<a href="af3_faq.html">AF3 FAQ</a>
<a href="loading_standard_examples.html">Loading Standard AF3 Examples</a>
</div>
</div>
<div class="topnav-right">
<a href="mailto:af_user@lists.fortiss.org?subject=Reporting 'af3_further_resources.html' Documentation Problem!&body= Dear Af3 team, I am reporting an issue related to AF3 Learning Resources.
{Please specify the problem precisely here.}.">Report a Problem?</a>
</div>
</div>
</head>
</div>
</div>
<div class="box">
<button onclick="topFunction()" id="upBtn" title="Go to top">Top</button>
<h3>Resources for Users</h3>
<h2>Further Resources</h2>
<h3>AutoFocus3 (AF3) Resources for Users</h3>
<p>
<ul>
<li><a class="email" href="mailto:af_user@lists.fortiss.org">Users Mailing List</a>: subscribe <a href="https://af3-developer.fortiss.org/projects/autofocus3/wiki/MailinglistSubscription%23" target="_blank">here</a></li>
<li><a href="https://af3.fortiss.org/" target="_blank">AF3 Website</a></li>
......@@ -18,13 +63,19 @@
<li><a href="https://af3.fortiss.org/docs/tutorials/" target="_blank">Tutorials</a></li>
<li><a href="https://af3.fortiss.org/research/">Research Papers</a></li>
</ul>
</p>
<h3>Resources for Developers</h3>
<p>
<ul>
<li><a class="email" href="mailto:af_devel@lists.fortiss.org">Developers Mailing List</a>: subscribe <a href="https://af3-developer.fortiss.org/projects/autofocus3/wiki/MailinglistSubscription%23" target="_blank">here</a></li>
<li><a href="https://af3-developer.fortiss.org/projects/autofocus3/wiki/Developers_documentation" target="_blank">Developers Documentation Overview</a></li>
<li><a href="https://af3-developer.fortiss.org/projects/autofocus3/wiki/AF3_Developer_Installation" target="_blank">AF3 Developer Installation</a></li>
</ul>
</p>
</div>
<script src="../layout/jsscript/topBtn.js">
</script>
</body>
</html>
\ No newline at end of file
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
Documentation of Simulation Perspective.
@author becker
@ConQAT.Rating GREEN Hash: 584235D5B4D0042E0DB886CA5274EB88
-->
<!-- Documentation to Create, Import, Export and Load AF3-Projects. -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="./layout/stylesheet.css">
<title>Create, Import, Export and Load AF3-Projects</title>
</head>
<body>
<h2><font color="#336699" style="font-family:Verdana, Geneva, sans-serif">Create Projects</font></h2>
You can create new (empty) AF3-Project via:<br>
<div class="header">
<div class="box">
<div class="navbar">
<!--a href="https://www.fortiss.org/" align="left">
<img src="fortiss-logo.png" width="90px" height="20px" align="left">
</a-->
<div class="dropdown">
<button class="btn" id="hamburger">
<label for="hamburger" class="hamburger">
<span class="hamburgerLine"></span>
<span class="hamburgerLine"></span>
<span class="hamburgerLine"></span>
</label>
</button>
<div class="dropdown-content">
<a href="./getting_started.html"> Main Page</a>
<a href="../ModandSim/model_element_attributes.html">Modeling and Simulation</a>
<a href="../ta/technical_viewpoint.html">Deployment and Code Generation</a>
<a href="../dse/dse_perspective.html">Design Space Exploration (DSE)</a>
<a href="../assuranceCases/creation.html">Assurance Case Modeling</a>
<a href="af3_further_resources.html">Further Resources</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">AF3 Learning Resources <i class="triangle"></i></button>
<div class="dropdown-content">
<a href="tipsAndTricks.html">Tips and Tricks</a>
<a href="af3_further_resources.html">Further Resources</a>
<a href="af3_faq.html"> AF3 FAQ</a>
</div>
</div>
<div class="topnav-right">
<a href="mailto:af_user@lists.fortiss.org?subject=Reporting 'loading_standard_examples.html' Documentation Problem!&body= Dear Af3 team, I am reporting an issue related to AF3 Learning Resources.
{Please specify the problem precisely here.}.">Report a Problem?</a>
</div>
</div>
</div>
</div>
<div class="box">
<button onclick="topFunction()" id="upBtn" title="Go to top">Top</button>
<h2>Create Projects</h2>
<p> You can create new (empty) AF3-Project via:<br>
<b>'File -> New AF3-Project'</b>
</p>
<br><br>
Afterwards, you will see a project named 'AF3-Project' in you <i>Model Navigator</i> View.<br>
<p>Afterwards, you will see a project named 'AF3-Project' in you <i>Model Navigator</i> View.
If you create a second empty project, you are asked for a new name for it.
</p>
<h2>Load Example Projects</h2>
<h2><font color="#336699" style="font-family:Verdana, Geneva, sans-serif">Load Example Projects</font></h2>
Each feature of AF3 is covered by one of our standard example models that can be loaded into the workspace automatically.
<p>Each feature of AF3 is covered by one of our standard example models that can be loaded into the workspace automatically.
<br><br>
The Examples can be accessed through the menu: <b>'File -> Open AF3 Example -> ...'</b>.<br>
The Examples can be accessed through the menu: <b>'File -> Open AF3 Example -> ...'</b>.
If the example was already created before, you are asked for a new name for it.
</p>
<h2><font color="#336699" style="font-family:Verdana, Geneva, sans-serif">Import & Export Projects</font></h2>
<h2>Import & Export Projects</h2>
<p>
You can import '*.af3_20' files into your workspace, which are located in an arbitrary directory of your hard disc.
During the import, a <u>copy</u> of the file is put into your workspace.
(If you want your original file also to be updated, you should export the edited project later to the original location).
</p>
<br><br>
If a file with an equal name already exists in your workspace, you are asked for another name.
<br><br>
<p>If a file with an equal name already exists in your workspace, you are asked for another name.</p>
<p>
If you select a source-file for an import that is located in your workspace, a copy of the file is placed into the workspace.
Via this mechanism, you can easily make copies of existing projects.
</p>
<br><br>
<p>
To access the Import/Export functionality, see:<br>
<b>'File -> Import AF3-Project'</b><br>
<b>'File -> Export AF3-Project'</b><br>
</p>
</div>
<script src="../layout/jsscript/topBtn.js">
</script>
</body>
</html>
\ No newline at end of file
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
Documentation of AF3 Tips and Tricks.
@author becker
@ConQAT.Rating GREEN Hash: AF9EA639EB8F1EFFFCF0ACA8037A39A3
-->
<!-- Documentation of AF3 Tips and Tricks. -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="./layout/stylesheet.css">
<title>Tips and Tricks for using AutoFOCUS3 (AF3)</title>
</head>
<body>
<div class="header">
<div class="box">
<div class="navbar">
<!--a href="https://www.fortiss.org/" align="left">
<img src="fortiss-logo.png" width="90px" height="20px" align="left">
</a-->
<div class="dropdown">
<button class="btn" id="hamburger">
<label for="hamburger" class="hamburger">
<span class="hamburgerLine"></span>
<span class="hamburgerLine"></span>
<span class="hamburgerLine"></span>
</label>
</button>
<div class="dropdown-content">
<a href="./getting_started.html"> Main Page</a>
<a href="../ModandSim/model_element_attributes.html">Modeling and Simulation</a>
<a href="../ta/technical_viewpoint.html">Deployment and Code Generation</a>
<a href="../dse/dse_perspective.html">Design Space Exploration (DSE)</a>
<a href="../assuranceCases/creation.html">Assurance Case Modeling</a>
<a href="af3_further_resources.html">Further Resources</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">AF3 Learning Resources <i class="triangle"></i></button>
<div class="dropdown-content">
<a href="af3_further_resources.html">AF3 Further Resources</a>
<a href="af3_faq.html">AF3 FAQ</a>
<a href="loading_standard_examples.html">Loading Standard AF3 Examples</a>
</div>
</div>
<div class="topnav-right">
<a href="mailto:af_user@lists.fortiss.org?subject=Reporting 'tipsAndTricks.html' Documentation Problem!&body= Dear Af3 team, I am reporting an issue related to Further Resources.
{Please specify the problem precisely here.}.">Report a Problem?</a>
</div>
</div>
</head>
</div>
</div>
<div class="box">
<button onclick="topFunction()" id="upBtn" title="Go to top">Top</button>
<h2><u><font color="#336699">Tips and Tricks</font></u></h2>
<h2>Tips and Tricks</h2>
<h3><u><font color="#336699">Reset Perspectives</font></u></h3>
<h3>Reset Perspectives</h3>
AutoFOCUS3 contains of two main perspectives, the <i>Modeling Perspective</i>, the <i>DSE Perspective</i> and the <i>Simulator Perspective</i>.
<p>AutoFOCUS3 contains of two main perspectives, the <i>Modeling Perspective</i>, the <i>DSE Perspective</i> and the <i>Simulator Perspective</i>.
In addition, there is the <i>Storage Perspective</i>.
Each Perspective comprises several views, whose layout can be modified by drag&drop the views to other areas.
</p>
<br><br>
If you have disorganized a perspective and want to have the original perspective back, just perform Mouse Right-Click and select <i>reset</i>.
<p>If you have disorganized a perspective and want to have the original perspective back, just perform Mouse Right-Click and select <i>reset</i>.</p>
<br><br>
<img src="./pictures/ResetPerspective.png">
<br><br>
<h3><u><font color="#336699">Error Log</font></u></h3>
<h3>Error Log</h3>
In the case that something doesn't work properly, AutoFOCUS3 logs error reports and warnings into a text file.
In the case you need this information, this is accessible in the help-menu.
<p>In the case that something doesn't work properly, AutoFOCUS3 logs error reports and warnings into a text file.
In the case you need this information, this is accessible in the help-menu.</p>
<br><br>
<img src="./pictures/af3_errorLog.png">
<br><br>
<h3><u><font color="#336699">Expert View</font></u></h3>
<h3>Expert View</h3>
AutoFOCUS3 doesn't show some parts of the projects per default in order to let the user concentrate on the important things.
You can make these parts visible by enabling the <i>Expert View</i> by pressing the <img src="./pictures/Button.Expert.png"> button.
<p>AutoFOCUS3 doesn't show some parts of the projects per default in order to let the user concentrate on the important things.
You can make these parts visible by enabling the <i>Expert View</i> by pressing the <img src="./pictures/Button.Expert.png"> button.</p>
<br><br>
<img src="./pictures/ToggleExpertView.png">
<br><br>
</div>
<script src="../layout/jsscript/topBtn.js">
</script>
</body>
</html>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment