File: menu.html

package info (click to toggle)
camstream 0.26.3%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,464 kB
  • ctags: 2,076
  • sloc: cpp: 7,483; asm: 440; ansic: 427; makefile: 336; sh: 169
file content (43 lines) | stat: -rw-r--r-- 1,385 bytes parent folder | download | duplicates (2)
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
<html>
<head>
<base target="main">
<link rel="stylesheet" href="camstream.css" type="text/css">
</head>
<body>

<table border=0 cellpadding=2 align="center" width="90%">
<tr>
  <td align="center" width="17%"><a href="home.html">Home</a></td>
  <td align="center" width="16%">
    <a href="features.html">Features</a>
  </td>
  
  <td align="center" width="17%"><a href="download/index.html">Download</a></td>
  <td align="center" width="17%"><a href="install.html">Installation</a></td>
  <td align="center" width="16%"><a href="documentation.html">Documentation</a></td>
  <td align="center" width="17%"><a href="tech/index.html">Development</a></td>
</tr>
<tr>
  <td align="center" valign="top">
    <a href="home.html#intro">Introduction</a><br>
    <a href="home.html#status">Status</a><br>
    <a href="home.html#news">News</a>
  </td>
  <td align="center" valign="top">
    <a href="images/fullscreen.png">Screenshot</a>
  </td>
  <td align="center" valign="top"><a href="changelog.html">Changelog</a></td>
  <td align="center" valign="top"><a href="troubleshooting.html">Troubleshooting</a></td>
  <td align="center" valign="top">
    <a href="camstream/index.html">User manual</a><br>
    <a href="faq.html">FAQ</a><br>
  </td>
  <td align="center" valign="top">
    <a href="todo.html">TODO</a><br>
    <a href="api/index.html">API</a>
  </td>
</tr>
</table>

</body>
</html>