Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

532 lines
21 KiB

  1. <!-- ******************************************************** -->
  2. <!-- -->
  3. <!-- Copyright (c) 1999-2000 Microsoft Corporation -->
  4. <!-- -->
  5. <!-- eelview.htm -->
  6. <!-- -->
  7. <!-- Build Type : 32 Bit Free -->
  8. <!-- Build Number : 0707 -->
  9. <!-- Build Date : 07/07/2000 -->
  10. <!-- ******************************************************* -->
  11. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  12. <!--
  13. // This file is used for the part of the viewer where
  14. // we show the EEL data
  15. -->
  16. <HTML>
  17. <HEAD><TITLE>Enterprise Event Log Viewer</TITLE>
  18. <META content="text/html; charset=unicode" http-equiv=Content-Type>
  19. <META NAME="GENERATOR" Content="MSHTML 5.00.2920.0" ><!-- Syle Sheets ------------------------------------------------------->
  20. <LINK href="css/default.css" id=EEL_mainStyleSheet rel=stylesheet type=text/css>
  21. <script src="wmi_init.js" ></script>
  22. <script src="tv_init.js" ></script>
  23. <script defer src="wmi.js" ></script>
  24. <script defer src="tablview.js" ></script>
  25. <script src="localize.js" ></script>
  26. <script for=scrollBar event=onchange()>
  27. handleScroll();
  28. </script>
  29. </HEAD>
  30. <BODY class=bodyClass id=mainBody onmousemove="mouseMove()" onmouseup="mouseUp()" style="OVERFLOW-X: auto">
  31. <!--
  32. // mainDiv is the DIV where the XML/XSL data will be displayed. This will
  33. // be filled in dynamically at run time.
  34. -->
  35. <DIV id=mainDiv
  36. style="OVERFLOW: hidden">
  37. <DIV id=customizeDiv onselect="ignoreEvent()" onselectstart="ignoreEvent()" style="OVERFLOW: hidden; WIDTH: 100%;display:none">
  38. <!-- "customDiv" stands for the top row of the customization page.
  39. -->
  40. <DIV id="customDiv">
  41. <TABLE class="titleDiv">
  42. <TR>
  43. <TD>Customize View</TD>
  44. <TD align="right">
  45. <BUTTON accesskey="v" class="backToViewerButton" ID="viewerButton" title="Back to Viewer" onclick="backToViewer()"><u>V</u>iewer</BUTTON>
  46. <BUTTON accesskey="h" class="titleButton" ID="helpButton1" title="Show Help" onclick="bringUpHelp()"><u>H</u>elp</BUTTON>
  47. </TD>
  48. </TR>
  49. </TABLE>
  50. </DIV>
  51. <!-- Now starts the body of the tableview customization area. It has a div for column
  52. ordering and one for sorting.
  53. -->
  54. <DIV id="tableViewBodyDiv">
  55. <!-- Start of the body for the column ordering area
  56. -->
  57. <DIV id="ChooseColumnDiv" >
  58. <DIV class="tableHeaderDiv"> Choose Column Order </DIV>
  59. <TABLE class="sortDivClass">
  60. <TR>
  61. <TD> Available fields: </TD>
  62. <TD style="visibility:hidden;font-size:4pt">notdis</TD>
  63. <TD/>
  64. <TD style="visibility:hidden;font-size:4pt">is</TD>
  65. <TD> Selected fields:</TD>
  66. <TD/>
  67. </TR>
  68. <TR >
  69. <TD>
  70. <DIV id="AvailableFieldsForChooseColumnOrderDiv" >
  71. <select name="AvailableFieldsForChooseColumnOrder" class="availableSortFieldClass" tabindex="1" size="9" multiple="true" ondblclick="addChooseColumnOrderField()">
  72. </select>
  73. </DIV>
  74. </TD>
  75. <TD/>
  76. <TD>
  77. <TABLE>
  78. <TR>
  79. <TD>
  80. <BUTTON id="addChooseButton" class="smallButton" title="Add selected field to list of columns displayed" tabindex="2" onclick="addChooseColumnOrderField()"/>Add <SPAN style="font-family:Verdana;font-size:12">>></SPAN>
  81. </TD>
  82. </TR>
  83. <TR>
  84. <TD>
  85. <BUTTON id="removeChooseButton" class="smallButton" title="Remove selected field from list of columns displayed" tabindex="3" onclick="removeChooseColumnOrderField()"/><SPAN style="font-family:Verdana;font-size:12">&lt;&lt;</SPAN> Remove
  86. </TD>
  87. </TR>
  88. </TABLE>
  89. </TD>
  90. <TD/>
  91. <TD>
  92. <DIV id="selectedFieldsForChooseColumnOrderDiv" >
  93. <select name="selectedFieldsForChooseColumnOrder" class="availableSortFieldClass" size="9" tabindex="4" multiple="true" ondblclick="removeChooseColumnOrderField()">
  94. </select>
  95. </DIV>
  96. </TD>
  97. <TD>
  98. <TABLE>
  99. <TR>
  100. <TD>
  101. <BUTTON id="doChooseColumnButton" name="doChooseColumnButton" class="smallButton" title="Choose the columns " tabindex="7" onclick="doChooseColumnOrdering()">Apply</BUTTON>
  102. </TD>
  103. </TR>
  104. <TR>
  105. <TD>
  106. <BUTTON id="resetChooseColumnButton" name="resetChooseColumnButton" class="smallButton" title="Change to default column selection and ordering" tabindex="8" onclick="resetChooseColumns()">Default</BUTTON>
  107. </TD>
  108. </TR>
  109. <TR>
  110. <TD>
  111. <BUTTON id="cancelChooseColumnButton" name="cancelChooseColumnButton" class="smallButton" title="Cancel to previous column selection and ordering" tabindex="9" onclick="cancelChooseColumnOrderingSelection()">Reload</BUTTON>
  112. </TD>
  113. </TR>
  114. <TR><TD><BR/></TD></TR>
  115. </TABLE>
  116. </TD>
  117. <TD></TD>
  118. </TR>
  119. <TR>
  120. <TD/>
  121. <TD/>
  122. <TD/>
  123. <TD/>
  124. <TD>
  125. <BUTTON id="moveChooseColumnFieldUpButton" name="moveChooseColumnFieldUpButton" class="sortButton" title="Move the selected attribute one level up in choose column order" value = "Move Up" tabindex="5" onclick="moveChooseColumnOrderFieldUp()"/>Move Up
  126. <BUTTON id="moveChooseColumnFieldDownButton" name="moveChooseColumnFieldDownButton" class="sortButton" title="Move the selected attribute one level up in choose column order" value = "Move Down " tabindex="6" onclick="moveChooseColumnOrderFieldDown()"/>Move Down
  127. </TD>
  128. </TR>
  129. </TABLE>
  130. </DIV>
  131. <BR/>
  132. <!-- start of the body for the sorting customization area.
  133. -->
  134. <DIV id="SortingDiv" >
  135. <DIV class="tableHeaderDiv"> Sort Fields </DIV>
  136. <TABLE class="sortDivClass">
  137. <TR>
  138. <TD> Available fields: </TD>
  139. <TD style="visibility:hidden;font-size:4pt">notdis</TD>
  140. <TD/>
  141. <TD style="visibility:hidden;font-size:4pt">is</TD>
  142. <TD> Sorted fields: </TD>
  143. <TD/>
  144. </TR>
  145. <TR>
  146. <TD>
  147. <DIV id="AvailableFieldsForSortDiv" >
  148. <select name="AvailableFieldsForSort" accesskey="f" tabindex="10" style="width=180px;font:icon" size="9" multiple="true" ondblclick="addSortField()" >
  149. </select>
  150. </DIV>
  151. </TD>
  152. <TD/>
  153. <TD>
  154. <TABLE>
  155. <TR>
  156. <TD>
  157. <BUTTON class="smallButton" id="addSortField" name="addSortField" title="Add selected field to pending sort order" tabindex="11" onclick="addSortField()"/>Add <SPAN style="font-family:Verdana;font-size:12">>></SPAN>
  158. </TD>
  159. </TR>
  160. <TR>
  161. <TD>
  162. <BUTTON class="smallButton" id="removeSortField" name="removeSortField" title="Remove selected field from pending sort order" tabindex="12" onclick="removeSortField()"/><SPAN style="font-family:Verdana;font-size:12">&lt;&lt;</SPAN> Remove
  163. </TD>
  164. </TR>
  165. </TABLE>
  166. </TD>
  167. <TD/>
  168. <TD>
  169. <DIV id="selectedFieldsForSortDiv" >
  170. <select name="selectedFieldsForSort" style="width:180px;font:icon" size="9" multiple="true" tabindex="13" onchange="disableUpDownSort()" ondblclick="removeSortField()">
  171. </select>
  172. </DIV>
  173. </TD>
  174. <TD>
  175. <TABLE class="sortDivClass">
  176. <TR>
  177. <TD>
  178. <input type="radio" name="SortOrderType" id="sortAscending" value="SortOrderType" title="Do the sorting on ascending order" checked="true" tabindex="14" onclick="ascendingSelected()">Ascending </input><BR/>
  179. <input type="radio" name="SortOrderType" id="sortDescending" value="SortOrderType" title="Do the sorting on descending order" tabindex="15" onclick="descendingSelected()">Descending</input>
  180. </TD>
  181. </TR>
  182. <TR>
  183. <TD>
  184. <BUTTON id="doSortButton" name="doSortButton" class="smallButton" title="Sort the date by the selected attributes" tabindex="18" onclick="doSorting()"/>Apply
  185. </TD>
  186. </TR>
  187. <TR>
  188. <TD>
  189. <BUTTON id="resetSortButton" name="resetSortButton" class="smallButton" title="Change to default column sorting" tabindex="19" onclick="resetSortFields()"/>Default
  190. </TD>
  191. </TR>
  192. <TR>
  193. <TD>
  194. <BUTTON id="cancelSortButton" name="cancelSortButton" class="smallButton" title="Cancel to previous column sorting" tabindex="20" onclick="cancelSortingSelection()"/>Reload
  195. </TD>
  196. </TR>
  197. </TABLE>
  198. </TD>
  199. <TD></TD>
  200. </TR>
  201. <TR>
  202. <TD/>
  203. <TD/>
  204. <TD/>
  205. <TD/>
  206. <TD>
  207. <BUTTON id="moveSortFieldUpButton" name="moveSortFieldUpButton" class="sortButton" title="Move the selected attribute one level up in sort order" value = "Move Up" tabindex="16" onclick="moveSortingFieldUp()"/>Move Up
  208. <BUTTON id="moveDownSortFieldButton" name="moveDownSortFieldButton" class="sortButton" title="Move the selected attribute one level up in sort order" value = "Move Down " tabindex="17" onclick="moveSortingFieldDown()"/>Move Down
  209. </TD>
  210. </TR>
  211. </TABLE>
  212. </DIV>
  213. </DIV>
  214. <!-- start of the body for the start up customization area
  215. -->
  216. <DIV id="StartupDiv" style="font-icon">
  217. <BR><BR>
  218. </DIV>
  219. <!-- here ends the customization area.
  220. -->
  221. </DIV>
  222. <!-- Now starts the task area which has the viewer title, the connection and search.
  223. -->
  224. <DIV id=taskDiv style="margin:0;border:0;padding:0;DISPLAY: none; HEIGHT: auto">
  225. <!-- The table below encapsulates the header row of the EEL Viewer
  226. -->
  227. <TABLE class="titleDiv" onselect="ignoreEvent()" onselectstart="ignoreEvent()" >
  228. <TR>
  229. <TD>Enterprise Event Log Viewer</TD>
  230. <TD align="right"><BUTTON class="customizeButton" ID="custButton" accessKey="u" name="customizeButton" title="Customize the viewer display" onclick="customize()">C<u>u</u>stomize View</BUTTON>
  231. <BUTTON class="titleButton" ID="helpButton" accessKey="h" name="helpButton" title="Show Help" onclick="bringUpHelp()"><u>H</u>elp</BUTTON>
  232. </TD>
  233. </TR>
  234. </TABLE>
  235. <!-- Here starts the title of the connection pane
  236. -->
  237. <DIV id="CONNECTIONTHEAD" onselect="ignoreEvent()" onselectstart="ignoreEvent()" class="tableHeaderDiv">
  238. <IMG ondragstart="ignoreEvent()" id=ConnectionImage onclick=showHideConnection() src="images\downgif.gif" style="CURSOR: hand" title ="Hide the Connection Window" ></IMG> Connection
  239. <SPAN id="NoConnectionSetup" style="FONT: icon; LEFT: 169px; POSITION: relative">
  240. No Connection Setup
  241. </SPAN>
  242. </DIV>
  243. <!-- Now we have the connection pane body.
  244. -->
  245. <DIV id="CONNECTIONTBODY">
  246. <TABLE name="CONNECTIONTABLE" style="FONT: icon; PADDING-RIGHT: 35px">
  247. <TR id="CONNECTIONT1R1" class="connectHeader2Div" style="FONT: icon">
  248. <TD style="FONT: icon; PADDING-RIGHT: 20px">
  249. <TABLE style="FONT: icon">
  250. <TR>
  251. <TD nowrap>
  252. <SPAN onselect="ignoreEvent()" onselectstart="ignoreEvent()" >Computer &nbsp;&nbsp;</SPAN>
  253. <SPAN>
  254. <INPUT name="MachineName" value ="localhost" id="MachineName" title="Enter the name of the machine for which you want to see the log" size="25" style="FONT: icon">
  255. </SPAN>
  256. </TD>
  257. </TR>
  258. <TR onselect="ignoreEvent()" onselectstart="ignoreEvent()" >
  259. <TD nowrap>
  260. <input type="radio" style="CURSOR: hand; FONT: icon" id="EELradio" name="eventLogType" value="EEL Log" checked="true" onclick="selectEEL()">
  261. </input>
  262. <label for="EELradio" style="CURSOR: hand; FONT: icon" id="EEL" value="EEL Log" onclick="selectEEL()">
  263. Enterprise Event Log
  264. </label>
  265. <input type="radio" style="CURSOR: hand; FONT: icon" id="NTradio"name ="eventLogType" value="NT Log" onclick="selectNT()">
  266. </input>
  267. <label for ="NTradio" style="CURSOR: hand; FONT: icon" id="NT" value="NT Log" onclick="selectNT()">
  268. NT Event Log
  269. </label>
  270. </TD>
  271. </TR>
  272. </TABLE>
  273. </TD>
  274. <TD onselect="ignoreEvent()" onselectstart="ignoreEvent()" >
  275. <BUTTON class="smallButton" accessKey="n" title="Connect to the machine" ID="connectButton" Name="connectButton" border="0" onclick=" makeConnection('All')">Co<u>n</u>nect</BUTTON>
  276. </TD>
  277. </TR>
  278. </TABLE>
  279. </DIV>
  280. <!-- Here starts the title of the search pane
  281. -->
  282. <DIV id="SEARCHHEAD" onselect="ignoreEvent()" onselectstart="ignoreEvent()" >
  283. <TABLE class="tableHeaderDiv"><TR ><TD nowrap=true>
  284. <IMG ondragstart="ignoreEvent()" id=SearchImage onclick=showHideSearch() src="images/arrowrgt.gif" style ="CURSOR: hand" title="Hide the Search Window" >
  285. </IMG> Search &nbsp;&nbsp;
  286. </TD>
  287. <TD id="recordStatus" style="FONT: icon " >
  288. </TD>
  289. <TD id="searchStatus" style="FONT: icon" >
  290. </TD>
  291. </TD>
  292. <TD align="right">
  293. &nbsp;&nbsp;
  294. <BUTTON class="refreshButton" disabled=true accessKey="p" title="Rerun the current search" ID="refreshButton" Name="refreshButton" border="0" onclick=" refreshSearch()">U<u>p</u>date</BUTTON>
  295. </TD></TR></TABLE>
  296. </DIV>
  297. <!-- Now starts the search body
  298. -->
  299. <!-- start RUCHI
  300. -->
  301. <DIV id="SEARCHDIV" style="DISPLAY: none">
  302. <TABLE id="SEARCHTABLE1" cellspacing="0">
  303. <TR id="SEARCHT1R1" dataRow="0" nowrap="false">
  304. <TABLE id="SEARCHTABLE2" cellspacing="0px">
  305. <TR id="SEARCHT2R1" class="searchHeaderDiv">
  306. <TD>
  307. <TABLE>
  308. <TR onselect="ignoreEvent()" onselectstart="ignoreEvent()" >
  309. <TD style="font:icon" >
  310. <SPAN id="eventTypeName">Event Type:</SPAN>
  311. <DIV id="EventTypeSelectionDiv">
  312. <select class="EventTypeSelectionType" name="EventTypeSelection">
  313. </select>
  314. </DIV>
  315. </TD>
  316. </TR>
  317. </TABLE>
  318. </TD>
  319. <!-- <TD style="visibility:hidden;font-size:5pt;">nottod</TD> -->
  320. <TD>
  321. <TABLE id="TSEARCHSNGLCOND" style="font:icon" cellspacing="0">
  322. <TR>
  323. <TD>
  324. <TABLE onselect="ignoreEvent()" onselectstart="ignoreEvent()" >
  325. <TR>
  326. <TD style="font:icon" align="left" >
  327. Field:
  328. <DIV id="EELFieldInput" style="border-style:flat;border-width:0;border-color:black">
  329. <select class="fieldTypeEnum" id="FieldInput" title="select field name" onchange="displayOperatorType()">
  330. </select>
  331. </DIV>
  332. </TD>
  333. </TR>
  334. </TABLE>
  335. </TD>
  336. <TD>
  337. <TABLE onselect="ignoreEvent()" onselectstart="ignoreEvent()" >
  338. <TR>
  339. <TD style="font:icon" >Operator:
  340. <DIV id="OperatorTypeDiv">
  341. <select class="operatorTypeEnum" name="OperatorType">
  342. <OPTION/>
  343. </select>
  344. </DIV>
  345. </TD>
  346. </TR>
  347. </TABLE>
  348. </TD>
  349. <TD>
  350. <TABLE>
  351. <TR>
  352. <TD style="font:icon" >
  353. Value:
  354. <DIV id="ValueInputDiv">
  355. <INPUT class="ValueInputClass" type="text" name="valueInput" size="10"/>
  356. </DIV>
  357. </TD>
  358. </TR>
  359. </TABLE>
  360. </TD>
  361. </TR>
  362. </TABLE>
  363. </TD>
  364. <TD style="visibility:hidden">
  365. not
  366. </TD>
  367. <TD>
  368. <TABLE onselect="ignoreEvent()" onselectstart="ignoreEvent()" >
  369. <TR>
  370. <BR/>
  371. <TD>
  372. <BUTTON class="verySmallButton" Type="BUTTON" ID="addOrButton" NAME="addOrButton" border="0" title="Add to Search" onclick="addOrToSearchCriteria()">Or</BUTTON>
  373. </TD>
  374. <TD>
  375. <BUTTON class="verySmallButton" Type="BUTTON" ID="addAndButton" NAME="addAndButton" border="0" title="Add to Search" onclick="addAndToSearchCriteria()">And</BUTTON>
  376. </TD>
  377. </TR>
  378. </TABLE>
  379. </TD>
  380. </TR>
  381. <TR id="SEARCHT1R1R5" class="searchHeaderDiv"> <TD>
  382. <TABLE style="font:icon">
  383. <TR onselect="ignoreEvent()" onselectstart="ignoreEvent()" ><TD>Previous searches:</TD></TR>
  384. <TR onselect="ignoreEvent()" onselectstart="ignoreEvent()" ><TD> <select class="savedSearchTypeEnum" onchange="loadQuery()" title="Select any one of the named queries" name="savedSearches"></select> </TD></TR>
  385. <TR><TD>
  386. <TABLE style="font:icon">
  387. <TR><TD nowrap="true"><SPAN onselect="ignoreEvent()" onselectstart="ignoreEvent()" >Save as: </SPAN></TD>
  388. <TD><SPAN >
  389. <INPUT id="saveAs" style="font:icon" title="Enter a name for the current search query" size="17" >
  390. </INPUT>
  391. </SPAN></TD>
  392. </TR>
  393. </TABLE>
  394. </TD></TR>
  395. <TR onselect="ignoreEvent()" onselectstart="ignoreEvent()" ><TD>
  396. <TABLE>
  397. <TR><TD width="35"></TD><TD align="left"><BUTTON class="smallButton" accessKey="s" onclick="saveQuery();" title="Save the query" name="saveButton" id="saveButton"><u>S</u>ave</BUTTON></TD></TR>
  398. </TABLE>
  399. </TD></TR>
  400. </TABLE></TD>
  401. <TD align="left">
  402. Current search conditions:<BR/>
  403. <DIV class="searchCriteriaTableDiv" onselect="ignoreEvent()" onselectstart="ignoreEvent()" >
  404. <TABLE class="searchCriteriaTable" id="SearchTable" cellspacing="0">
  405. <COL WIDTH="95px"/><COL WIDTH="60px"/><COL WIDTH="80px"/>
  406. <TR id = "tr1" onclick="searchRowSelected()">
  407. <TD class="searchTableDataAlignLeft"><BR/></TD>
  408. <TD class="searchTableDataAlignLeft"><BR/></TD>
  409. <TD class="searchTableDataAlignLeft"><BR/></TD>
  410. </TR>
  411. <TR onclick="searchRowSelected()">
  412. <TD class="searchTableDataAlignLeft"><BR/></TD>
  413. <TD class="searchTableDataAlignLeft"><BR/></TD>
  414. <TD class="searchTableDataAlignLeft"><BR/></TD>
  415. </TR>
  416. <TR onclick="searchRowSelected()">
  417. <TD class="searchTableDataAlignLeft"><BR/></TD>
  418. <TD class="searchTableDataAlignLeft"><BR/></TD>
  419. <TD class="searchTableDataAlignLeft"><BR/></TD>
  420. </TR>
  421. <TR onclick="searchRowSelected() ">
  422. <TD class="searchTableDataAlignLeft"><BR/></TD>
  423. <TD class="searchTableDataAlignLeft"><BR/></TD>
  424. <TD class="searchTableDataAlignLeft"><BR/></TD>
  425. </TR>
  426. </TABLE>
  427. </DIV>
  428. </TD>
  429. <TD></TD>
  430. <TD align="left" onselect="ignoreEvent()" onselectstart="ignoreEvent()" >
  431. <BUTTON class="smallButton" ID="executeButton" NAME="executeButton" accessKey="r" border="0" title="Execute Search Query" onclick=" executeQuery('false')"><u>R</u>un</BUTTON>
  432. <BR/><BR/>
  433. <BUTTON class="smallButton" NAME="removeButton" ID="removeButton" border="0" title="Remove selected condition from search criteria" onclick=" removeSearchCondition()">Delete Row</BUTTON>
  434. <BR/><BR/>
  435. <BUTTON class="smallButton" NAME="clearButton" ID="clearButton" border="0" title="Clear current search query to enter a new query" onclick="clearQuery()">Clear Rows</BUTTON>
  436. </TD>
  437. </TR>
  438. </TABLE>
  439. </TR>
  440. </TABLE>
  441. </DIV>
  442. <!-- end RUCHI
  443. -->
  444. <!-- Here ends the search pane body
  445. -->
  446. </DIV>
  447. <!-- Start of the main table div. Filled in via XSL
  448. -->
  449. <DIV id=tableDiv onselect="ignoreEvent()" onselectstart="ignoreEvent()" style="OVERFLOW-X:auto; OVERFLOW-Y: hidden; WIDTH: 98%"></DIV>
  450. <!-- Start of the drill down DIV.
  451. -->
  452. <DIV id=drillDownDiv onselect="ignoreEvent()" onselectstart="ignoreEvent()"
  453. style="HEIGHT: 0px; OVERFLOW-X: auto; OVERFLOW-Y: scroll; WIDTH: 100%"></DIV></DIV>
  454. <!-- For the scroll bar
  455. -->
  456. <DIV id=scrollBar onselect="ignoreEvent()" onselectstart="ignoreEvent()"
  457. style="BEHAVIOR: url (scroll.htc); OVERFLOW: visible; POSITION: absolute; VISIBILITY: hidden; WIDTH: 18px" >
  458. </DIV>
  459. <DIV></DIV>
  460. <DIV id="lineDivDrillDown" onselect="ignoreEvent()" onselectstart="ignoreEvent()" style="display:none" class="lineDivDrillDown">
  461. <TABLE style="height:1;border:1"><TR style="display:none"><TD></TD></TR></TABLE>
  462. </DIV>
  463. </BODY>
  464. <!--
  465. // XML Data Island "eelData" will represent the XML data to be displayed
  466. // as a table format.
  467. -->
  468. <XML id="eelNode"></XML>
  469. <XML id="eelData"></XML>
  470. <XML id="eelDataItem"></XML>
  471. <XML id="eelDataCache"></XML>
  472. <!--
  473. // XML Data Island "tableViewSeq" will represent the XSL file that is for a
  474. // a sequential view of the table data.
  475. -->
  476. <XML id="tableViewSeq" SRC="tablView.xsl"></XML>
  477. <XML id="conv" SRC="NTEvConv.xsl"></XML>
  478. <XML id="searchData" SRC="searchData.xml"></XML>
  479. <XML id="EELcolOrder" SRC="EELcols.xml"></XML>
  480. <XML id="NTcolOrder" SRC="NTcols.xml"></XML>
  481. <XML id="eelDrillDownView" SRC="eelDrlDn.xsl"></XML>
  482. <XML id="ntDrillDownView" SRC="ntDrlDwn.xsl"></XML>
  483. <XML ID="drillDownTemp"></XML>
  484. <XML ID="eelEntrySchema"></XML>
  485. <XML ID="ntSchema"></XML>
  486. <XML id="savedQueries"></XML>
  487. </HTML>