Revision 50 hci/trunk/eneraptor-web-app/grails-app/views/statistics/newGraph.gsp

View differences:

newGraph.gsp
29 29
			
30 30
				<label for="timeFrameType">Time frame type</label>
31 31
				<select name="timeFrameType" id="timeFrameType" >				
32
					<option onclick="changeTimeFrameType('day')" value="day" selected="${timeFrameType == 'day'}">Daily</option>
33
					<option onclick="changeTimeFrameType('month')" value="month" selected="${timeFrameType == 'month'}">Monthly</option>
34
					<option onclick="changeTimeFrameType('year')" value="year" selected="${timeFrameType == 'year'}">Yearly</option>
35
					<option onclick="changeTimeFrameType('custom')" value="custom" selected="${timeFrameType == 'custom'}">Custom</option>
32
					<option onclick="changeTimeFrameType('day')" value="day" >Daily</option>
33
					<option onclick="changeTimeFrameType('month')" value="month" >Monthly</option>
34
					<option onclick="changeTimeFrameType('year')" value="year" >Yearly</option>
35
					<option onclick="changeTimeFrameType('custom')" value="custom" >Custom</option>
36 36
				</select>
37 37
				<br />
38 38
				

Also available in: Unified diff