[EventManager]update EventManager(tizen_2.1)
[samples/web/EventManager.git] / templates / alarm.tpl
1     <!-- Start of second page: #alarm -->
2     <div data-role="page" id="new_alarm" data-add-back-btn="true">
3
4         <div data-role="header" data-position="fixed">
5         <h1>Set Alarm</h1>
6         </div><!-- /header -->
7
8         <div data-role="content" data-scroll="none">
9             <fieldset data-role="controlgroup">
10                  <input type="radio" name="radio-choice" id="radio-choice-1" value=1 checked="checked" />
11                  <label for="radio-choice-1">Off</label>
12
13                  <input type="radio" name="radio-choice" id="radio-choice-2" value=2 />
14                  <label for="radio-choice-2">5 minute before</label>
15
16                  <input type="radio" name="radio-choice" id="radio-choice-3" value=3 />
17                  <label for="radio-choice-3">30 minute before</label>
18
19                  <input type="radio" name="radio-choice" id="radio-choice-4" value=4 />
20                  <label for="radio-choice-4">1 hour before</label>
21             </fieldset>
22             <a href="#new_event" id="add-alarm" data-role="button">Save</a>
23         </div><!-- /content -->
24
25     <div data-role="footer" data-position ="fixed">
26     </div><!-- /footer -->
27     </div><!-- /page alarm -->