Re: background color and font, posted by Ruslan on Tue May 4 09:40:40 2010
|
Stefan Ritt wrote:
|
Re: background color and font, posted by Ruslan on Tue May 4 10:48:06 2010
|
Stefan Ritt wrote:
|
Re: background color and font, posted by Stefan Ritt on Tue May 4 11:43:22 2010
|
Ruslan wrote:
|
Re: background color and font, posted by Ruslan on Tue May 4 12:32:28 2010
|
Stefan Ritt wrote:
|
Re: back button does not work, posted by Stefan Ritt on Mon Dec 6 21:48:19 2004
|
> hi
> the back button/liunk does not work
> if i click on an entry and then back, it does not work properly, i see the
|
Re: back button does not work, posted by Guenter Nowak on Thu Dec 9 11:30:49 2004
|
> > hi
> > the back button/liunk does not work
> > if i click on an entry and then back, it does not work properly, i see the
|
Re: automatically obtain entry ID from search, posted by Stefan Ritt on Wed Mar 24 10:01:34 2021
|
You would have to do that on the scrip level. Use "curl" to search a logbook. Like following URL would search for all entries in this forum
where you are the authoer, then return the entries in CSV format:
https://elog.psi.ch/elogs/Forum/?mode=CSV1&Author=k%F6rner |
Re: automatically obtain entry ID from search, posted by Sebastian Schenk on Wed Mar 24 18:02:07 2021
|
Hi Chris,
Additional the the HTTP request sugested by Stefan you could also use the search functionality of the elog python module.
For the HTTP request you may also need a way to provide credentials or transmit cookies, if the elog needs authentification. |