Rev 2084 | Rev 2096 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 2084 | Rev 2086 | ||
|---|---|---|---|
| Line 30... | Line 30... | ||
| 30 | ?> |
30 | ?> |
| 31 | 31 | ||
| 32 | <script id="page-template" type="text/x-jquery-tmpl" data-enhance="false"> |
32 | <script id="page-template" type="text/x-jquery-tmpl" data-enhance="false"> |
| 33 | <div id="page-${name}" data-role="page" data-theme="a"> |
33 | <div id="page-${name}" data-role="page" data-theme="a"> |
| 34 | <div data-role="header"> |
34 | <div data-role="header"> |
| 35 | <a href="#" data-icon=" |
35 | <a href="#" data-icon="home" data-rel="back" data-direction="reverse">Home</a> |
| 36 | <h1>Home Automation Control Center - ${title}</h1> |
36 | <h1>Home Automation Control Center - ${title}</h1> |
| 37 | </div> |
37 | </div> |
| 38 | <div data-role="content"></div> |
38 | <div data-role="content"></div> |
| 39 | </div> |
39 | </div> |
| 40 | </script> |
40 | </script> |