Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 583 of 808  Not logged in ELOG logo
New entries since:Thu Jan 1 01:00:00 1970
ID Date Icon Author Author Email Category OSdown ELOG Version Subject
  68848   Fri Oct 12 11:56:26 2018 Reply Roland Beyerroland.beyer@hzdr.deQuestionLinuxV3.1.1-0767eb0Re: Buttons missing in ckeditor

Dear Stefan,

thanks for your hints. Meanwhile we already solved the problem. I think it was caused by the recovery from a backup version after the server crash ... and the retirement of the person who did the previous installation.

We found the following things to be faulty:

  1. Somebody linked the "elog/scripts/ckeditor"-directory to "../../javascript/ckeditor" (maybe an independent installation of ckeditor). Due to this the relative path in "ckeditor/config.js" to "../ckeditor-config.js" could not be correctly resolved to be "elog/scripts/ckeditor-config.js". Now we put the absolute path.
  2. Furthermore the owner of all files in the elog directory was set to root:root with read access only for root. We changed them now to root:elog and gave read acess for everybody.

Now everything works as expected.

I'm sorry for inconvenience,

Thanks and best regards,

Roland

 

Stefan Ritt wrote:

Have you selected "HTML" encoding (below the main message box). The HTML editor is not activated if you have "plain" text encoding. Did you try the default elogd.cfg file? If you modified the config file and did a mistake there, the program can for example not properly find all directories. Also makse sure you did a full install with "make install", not just update the executable.

Stefan

Roland Beyer wrote:

Hello everybody,

we had to setup a new server for our elog some time ago because the old one crashed. We are now running version ELOG V3.1.1-0767eb0.

In the previous installation we had these nice buttons for file upload, time stamp and equation editor, which are also available here in the online version.

I already found that in the installation directory ("/usr/local/elog/") there exists a directory "scripts" containing a file "ckeditor-config.js", which also contains the lines:
"config.extraPlugins = 'timestamp,dndfiles,eqneditor,fileupload';" and "{ name: 'insert', items: [ 'Image', 'Table', 'HorizontalRule', 'Smiley', 'SpecialChar', 'PageBreak', 'FileUpload', 'Timestamp', 'EqnEditor' ] },"

These plugins seem to be available in the subdirectory "scripts/ckeditor/plugins/". But why are they not loaded? Is it just a version issue? Or something else?

It would be nice to get a hint.

Best regards,

Roland

 

 

  68851   Fri Oct 26 08:56:59 2018 Warning Wenhao Huangwhyellow@mail.sdu.edu.cnBug reportLinuxELOG V3.1.2-bd7messy code for chinese charactor
The Chinese character appears messy code. The encoding way is the default utf-8. How can I solve this problem?
  68852   Fri Oct 26 14:22:59 2018 Question Devrim Esenturkdevrim.esenturk@gmail.comBug reportLinuxV3.1.3-7933898How many "Extendable options" can I add?

Hi

I am trying to add "Extendable options" for some attribute as below example. However button to add new item for list appears only for the first "Extendable options", if disable the first with (;), button appears for the second. It means elog add new item button only the first line "Extendable options" not for other?

Is this a limitation or bug or am I doing something wrong?

Options Require = N/A, Camera{1}, Lens{2}, Other{3}
{1} MOptions Require Model= XNB-6001, PNM-7000VD, PNM-9000VQ, PNM-9320VQ
{2} MOptions Require Lens = SLA-T2480, SLA-T2480V, SLA-T4680, SLA-T4680V, SLA-T1080F, SLA-2M2400P, SLA-2M2800P, SLA-2M3600P, SLA-2M6000P, SLA-2M1200P, SLA-5M3700P, SLA-5M4600P, SLA-5M7000P, SLA-2M2400Q, SLA-2M2800Q, SLA-2M3600Q, SLA-2M6000Q, SLA-5M3700Q, SLA-5M4600Q, SLA-5M7000Q, SLA-2M2400D, SLA-2M2800D, SLA-2M3600D, SLA-2M6000D
{3} MOptions Require Other = Base Unit

Extendable options = Require Model

Extendable options = Require Lens

Extendable options = Require Other

Thank you

Devrim

  68853   Fri Oct 26 16:46:52 2018 Agree Grant Jeffcotegrant@jeffcote.orgBug reportLinuxV3.1.3-7933898Re: How many "Extendable options" can I add?

David,

Try

Extendable options = Require Model, Require Lens, Require Other,

Regards

Grant

Devrim Esenturk wrote:

Hi

I am trying to add "Extendable options" for some attribute as below example. However button to add new item for list appears only for the first "Extendable options", if disable the first with (;), button appears for the second. It means elog add new item button only the first line "Extendable options" not for other?

Is this a limitation or bug or am I doing something wrong?

