*** empty log message ***
SVN revision: 885
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ starting at the items with the most votes. You can vote for a feature, or sugges
|
||||
<table border=1>
|
||||
<tr><th>Feature<th>Votes</tr>
|
||||
|
||||
<tr><td>Implement groups of users<td>4</tr>
|
||||
<tr><td>Implement groups of users<td>5</tr>
|
||||
<tr><td>Use "and" and "or" operands in queries<td>3</tr>
|
||||
<tr><td>Password expiration<td>1</tr>
|
||||
<tr><td>Account expiration<td>1</tr>
|
||||
|
||||
Executable
+51
@@ -0,0 +1,51 @@
|
||||
<!--
|
||||
$Revision$
|
||||
-->
|
||||
|
||||
<html><head>
|
||||
<title>ELOG Electronic Logbook Help</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<table border=0 width=100%% bgcolor=#486090 cellpadding=1 cellspacing=0 align=center>
|
||||
|
||||
<tr><td><table cellpadding=5 cellspacing=0 border=0 width=100%% bgcolor=#486090>
|
||||
|
||||
<tr><td align=center bgcolor=#486090>
|
||||
<font face=verdana,arial,helvetica,sans-serif size=5 color=#FFFFFF>
|
||||
ELOG Electronic Logbook Help<br></font></td></tr>
|
||||
|
||||
<tr><td bgcolor=#FFFFFF><br>The Electronic Logbook (<i>ELog</i>) can be used to store and retrieve
|
||||
messages through a Web interface. Depending on the configuration, the ELog system can host one or
|
||||
more <i>logbooks</i> which are stored in separate sections on the server.<p></td></tr>
|
||||
|
||||
<tr><td bgcolor=#486090><font color=#FFFFFF><b>Quick overview</b></font></td></tr>
|
||||
|
||||
<tr><td bgcolor=#FFFFFF><br>Per default, a page containing the the last entries from a logbook is
|
||||
displayed. By clicking on an entry, its complete contents is displayed. One can use the browser buttons
|
||||
to display the first, previous, next and last message.<p>
|
||||
|
||||
The <b>New</b> button creates a new entry. With the <b>Edit</b> button one can edit an existing
|
||||
message, if this is allowed in the configuration file. The <b>Reply</b> button creates a reply to an
|
||||
existing message, similar like a reply to an email.<p>
|
||||
|
||||
The <b>Find</b> button opens a query page, where messages from a logbook can be displayed based on
|
||||
filter rules. Each non-empty field works like an additional filter, which is and-ed with the other
|
||||
rules. If no filter is selected, all messages from a logbook are displayed.<p>
|
||||
|
||||
</td></tr>
|
||||
|
||||
<tr><td bgcolor=#486090><font color=#FFFFF><b>More information</b></font></td></tr>
|
||||
|
||||
<tr><td bgcolor=#FFFFFF><br>For more information, especially about the configuration of ELog, refer
|
||||
to the <A HREF="http://midas.psi.ch/elog">ELOG home page</A>.<P>
|
||||
|
||||
</td></tr></table></td></tr></table>
|
||||
|
||||
<hr>
|
||||
<address>
|
||||
<a href="http://midas.psi.ch/~stefan">S. Ritt</a>, 28 August 2001
|
||||
</address>
|
||||
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user