|
53 | 53 | <li><b style="color:#8c8700"/>Olive tone</b> and <b style="color:#368ccc"/>Moderate blue</b> – for dry and wet.</li>
|
54 | 54 | </ul>
|
55 | 55 | <li>
|
56 |
| - Each widget that allows to set continuous parameters has corresponding label displaying it's current value and, |
| 56 | + Each widget that allows to set continuous parameters has corresponding label displaying it's current value and, |
57 | 57 | optionally, units.
|
58 | 58 | </li>
|
59 | 59 | </ul>
|
|
78 | 78 | file system.
|
79 | 79 | </p>
|
80 | 80 | <p>
|
81 |
| - By default there is no file associated with plugin, so the file widget displays |
| 81 | + By default there is no file associated with plugin, so the file widget displays |
82 | 82 | <b style="color: #00909e">'Click or drug to load'</b> text.
|
83 | 83 | </p>
|
84 | 84 | <br>
|
|
105 | 105 | <h2>Button</h2>
|
106 | 106 |
|
107 | 107 | <p>
|
108 |
| - Buttons are mostly used to turn on/turn off some binary parameter. Rarely they are also used for switching between |
109 |
| - different processing modes (See <?php plugin_ref('comp_delay_mono'); ?> plugin for example). There are two different |
| 108 | + Buttons are mostly used to turn on/turn off some binary parameter. Rarely they are also used for switching between |
| 109 | + different processing modes (See <?php plugin_ref('comp_delay_mono'); ?> plugin for example). There are two different |
110 | 110 | types of buttons:
|
111 | 111 | </p>
|
112 | 112 | <ul>
|
|
203 | 203 | </ul>
|
204 | 204 |
|
205 | 205 | <div class="images">
|
206 |
| - <img src="<?= $CTL ?>footer.png"> |
| 206 | + <img class="border" src="<?= $CTL ?>footer.png"> |
207 | 207 | </div>
|
208 | 208 |
|
209 | 209 | <h2>Fraction</h2>
|
|
313 | 313 | </ul>
|
314 | 314 |
|
315 | 315 | <div class="images">
|
316 |
| - <img src="<?= $CTL ?>menu_bar.png"> |
| 316 | + <img class="border" src="<?= $CTL ?>menu_bar.png"> |
317 | 317 | </div>
|
318 | 318 |
|
319 | 319 | <p>
|
320 |
| - The content of the exported/imported text file can be manually edited. |
| 320 | + The content of the exported/imported text file can be manually edited. |
321 | 321 | Each parameter has detailed description. Below an example of the configuration file is present:
|
322 | 322 | </p>
|
323 | 323 | <pre>
|
|
421 | 421 | </div>
|
422 | 422 |
|
423 | 423 | <h2>Label</h2>
|
424 |
| -<p>Labels are widgets that display static text information.<p> |
| 424 | +<p style="text-align:center">Labels are widgets that display static text information.<p> |
425 | 425 |
|
426 |
| -<p>Example of label widgets:</p> |
427 |
| -<div > |
| 426 | +<p style="text-align:center">Example of label widgets:</p> |
| 427 | +<div class="images"> |
428 | 428 | <img class="border" src="<?= $CTL ?>labels.png">
|
429 | 429 | </div>
|
430 | 430 |
|
431 | 431 | <h2>Led</h2>
|
432 |
| -<p>LEDs are used to display state of binary output parameter.<p> |
433 |
| -<p>Example of LEDs:</p> |
434 |
| -<div > |
| 432 | +<p style="text-align:center">LEDs are used to display state of binary output parameter.<p> |
| 433 | +<p style="text-align:center">Example of LEDs:</p> |
| 434 | +<div class="images"> |
435 | 435 | <img class="border" src="<?= $CTL ?>leds.png">
|
436 | 436 | </div>
|
437 | 437 |
|
|
0 commit comments