Changeset 2525:a604214cd3ca
- Timestamp:
- 07/29/10 13:05:37 (6 weeks ago)
- Author:
- Ferllings <cedric@…>
- Branch:
- default
- Message:
-
[ihm] Removed House icon (licence issue)
- Location:
- src/domogik/ui/djangodomo/core/templates
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r2523
|
r2525
|
|
| 193 | 193 | <span class="subtitle">{{ plugin.description }}</span> |
| 194 | 194 | </h1> |
| 195 | | <ul class='infos'> |
| 196 | | <li><span class='label'>{% trans "Version" %}:</span> {{ plugin.version }}</li> |
| 197 | | <li><span class='label'>{% trans "Documentation" %}:</span> <a href='{{ plugin.documentation }}'>Wiki</a></li> |
| 198 | | <li><span class='label'>{% trans "Host" %}:</span> {{ plugin.host }}</li> |
| 199 | | {% ifnotequal plugin.name "rest" %} |
| 200 | | <li><span class='label'>{% trans "Technology" %}:</span> {{ plugin.technology }}</li> |
| 201 | | <li> |
| 202 | | {% ifequal plugin.status "ON" %} |
| 203 | | <div class='icon16-text-right icon16-status-active'><span class='label'>{% trans "Status" %}:</span><span class='offscreen'>{% trans "Running" %}</span></div> |
| 204 | | {% else %} |
| 205 | | <div class='icon16-text-right icon16-status-inactive'><span class='label'>{% trans "Status" %}:</span><span class='offscreen'>{% trans "Stopped" %}</span></div> |
| 206 | | {% endifequal %} |
| 207 | | </li> |
| 208 | | {% endifnotequal %} |
| 209 | | </ul> |
| 210 | | <div class='clear'></div> |
| | 195 | <ul class='infos'> |
| | 196 | <li><span class='label'>{% trans "Version" %}:</span> {{ plugin.version }}</li> |
| | 197 | <li><span class='label'>{% trans "Documentation" %}:</span> <a href='{{ plugin.documentation }}'>Wiki</a></li> |
| | 198 | <li><span class='label'>{% trans "Host" %}:</span> {{ plugin.host }}</li> |
| | 199 | {% ifnotequal plugin.name "rest" %} |
| | 200 | <li><span class='label'>{% trans "Technology" %}:</span> {{ plugin.technology }}</li> |
| | 201 | <li> |
| | 202 | {% ifequal plugin.status "ON" %} |
| | 203 | <div class='icon16-text-right icon16-status-active'><span class='label'>{% trans "Status" %}:</span><span class='offscreen'>{% trans "Running" %}</span></div> |
| | 204 | {% else %} |
| | 205 | <div class='icon16-text-right icon16-status-inactive'><span class='label'>{% trans "Status" %}:</span><span class='offscreen'>{% trans "Stopped" %}</span></div> |
| | 206 | {% endifequal %} |
| | 207 | </li> |
| | 208 | {% endifnotequal %} |
| | 209 | </ul> |
| 211 | 210 | {% endblock %} |
| 212 | 211 | |
-
|
r2523
|
r2525
|
|
| | 1 | #contentheader { |
| | 2 | text-align:right; |
| | 3 | } |
| | 4 | |
| | 5 | h1 { |
| | 6 | float:left; |
| | 7 | } |
| | 8 | |
| 1 | 9 | ul.infos { |
| 2 | 10 | border:1px solid #cccccc; |
| … |
… |
|
| 4 | 12 | -webkit-border-radius: 0.8em; |
| 5 | 13 | padding:1em; |
| | 14 | display: inline-block; |
| | 15 | text-align:left; |
| 6 | 16 | } |
| 7 | 17 | |
-
|
r2515
|
r2525
|
|
| 2 | 2 | /* CSS Document */ |
| 3 | 3 | |
| 4 | | .icon64-house-default { background-image:url(../images/house/default_64.png);} |
| 5 | | .icon32-house-default { background-image:url(../images/house/default_32.png);} |
| 6 | | .icon16-house-default { background-image:url(../images/house/default_16.png);} |
| | 4 | .icon64-house-default { background-image:url(../images/device_usage/todo_64.png);} |
| | 5 | .icon32-house-default { background-image:url(../images/device_usage/todo_32.png);} |
| | 6 | .icon16-house-default { background-image:url(../images/device_usage/todo_16.png;} |
| 7 | 7 | |
| 8 | 8 | /* Area icons */ |
-
|
r2368
|
r2525
|
|
| 23 | 23 | |
| 24 | 24 | {% block global_css %} |
| 25 | | <link rel="icon shortcut" type="image/png" href="/design/skins/{{ request.session.user.skin_used|default:'default' }}/images/house/default_16.png" /> |
| | 25 | <link rel="icon shortcut" type="image/png" href="/design/skins/{{ request.session.user.skin_used|default:'default' }}/images/device_usage/todo_16.png" /> |
| 26 | 26 | <link href="/design/skins/{{ request.session.user.skin_used|default:'default' }}/css/ui-buttons.css" rel="stylesheet" type="text/css" /> |
| 27 | 27 | <link href="/design/skins/{{ request.session.user.skin_used|default:'default' }}/css/ui-forms.css" rel="stylesheet" type="text/css" /> |
-
|
r2489
|
r2525
|
|
| 23 | 23 | |
| 24 | 24 | {% block global_css %} |
| 25 | | <link rel="icon shortcut" type="image/png" href="/design/skins/{{ request.session.user.skin_used|default:'default' }}/images/house/default_16.png" /> |
| | 25 | <link rel="icon shortcut" type="image/png" href="/design/skins/{{ request.session.user.skin_used|default:'default' }}/images/device_usage/todo_16.png" /> |
| 26 | 26 | <link href="/design/skins/{{ request.session.user.skin_used|default:'default' }}/css/page-show.css" rel="stylesheet" type="text/css" /> |
| 27 | 27 | <link href="/design/skins/{{ request.session.user.skin_used|default:'default' }}/css/ui-breadcrumb.css" rel="stylesheet" type="text/css" /> |
-
|
r2505
|
r2525
|
|
| 41 | 41 | |
| 42 | 42 | {% block css %} |
| 43 | | <link rel="icon shortcut" type="image/png" href="/design/skins/{{ request.session.user.skin_used|default:'default' }}/images/house/default_16.png" /> |
| 44 | 43 | {% endblock %} |
| 45 | 44 | |
-
|
r2508
|
r2525
|
|
| 80 | 80 | if (finishedactions == totalactions) { |
| 81 | 81 | if (erroractions == 0) { |
| 82 | | console.log(json); |
| 83 | 82 | var jsonstr = JSON.stringify(json).replace(/"/g, '"'); |
| 84 | 83 | $.getREST(['base', 'ui_config', 'set', 'name', 'house', 'reference', '0', 'key', 'widgets', 'value', jsonstr], |