-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathportlet.html
26 lines (22 loc) · 864 Bytes
/
portlet.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<h3 class='default'><%= key %> - <%= module.version %></h3>
<% stylesheet('assets/'+key+'/portlet.css') %>
<%
var myHomeCenter2 = SARAH.ConfigManager.getModule(key);
var status = myHomeCenter2.status(SARAH.ConfigManager.getConfig());
%>
<div class="logo">
<a href="sarah/homecenter2" class="ajax"><img src="/assets/homecenter2/images/logo.png" align="top" width="100%"></a>
</div>
<div>
<br>
<b> Informations: </b>
<% if (status !== 'dead') { %>
<br/>Connexion : <span class="status"><img src="/assets/homecenter2/images/<%= status %>.png" title="connexion etablie"></span>
<% } else { %>
<br/>Connexion : <span class="status"><img src="/assets/homecenter2/images/dead.png" title="connexion refusee"></span>
<% } %>
<!-- Modules § -->
<BR>nombre de modules = <b>92</b></BR>
nombre de pieces = <b>6</b></BR>
<!-- § Modules -->
</div>