Added myself to the AUTHORS file.
[squirrelmail.git] / src / options_display.php
1 <?php
2 /**
3 ** options_display.php
4 **
5 ** Copyright (c) 1999-2000 The SquirrelMail development team
6 ** Licensed under the GNU GPL. For full terms see the file COPYING.
7 **
8 ** Displays all optinos about display preferences
9 **
10 ** $Id$
11 **/
12
13 include('../src/validate.php');
14 include('../functions/display_messages.php');
15 include('../functions/imap.php');
16 include('../functions/array.php');
17 include('../functions/plugin.php');
18
19 displayPageHeader($color, 'None');
20 $chosen_language = getPref($data_dir, $username, 'language');
21 ?>
22 <br>
23 <table width="95%" align="center" border="0" cellpadding="2" cellspacing="0">
24 <tr><td bgcolor="<?php echo $color[0] ?>" align="center">
25
26 <b><?php echo _("Options") . ' - ' . _("Display Preferences"); ?></b><br>
27
28 <table width="100%" border="0" cellpadding="1" cellspacing="1">
29 <tr><td bgcolor="<?php echo $color[4] ?>" align="center">
30
31 <form name="f" action="options.php" method="post"><br>
32 <table width="100%" cellpadding="2" cellspacing="0" border="0">
33 <tr>
34 <td align="right" nowrap><?php echo _("Theme"); ?>:
35 </td><td>
36 <?php
37 echo ' <tt><select name="chosentheme">' . "\n";
38 for ($i = 0; $i < count($theme); $i++) {
39 if ($theme[$i]['PATH'] == $chosen_theme)
40 echo ' <option selected value="'.$theme[$i]['PATH'].'">'.$theme[$i]['NAME']."\n";
41 else
42 echo ' <option value="'.$theme[$i]['PATH'].'">'.$theme[$i]['NAME']."\n";
43 }
44 echo ' </select></tt>';
45 ?>
46 </td>
47 </tr>
48 <tr>
49 <td align="right" nowrap><?php echo _("Language"); ?>:
50 </td><td>
51 <?php
52 echo ' <tt><select name="language">' . "\n";
53 foreach ($languages as $code => $name) {
54 if (! isset($name['ALIAS'])) {
55 if ($code==$chosen_language)
56 echo ' <OPTION SELECTED VALUE="'.$code.'">'.$name['NAME']."\n";
57 else
58 echo ' <OPTION VALUE="'.$code.'">'.$name['NAME']."\n";
59 }
60 }
61 echo ' </select></tt>';
62 if (! $use_gettext)
63 echo '<br><small>This system doesn\'t support multiple languages</small>';
64
65 ?>
66 </td>
67 <tr>
68 <td align=right nowrap>&nbsp;
69 <?php echo _("Use Javascript or HTML addressbook?") . '</td><td>';
70 if ($use_javascript_addr_book == true) {
71 echo ' <input type="radio" name="javascript_abook" value="1" checked> ' . _("JavaScript") . '&nbsp;&nbsp;&nbsp;&nbsp;';
72 echo ' <input type="radio" name="javascript_abook" value="0"> ' . _("HTML");
73 } else {
74 echo ' <input type="radio" name="javascript_abook" value="1"> ' . _("JavaScript") . '&nbsp;&nbsp;&nbsp;&nbsp;';
75 echo ' <input type="radio" name="javascript_abook" value="0" checked> ' . _("HTML");
76 }
77 ?>
78 </td>
79 </tr>
80 <tr>
81 <td align=right nowrap><?php echo _("Number of Messages to Index"); ?>:
82 </td><td>
83 <?php
84 if (isset($show_num))
85 echo ' <tt><input type="text" size="5" name="shownum" value="'.$show_num.'"></tt><br>';
86 else
87 echo ' <tt><input type="text" size="5" name="shownum" value="25"></tt><br>';
88 ?>
89 </td>
90 </tr>
91 <tr>
92 <td align="right" nowrap><?php echo _("Wrap incoming text at"); ?>:
93 </td><td>
94 <?php
95 if (isset($wrap_at))
96 echo ' <tt><input type="text" size="5" name="wrapat" value="'.$wrap_at.'"></tt><br>';
97 else
98 echo ' <tt><input type="tex" size="5" name="wrapat" value="86"></tt><br>';
99 ?>
100 </td>
101 </tr>
102 <tr>
103 <td align="right" nowrap><?php echo _("Size of editor window"); ?>:
104 </td><td>
105 <?php
106 if ($editor_size >= 10 && $editor_size <= 255)
107 echo ' <tt><input type="text" size="5" name="editorsize" value="'.$editor_size.'"></tt><br>';
108 else
109 echo ' <tt><input type="text" size="5" name="editorsize" value="76"></tt><br>';
110 ?>
111 </td>
112 </tr>
113 <tr>
114 <td align="right" nowrap><?PHP echo _("Location of buttons when composing") ?>:</td>
115 <td><select name="button_new_location">
116 <option value="top"<?PHP
117 if ($location_of_buttons == 'top') echo ' SELECTED';
118 ?>><?PHP echo _("Before headers"); ?></option>
119 <option value="between"<?PHP
120 if ($location_of_buttons == 'between') echo ' SELECTED';
121 ?>><?PHP echo _("Between headers and message body"); ?></option>
122 <option value="bottom"<?PHP
123 if ($location_of_buttons == 'bottom') echo ' SELECTED';
124 ?>><?PHP echo _("After message body"); ?></option>
125 </select>
126 </td>
127 </tr>
128 <tr>
129 <td align="right" nowrap><?PHP echo _("Location of folder list") ?>:</td>
130 <td><select name="folder_new_location">
131 <option value="left"<?PHP
132 if ($location_of_bar != 'right') echo ' SELECTED';
133 ?>><?PHP echo _("Left"); ?></option>
134 <option value="right"<?PHP
135 if ($location_of_bar == 'right') echo ' SELECTED';
136 ?>><?PHP echo _("Right"); ?></option>
137 </select>
138 </td>
139 </tr>
140 <tr>
141 <td align=right nowrap><?php echo _("Width of folder list"); ?>:
142 </td><td>
143 <?php
144 echo ' <select name="leftsize">' . "\n";
145 for ($i = 100; $i <= 300; $i += 10)
146 {
147 if ($left_size >= $i && $left_size < $i + 10)
148 echo "<option value=\"$i\" selected>$i pixels\n";
149 else
150 echo "<option value=\"$i\">$i pixels\n";
151 }
152 echo ' </select>';
153 ?>
154 </td>
155 </tr>
156 <tr>
157 <td align="right" nowrap><?php echo _("Auto refresh folder list"); ?>:
158 </td><td>
159 <?php
160 $seconds_str = _("Seconds");
161 $none_str = _("None");
162 $minute_str = _("Minute");
163 $minutes_str = _("Minutes");
164
165 echo ' <SELECT name="leftrefresh">';
166
167 if ($left_refresh == '')
168 $left_refresh = 'None';
169 if ($left_refresh > 600)
170 $left_refresh = 600;
171 RefreshOption($left_refresh, '', _("Never"));
172 RefreshOption($left_refresh, 30);
173 RefreshOption($left_refresh, 60);
174 RefreshOption($left_refresh, 120);
175 RefreshOption($left_refresh, 180);
176 RefreshOption($left_refresh, 300);
177 RefreshOption($left_refresh, 600);
178 // Refreshes after the session auto-timeout (default 15 min) is pointless
179
180 function RefreshOption(&$current, $val, $str = '') {
181 static $lastVal = 0;
182
183 if (is_int($val) && is_int($current)) {
184 if ($current > $lastVal && $current <= $val)
185 $current = $val;
186 }
187
188 if ($str == '') {
189 if ($val > 60) {
190 $str = ($val / 60) . ' ' . _("Minutes");
191 } elseif ($val == 60) {
192 $str = '1 ' . _("Minute");
193 } else {
194 $str = $val . ' ' . _("Seconds");
195 }
196 }
197
198 echo '<option value="' . $val . '"';
199 if ($val == $current)
200 echo ' SELECTED';
201 echo '>' . $str . "\n";
202 }
203 echo ' </SELECT>';
204 ?>
205 </td>
206 </tr>
207 <tr>
208 <td align="right">
209 <?php echo _("Use alternating row colors?") ?>
210 </td><td>
211 <?php
212 if (isset($alt_index_colors) && $alt_index_colors == 1) {
213 $a = " checked";
214 $b = "";
215 } else {
216 $a = "";
217 $b = " checked";
218 }
219 ?>
220 <input type="radio" name="altIndexColors" value="1"<?php echo $a ?>> <?php echo _("Yes") ?> &nbsp;&nbsp;
221 <input type="radio" name="altIndexColors" value="0"<?php echo $b ?>> <?php echo _("No") ?><br>
222 </td>
223 </tr>
224 <tr>
225 <td align=right>
226 <?php echo _("Show HTML version by default"); ?>:
227 </td>
228 <td>
229 <input type=checkbox name=showhtmldefault <?php
230 if (isset($show_html_default) && $show_html_default)
231 echo " checked"; ?>>
232 <?php
233 echo _("Yes, show me the HTML version of a mail message, if it is available.");
234 ?>
235 </td>
236 </tr>
237 <tr>
238 <td align=right>
239 <?php echo _("Include Self"); ?>:
240 </td>
241 <td>
242 <input type=checkbox name=includeselfreplyall <?php
243 if (getPref($data_dir, $username, 'include_self_reply_all')
244 != '')
245 echo " checked"; ?>>
246 <?php
247 echo _("Don't remove me from the CC addresses when I use \"Reply All\"");
248 ?>
249 </td>
250 </tr>
251 <?php do_hook('options_display_inside'); ?>
252 <tr>
253 <td>&nbsp;
254 </td><td>
255 <input type="submit" value="<?php echo _("Submit"); ?>"name="submit_display">
256 </td>
257 </tr>
258 </table>
259 </form>
260
261 <?php do_hook('options_display_bottom'); ?>
262
263 </td></tr>
264 </table>
265
266 </td></tr>
267 </table>
268 </body></html>