Commit e589852a authored by Oleg Dzhimiev's avatar Oleg Dzhimiev
Browse files

index page

parent 8a13c1a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# Runs 'make', 'make install', and 'make clean' in specified subdirectories
SUBDIRS := src/php_top src/python_tests src/debugfs-webgui src/jp4-canvas src/update src/eyesis4pi # src1
SUBDIRS := src/php_top src/python_tests src/debugfs-webgui src/jp4-canvas src/update src/eyesis4pi src/index # src1
INSTALLDIRS = $(SUBDIRS:%=install-%)
CLEANDIRS =   $(SUBDIRS:%=clean-%)

src/index/Makefile

0 → 100644
+16 −0
Original line number Diff line number Diff line
DOCUMENTROOT=$(DESTDIR)/www/pages
OWN = -o root -g root
INSTDOCS = 0644
INSTALL = install
DOCS=       index.html

all:
	@echo "make all in src"

install:
	@echo "make install in src"
	$(INSTALL) $(OWN) -d $(DOCUMENTROOT)
	$(INSTALL) $(OWN) -m $(INSTDOCS) $(DOCS) $(DOCUMENTROOT)

clean:
	@echo "make clean in src"

src/index/index.html

0 → 100644
+18 −0
Original line number Diff line number Diff line
<html>
<head>
<title>Elphel 393</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<a href="#" onclick="window.open('camvc.html?sensor_port=0&reload=0', 'port 0','menubar=0, width=800, height=600, toolbar=0, location=0, personalbar=0, status=0, scrollbars=1')">Camera Control Interface - port 0</a><br />
<a href="#" onclick="window.open('camvc.html?sensor_port=1&reload=0', 'port 1','menubar=0, width=800, height=600, toolbar=0, location=0, personalbar=0, status=0, scrollbars=1')">Camera Control Interface - port 1</a><br />
<a href="#" onclick="window.open('camvc.html?sensor_port=2&reload=0', 'port 2','menubar=0, width=800, height=600, toolbar=0, location=0, personalbar=0, status=0, scrollbars=1')">Camera Control Interface - port 2</a><br />
<a href="#" onclick="window.open('camvc.html?sensor_port=3&reload=0', 'port 3','menubar=0, width=800, height=600, toolbar=0, location=0, personalbar=0, status=0, scrollbars=1')">Camera Control Interface - port 3</a><br />

<br />
<a href="autocampars.php">Parameter Editor</a><br />
<a href="camogmgui.php">Recorder</a><br />
<a href="hwmon.html">Temperature monitor</a><br />
</body>
</html>