ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
491
|
Mon Mar 1 16:58:36 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | elog-2.5.1-1 | Re: top text/bottom text |
This was a bug which only occurs under certain conditions, that's why nobody
has seen it yet. I fixed it, the new version is available under CVS:
http://midas.psi.ch/cgi-bin/cvsweb/elog/src/elogd.c?rev=1.275 |
492
|
Mon Mar 1 17:26:34 2004 |
| Val Schmidt | vschmidt@ldeo.columbia.edu | Question | Linux | elog-2.5.1-1 | Re: top text/bottom text |
> This was a bug which only occurs under certain conditions, that's why nobody
> has seen it yet. I fixed it, the new version is available under CVS:
>
> http://midas.psi.ch/cgi-bin/cvsweb/elog/src/elogd.c?rev=1.275
Great!
I'm inclined to wait until you release a new rpm with the changes, as I'm
likely to mucky things up by trying to upgrade from the cvs archive rather than
using the rpm mechanics.
But glad to hear it's fixed.
By the way, ELOG is a fantastic tool. I'm very thankful for all the effort gone
into it. I do wish there were standard sql hooks, as I'm a bit fearful of how
it will scale. But the front-end, which is often most neglected, is well
thought out. Thanks so much, Val |
645
|
Tue Aug 3 11:16:46 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Linux | 2.5.4 | Re: too many <table> tags |
> There are too many <table> tags when displaying a singel entry. E.g.
> in http://midas.psi.ch/elogs/Config+Examples/1 the row 'Configuration Name'
> is not aligned with the others (see attachment).
The <table> tags are there on purpose. As you can combine several attributes
into one line (see this forum for example), it's necessary to make an
independent <table> for each line. This causes the shifting as you noted
correctly. To avoid this, simple increase the width of the attribute name field
in the CSS file. Edit <elo>/themes/default/default.css, find the section with
".attibname" and change the width from 150px to 200px, such as
.attribname {
width:200px;
background-color:#CCCCFF;
border:1px solid #0000FF;
border-top:1px solid white;
border-left:1px solid white;
padding:3px;
}
I tried this with http://midas.psi.ch/elogs/Config+Examples/1, and it wroked
fine (see attachment). [I had to increase the text size a bit in my browser to
reproduce the initial problem] |
Attachment 1: elog.gif
|
|
647
|
Tue Aug 3 13:06:54 2004 |
| Heiko Scheit | h.scheit@mpi-hd.mpg.de | Bug report | Linux | 2.5.4 | Re: too many <table> tags |
> > There are too many <table> tags when displaying a singel entry. E.g.
> > in http://midas.psi.ch/elogs/Config+Examples/1 the row 'Configuration Name'
> > is not aligned with the others (see attachment).
>
> The <table> tags are there on purpose. As you can combine several attributes
> into one line (see this forum for example), it's necessary to make an
> independent <table> for each line.
Couldn't one include the extra <table> tag only when there is really more than
one attribute per line. All other lines could then be aligned properly.
To increase the width is not really a solution, since this depends on the
text size used. See attachment with really big text. |
Attachment 1: elog_table2.jpg
|
|
648
|
Tue Aug 3 13:31:08 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Linux | 2.5.4 | Re: too many <table> tags |
> Couldn't one include the extra <table> tag only when there is really more than
> one attribute per line. All other lines could then be aligned properly.
Sure one can do a lot of things if one has enough time and not tens of other
requests on the wishlist which really concern some functionality and not just
cosmetics. |
669
|
Thu Aug 12 23:32:46 2004 |
| Steve Jones | steve.jones@freescale.com | Bug report | Linux | 2.5.4 | Re: too many <table> tags |
> > Couldn't one include the extra <table> tag only when there is really more than
> > one attribute per line. All other lines could then be aligned properly.
>
> Sure one can do a lot of things if one has enough time and not tens of other
> requests on the wishlist which really concern some functionality and not just
> cosmetics.
Ouch!
And just to add insult to injury, the same <table> structure doesn't even look the
same between, say, IE6.0 and FireFox 0.9!!
Stefan, keep up the good work! |
703
|
Wed Sep 15 07:42:23 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Linux | 2.5.4 | Re: too many <table> tags |
> > > Couldn't one include the extra <table> tag only when there is really more than
> > > one attribute per line. All other lines could then be aligned properly.
I added that code in revision 1.471. |
69773
|
Mon Apr 8 11:27:09 2024 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | ELOG V3.1.4-395 | Re: today date in template |
This is a nice idea, but currently no text substations in templates are implemented. It only works in attributes right now.
Stefan
> Hello,
> I am using template for some elogbook entries.
>
> Is is possible to automatically change the template using the actual date in some filed.
>
> Something like: the template has a place-holder <start date> and this is replaced with today's date when a new entry is created.
>
> I already have a "date" filed which is automatically filled, but I've been asked to have the date also in the template.
>
> Thanks in advance
> Stefano |