-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApplication.Cache.xml
More file actions
280 lines (276 loc) · 18 KB
/
Application.Cache.xml
File metadata and controls
280 lines (276 loc) · 18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<?xml version="1.0" encoding="utf-8"?>
<application snapshot="true" xmlns="urn:schemas-codeontime-com:data-aquarium-application" xmlns:m="urn:codeontime:data-map">
<pages>
<page name="Home" title="^HomeTitle^Start^HomeTitle^" description="^HomeDesc^Application home page^HomeDesc^" path="^HomePath^Home^HomePath^" style="HomePage" customStyle="Wide" index="1000">
<containers>
<container id="container1" flow="NewRow" />
<container id="container2" flow="NewColumn" />
</containers>
<controls>
<control id="control1" name="TableOfContents" container="container1" />
<control id="control2" name="Welcome" container="container2" />
</controls>
</page>
<page name="DIM_People" title="DIM People" description="View DIM People" index="1010" path="DIM People" style="Generic">
<containers>
<container id="container1" flow="NewRow" />
<container id="container2" flow="NewRow" style="padding-top:8px" />
</containers>
<dataViews>
<dataView id="view1" controller="DIM_People" view="grid1" showInSummary="true" container="container1" activator="None" text="" />
<dataView id="view2" controller="CB_TestPopulation" view="grid1" text="CB Test Population" filterSource="view1" container="container2" filterFields="PeopleID" activator="Tab" autoHide="Container" pageSize="5" showModalForms="true" />
<dataView id="view3" controller="Groups_People" view="grid1" text="Groups People" filterSource="view1" container="container2" filterFields="PeopleID" activator="Tab" autoHide="Container" pageSize="5" showModalForms="true" />
<dataView id="view4" controller="People_Objects" view="grid1" text="People Objects" filterSource="view1" container="container2" filterFields="PeopleID" activator="Tab" autoHide="Container" pageSize="5" showModalForms="true" />
</dataViews>
<controls />
<about>This page allows dim people management.</about>
</page>
<page name="CB_TestPopulation" title="CB Test Population" description="View CB Test Population" index="1020" path="DIM People | CB Test Population" style="Generic">
<containers>
<container id="container1" flow="NewRow" />
</containers>
<dataViews>
<dataView id="view1" controller="CB_TestPopulation" view="grid1" showInSummary="true" container="container1" activator="None" text="" showModalForms="true" />
</dataViews>
<controls />
<about>This page allows cb test population management.</about>
</page>
<page name="Groups_People" title="Groups People" description="View Groups People" index="1030" path="DIM People | Groups People" style="Generic">
<containers>
<container id="container1" flow="NewRow" />
</containers>
<dataViews>
<dataView id="view1" controller="Groups_People" view="grid1" showInSummary="true" container="container1" activator="None" text="" showModalForms="true" />
</dataViews>
<controls />
<about>This page allows groups people management.</about>
</page>
<page name="People_Objects" title="People Objects" description="View People Objects" index="1040" path="DIM People | People Objects" style="Generic">
<containers>
<container id="container1" flow="NewRow" />
</containers>
<dataViews>
<dataView id="view1" controller="People_Objects" view="grid1" showInSummary="true" container="container1" activator="None" text="" showModalForms="true" />
</dataViews>
<controls />
<about>This page allows people objects management.</about>
</page>
<page name="CB_TestExpressions" title="CB Test Expressions" description="View CB Test Expressions" index="1050" path="CB Test Expressions" style="Generic">
<containers>
<container id="container1" flow="NewRow" />
<container id="container2" flow="NewRow" style="padding-top:8px" />
</containers>
<dataViews>
<dataView id="view1" controller="CB_TestExpressions" view="grid1" showInSummary="true" container="container1" activator="None" text="" />
<dataView id="view2" controller="CB_TestExpressions" view="grid1" text="CB Test Expressions" filterSource="view1" container="container2" filterFields="ParentTestExpressionID" activator="Tab" autoHide="Container" pageSize="5" showModalForms="true" />
<dataView id="view3" controller="CB_PassFailCriteria" view="grid1" text="CB Pass Fail Criteria" filterSource="view1" container="container2" filterFields="TestExpressionID" activator="Tab" autoHide="Container" pageSize="5" showModalForms="true" />
</dataViews>
<controls />
<about>This page allows cb test expressions management.</about>
</page>
<page name="CB_PassFailCriteria" title="CB Pass Fail Criteria" description="View CB Pass Fail Criteria" index="1060" path="CB Test Expressions | CB Pass Fail Criteria" style="Generic">
<containers>
<container id="container1" flow="NewRow" />
</containers>
<dataViews>
<dataView id="view1" controller="CB_PassFailCriteria" view="grid1" showInSummary="true" container="container1" activator="None" text="" showModalForms="true" />
</dataViews>
<controls />
<about>This page allows cb pass fail criteria management.</about>
</page>
<page name="CB_Tests" title="CB Tests" description="View CB Tests" index="1070" path="CB Tests" style="Generic">
<containers>
<container id="container1" flow="NewRow" />
<container id="container2" flow="NewRow" style="padding-top:8px" />
</containers>
<dataViews>
<dataView id="view1" controller="CB_Tests" view="grid1" showInSummary="true" container="container1" activator="None" text="" />
<dataView id="view2" controller="CB_TestExpressions" view="grid1" text="CB Test Expressions" filterSource="view1" container="container2" filterFields="TestID" activator="Tab" autoHide="Container" pageSize="5" showModalForms="true" />
<dataView id="view3" controller="CB_TestPopulation" view="grid1" text="CB Test Population" filterSource="view1" container="container2" filterFields="TestID" activator="Tab" autoHide="Container" pageSize="5" showModalForms="true" />
</dataViews>
<controls />
<about>This page allows cb tests management.</about>
</page>
<page name="DIM_Events" title="DIM Events" description="View DIM Events" index="1080" path="DIM Events" style="Generic">
<containers>
<container id="container1" flow="NewRow" />
<container id="container2" flow="NewRow" style="padding-top:8px" />
</containers>
<dataViews>
<dataView id="view1" controller="DIM_Events" view="grid1" showInSummary="true" container="container1" activator="None" text="" />
<dataView id="view2" controller="CB_TestExpressions" view="grid1" text="CB Test Expressions" filterSource="view1" container="container2" filterFields="LeftEventID,RightEventID" activator="Tab" autoHide="Container" pageSize="5" showModalForms="true" />
<dataView id="view3" controller="CB_DataElement" view="grid1" text="CB Data Element" filterSource="view1" container="container2" filterFields="EventID" activator="Tab" autoHide="Container" pageSize="5" showModalForms="true" />
</dataViews>
<controls />
<about>This page allows dim events management.</about>
</page>
<page name="CB_DataElement" title="CB Data Element" description="View CB Data Element" index="1090" path="DIM Events | CB Data Element" style="Generic">
<containers>
<container id="container1" flow="NewRow" />
<container id="container2" flow="NewRow" style="padding-top:8px" />
</containers>
<dataViews>
<dataView id="view1" controller="CB_DataElement" view="grid1" showInSummary="true" container="container1" activator="None" text="" />
<dataView id="view2" controller="CB_TestExpressions" view="grid1" text="CB Test Expressions" filterSource="view1" container="container2" filterFields="LeftDataElementID,RightDataElementID" activator="Tab" autoHide="Container" pageSize="5" showModalForms="true" />
</dataViews>
<controls />
<about>This page allows cb data element management.</about>
</page>
<page name="LU_Groups" title="LU Groups" description="View LU Groups" index="1100" path="LU Groups" style="Generic">
<containers>
<container id="container1" flow="NewRow" />
<container id="container2" flow="NewRow" style="padding-top:8px" />
</containers>
<dataViews>
<dataView id="view1" controller="LU_Groups" view="grid1" showInSummary="true" container="container1" activator="None" text="" />
<dataView id="view2" controller="CB_TestPopulation" view="grid1" text="CB Test Population" filterSource="view1" container="container2" filterFields="GroupID" activator="Tab" autoHide="Container" pageSize="5" showModalForms="true" />
<dataView id="view3" controller="Groups_People" view="grid1" text="Groups People" filterSource="view1" container="container2" filterFields="GroupID" activator="Tab" autoHide="Container" pageSize="5" showModalForms="true" />
</dataViews>
<controls />
<about>This page allows lu groups management.</about>
</page>
<page name="CB_ExpressionOperator" title="CB Expression Operator" description="View CB Expression Operator" index="1110" path="LU Groups | CB Expression Operator" style="Generic">
<containers>
<container id="container1" flow="NewRow" />
<container id="container2" flow="NewRow" style="padding-top:8px" />
</containers>
<dataViews>
<dataView id="view1" controller="CB_ExpressionOperator" view="grid1" showInSummary="true" container="container1" activator="None" text="" />
<dataView id="view2" controller="CB_TestExpressions" view="grid1" text="CB Test Expressions" filterSource="view1" container="container2" filterFields="OperatorID" activator="Tab" autoHide="Container" pageSize="5" showModalForms="true" />
</dataViews>
<controls />
<about>This page allows cb expression operator management.</about>
</page>
<page name="CB_QueryTemplate" title="CB Query Template" description="View CB Query Template" index="1120" path="LU Groups | CB Query Template" style="Generic">
<containers>
<container id="container1" flow="NewRow" />
<container id="container2" flow="NewRow" style="padding-top:8px" />
</containers>
<dataViews>
<dataView id="view1" controller="CB_QueryTemplate" view="grid1" showInSummary="true" container="container1" activator="None" text="" />
<dataView id="view2" controller="CB_TestExpressions" view="grid1" text="CB Test Expressions" filterSource="view1" container="container2" filterFields="TemplateID" activator="Tab" autoHide="Container" pageSize="5" showModalForms="true" />
</dataViews>
<controls />
<about>This page allows cb query template management.</about>
</page>
<page name="CB_TestCriteria" title="CB Test Criteria" description="View CB Test Criteria" index="1130" path="LU Groups | CB Test Criteria" style="Generic">
<containers>
<container id="container1" flow="NewRow" />
<container id="container2" flow="NewRow" style="padding-top:8px" />
</containers>
<dataViews>
<dataView id="view1" controller="CB_TestCriteria" view="grid1" showInSummary="true" container="container1" activator="None" text="" />
<dataView id="view2" controller="CB_PassFailCriteria" view="grid1" text="CB Pass Fail Criteria" filterSource="view1" container="container2" filterFields="TestCriteriaID" activator="Tab" autoHide="Container" pageSize="5" showModalForms="true" />
</dataViews>
<controls />
<about>This page allows cb test criteria management.</about>
</page>
<page name="Dim_EventAttribute" title="Dim Event Attribute" description="View Dim Event Attribute" index="1140" path="LU Groups | Dim Event Attribute" style="Generic">
<containers>
<container id="container1" flow="NewRow" />
<container id="container2" flow="NewRow" style="padding-top:8px" />
</containers>
<dataViews>
<dataView id="view1" controller="Dim_EventAttribute" view="grid1" showInSummary="true" container="container1" activator="None" text="" />
<dataView id="view2" controller="CB_TestExpressions" view="grid1" text="CB Test Expressions" filterSource="view1" container="container2" filterFields="AtrributeEventID" activator="Tab" autoHide="Container" pageSize="5" showModalForms="true" />
</dataViews>
<controls />
<about>This page allows dim event attribute management.</about>
</page>
<page name="DIM_Objects" title="DIM Objects" description="View DIM Objects" index="1150" path="DIM Objects">
<containers>
<container id="container1" flow="NewRow" />
<container id="container2" flow="NewRow" style="padding-top:8px" />
</containers>
<dataViews>
<dataView id="view1" controller="DIM_Objects" view="grid1" showInSummary="true" container="container1" activator="None" text="" />
<dataView id="view2" controller="People_Objects" view="grid1" text="People Objects" filterSource="view1" container="container2" filterFields="ObjectID" activator="Tab" autoHide="Container" pageSize="5" showModalForms="true" />
</dataViews>
<controls />
<about>This page allows dim objects management.</about>
</page>
<page name="LU_EventTypes" title="LU Event Types" description="View LU Event Types" index="1160" path="LU Groups | LU Event Types" style="Generic">
<containers>
<container id="container1" flow="NewRow" />
<container id="container2" flow="NewRow" style="padding-top:8px" />
</containers>
<dataViews>
<dataView id="view1" controller="LU_EventTypes" view="grid1" showInSummary="true" container="container1" activator="None" text="" />
<dataView id="view2" controller="DIM_Events" view="grid1" text="DIM Events" filterSource="view1" container="container2" filterFields="EventTypeID" activator="Tab" autoHide="Container" pageSize="5" showModalForms="true" />
</dataViews>
<controls />
<about>This page allows lu event types management.</about>
</page>
<page name="LU_LogSource" title="LU Log Source" description="View LU Log Source" index="1170" path="LU Groups | LU Log Source" style="Generic">
<containers>
<container id="container1" flow="NewRow" />
<container id="container2" flow="NewRow" style="padding-top:8px" />
</containers>
<dataViews>
<dataView id="view1" controller="LU_LogSource" view="grid1" showInSummary="true" container="container1" activator="None" text="" />
<dataView id="view2" controller="DIM_Events" view="grid1" text="DIM Events" filterSource="view1" container="container2" filterFields="LogSourceID" activator="Tab" autoHide="Container" pageSize="5" showModalForms="true" />
</dataViews>
<controls />
<about>This page allows lu log source management.</about>
</page>
<page name="LU_ObjectType" title="LU Object Type" description="View LU Object Type" index="1180" path="LU Groups | LU Object Type" style="Generic">
<containers>
<container id="container1" flow="NewRow" />
<container id="container2" flow="NewRow" style="padding-top:8px" />
</containers>
<dataViews>
<dataView id="view1" controller="LU_ObjectType" view="grid1" showInSummary="true" container="container1" activator="None" text="" />
<dataView id="view2" controller="DIM_Objects" view="grid1" text="DIM Objects" filterSource="view1" container="container2" filterFields="ObjectTypeID" activator="Tab" autoHide="Container" pageSize="5" showModalForms="true" />
</dataViews>
<controls />
<about>This page allows lu object type management.</about>
</page>
<page name="LU_TimeSource" title="LU Time Source" description="View LU Time Source" index="1190" path="LU Groups | LU Time Source" style="Generic">
<containers>
<container id="container1" flow="NewRow" />
<container id="container2" flow="NewRow" style="padding-top:8px" />
</containers>
<dataViews>
<dataView id="view1" controller="LU_TimeSource" view="grid1" showInSummary="true" container="container1" activator="None" text="" />
<dataView id="view2" controller="DIM_Events" view="grid1" text="DIM Events" filterSource="view1" container="container2" filterFields="TimeSourceID" activator="Tab" autoHide="Container" pageSize="5" showModalForms="true" />
</dataViews>
<controls />
<about>This page allows lu time source management.</about>
</page>
</pages>
<userControls>
<userControl name="TableOfContents" prefix="uc" generate="Always">
<body>
<div class="ParaInfo">
^TocInstruction^Please select a page link in the table of contents below.^TocInstruction^</div>
<div class="ParaHeader">
^TocHeader^Site Map^TocHeader^
</div>
<asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" ShowStartingNode="false" />
<asp:TreeView ID="TreeView1" runat="server" DataSourceID="SiteMapDataSource1" CssClass="TreeView">
</asp:TreeView>
</body>
</userControl>
<userControl name="RichEditor" prefix="uc" generate="FirstTimeOnly">
<body>
<asp:TextBox ID="TextBox1" runat="server" Columns="50" Rows="10" Height="241px"
Width="450px"></asp:TextBox>
<act:HtmlEditorExtender ID="Editor1" runat="server" TargetControlID="TextBox1">
</act:HtmlEditorExtender>
</body>
</userControl>
<userControl name="Welcome" prefix="uc" generate="Always">
<body>
<div style="padding-left:8px"><div class="ParaInfo">
Select a page in a table of content.</div>
<div class="ParaHeader">
Instructions
</div>
<div class="ParaText">
Membership option has not been selected for this application.
The entire site content can be accessed without any restrictions.
</div>
</body>
</userControl>
</userControls>
</application>