Added new options
SVN revision: 2295
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
+17
-1
@@ -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 <attribute> <value> = <style></code></b><br>
|
||||
|
||||
Same as above, but only for a specific cell containing <<attribute>>.
|
||||
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 <attribute> = <string></b></code><br>
|
||||
|
||||
+1
-1
@@ -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> Accessing an ELOG server and its logbook(s) </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>
|
||||
|
||||
Reference in New Issue
Block a user