Added new options

SVN revision: 2295
This commit is contained in:
2010-04-15 10:44:00 +00:00
parent e74b3a1357
commit fb1fbca40b
3 changed files with 18 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

+17 -1
View File
@@ -1541,7 +1541,23 @@ Subst on edit author = $full_name
Style importance severe = background-color:red
</pre>
For possible formattings, please refer to some CSS documentation. You can
change the colors, font styles and sizes.
change the colors, font styles and sizes. The style is then valid for the
whole row of that entry.
</li>
<li>
<b><code>Cell Style &lt;attribute&gt; &lt;value&gt; = &lt;style&gt;</code></b><br>
Same as above, but only for a specific cell containing &lt;<attribute>&gt;.
Following options
<pre>
Attributes = Author, Status
Options Status = Fixed, Under Process, Not Fixed
Cell Style Status Fixed = background-color:green
Cell Style Status Not Fixed = background-color:red
Cell Style Status Under Process = background-color:yellow
</pre>
<p>for example produce following listing:</p>
<p><img border=0 src="cell_style.png"></p>
</li>
<li>
<code><b>Change &lt;attribute&gt; = &lt;string&gt;</b></code><br>
+1 -1
View File
@@ -78,7 +78,7 @@ Just to be clear, some definitions of terms that will be used throughout the gui
<hr><a name="access">
<div class=section>&nbsp;Accessing an ELOG server and its logbook(s)&nbsp;</div>
<p>
Usually you will be given a URL (through mail, a Web page etc.) to access the <b>ELOG</b> server.
To access a logbook, point your Web browser at the appropriate URL. The default for a local Elog is <code><b>http://localhost:8080/logbookname</b></code>. Logbook files are stored in directory <code><b>logbookname</b></code> which is a sub-directory of the logbook root directory, defined by the administrator. See the administrator guide on how to create a new logbook.
<p>
If several logbooks are defined on the server, the entry page may be a list of all logbooks, with their descriptions, number of entries, and links to enter the logbook you want to use.
<p>