| Revision 359,
1.1 KB
checked in by jdalbey, 7 years ago
(diff) |
|
Add EINotebook source
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
|---|
| 2 | "http://www.w3.org/TR/html4/loose.dtd"> |
|---|
| 3 | <html> |
|---|
| 4 | <head> |
|---|
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
|---|
| 6 | <link href="script.css" rel="stylesheet" type="text/css"> |
|---|
| 7 | <script type="text/javascript" src="../scripts/Time.js"></script> |
|---|
| 8 | <script type="text/javascript" src="script.js"></script> |
|---|
| 9 | <script type="text/javascript" src="../scripts/cookies.js"></script> |
|---|
| 10 | <title>Script</title> |
|---|
| 11 | </head> |
|---|
| 12 | <body> |
|---|
| 13 | Filter: |
|---|
| 14 | <select id='domain'> |
|---|
| 15 | <option value=''>All</option> |
|---|
| 16 | <option value='chpradio'>CHP RADIO</option> |
|---|
| 17 | <option value='chpcad'>CHP CAD</option> |
|---|
| 18 | <option value='telephone'>TELEPHONE CONVERSATION</option> |
|---|
| 19 | </select> |
|---|
| 20 | <!-- |
|---|
| 21 | <button onclick="collapse();">Collapse</button> |
|---|
| 22 | <button onclick="expand();">Expand</button> |
|---|
| 23 | --> |
|---|
| 24 | |
|---|
| 25 | <button class="jumpToCurrentEvent" |
|---|
| 26 | onclick="jumpToLastExecutedEvent()">Jump to Current Event</button> |
|---|
| 27 | |
|---|
| 28 | |
|---|
| 29 | |
|---|
| 30 | <iframe id='view' src='scripts.html' frameborder='0' scrolling='yes' |
|---|
| 31 | width='100%'></iframe> |
|---|
| 32 | </body> |
|---|
| 33 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.