Javascript Menu by Deluxe-Menu.com

i-Catcher Help

Learn how to set up and use i-Catcher's features to their full potential.

read more... File download area

Download all the i-Catcher software products, including legacy versions.

read more... Wildlife picture gallery

i-Catcher Wildlife captures fantastic scenes from nature. Have a look at some of the best.

read more... Capture equipment

Find out about suitable equipment for use with i-Catcher, from cameras to lighting, and more.

read more... CCTV Shop

We have an online shop where you can buy video and capture hardware, as well as i-Catcher bundles at discounted price.

read more...
Cameras - Systems - Accessories - The i-Catcher CCTV Shop offering greated prices and technical support

Using HTML Templates

with FTP Upload Alerts

i-Catcher can handle complicated templates. We will explain them using the sample below.


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"

                      "http://www.w3.org/TR/html4/loose.dtd">

<html>

 <head>

  <title>i-Catcher Console - Chronological History</title>

 </head>

 <body>

  <p>View stills for a particular feed: [feeds]</p>

  <table>

[body]

   <tr>

    <td align=center valign=middle><img src="[pic1]" alt=""></td>

    <td align=center valign=middle><img src="[pic2]" alt=""></td>

    <td align=center valign=middle><img src="[pic3]" alt=""></td>

   </tr>

   <tr>

    <td align=center>[filename1]</td>

    <td align=center>[filename2]</td>

    <td align=center>[filename3]</td>

   </tr>

   <tr><td> </td></tr>

[foot]

  </table>

 </body>

</html>

					

The two tags in the text ([body] and [foot]) separate the 3 parts of the template.

The header (everything up to [body]) will be inserted once, and the middle section will be repeated until all the images have been inserted into the template. Then the footer will be added onto the end

When parsing the middle section, it will look for [pic1], and replace it with the first image, then look for [pic2] and replace that with the next image. It will then carry on until it fails to find a [PicN] (N is incremented each time).

The [filenameN] tags will be replaced with exactly the same as [picN], except when it is inserting a place holder. In that situation, it will be left blank.

If [body] and [foot] are missing, it will only parse through the file once until it gets to the bottom of the file.

There are other tags that are used by i-Catcher Sentry, Wildlife, and Console/Alert.

  • [date]: The current date in your regional settings (e.g. 10/07/2002).
  • [time]: The current time in your regional settings (e.g. 17:15:23).
  • [now]: The current date and time in your regional settings (e.g. 10/07/2002 17:15:23).
  • [timestamp]: The current date and time in a timestamp form (e.g. 20020710171523).
  • [name]: In i-Catcher Sentry/Wildlife, the name of the machine, or (if its connected to a console) the client name.
  • [profile]: In i-Catcher Sentry/Wildlife, the current profile.
  • [feeds]: In i-Catcher Console/Alert, Links tthe individual feed pages.
  • [pic]: In i-Catcher Sentry/Wildlife in webcam mode, this is the image to be shown in the webcam.