mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Adjusted 'thread display'
SVN revision: 203
This commit is contained in:
parent
6de938eaa0
commit
4a54bfcd9f
@ -371,6 +371,11 @@ Default mode for search display. On the find entry form, the checkboxes
|
|||||||
are set accordingly. The "Last xxx" page uses this setting directly.
|
are set accordingly. The "Last xxx" page uses this setting directly.
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
|
<li><b><code>Entries per page = <number></code></b>
|
||||||
|
<br>
|
||||||
|
Number of logbook entries displayed per page in a search result. The default is 20.
|
||||||
|
<p>
|
||||||
|
|
||||||
</UL>
|
</UL>
|
||||||
|
|
||||||
<a name="attrib"><hr>
|
<a name="attrib"><hr>
|
||||||
@ -447,7 +452,7 @@ down box by default.
|
|||||||
<LI><b><code>Preset text = <string> or <file></code></b>
|
<LI><b><code>Preset text = <string> or <file></code></b>
|
||||||
<br>
|
<br>
|
||||||
This preset value is used for the main body text. It can be a string or a file,
|
This preset value is used for the main body text. It can be a string or a file,
|
||||||
which must be present in the same directory as the <code><b>elogd</b></code> file.
|
which must be present in the same directory as the <code><b>elogd.cfg</b></code> file.
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<LI><b><code>Locked Attributes = <list></code></b>
|
<LI><b><code>Locked Attributes = <list></code></b>
|
||||||
@ -495,10 +500,19 @@ message body is controlled by the <b><code>Display mode</code></b> and
|
|||||||
|
|
||||||
<LI><b><code>Thread display = <string></code></b>
|
<LI><b><code>Thread display = <string></code></b>
|
||||||
<br>
|
<br>
|
||||||
Optional way to specify the line contents in the threaded search result. All
|
Optional way to specify the line contents in the threaded search result. Following
|
||||||
standard substitutions like as described in the <b>Subst</b> command can be
|
substitutions are possible:
|
||||||
used here, like<br>
|
<p>
|
||||||
<pre>Thread display = $author, $subject</pre>
|
<UL>
|
||||||
|
<LI><b>$<attribute></b>: The value of the attribute
|
||||||
|
<LI><b>$logbook</b>: The name of the current logbook
|
||||||
|
<LI><b>$entry date</b>: The message date, formatted via "<I>Date format</I>"
|
||||||
|
<LI><b>$message id</b>: The message ID
|
||||||
|
</UL>
|
||||||
|
<br>
|
||||||
|
A typical example would be
|
||||||
|
<br>
|
||||||
|
<pre>Thread display = $subject, posted by $author on $entry date</pre>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<LI><b><code>Thread icon = <attribute></code></b>
|
<LI><b><code>Thread icon = <attribute></code></b>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user