Index: trunk/webapps/cptms/CameraDisplay.html
===================================================================
--- trunk/webapps/cptms/CameraDisplay.html	(revision 604)
+++ trunk/webapps/cptms/CameraDisplay.html	(revision 604)
@@ -0,0 +1,49 @@
+<html>
+<head>
+<title>UI Prototype - CPTMS Camera Display Controller</title>
+<style>
+.toprow {
+  text-align: center
+}
+td {
+  border: 1px solid black;
+}
+img {  /* confine the image to the cell dimensions */
+    max-width: 100%;
+    max-height: 100%;
+}
+.caption {
+    font-family: sans-serif;
+    text-align: center
+}
+</style>
+</head>
+<body>
+<div class="toprow">
+  Choose Display
+  <select>
+    <option value="1">1</option>
+    <option value="2">2</option>
+    <option value="3">3</option>
+    <option value="4">4</option>
+  </select>
+  Choose Camera
+  <select>
+    <option value="1">SB 17th St</option>
+    <option value="2">NB 5 Ortega Hwy</option>
+    <option value="3">NB 5 Crown Valley Pkwy</option>
+    <option value="4">NB 5 Alicia Pkwy</option>
+  </select>
+<hr>
+<table>
+  <tr>
+    <td class="caption"><img src="images/CCTV/12-005-CCTV-0029-day-slow.jpg"/>Display 1</td>
+    <td class="caption"><img src="images/CCTV/12-005-CCTV-0084-day-slow.jpg"/>Display 2</td>
+  </tr>
+  <tr>
+    <td class="caption"><img src="images/CCTV/12-005-CCTV-0088-day-slow.jpg"/>Display 3</td>
+    <td class="caption"><img src="images/CCTV/12-005-CCTV-0094-day-slow.jpg"/>Display 4</td>
+  </tr>
+</table>  
+</body>
+</html>
