File: ShowImage

package info (click to toggle)
ifetch-tools 0.18.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 596 kB
  • sloc: ruby: 895; sh: 349; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 775 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
%{
	<HTML> <HEAD> <!-- This HTML file has been created by a ruby servlet -->
	<TITLE>Camera #{cameraName} Interface</TITLE>
	<link rel="stylesheet" type="text/css" href="/style.css">
	<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
	<META HTTP-EQUIV="Expires" CONTENT="-1">
	<META HTTP-EQUIV="Cache-Control" CONTENT="no-store">
	</HEAD><CENTER>
	<BODY>
	<P>#{theDate}</P>
	#{pageToBuild}
	<BR><BR>
	<A HREF="#{HOMELINK}" target="_top">Home</A> | <A HREF="/archive" target="_top">Archive</A> | <A HREF="/live" target="_top">Live</A> | <A HREF="/monitor" target="_top">Monitor</A> | <A HREF="#{pageToBuildBasic}" target="_blank">HTML Archive</A> | <A HREF="#{pageToBuildVideo}" target="_blank">Video Export</A>
	<P>ifetch-tools version: #{VER}</P>
	</CENTER>
	</BODY>
	</HTML>
}