mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-14 20:33:48 +00:00
*** empty log message ***
SVN revision: 750
This commit is contained in:
parent
9283ad5e3d
commit
3b3638408f
@ -403,10 +403,19 @@ theme directory. This option should only be used if the <b><code>Title image</co
|
|||||||
option is not used.
|
option is not used.
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
|
<LI><b><code>Time format = <string></code></b>
|
||||||
|
<br>
|
||||||
|
This option determines how the date and time of a logbook entry is displayed. The format
|
||||||
|
of the string is the same as the C function
|
||||||
|
<a href="http://www.gnu.org/manual/glibc-2.2.3/html_node/libc_427.html#IDX2636">
|
||||||
|
strftime</a>, so a string of <b>%A, %B %d, %Y, %H:%M </b> yields in a display of
|
||||||
|
<b>Thursday, November 15, 2001, 12:35</b> for example.
|
||||||
|
<p>
|
||||||
|
|
||||||
<LI><b><code>Date format = <string></code></b>
|
<LI><b><code>Date format = <string></code></b>
|
||||||
<br>
|
<br>
|
||||||
This option determines how the date of a logbook entry is displayed. The format
|
This option determines how the date is displayed from attributes which are of type "date".
|
||||||
of the string is the same as the C function
|
The format of the string is the same as the C function
|
||||||
<a href="http://www.gnu.org/manual/glibc-2.2.3/html_node/libc_427.html#IDX2636">
|
<a href="http://www.gnu.org/manual/glibc-2.2.3/html_node/libc_427.html#IDX2636">
|
||||||
strftime</a>, so a string of <b>%A, %B %d, %Y</b> yields in a display of
|
strftime</a>, so a string of <b>%A, %B %d, %Y</b> yields in a display of
|
||||||
<b>Thursday, November 15, 2001</b> for example.
|
<b>Thursday, November 15, 2001</b> for example.
|
||||||
@ -844,13 +853,13 @@ substitutions are possible:
|
|||||||
<UL>
|
<UL>
|
||||||
<LI><b>$<attribute></b>: The value of the attribute
|
<LI><b>$<attribute></b>: The value of the attribute
|
||||||
<LI><b>$logbook</b>: The name of the current logbook
|
<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>$entry time</b>: The message date and time, formatted via "<I>Time format</I>"
|
||||||
<LI><b>$message id</b>: The message ID
|
<LI><b>$message id</b>: The message ID
|
||||||
</UL>
|
</UL>
|
||||||
<br>
|
<br>
|
||||||
A typical example would be
|
A typical example would be
|
||||||
<br>
|
<br>
|
||||||
<pre>Thread display = $subject, posted by $author on $entry date</pre>
|
<pre>Thread display = $subject, posted by $author on $entry time</pre>
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<LI><b><code>Thread icon = <attribute></code></b>
|
<LI><b><code>Thread icon = <attribute></code></b>
|
||||||
@ -975,7 +984,7 @@ The administrator has to ensure then of course that only trusted people can edit
|
|||||||
<LI><b><code>Last submission = <string></b></code>
|
<LI><b><code>Last submission = <string></b></code>
|
||||||
<br>
|
<br>
|
||||||
This option determines what gets displayed on the logbook selection page in the
|
This option determines what gets displayed on the logbook selection page in the
|
||||||
<i>Last submission</i> colum. The default string is <code><b>$entry date by $author</b></code>. If
|
<i>Last submission</i> colum. The default string is <code><b>$entry time by $author</b></code>. If
|
||||||
a logbook does not contain an <code><b>author</b></code> attribute, another string can
|
a logbook does not contain an <code><b>author</b></code> attribute, another string can
|
||||||
be chosen.
|
be chosen.
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user