source: EWD/ewdapps/bb/pages/index.ewd@ 1284

Last change on this file since 1284 was 1284, checked in by Sam Habiel, 12 years ago

Added Sign-On Project, Bed Board, Tutorial, and Roll-and-Scroll emulator

File size: 902 bytes
Line 
1<ewd:comment>
2 Index Page
3 v 0.5
4 (c) Sam Habiel
5 Licensed under AGPL
6</ewd:comment>
7
8<ewd:config isFirstPage="false" prePageScript="init^jjihbb">
9<!DOCTYPE html>
10<html>
11<head>
12<title><?= #sitename ?> Bed Board</title>
13</head>
14<body>
15<h1 style="text-align: center"><?= #sitename ?> Bed Board</h1>
16<div id="bb" ajaxPage="bb" event="onTimer" time="5">
17Please wait 5 seconds for initial load...
18</div>
19<div id="legend">
20 <h3>Legend</h3>
21 <table border="1">
22 <tr>
23 <th>Color</th>
24 <th>Meaning</th>
25 </tr>
26 <tr>
27 <td class="mbed">210-B</td>
28 <td>Male Bed</td>
29 </tr>
30 <tr>
31 <td class="fbed">111-A</td>
32 <td>Female Bed</td>
33 </tr>
34 <tr>
35 <td class="mismatch">TEST,PATIENT</td>
36 <td>Male Patient in Female bed or the converse</td>
37 </tr>
38 <tr>
39 <td class="oos">TEST COMMENT</td>
40 <td>Bed is Out of Service</td>
41 </table>
42</div>
43</body>
Note: See TracBrowser for help on using the repository browser.