Options Require = N/A, Camera{1}, Lens{2}, Other{3}
{1} MOptions Require Model= XNB-6001, PNM-7000VD, PNM-9000VQ, PNM-9320VQ
{2} MOptions Require Lens = SLA-T2480, SLA-T2480V, SLA-T4680, SLA-T4680V, SLA-T1080F, SLA-2M2400P, SLA-2M2800P, SLA-2M3600P, SLA-2M6000P, SLA-2M1200P, SLA-5M3700P, SLA-5M4600P, SLA-5M7000P, SLA-2M2400Q, SLA-2M2800Q, SLA-2M3600Q, SLA-2M6000Q, SLA-5M3700Q, SLA-5M4600Q, SLA-5M7000Q, SLA-2M2400D, SLA-2M2800D, SLA-2M3600D, SLA-2M6000D
{3} MOptions Require Other = Base Unit

Extendable options = Require Model

Extendable options = Require Lens

Extendable options = Require Other

Thank you

Devrim

 

  68854   Fri Oct 26 16:50:48 2018 Reply Grant Jeffcotegrant@jeffcote.orgBug reportLinuxV3.1.3-7933898Re: How many "Extendable options" can I add?

Apologies that should have been Devrim (autocorrect again) :-(

Grant Jeffcote wrote:

David,

Try

Extendable options = Require Model, Require Lens, Require Other,

Regards

Grant

Devrim Esenturk wrote:

Hi

I am trying to add "Extendable options" for some attribute as below example. However button to add new item for list appears only for the first "Extendable options", if disable the first with (;), button appears for the second. It means elog add new item button only the first line "Extendable options" not for other?

Is this a limitation or bug or am I doing something wrong?

Options Require = N/A, Camera{1}, Lens{2}, Other{3}
{1} MOptions Require Model= XNB-6001, PNM-7000VD, PNM-9000VQ, PNM-9320VQ
{2} MOptions Require Lens = SLA-T2480, SLA-T2480V, SLA-T4680, SLA-T4680V, SLA-T1080F, SLA-2M2400P, SLA-2M2800P, SLA-2M3600P, SLA-2M6000P, SLA-2M1200P, SLA-5M3700P, SLA-5M4600P, SLA-5M7000P, SLA-2M2400Q, SLA-2M2800Q, SLA-2M3600Q, SLA-2M6000Q, SLA-5M3700Q, SLA-5M4600Q, SLA-5M7000Q, SLA-2M2400D, SLA-2M2800D, SLA-2M3600D, SLA-2M6000D
{3} MOptions Require Other = Base Unit

Extendable options = Require Model

Extendable options = Require Lens

Extendable options = Require Other

Thank you

Devrim

 

 

  68855   Fri Oct 26 19:15:19 2018 Reply Devrim Esenturkdevrim.esenturk@gmail.comBug reportLinuxV3.1.3-7933898Re: How many "Extendable options" can I add?

No problem :) 

Your suggestion worked as it must be. I didn't see "Extendable options = <list>" on guide :/

I guess I need rest a little bit... :(

Thank you

Have a great weekend

Devrim

Grant Jeffcote wrote:

Apologies that should have been Devrim (autocorrect again) :-(

Grant Jeffcote wrote:

David,

Try

Extendable options = Require Model, Require Lens, Require Other,

Regards

Grant

Devrim Esenturk wrote:

Hi

I am trying to add "Extendable options" for some attribute as below example. However button to add new item for list appears only for the first "Extendable options", if disable the first with (;), button appears for the second. It means elog add new item button only the first line "Extendable options" not for other?

Is this a limitation or bug or am I doing something wrong?

Options Require = N/A, Camera{1}, Lens{2}, Other{3}
{1} MOptions Require Model= XNB-6001, PNM-7000VD, PNM-9000VQ, PNM-9320VQ
{2} MOptions Require Lens = SLA-T2480, SLA-T2480V, SLA-T4680, SLA-T4680V, SLA-T1080F, SLA-2M2400P, SLA-2M2800P, SLA-2M3600P, SLA-2M6000P, SLA-2M1200P, SLA-5M3700P, SLA-5M4600P, SLA-5M7000P, SLA-2M2400Q, SLA-2M2800Q, SLA-2M3600Q, SLA-2M6000Q, SLA-5M3700Q, SLA-5M4600Q, SLA-5M7000Q, SLA-2M2400D, SLA-2M2800D, SLA-2M3600D, SLA-2M6000D
{3} MOptions Require Other = Base Unit

Extendable options = Require Model

Extendable options = Require Lens

Extendable options = Require Other

Thank you

Devrim

 

 

 

  68856   Sat Oct 27 10:51:12 2018 Reply Stefan Rittstefan.ritt@psi.chBug reportLinuxELOG V3.1.2-bd7Re: messy code for chinese charactor
Can you post a screenshot?


Wenhao Huang wrote:
The Chinese character appears messy code. The encoding way is the default utf-8. How can I solve this problem?
  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