diff --git a/doc/faq.html b/doc/faq.html index aeadb280..1f307dff 100755 --- a/doc/faq.html +++ b/doc/faq.html @@ -141,23 +141,22 @@ This causes the welcome page being redirected to /logbook/last10, where < /logbook?cmd=Search&<attrib>=<value> for a search with <attrib>=<value> -
  • I want to switch from full/summary/threaded display with a single button +
  • I want to have additional command specific to my lookbook

    -This can be achieved with the Bottom text = bottom.html option. Put -following HTML code in your bottom.html: +New commands can be added for example with the "Bottom text = bottom.html" option. +To display all messages from last week and month of with "category = info", one can put +following HTML code in bottom.html:

     <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>
     

    -This gives you three links with different display mode. You can also add filters there -like
    - -<a href="?mode=summary&Type=Routine">Routine entries</a>.

    +Note that the parameters "last=7&Category=Info" 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.

  • 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.