Changeset 27194
- Timestamp:
- Mar 4, 2010, 3:26:37 PM (16 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 2 added
- 3 edited
-
Makefile.in (modified) (1 diff)
-
raw/ipp.imfiles.dat (modified) (1 diff)
-
raw/simplePlot.php (modified) (1 diff)
-
raw/simplePlotcam.php (added)
-
raw/simplePlotraw.php (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/Makefile.in
r27113 r27194 40 40 $(DESTWWW)/nightSummary.php \ 41 41 $(DESTWWW)/simplePlot.php \ 42 $(DESTWWW)/simplePlotcam.php \ 43 $(DESTWWW)/simplePlotraw.php \ 42 44 $(DESTWWW)/skyplot.php \ 43 45 $(DESTWWW)/getimage.php -
trunk/ippMonitor/raw/ipp.imfiles.dat
r27113 r27194 18 18 menutop | menutop | link | test page | phptest.php 19 19 menutop | menutop | link | night summary | nightSummary.php 20 menutop | menutop | link | simple plot | simplePlot.php 20 menutop | menutop | link | simple plot - raw | simplePlotraw.php 21 menutop | menutop | link | simple plot - chip | simplePlot.php 22 menutop | menutop | link | simple plot - cam | simplePlotcam.php -
trunk/ippMonitor/raw/simplePlot.php
r27113 r27194 17 17 } 18 18 19 menu($myMenu, 'test simple plot ', 'ipp.css', $ID['link'], $ID['proj']);20 21 echo "<p> test sky plot </p>";19 menu($myMenu, 'test simple plot - chip', 'ipp.css', $ID['link'], $ID['proj']); 20 21 echo "<p> test sky plot - chip </p>"; 22 22 23 23 // set up the form
Note:
See TracChangeset
for help on using the changeset viewer.
