Index: /branches/sc_branches/ippMonitorLap/Makefile.in
===================================================================
--- /branches/sc_branches/ippMonitorLap/Makefile.in	(revision 31699)
+++ /branches/sc_branches/ippMonitorLap/Makefile.in	(revision 31700)
@@ -224,5 +224,5 @@
 $(DESTWWW)/lapSequenceSummary.php \
 $(DESTWWW)/lapRuns.php \
-
+$(DESTWWW)/lapExposures.php \
 
 PICTURES = \
Index: /branches/sc_branches/ippMonitorLap/def/lapExposures.d
===================================================================
--- /branches/sc_branches/ippMonitorLap/def/lapExposures.d	(revision 31700)
+++ /branches/sc_branches/ippMonitorLap/def/lapExposures.d	(revision 31700)
@@ -0,0 +1,28 @@
+TABLE lapRun JOIN lapExp USING(lap_id) JOIN rawExp USING(exp_id,filter)
+TITLE LAP Exposures
+FILE  lapExposures.php
+MENU  ipp.lap.dat
+
+#     field                   size  format  name         show    link to                  extras
+FIELD lapRun.seq_id,          6, %d,     seq_id
+FIELD lapRun.lap_id,          6, %d,     lap_id
+FIELD lapRun.tess_id,         15, %s,    tess_id
+FIELD lapRun.projection_cell, 15, %s,    projection_cell
+FIELD lapRun.filter,          15, %s,    filter
+FIELD lapRun.state,           15, %s,    state (lapRun)
+FIELD lapRun.label,           15, %s,    label
+FIELD lapRun.dist_group,      15, %s,    dist_group
+FIELD lapRun.registered,      19, %T,    Registered
+FIELD lapRun.fault,           3, %d,     fault
+FIELD lapRun.quick_sass_id,   6, %d,     quick_sass_id
+FIELD lapRun.final_sass_id,   6, %d,     final_sass_id
+FIELD rawExp.exp_id,          6, %d,     Exp ID
+FIELD rawExp.chip_id,         6, %d,     Chip ID
+FIELD lapExp.pair_id,         6, %d,     Pair ID
+FIELD lapExp.private,         2, %d,     Private
+FIELD lapExp.pairwise,        2, %d,     Pairwise
+FIELD lapExp.active,          2, %d,     Active
+FIELD lapExp.data_state,      15, %s,    State (lapExp)
+FIELD rawExp.dateobs,         19, %T,     Date/Time
+FIELD rawExp.object, 	      8, %s,     Object
+FIELD rawExp.comment, 	      80, %s,	 Comment
Index: /branches/sc_branches/ippMonitorLap/def/lapRuns.d
===================================================================
--- /branches/sc_branches/ippMonitorLap/def/lapRuns.d	(revision 31699)
+++ /branches/sc_branches/ippMonitorLap/def/lapRuns.d	(revision 31700)
@@ -3,6 +3,4 @@
 FILE  lapRuns.php
 MENU  ipp.lap.dat
-
-ARGS  ARG1	lapRun.seq_id=$lapSequence.seq_id
 
 #     field                   size  format  name         show    link to                  extras
@@ -18,5 +16,2 @@
 FIELD lapRun.quick_sass_id,   6, %d,     quick_sass_id
 FIELD lapRun.final_sass_id,   6, %d,     final_sass_id
-
-
-# FIELD lapSequence.description,          80, %s,     Description, value, lapRuns.php, ARG1
Index: /branches/sc_branches/ippMonitorLap/raw/ipp.lap.dat
===================================================================
--- /branches/sc_branches/ippMonitorLap/raw/ipp.lap.dat	(revision 31699)
+++ /branches/sc_branches/ippMonitorLap/raw/ipp.lap.dat	(revision 31700)
@@ -4,5 +4,3 @@
 menulink  | menuselect   | link    | Sequence Summary             | lapSequenceSummary.php
 menulink  | menuselect 	 | link    | LAP Runs                     | lapRuns.php            
-
-menutop   | menutop      | plain   | &nbsp;                       | 
-menulink  | menuselect   | link    | Anything else?               | todo.php            
+menulink  | menuselect 	 | link    | LAP Exposures                | lapExposures.php            
