Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 727 of 807  Not logged in ELOG logo
ID Date Icon Authordown Author Email Category OS ELOG Version Subject
  67204   Mon Feb 20 20:33:32 2012 Question Arno TeunisseA.Teeling3@chello.nlQuestionWindows2.9.0Hyperlink in attributes and autoincrement

Hello

Want a hyperlink in one of the attributes like this : http://Someserver/someDir/perl.pl#subject

In this way I should be able to redirect to a certain part of the html that the perl script is generating. When I setup this manually it works. ( typing directly the html link into the attribute )

 
When I put the html link into elog config file it will never show up the correct format : everything after the '#' is translated into the digit 1. ( So you get  http://Someserver/someDir/perl.pl1 . ) 

I tried to escape with \# used quoting " and '. No luck.  Tried to use the a , No luck. 

I've tested with several versions of elog but it seems that it has never worked. 

Allow HTML = 1 dit not work for me.

Has it to do with the autoincrement  ? ( Subst Number = XYZ-##### ) I think so because of the 1 that is returned if i use a http link . When I use the same link  http://Someserver/someDir/perl.pl#subject a second time i'll get back :
http://Someserver/someDir/perl.pl2 . So it seems that the auto increment feature plays a role in this one. 

 

Can this be done in the attributes of elog.? Can I have a # in a hyperlink ?

 

Thanks for your time.

 

 

  68260   Tue Feb 16 23:19:31 2016 Question Arno Teunissearno.teunisse@simac.comInfoWindowsELOG V3.1.1-3f3Find empty attributes

Want to use the find function from ELOG to search for empty fields ( Attributes that are not defined ) 
How to do that ? 
Could not find it in the Forum.
 

Greetings Arno Teunisse
 

 

  69864   Thu Jan 23 11:32:05 2025 Warning Arjan HulsboschArjan.Hulsbosch@ext.esa.intBug reportLinux | Windows | Mac OSX | All | Other3.1.5Webserver authentication may cause redirect loop

If

  1. Elog is configured to use webserver authentication, and
  2. the user reported by the webserver does not exist in the password file, and
  3. the "Guest Menu commands" configuration is set in "elogd.cfg", and
  4. a logbook is accessed,

then Elog returns with a redirect (302) to the logbook itself, causing the loop.

The fix here is to remove the "Guest Menu commands" configuration from "elogd.cfg".

Source code location: https://bitbucket.org/ritt/elog/src/30ada1df634529c8011c27275c52a05b01b7b3d6/src/elogd.cxx#lines-27599

  1995   Tue Oct 17 09:11:15 2006 Question Arckonitcrashrunover@hotmail.comQuestionWindows2.6.2Email format
Hi all,
Before all, i would say that ELOG is simply one of the best web-based program
Simple and fast
Just one day to configure it for our firm with multiple groups and so on ^^

So, my last problem is in the Email format
I know the use "use email heading" and other, but i would like to configure the body of the mail, where there is the link, the name of the author, etc.

I wonder if it could be customized
thank again for this soft, and good continuation
  1997   Tue Oct 17 09:29:39 2006 Reply Arckonitcrashrunover@hotmail.comQuestionWindows2.6.2Re: Email format
Thanx for the quick answer
Email format = ?
Where can i find some help to use this feature ?
  1999   Tue Oct 17 09:35:01 2006 Reply Arckonitcrashrunover@hotmail.comQuestionWindows2.6.2Re: Email format
;)I've searched, i don't understand
but thanks !
"relis ton foutu manuel !"
excellent
  2078   Wed Nov 15 18:50:02 2006 Reply Arckonitcrashrunover@hotmail.comRequestLinux2.6.1Re: add field type to automatically email CC

Stefan Ritt wrote:

Mark Bergman wrote:
I've got logbooks where I'm submitting entries on behalf of other users, or where other people should be notified of the ticket. This isn't a fixed list of people, and shouldn't be hard-coded into a config file. I've got a field to enter the user's e-mail address, but there's no action associated with that data.

I'd like to see a new field type that allows the entry of e-mail addresses, where each addresses supplied with the logfile entry would be automatically "CC'ed" in the notification e-mail. Ideally, people on the CC list would be (optionally) CC'ed when there are replies or edits to the original elog entry.


For example (snippet of fictional elogd.cfg):

-------------------------------
[web site]
Welcome Title = Issues regarding the web site
MOptions Category = Add links, Change content, Broken Link, Other
CCMailTo = Notification List
Attributes = Author, Category, Severity, Subject, Entry ID, Status, User, Login
Extendable Attributes = Category, Severity, Subject, Status, User, Login, Notification List
Required Attributes = Category, Subject, Status, User
-------------------------------


Just do the following:
Attributes = Author, Category, Notification list
Email all = $Notification list

Whenever you enter a new entry, you put a list of email addresses into the Notification list, which is then used for sending email addresses. This list also stays there in replies or edits.



mmmm when i try your suggestion, it doesn't work :
error from the smtp server
Erreur lors de l'envoi d'un mél. via "172.20.0.2": Issue RCPT TO: command before DATA command

here is my config
Theme = default
Comment = Logs des modification de scripts des 3 domaines
Attributes = Acteur, Action, Type, Nom du Scripts, Language, Domaine, Categorie, Commentaires,Notification
Options Action = Ajout, Modification, Suppression, Réseau, Autre, Hotfix
Options Type = Ouverture de session,Autre, deploiement
Options Language = VBS, AU3, Kix, Batch, Ksh, Perl
Options Domaine = VaubanHumanis, Humanis, Vauban
Extendable Options = Catégorie, Type, Action
Required Attributes = Acteur, Type, Lieu
Page Title = Modification Scripts - $subject
Reverse sort = 1
Quick filter = Date, Type
Suppress Email to users = 1
# Email all = someadminsuser@maildomain.com
Email all = $Notification
Options Status = 1-To Do{1}, 2-Open{2}, 3-Closed{3}, 4-Suspended{4}

you can remark the commented line
i would like to have one fixed list, so those users will be always alerted, and to be able to add and adress email in the notification attribute, but i really don't know how to do it
thx for any suggestions
  68872   Wed Dec 12 10:44:57 2018 Warning Antonio Iulianoantonio.iuliano@cern.chQuestionLinux3.1.2xmalloc error when filling entries and chaning page

Dear ELOG experts,

the ELOG server on our lab crashes  continuosly, when we add a new entry or even if we click the arrows to navigate between entries. Following the FAQ on the website, I have used gdb and found the following error:

xmalloc: not enough memory

[Inferior 1 (process 23271) exited with code 01]

It should be then some allocation issue when we try to access to the entries, but I could not figure the nature of the issue. I was, however, able to reproduce it with a fresh ELOG installation and the same configuration file (ELOG cloned from git and installed today)

Could you please give me any suggestion? I attach here the configuration file we use.

Best regards,

Antonio Iuliano

Attachment 1: elogd.cfg
[global]

Group SHiP-charm scanning = CHARM1, CHARM2, CHARM3, CHARM4, CHARM5, CHARM6
Group SHiP-charm analysis = SUMMARY
Group CHARM1          = CHARM1_RUN1,CHARM1_RUN2,CHARM1_RUN3,CHARM1_RUN4,CHARM1_RUN5,CHARM1_RUN6
Group CHARM2          = CHARM2_RUN1,CHARM2_RUN2,CHARM2_RUN3,CHARM2_RUN4,CHARM2_RUN5,CHARM2_RUN6
Group CHARM3          = CHARM3_RUN1,CHARM3_RUN2,CHARM3_RUN3
Group CHARM4          = CHARM4_RUN1,CHARM4_RUN2,CHARM4_RUN3
Group CHARM5          = CHARM5_RUN1,CHARM5_RUN2,CHARM5_RUN3
Group CHARM6          = CHARM6_RUN1,CHARM6_RUN2,CHARM6_RUN3
Group Decay Search    = DS_2012,DS_2011,DS_2010,DS_2009,DS_2008
Group Event Location  = 2012,2011,2010,2009,2008,temp
Group Other Task      = Weekly Meetings, reviews, Computing

port = 8080
Entries per page = 120
Thumbnail size = 50
Attachment lines = 30
Search all logbooks = 2
Default encoding = 1

Expand default = 0

#Time format = %Y-%m-%dT%H:%M:%S%z   ISO FORMAT
Time format = %Y-%m-%d %H:%M
Date format = %Y-%m-%d

###############################################################################
[SUMMARY]
Start page = ?mode=threaded&expand=0&sort=BrickID

Attributes = BrickID, Emulsion Type, Laboratory, Directory, Scanning, Linking, Alignment, Tracking, Vertexing, Note

Options BrickID = CHARM1-RUN1, CHARM1-RUN2, CHARM1_RUN3,CHARM1_RUN4,CHARM1_RUN5,CHARM1_RUN6, CHARM2_RUN1,CHARM2_RUN2,CHARM2_RUN3,CHARM2_RUN4,CHARM2_RUN5,CHARM2_RUN6,  CHARM3_RUN1,CHARM3_RUN2,CHARM3_RUN3, CHARM4_RUN1,CHARM4_RUN2,CHARM4_RUN3, CHARM5_RUN1,CHARM5_RUN2,CHARM5_RUN3, CHARM6_RUN1,CHARM6_RUN2,CHARM6_RUN3
ROptions Emulsion Type = Nagoya, Slavich
ROptions Laboratory = Napoli, Zurich

Show Attributes = BrickID, Emulsion Type, Laboratory, Directory, Scanning, Linking, Alignment, Tracking, Vertexing, Note
Show Attributes Edit = BrickID, Emulsion Type, Laboratory, Directory, Scanning, Linking, Alignment, Tracking, Vertexing, Note

Thread Display       = </td><td class="thread2" style="width:150px" > <a href=$message id><B>$BrickID</B></a> </td><td class="thread2" style="width:60px" > $Emulsion type </td><td class="thread2"  style="width:50px" style="width:128px"> $Laboratory </td><td class="thread2" style="width:60px" > $Directory </td><td class="thread2"  style="background-color:LightPink;"> $Scanning </td><td class="thread2"  style="width:60px"> $Linking </td><td class="thread2"  style="width:60px"> $Alignment </td><td class="thread2"  style="width:60px"> $Tracking </td><td class="thread2" style="width:55px"> <B>$Vertexing</B></td><td class="thread2R" >$Note</a>

Filter Menu text     = empty.html
List Menu text       = empty.html
List Menu commands   = New , Find , Select , Import  
Menu commands        = Back, New, Edit, Delete, Find
Locked Attributes    = 
Fixed Attributes Edit  = BrickID
Fixed Attributes Reply = BrickID
Required Attributes  = BrickID
Theme                = eventlocation
Menu text            =
Filter Menu text     = 
List Menu text       =
Collapse to last     = 1
Filter last entry = 1
Allow HTML = 1


###############################################################################
[CHARM1_RUN1]
Start page = ?mode=threaded&expand=0&sort=PlateID
Attributes = PlateID, Author, Glass, Bottom, Base, Top, Scanning Path, Scanning, Microscope, Processing, DeleteObx, Linking, Note
Options PlateID = 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29
#30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57
ROptions Microscope = mic2, mic3
ROptions Scanning = IN PROGRESS, SCAN DONE, TO RE-SCAN
ROptions Processing = no, PROC OK, TO RE-PROCESS
ROptions DeleteObx = no, OBX DELETED 
ROptions Linking = no, LINK OK
Show Attributes = PlateID, Author, Glass, Bottom, Base, Top, Scanning Path, Scanning, Microscope, Processing, DeleteObx, Linking, Note
Edit Attributes = PlateID, Author, Glass, Bottom, Base, Top, Scanning Path, Scanning, Microscope, Processing, DeleteObx, Linking, Note

Thread Display       = </td><td class="thread2R" style="width:50px" > <a href=$message id><B>$PlateID</B></a> </td><td class="thread2R" style="width:150px" > $Author </td><td class="thread2R"  style="width:50px" style="width:128px"> $Glass </td><td class="thread2R" style="width:60px" > $Bottom </td><td class="thread2R"  style="width:60px"> $Base </td><td class="thread2R"  style="width:60px"> $Top </td><td class="thread2R"  width=250px style="background-color:LightPink;"> $Scanning Path </td><td class="thread2"  style="width:100px"> $Scanning </td><td class="thread2" style="width:100px"> <B>$Microscope</B></td><td class="thread2R"  style="width:100px"> $Processing</td><td class="thread2R"  style="width:100px"> $DeleteObx</td><td class="thread2R"  style="width:100px"> $Linking </td><td class="thread2R">$Note</a>

Filter Menu text     = empty.html
List Menu text       = empty.html
List Menu commands   = New , Find , Select , Import , Config
Menu commands        = Back, New, Edit, Delete, Find
Locked Attributes    =
Fixed Attributes Edit  = PlateID
Fixed Attributes Reply = PlateID
Required Attributes  = PlateID
Theme                = eventlocation
Menu text            =
Filter Menu text     =
List Menu text       =
Collapse to last     = 1
Filter last entry = 1
Allow HTML = 1

###############################################################################
[CHARM1_RUN2]
Start page = ?mode=threaded&expand=0&sort=PlateID
Attributes = PlateID, Author, Glass, Bottom, Base, Top, Scanning Path, Scanning, Microscope, Processing, DeleteObx, Linking, Note
Options PlateID = 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29
#30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57
ROptions Microscope = mic2, mic3
ROptions Scanning = IN PROGRESS, DONE, TO RE-SCAN
ROptions Processing = no, DONE, TO RE-PROCESS
ROptions DeleteObx = no, DONE
ROptions Linking = no, DONE
Show Attributes = PlateID, Author, Glass, Bottom, Base, Top, Scanning Path, Scanning, Microscope, Processing, DeleteObx, Linking, Note
Edit Attributes = PlateID, Author, Glass, Bottom, Base, Top, Scanning Path, Scanning, Microscope, Processing, DeleteObx, Linking, Note

Thread Display       = </td><td class="thread2R" style="width:50px" > <a href=$message id><B>$PlateID</B></a> </td><td class="thread2R" style="width:150px" > $Author </td><td class="thread2R"  style="width:50px" style="width:128px"> $Glass </td><td class="thread2R" style="width:60px" > $Bottom </td><td class="thread2R"  style="width:60px"> $Base </td><td class="thread2R"  style="width:60px"> $Top </td><td class="thread2R"  width=250px style="background-color:LightPink;"> $Scanning Path </td><td class="thread2"  style="width:100px"> $Scanning </td><td class="thread2" style="width:55px"> <B>$Microscope</B></td><td class="thread2R"  style="width:60px"> $Processing</td><td class="thread2R"  style="width:60px"> $DeleteObx</td><td class="thread2R"  style="width:60px"> $Linking </td><td class="thread2R">$Note</a>

Filter Menu text     = empty.html
List Menu text       = empty.html
List Menu commands   = New , Find , Select , Import , Config
Menu commands        = Back, New, Edit, Delete, Find
Locked Attributes    =
Fixed Attributes Edit  = PlateID
Fixed Attributes Reply = PlateID
Required Attributes  = PlateID
Theme                = eventlocation
Menu text            =
Filter Menu text     =
List Menu text       =
Collapse to last     = 1
Filter last entry = 1
Allow HTML = 1

###############################################################################
[CHARM1_RUN3]
Start page = ?mode=threaded&expand=0&sort=PlateID
Attributes = PlateID, Author, Glass, Bottom, Base, Top, Scanning Path, Scanning, Microscope, Processing, DeleteObx, Linking, Note
Options PlateID = 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29
#30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57
ROptions Microscope = mic2, mic3
ROptions Scanning = IN PROGRESS, DONE, TO RE-SCAN
ROptions Processing = no, DONE, TO RE-PROCESS
ROptions DeleteObx = no, DONE
ROptions Linking = no, DONE
Show Attributes = PlateID, Author, Glass, Bottom, Base, Top, Scanning Path, Scanning, Microscope, Processing, DeleteObx, Linking, Note
Edit Attributes = PlateID, Author, Glass, Bottom, Base, Top, Scanning Path, Scanning, Microscope, Processing, DeleteObx, Linking, Note

Thread Display       = </td><td class="thread2R" style="width:50px" > <a href=$message id><B>$PlateID</B></a> </td><td class="thread2R" style="width:150px" > $Author </td><td class="thread2R"  style="width:50px" style="width:128px"> $Glass </td><td class="thread2R" style="width:60px" > $Bottom </td><td class="thread2R"  style="width:60px"> $Base </td><td class="thread2R"  style="width:60px"> $Top </td><td class="thread2R"  width=250px style="background-color:LightPink;"> $Scanning Path </td><td class="thread2"  style="width:100px"> $Scanning </td><td class="thread2" style="width:55px"> <B>$Microscope</B></td><td class="thread2R"  style="width:60px"> $Processing</td><td class="thread2R"  style="width:60px"> $DeleteObx</td><td class="thread2R"  style="width:60px"> $Linking </td><td class="thread2R">$Note</a>

Filter Menu text     = empty.html
List Menu text       = empty.html
List Menu commands   = New , Find , Select , Import , Config
Menu commands        = Back, New, Edit, Delete, Find
Locked Attributes    =
Fixed Attributes Edit  = PlateID
Fixed Attributes Reply = PlateID
Required Attributes  = PlateID
Theme                = eventlocation
Menu text            =
Filter Menu text     =
List Menu text       =
Collapse to last     = 1
Filter last entry = 1
Allow HTML = 1

###############################################################################
[CHARM1_RUN4]
Start page = ?mode=threaded&expand=0&sort=PlateID
Attributes = PlateID, Author, Glass, Bottom, Base, Top, Scanning Path, Scanning, Microscope, Processing, DeleteObx, Linking, Note
Options PlateID = 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29
#30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57
ROptions Microscope = mic2, mic3
ROptions Scanning = IN PROGRESS, DONE, TO RE-SCAN
ROptions Processing = no, DONE, TO RE-PROCESS
ROptions DeleteObx = no, DONE
ROptions Linking = no, DONE
Show Attributes = PlateID, Author, Glass, Bottom, Base, Top, Scanning Path, Scanning, Microscope, Processing, DeleteObx, Linking, Note
Edit Attributes = PlateID, Author, Glass, Bottom, Base, Top, Scanning Path, Scanning, Microscope, Processing, DeleteObx, Linking, Note

Thread Display       = </td><td class="thread2R" style="width:50px" > <a href=$message id><B>$PlateID</B></a> </td><td class="thread2R" style="width:150px" > $Author </td><td class="thread2R"  style="width:50px" style="width:128px"> $Glass </td><td class="thread2R" style="width:60px" > $Bottom </td><td class="thread2R"  style="width:60px"> $Base </td><td class="thread2R"  style="width:60px"> $Top </td><td class="thread2R"  width=250px style="background-color:LightPink;"> $Scanning Path </td><td class="thread2"  style="width:100px"> $Scanning </td><td class="thread2" style="width:55px"> <B>$Microscope</B></td><td class="thread2R"  style="width:60px"> $Processing</td><td class="thread2R"  style="width:60px"> $DeleteObx</td><td class="thread2R"  style="width:60px"> $Linking </td><td class="thread2R">$Note</a>

Filter Menu text     = empty.html
List Menu text       = empty.html
List Menu commands   = New , Find , Select , Import , Config
Menu commands        = Back, New, Edit, Delete, Find
Locked Attributes    =
Fixed Attributes Edit  = PlateID
Fixed Attributes Reply = PlateID
Required Attributes  = PlateID
Theme                = eventlocation
Menu text            =
Filter Menu text     =
List Menu text       =
Collapse to last     = 1
Filter last entry = 1
Allow HTML = 1

###############################################################################
[CHARM1_RUN5]
Start page = ?mode=threaded&expand=0&sort=PlateID
Attributes = PlateID, Author, Glass, Bottom, Base, Top, Scanning Path, Scanning, Microscope, Processing, DeleteObx, Linking, Note
Options PlateID = 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29
#30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57
ROptions Microscope = mic2, mic3
ROptions Scanning = IN PROGRESS, DONE, TO RE-SCAN
ROptions Processing = no, DONE, TO RE-PROCESS
ROptions DeleteObx = no, DONE
ROptions Linking = no, DONE
Show Attributes = PlateID, Author, Glass, Bottom, Base, Top, Scanning Path, Scanning, Microscope, Processing, DeleteObx, Linking, Note
Edit Attributes = PlateID, Author, Glass, Bottom, Base, Top, Scanning Path, Scanning, Microscope, Processing, DeleteObx, Linking, Note

Thread Display       = </td><td class="thread2R" style="width:50px" > <a href=$message id><B>$PlateID</B></a> </td><td class="thread2R" style="width:150px" > $Author </td><td class="thread2R"  style="width:50px" style="width:128px"> $Glass </td><td class="thread2R" style="width:60px" > $Bottom </td><td class="thread2R"  style="width:60px"> $Base </td><td class="thread2R"  style="width:60px"> $Top </td><td class="thread2R"  width=250px style="background-color:LightPink;"> $Scanning Path </td><td class="thread2"  style="width:100px"> $Scanning </td><td class="thread2" style="width:55px"> <B>$Microscope</B></td><td class="thread2R"  style="width:60px"> $Processing</td><td class="thread2R"  style="width:60px"> $DeleteObx</td><td class="thread2R"  style="width:60px"> $Linking </td><td class="thread2R">$Note</a>

Filter Menu text     = empty.html
List Menu text       = empty.html
List Menu commands   = New , Find , Select , Import , Config
Menu commands        = Back, New, Edit, Delete, Find
Locked Attributes    =
Fixed Attributes Edit  = PlateID
Fixed Attributes Reply = PlateID
Required Attributes  = PlateID
Theme                = eventlocation
Menu text            =
Filter Menu text     =
List Menu text       =
Collapse to last     = 1
Filter last entry = 1
Allow HTML = 1

###############################################################################
[CHARM1_RUN6]
Start page = ?mode=threaded&expand=0&sort=PlateID
Attributes = PlateID, Author, Glass, Bottom, Base, Top, Scanning Path, Scanning, Microscope, Processing, DeleteObx, Linking, Note
Options PlateID = 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29
#30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57
ROptions Microscope = mic2, mic3
ROptions Scanning = IN PROGRESS, DONE, TO RE-SCAN
ROptions Processing = no, DONE, TO RE-PROCESS
ROptions DeleteObx = no, DONE
ROptions Linking = no, DONE
Show Attributes = PlateID, Author, Glass, Bottom, Base, Top, Scanning Path, Scanning, Microscope, Processing, DeleteObx, Linking, Note
Edit Attributes = PlateID, Author, Glass, Bottom, Base, Top, Scanning Path, Scanning, Microscope, Processing, DeleteObx, Linking, Note

Thread Display       = </td><td class="thread2R" style="width:50px" > <a href=$message id><B>$PlateID</B></a> </td><td class="thread2R" style="width:150px" > $Author </td><td class="thread2R"  style="width:50px" style="width:128px"> $Glass </td><td class="thread2R" style="width:60px" > $Bottom </td><td class="thread2R"  style="width:60px"> $Base </td><td class="thread2R"  style="width:60px"> $Top </td><td class="thread2R"  width=250px style="background-color:LightPink;"> $Scanning Path </td><td class="thread2"  style="width:100px"> $Scanning </td><td class="thread2" style="width:55px"> <B>$Microscope</B></td><td class="thread2R"  style="width:60px"> $Processing</td><td class="thread2R"  style="width:60px"> $DeleteObx</td><td class="thread2R"  style="width:60px"> $Linking </td><td class="thread2R">$Note</a>

Filter Menu text     = empty.html
List Menu text       = empty.html
List Menu commands   = New , Find , Select , Import , Config
Menu commands        = Back, New, Edit, Delete, Find
Locked Attributes    =
Fixed Attributes Edit  = PlateID
Fixed Attributes Reply = PlateID
Required Attributes  = PlateID
Theme                = eventlocation
Menu text            =
Filter Menu text     =
List Menu text       =
Collapse to last     = 1
Filter last entry = 1
Allow HTML = 1

###############################################################################
[CHARM2_RUN1]
Start page = ?mode=threaded&expand=0&sort=PlateID
Attributes = PlateID, Author, Glass, Bottom, Base, Top, Scanning Path, Scanning, Microscope, Processing, DeleteObx, Linking, Note
Options PlateID = 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29
#30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57
ROptions Microscope = mic2, mic3
ROptions Scanning = IN PROGRESS, DONE, TO RE-SCAN
ROptions Processing = no, DONE, TO RE-PROCESS
ROptions DeleteObx = no, DONE
ROptions Linking = no, DONE
Show Attributes = PlateID, Author, Glass, Bottom, Base, Top, Scanning Path, Scanning, Microscope, Processing, DeleteObx, Linking, Note
Edit Attributes = PlateID, Author, Glass, Bottom, Base, Top, Scanning Path, Scanning, Microscope, Processing, DeleteObx, Linking, Note

Thread Display       = </td><td class="thread2R" style="width:50px" > <a href=$message id><B>$PlateID</B></a> </td><td class="thread2R" style="width:150px" > $Author </td><td class="thread2R"  style="width:50px" style="width:128px"> $Glass </td><td class="thread2R" style="width:60px" > $Bottom </td><td class="thread2R"  style="width:60px"> $Base </td><td class="thread2R"  style="width:60px"> $Top </td><td class="thread2R"  width=250px style="background-color:LightPink;"> $Scanning Path </td><td class="thread2"  style="width:100px"> $Scanning </td><td class="thread2" style="width:55px"> <B>$Microscope</B></td><td class="thread2R"  style="width:60px"> $Processing</td><td class="thread2R"  style="width:60px"> $DeleteObx</td><td class="thread2R"  style="width:60px"> $Linking </td><td class="thread2R">$Note</a>

Filter Menu text     = empty.html
List Menu text       = empty.html
List Menu commands   = New , Find , Select , Import , Config
Menu commands        = Back, New, Edit, Delete, Find
Locked Attributes    =
Fixed Attributes Edit  = PlateID
Fixed Attributes Reply = PlateID
Required Attributes  = PlateID
Theme                = eventlocation
Menu text            =
Filter Menu text     =
List Menu text       =
Collapse to last     = 1
Filter last entry = 1
Allow HTML = 1

###############################################################################
[CHARM2_RUN2]
Start page = ?mode=threaded&expand=0&sort=PlateID
Attributes = PlateID, Author, Glass, Bottom, Base, Top, Scanning Path, Scanning, Microscope, Processing, DeleteObx, Linking, Note
Options PlateID = 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29
#30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57
ROptions Microscope = mic2, mic3
ROptions Scanning = IN PROGRESS, DONE, TO RE-SCAN
ROptions Processing = no, DONE, TO RE-PROCESS
ROptions DeleteObx = no, DONE
ROptions Linking = no, DONE
Show Attributes = PlateID, Author, Glass, Bottom, Base, Top, Scanning Path, Scanning, Microscope, Processing, DeleteObx, Linking, Note
Edit Attributes = PlateID, Author, Glass, Bottom, Base, Top, Scanning Path, Scanning, Microscope, Processing, DeleteObx, Linking, Note

Thread Display       = </td><td class="thread2R" style="width:50px" > <a href=$message id><B>$PlateID</B></a> </td><td class="thread2R" style="width:150px" > $Author </td><td class="thread2R"  style="width:50px" style="width:128px"> $Glass </td><td class="thread2R" style="width:60px" > $Bottom </td><td class="thread2R"  style="width:60px"> $Base </td><td class="thread2R"  style="width:60px"> $Top </td><td class="thread2R"  width=250px style="background-color:LightPink;"> $Scanning Path </td><td class="thread2"  style="width:100px"> $Scanning </td><td class="thread2" style="width:55px"> <B>$Microscope</B></td><td class="thread2R"  style="width:60px"> $Processing</td><td class="thread2R"  style="width:60px"> $DeleteObx</td><td class="thread2R"  style="width:60px"> $Linking </td><td class="thread2R">$Note</a>

Filter Menu text     = empty.html
... 1594 more lines ...
ELOG V3.1.5-3fb85fa6