source:
EWD/ewdapps/bb/pages/ewdTemplate.ewd@
1468
      
      | Last change on this file since 1468 was 1284, checked in by , 14 years ago | |
|---|---|
| File size: 1.7 KB | |
| Line | |
|---|---|
| 1 | <ewd:comment> | 
| 2 | BB Template File | 
| 3 | Bed Board v 0.5 | 
| 4 | </ewd:comment> | 
| 5 | |
| 6 | <ewd:Template> | 
| 7 | <ewd:config defaultTimeout="99999999999" homePage="index.ewd"> | 
| 8 | <ewd:head> | 
| 9 | <ewd:comment> | 
| 10 | Load the Session Values for DUZ etc. | 
| 11 | </ewd:comment> | 
| 12 | <ewd:execute method="r^ewdu" type="procedure" param1="#ewd_sessid"> | 
| 13 | <style type="text/css"> | 
| 14 | .fbed { color: white; background-color: #661A4C; font-weight: bold; padding: 2 ; border-radius: 5 ; white-space: nowrap } | 
| 15 | .mbed { color: white; background-color: blue; font-weight: bold; padding: 2; border-radius: 5 ; white-space: nowrap } | 
| 16 | .nbed { color: black; background-color: cornsilk; font-weight: bold; padding: 2; border-radius: 5; white-space: nowrap } | 
| 17 | .okbed { } | 
| 18 | .mismatch { background-color: yellow } | 
| 19 | .small { font-size: x-small } | 
| 20 | .oos { color: red; font-weight: bold } | 
| 21 | .EDW { color: white; background-color: red; font-weight: bold; padding: 2; border-radius: 5 } | 
| 22 | .MOT { color: white; background-color: green; font-weight: bold; padding: 2; border-radius: 5 } | 
| 23 | h1,h2,h3,h4,h5,h6,p,td,th,span,a { font-family: sans-serif } | 
| 24 | .end { color: white; background-color: black; border-top: 1px solid gray ; padding: 2px } | 
| 25 | </style> | 
| 26 | </ewd:head> | 
| 27 | <ewd:body> | 
| 28 | <ewd:header> | 
| 29 | </ewd:header> | 
| 30 | |
| 31 | <ewd:footer> | 
| 32 | <div class="end"> | 
| 33 | <span class="small">EWD Session # <?= #ewd_sessid ?></span> | 
| 34 | <span class="small">DUZ <?= #DUZ ?></span> | 
| 35 | <span class="small">U <?= #U ?></span> | 
| 36 | <span class="small">IO <?= #IO ?></span> | 
| 37 | <a class="small" href="ewdLogout.ewd">Logout</a> | 
| 38 | </div> | 
| 39 | </ewd:footer> | 
| 40 | </ewd:body> | 
| 41 | </ewd:Template> | 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    