Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 564 of 808  Not logged in ELOG logo
ID Date Icon Author Author Email Category OS ELOG Version Subjectdown
  68966   Thu May 9 16:42:13 2019 Reply Stefan Rittstefan.ritt@psi.chQuestionLinux3.1.2Re: Does there is a way to no the $message_id when creating a new submission

No, the message ID gets assigned only when you submit the entry.

Stefan

Lagarde wrote:

Hello,

I would like to know if it's possible to know the message_id of when creating a new entry in elog ?

I would like to do something like this Preset text = $message_id

Thx;

 

  67981   Tue Jun 9 16:57:06 2015 Reply Stefan Rittstefan.ritt@psi.chCommentAll3.1.0Re: Documentation of the webserver authentication

Also this made it now to the docs. Thanks.

Christof Hanke wrote:

Hi Stefan,

here is a draft of how you could describe the webserver authentication in your docs.

T/Christof

 

  131   Tue Sep 10 17:29:27 2002 Reply Stefan Rittstefan.ritt@psi.chQuestion  Re: Displaying attributes when creating a new entry
> Say I have an attribute called OS
> 
> Instead of having a drop down box is there a way to use either the radio 
> button like what is used with ICON?

From Version 2.1.2 on you have the option "ROptions = ..." for that.
  68483   Fri Dec 2 14:54:58 2016 Reply Stefan Rittstefan.ritt@psi.chInfoAll3.1.2-6ec506bRe: Display of draft entries in elog

In version 3.1.2-416db9f I implemented a "Restore" button, which should fix the second drawback. If you press it, you should be able to go back to where you started when editing an entry.

  1837   Wed May 24 09:00:34 2006 Reply Stefan Rittstefan.ritt@psi.chQuestionWindows2.6.1Re: Display legal banner

Ed To wrote:
I read somewhere that javascript is supported with elog. For legal reasons, I have to post a legal banner before the login prompt. Can you tell me how to do this? I'm not a programmer, but I guess I could use the javascript alert command to do this. What file would I need to change?


Unfortunately it was not possible to do that for the login page, so I had to add a new option Bottom text login which I implemented just now. You can now indeed use the alert command to do what you want, like

in elog.cfg:
Bottom text login = alert.html

and in alert.html:
<script language="JavaScript" type="text/javascript">
<!--
  alert("Hello world");
//-->
</script>

or whatever legal statement you have to make.

The new version can be downloaded as elog261-5.exe from the home page.
  1838   Wed May 24 18:09:51 2006 Reply Ed Toeto@arc.nasa.govQuestionWindows2.6.1Re: Display legal banner

Stefan Ritt wrote:

Ed To wrote:
I read somewhere that javascript is supported with elog. For legal reasons, I have to post a legal banner before the login prompt. Can you tell me how to do this? I'm not a programmer, but I guess I could use the javascript alert command to do this. What file would I need to change?


Unfortunately it was not possible to do that for the login page, so I had to add a new option Bottom text login which I implemented just now. You can now indeed use the alert command to do what you want, like

in elog.cfg:
Bottom text login = alert.html

and in alert.html:
<script language="JavaScript" type="text/javascript">
<!--
  alert("Hello world");
//-->
</script>

or whatever legal statement you have to make.

The new version can be downloaded as elog261-5.exe from the home page.


Wow, I wasn't expecting that quick of a response. Thanks Stefan. BTW, I really like elog. It's simple to setup and use. Keep up the good work.
  1839   Thu May 25 02:28:27 2006 Agree Ed Toeto@arc.nasa.govQuestionWindows2.6.1Re: Display legal banner
Stefan,

Thanks again. I got it to display my legal banner.
  1490   Fri Oct 28 12:16:38 2005 Reply Stefan Rittstefan.ritt@psi.chQuestionLinux2.6.0beta5Re: Display last page by default

Yoshio Imai wrote:
Is it possible to configure the logbook so that "List" takes me to the last page instead?


Reverse sort = 1
ELOG V3.1.5-3fb85fa6