* Fixed link in applications.html

* Added "setup wizard" and some info on IMAP to prefs-e-mail.html. IMAP is a bit
  broken, as was recently found out, so I'll leave it all at that for now.
* Moved every localization-dependent image into a mirror image folder under its
  language (ATM there's only "en"). Only neutral images like icons remain
  directly under /docs/userguide/images.
* Changed all image links accordingly.
* Removed all height and width attributes to ease exchanging images. Only fixed
  size images (icons) will retain them for faster loading.
* Added a special pre.terminal for printouts to save ink. Thanks Rob Tijssen for
  that suggestion.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31622 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Joachim Seemer
2009-07-17 17:14:31 +00:00
parent 5fbad060b3
commit 714d0c0567
130 changed files with 101 additions and 99 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
<div class="content">
<p>With <span class="key">CTRL</span>&#160;<span class="key">ALT</span>&#160;<span class="key">DEL</span> you invoke the Team Monitor which lists all currently running programs.</p>
<img src="../images/teammonitor-images/teammonitor.png" alt="teammonitor.png" width="385" height="342" />
<img src="images/teammonitor-images/teammonitor.png" alt="teammonitor.png" />
<p>Programs that were launched by the system are blue, those started by the user black.<br />
Applications that are unresponsive, which is often a sign the program has crashed, are marked red. You can kill a program by selecting it and pressing the <span class="button">Kill Application</span> button.</p>
<p>You can summon a Terminal with <span class="key">ALT</span>&#160;<span class="key">SHIFT</span>&#160;<span class="key">T</span>.</p>