ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
66780
|
Sun Apr 4 11:26:19 2010 |
| siva kumar | sivakumarkp@fastmail.fm | Question | Windows | 2.7.8 | background color and font | 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 |
Attachment 1: current.jpg
|
|
Attachment 2: looking_for.jpg
|
|
66786
|
Thu Apr 15 13:16:25 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.7.8 | Re: Active Directory authentication |
Alan Grant wrote: |
Found a thread from 2004 ("External authentication") asking about the possibility of tying that in with ELog and answer was "Not yet". With time past, any chance this is now possible? I didn't see any more info on that since.
I'd like to explore using AD to set up/manage groups for ELog authentication. Alternatively, is there currently another way with ELog to manage groups?
Regards.
|
External authentication is still on the list. But I'm not sure what is the best way: LDAP, PAM, Kerberos. Should work under windows and linux. Unfortunately I won't have time in the next few months to implement that, but it stays high on my todo list. |
66787
|
Thu Apr 15 13:32:35 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.7.8 | Re: background color and font |
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. |
66789
|
Sun Apr 18 11:54:38 2010 |
| siva kumar | sivakumarkp@fastmail.fm | 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.
|
Dear Stefan,
I really appreciate you doing this for me. i downloaded the latest version and configured as you said. its working very well. Actually this is what i am exactly looking for. Thank you very much
i would like to ask you about one more issue.
is it possible to deduct a numeric attribute from another numeric attrubute
let me explain clearly. suppose i have two attribute, both having a numeric value which is submitted by the user.
i would like to get its difference of these two attribute in an another attribute
please let me know its possible or not
once again i would like to appreciate you for making this wonderful application and helping me to resolve the issue
Best Regards
siva
|
66790
|
Mon Apr 19 08:49:49 2010 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.7.8 | Re: background color and font |
siva kumar wrote: |
I really appreciate you doing this for me. i downloaded the latest version and configured as you said. its working very well. Actually this is what i am exactly looking for. Thank you very much
i would like to ask you about one more issue.
is it possible to deduct a numeric attribute from another numeric attrubute
let me explain clearly. suppose i have two attribute, both having a numeric value which is submitted by the user.
i would like to get its difference of these two attribute in an another attribute
please let me know its possible or not
once again i would like to appreciate you for making this wonderful application and helping me to resolve the issue
|
You can do this is JavaScript. Just have a look here:
https://midas.psi.ch/elogs/Contributions/30 |
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. |
|