-
Notifications
You must be signed in to change notification settings - Fork 0
/
um_ui.html
61 lines (54 loc) · 3.86 KB
/
um_ui.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<title>skarphed - Documentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="static/logo_32.png" rel="icon" type="image/png">
<link href="static/mainsite.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="body_overlay" >
<header>
<div id="headercontent">
<a class="bclink" href="http://skarphed.org">
<img src="static/logo_32.png" alt="skarphed" style="float:left; margin-right: 10px;"></a>
<a class="bclink" href="index.html">Documentation
</a>
<a class="bclink" href="user_man.html">
→ Users Manual
</a>
<a class="bclink" href="um_overview.html">
→ The User Interface
</a>
</div>
</header>
<div id="space_content">
<span class="headerlink_nohover"><h2> The User Interface </h2></span>
<p>
<img src="static/ui.png" alt="Picture of user interface">
</p>
<h3> Understanding the user interface </h3>
<p>
The skarphed gui consists of the following components. A toolbar (1), the object tree (2), the object pages (3), and the process-display (4):
<ul>
<li>The object tree:
<p>The object Tree displays objects known to your profile. These may be servers, <em>skarphed-core</em>s, modules, databases and more. They all are displayed here in a hierarchical order.</p>
</li>
<li>The Object Pages:
<p>Every object that you want to inspect in detail is being displayed here. Each object has a corresponding objectpage that will be opened if you doubleclick the object in the objecttree. You can have opened multiple objects simultaneously and switch trough them using the tabs. You can close an objectpage by clicking the <em>X</em> in the objectpage's tab.</p>
</li>
<li>The Toolbar:
<p>The first three items of the toolbar let you do the following things (from left to right): Log out of your current profile, adding a server, view the PKI-settings for your current installation (you only need this if you are a template- or a module-developer). Depending on the object that you currently work with, there will be more or less entries displayed on the toolbar. These are the actions that can be performed on your currently active object. These functions will be talked about in the section <a href="">inside skarphed</a></p>
</li>
<li>The process-display
<p>Your <em>skarphed-admin</em> communicates with many servers. When there are active communicationprocesses, the process-display will move and show you how many processes there are. When you click on the process-display, a panel will open. Every backgroundprocess that skarphed does is listed on it. Some processes can be canceled you if necessary via this panel.</p>
</li>
</ul>
</p>
</div>
<footer id="space_footer"></p><a href="../imprint.html">Imprint / Impressum</a></p>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.
</footer>
</div>
</body>
</html>