mirror of
https://review.haiku-os.org/haiku
synced 2025-02-14 17:48:33 +01:00
* Added docs and screenshots for preference panels: Appearance, Backgrounds, DataTranslations, E-mail, Filetypes, Fonts, Keyboard, Keymap, Menu, Mouse, Network, Screen, Screensaver, Sounds, Time, VirtualMemory Adapted some contents for E-mail preferences from src/documentation/haiku_user_guide/HaikuUserGuide.txt As I haven't succeeded to get email running in vmware, I'd appreciate if someone can proof read what's written in E-mail preferences. * Added preferences to the user guide contents. * Various formatting details and inter-documents-links Wow! Thanks a lot! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28555 a95241bf-73f2-0310-859d-f6bbb57e9c96
59 lines
2.0 KiB
HTML
59 lines
2.0 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<title>Time</title>
|
|
<link rel="stylesheet" type="text/css" href="../welcome/welcome.css">
|
|
</head>
|
|
<body lang="en-US">
|
|
|
|
<div class="logo">
|
|
<img src="../welcome/welcome-images/logo.png" alt="logo">
|
|
<div class="title">Time</div>
|
|
</div>
|
|
<div class="topnav">
|
|
<p>
|
|
<a href="preferences.html">Preferences</a>
|
|
|
|
Previous: <a href="prefs-sounds.html">Sounds</a>
|
|
|
|
Next: <a href="prefs-virtualmemory.html">VirtualMemory</a>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="content">
|
|
|
|
<p>The panel of the Time preferences is split into two tabs:
|
|
</p>
|
|
|
|
<h2><a name="date-time">Date & Time</a></h2>
|
|
<img src="prefs-images/time-time.png" alt="time-time.png" width="495" height="348">
|
|
<br>
|
|
<p>On the left side, you can set the day of the month by simply clicking on it in the calendar. You change the month and year by clicking on it and using the up/down arrows to the right or the cursor keys on your keyboard.
|
|
</p><p>Similarly, you set the time. There are two modes for the clock:
|
|
<table border="0" cellpadding="2" cellspacing="0">
|
|
<tr><td><i>Local</i></td><td> </td><td>to display your local time.</td></tr>
|
|
<tr><td><i>GMT</i></td><td> </td><td>to display Greenwich Mean Time.</td></tr>
|
|
</table>
|
|
</p>
|
|
|
|
<h2><a name="timezone">Timezone</a></h2>
|
|
<img src="prefs-images/time-timezone.png" alt="time-timezone.png" width="495" height="348">
|
|
<br>
|
|
<p>Simply find and choose your location from the drop-down menu and the list of cities and press <i>Set Time Zone</i> to set your zone.
|
|
</p><p><i>Revert</i> brings back the settings that were active when you started the Time preferences.
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="bottomnav">
|
|
<p>
|
|
<a href="preferences.html">Preferences</a>
|
|
|
|
Previous: <a href="prefs-sounds.html">Sounds</a>
|
|
|
|
Next: <a href="prefs-virtualmemory.html">VirtualMemory</a>
|
|
</p>
|
|
</div> </body>
|
|
</html>
|