Revision 42 hci/trunk/eneraptor-web-app/grails-app/views/sysLog/browse.gsp

View differences:

browse.gsp
7 7

  
8 8
<body>
9 9
	
10
	<erptr:box title="Select device and interval">
11
		<p>Please, select which devices to show / ignore:</p>
12
		
13
		<form id="browseForm" action="browse">			
14
				<g:each in="${devicesForCheckBox}" var="deviceForCheckBox">
15
					<label for="cb_${deviceForCheckBox.deviceId}">&nbsp;</label>
16
					<g:checkBox name="cb_${deviceForCheckBox.deviceId}" value="${params['cb_' + deviceForCheckBox.deviceId]}"/>
17
					<span>${deviceForCheckBox.friendlyName}</span>
18
					<br />
19
				</g:each>
20
				<label for="all_cb">&nbsp;</label>
21
				<g:checkBox name="all_cb" value="${params['all_cb']}" />
22
				<span><b>All devices (including <i>unknown devices</i>)</b></span>
23
			<br /><br />
24
			<label for="fromDate">From</label>
25
			<g:datePicker name="fromDate" value="${params.fromDate}" />
26
			<br /><br />
27
			<label for="tillDate">Till</label>
28
			<g:datePicker name="tillDate" value="${params.tillDate}" />
29
			<br /><br />
30
			<g:submitButton name="submitButton" value="Show" />
31
		</form>
32
		
33
	</erptr:box>
34
	
10 35
	<erptr:box title="Browse log">
11 36
	
12 37
		<table width="100%">
......
47 72
		
48 73
	</erptr:box>
49 74
	
75
	<js:checkBoxToggle />
76
	
50 77
</body>
51 78

  
52 79
</html>

Also available in: Unified diff