Subversion Repositories HomeAutomation

Rev

Rev 2084 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 2084 Rev 2193
Line 1... Line 1...
1
<script id="page-info-template" type="text/x-jquery-tmpl" data-enhance="false">
1
<script id="page-PID-template" type="text/x-jquery-tmpl" data-enhance="false">
2
  <div class="ui-body ui-body-b" style="margin-bottom: 20px;">
2
  <div class="ui-body ui-body-b" style="margin-bottom: 20px;">
3
    <h3>${name}</h3>
3
    <h3>${name}</h3>
4
    <i>No data available</i>
4
    <i>No data available</i>
5
    <br/>
5
    <br/>
6
  </div>
6
  </div>
7
</script>
7
</script>
8
 
8
 
-
 
9
<script id="page-PID-button-template" type="text/x-jquery-tmpl" data-enhance="false">
-
 
10
  <span>
-
 
11
    <button data-inline="true">${button}</button>
-
 
12
  </span>
-
 
13
</script>
-
 
14
 
-
 
15
<script id="page-PID-input-button-template" type="text/x-jquery-tmpl" data-enhance="false">
-
 
16
  <span>
-
 
17
    <div data-role="fieldcontain" class="my-list">
-
 
18
    <label for="name">${input_name}</label>
-
 
19
    <input type="number" size="5"/>
-
 
20
    <button data-inline="true">${button}</button>
-
 
21
    </div
-
 
22
  </span>
-
 
23
</script>
-
 
24
 
-
 
25
<script id="page-PID-input-template" type="text/x-jquery-tmpl" data-enhance="false">
-
 
26
  <span>
-
 
27
    <div data-role="fieldcontain" class="my-list">
-
 
28
    <label for="name">${input_name}</label>
-
 
29
    <input type="text" size="5"/>
-
 
30
    </div
-
 
31
  </span>
-
 
32
</script>
-
 
33
 
-
 
34
<script id="page-PID-input-number-template" type="text/x-jquery-tmpl" data-enhance="false">
-
 
35
  <span>
-
 
36
    <div data-role="fieldcontain" class="my-list">
-
 
37
    <label for="name">${input_name}</label>
-
 
38
    <input type="number" size="5"/>
-
 
39
    </div
-
 
40
  </span>
-
 
41
</script>
-
 
42
 
-
 
43
<script id="page-PID-grid-template" type="text/x-jquery-tmpl" data-enhance="false">
-
 
44
  <span>
-
 
45
    <div class="ui-grid-c">
-
 
46
    <div class="ui-block-a">${grid1}</div>
-
 
47
    <div class="ui-block-b">${grid2}</div>
-
 
48
    <div class="ui-block-c">${grid3}</div>
-
 
49
    <div class="ui-block-d">${grid4}</div>
-
 
50
    </div><!-- /grid-b -->
-
 
51
  </span>
-
 
52
</script>
-
 
53
 
-
 
54
 
-
 
55
 
-
 
56
 
-
 
57
<script id="page-PID-image-template" type="text/x-jquery-tmpl" data-enhance="false">
-
 
58
  <span>
-
 
59
     <div style="width: 697px; height: 304px; position: relative; background-color: #fbfbfb; border: 1px solid #b8b8b8;">
-
 
60
    <img src="http://linuxz.mine.nu/CANgraph/regulator.png" alt="image" />
-
 
61
    </div
-
 
62
  </span>
-
 
63
</script>