Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-web-393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel-web-393
Commits
e589852a
Commit
e589852a
authored
Dec 23, 2016
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
index page
parent
8a13c1a4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
1 deletion
+35
-1
Makefile
Makefile
+1
-1
Makefile
src/index/Makefile
+16
-0
index.html
src/index/index.html
+18
-0
No files found.
Makefile
View file @
e589852a
# 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
View file @
e589852a
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
View file @
e589852a
<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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment