blob: 065b6b1798a96eca6e61e33d7fc438b5b49d9b47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<com:TContent ID="Main">
<h2>Project Reports</h2>
<fieldset>
<legend>Project Report</legend>
<com:TMultiView ID="views" ActiveViewIndex="0">
<com:TView>
<com:TLabel ForControl="projects"
Text="Select a project. Use ctrl+click to select multiple resources at once: "/>
<com:TListBox ID="projects" CssClass="projects" />
<com:TButton Text="Generate Report" />
</com:TView>
</com:TMultiView>
</fieldset>
</com:TContent>
|