ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
66795
|
Fri Apr 23 08:32:10 2010 |
| Diogo Alves | diogomiguelalves@gmail.com | Question | Linux | 2.7.7 | Re: Recursively open a new attribute of the same type |
Stefan Ritt wrote: |
Diogo Alves wrote: |
Hi,
I have a logbook which, among other things, contains these attributes:
Options Ingredient = Egg, Oil
Options Quantity = 2, 0.1L
Now, I would like to, every time I select an ingredient and respective quantity, that another Ingredient and Quantity field opens up for me to procede addind them.
I've searched in the documentation and found nothing related to this. Maybe I missed it. Is it possible to do this?
Also, is there a way to display 2 attributes in the same row? Messing with CSS is probably the only answer ... correct?
|
Recursive attributes are not possible. All you can do is to define a certain number (like Ingredient1, Ingredient2, Ingredient3) and use Conditional Attributes to show them using the "Show Attributes Edit = ..." option.
To display two attributes in the same row, use
Format <attribute> = 1
for the second attribute.
|
Ok, thank you for your answer.
I guess my next question is whether it is possible to have, for example, 2 attributes:
Options Ingredient1 =
Options Ingredient2 =
Extendable options = Ingredients1, Ingredients2
sharing the exact same possible list of values.
Thanks agin. |
66796
|
Fri Apr 23 08:33:53 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.7.7 | Re: Recursively open a new attribute of the same type |
Diogo Alves wrote: |
I guess my next question is whether it is possible to have, for example, 2 attributes:
Options Ingredient1 =
Options Ingredient2 =
Extendable options = Ingredients1, Ingredients2
sharing the exact same possible list of values.
|
If you add via an option to one Ingredient, you have to add it to the other as well. There is no automatic way to do that. |
66798
|
Wed Apr 28 11:09:47 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.77 | Re: Logout, authentication failure causes "redir" |
Niklas wrote: |
When someone logout from my Elog, or the person does not have access to a logbook (due to "Login user =") the person gets a blank webpage with "redir" typed in the upper left corner.
I guess it should redir to some webpage? How can I get it to actually do that? Am I missing something in elogd.cfg?
|
Have you tried the URL = ... statement? |
66799
|
Wed Apr 28 16:34:17 2010 |
| Niklas | niklas@hoglund.pp.se | Question | Linux | 2.77 | Re: Logout, authentication failure causes "redir" |
Stefan Ritt wrote: |
Niklas wrote: |
When someone logout from my Elog, or the person does not have access to a logbook (due to "Login user =") the person gets a blank webpage with "redir" typed in the upper left corner.
I guess it should redir to some webpage? How can I get it to actually do that? Am I missing something in elogd.cfg?
|
Have you tried the URL = ... statement?
|
If a user that is not in "Login User =" tries to enter it would be nicer to have a "Access denied", instead of getting the first page again (user just keeps on trying and gets upset)... =) |
66800
|
Sat May 1 18:02:30 2010 |
| Anthony Palladino | ap4ax@virginia.edu | Question | Linux | Windows | 2.7.5 | Re: Problems with SSL and Synchronization |
Stefan Ritt wrote:
|
Mark Langkau wrote: |
I installed ELOG on a Linux server (CentOS 5.2) and a WinXP laptop.
- If I set both servers to non-SSL, I can synchronize with no problems.
- If I set both servers to use SSL, synchronization fails with "Error code: ssl_error_rx_record_too_long"
- If I set one to ssl and the other non-ssl, synchronization fails with "Remote server is not an ELOG server"
Is anyone synchronizing or mirroring two ELOG servers with SSL? When either or both servers are set to use SSL, I can use either site. but I can't synchronize.
|
Synchronization with SSL does not yet work. I have to find some time to implement it. Since you are already the second one mentioning this, it slipped higher on my to-do list
|
Hi Stefan, we would also like to see synchronization with SSL working. Hopefully now this task can slip even higher on your to-do list. It is a real pain to get to the elog from outside PSI, when elogd is running inside PSI (which it must be when working as an online logbook with MIDAS). We would very much ike to mirror it on a server outside PSI. |
66802
|
Mon May 3 23:12:55 2010 |
| Ruslan | russlan@cern.ch | Question | Windows | 2.7.8 | Re: background color and font |
Stefan Ritt wrote: |
siva kumar wrote: |
Stefan,
i recently download the elog server for windows and configured. its working with me fine
i would like to configure my elog server for to display a different color when am giving a specific "value" for a attribute "Status".
from the documentation i found to use the
Style Status Fixed = background-color:green
but with this configuration, the entire raw will be with red color or the specified color. i am looking only for that specific box (Status column) to be with specific color.
my configuration is as follows
Attributes = Author, Type, Category, Subject, Location, Problem Description, Status
Options Status = Fixed, Under Process, Not Fixed
Style Status Fixed = background-color:green
Style Status Not Fixed = background-color:red
Style Status Under Process = background-color:yellow
Am attaching two images, one is current display and next one is what i am looking for
am not sure about will it possible or not. please guide me. if it possible with javascript please tell me how i can include a external javascript for this pupose.
Thanks in advance
siva
|
I have added a new option for you:
Cell Style <attribute> <value> = ...
which does exactly that. The new version is 2.7.8-5 is ready for download.
|
Hello Stefan,
I can not find 2.7.8-5 tar file. Could you please point where it is?
Thanks,
Ruslan.
|
66803
|
Tue May 4 09:22:19 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.7.8 | Re: background color and font |
Ruslan wrote: |
Hello Stefan,
I can not find 2.7.8-5 tar file. Could you please point where it is?
Thanks,
Ruslan.
|
This is an intermediate (-5) release. Usually I do not build the tar files, since linux users can always grab the source code via SVN and built it themselves. I just make the for the Windows users since most of the do not have a C compiler. Exceptionally I made a 2.7.8-5.tar file for you, which you can obtain from the download area. |
66804
|
Tue May 4 09:40:40 2010 |
| Ruslan | russlan@cern.ch | Question | Windows | 2.7.8 | Re: background color and font |
Stefan Ritt wrote: |
Ruslan wrote: |
Hello Stefan,
I can not find 2.7.8-5 tar file. Could you please point where it is?
Thanks,
Ruslan.
|
This is an intermediate (-5) release. Usually I do not build the tar files, since linux users can always grab the source code via SVN and built it themselves. I just make the for the Windows users since most of the do not have a C compiler. Exceptionally I made a 2.7.8-5.tar file for you, which you can obtain from the download area.
|
Thanks a lot Stefan. |
|