mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
*** empty log message ***
SVN revision: 373
This commit is contained in:
parent
45f7e65a3c
commit
c59db781c7
19
doc/faq.html
19
doc/faq.html
@ -141,23 +141,22 @@ This causes the welcome page being redirected to <b>/logbook/last10</b>, where <
|
||||
/logbook?cmd=Search&<attrib>=<value> for a search with <attrib>=<value>
|
||||
</pre>
|
||||
|
||||
<LI><b>I want to switch from full/summary/threaded display with a single button</b>
|
||||
<LI><b>I want to have additional command specific to my lookbook</b>
|
||||
<p>
|
||||
This can be achieved with the <b><code>Bottom text = bottom.html</b></code> option. Put
|
||||
following HTML code in your bottom.html:
|
||||
New commands can be added for example with the <b><code>"Bottom text = bottom.html"</b></code> option.
|
||||
To display all messages from last week and month of with "category = info", one can put
|
||||
following HTML code in bottom.html:
|
||||
|
||||
<pre>
|
||||
<center>
|
||||
<a href="?mode=summary">Summary</a> |
|
||||
<a href="?mode=full">Full</a> |
|
||||
<a href="?mode=threaded">Threaded</a>
|
||||
<a href="?last=7&Category=Info">Info from last week</a> |
|
||||
<a href="?last=31&Category=Info">Info from last month</a> |
|
||||
</center>
|
||||
</pre>
|
||||
<p>
|
||||
This gives you three links with different display mode. You can also add filters there
|
||||
like<br>
|
||||
|
||||
<b><code><a href="?mode=summary&Type=Routine">Routine entries</a></b></code>.<p>
|
||||
Note that the parameters <b><code>"last=7&Category=Info"</b></code> apply a filter on the display. You can learn
|
||||
how to make these filters by looking at the URL in your browser when you submit a find
|
||||
command with certain options.<p>
|
||||
|
||||
<LI><b>How does one configure elog to disable editing of existing messages? I want a logbook where one
|
||||
can enter messages but not change them afterwards.</b>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user