hubl/src/html/project.html

45 lines
1.5 KiB
HTML

<div id="project" class="view-with-vertical-menu" style="display: none">
<ldp-router id="project-page-router" class="vertical-menu border-left" default-route="profile-chat">
<ldp-route name="project-chat">
<i class="fa fa-comment-o" aria-hidden="true"></i>
</ldp-route>
<ldp-route name="project-detail">
<i class="fa fa-user" aria-hidden="true"></i>
</ldp-route>
</ldp-router>
<hd-chat-window
id="project-chat"
data-authentication="anonymous"
data-auto-login="true"
data-bosh-service-url="https://conversejs.org/http-bind/"
data-debug="false"
data-jid="nomnom.im"
data-locales-url="http://hd-app.local/dist/lib/xmpp-chat-component/node_modules/converse.js/locale/{{{locale}}}/LC_MESSAGES/converse.json",
data-room-jid="anonymous@conference.nomnom.im">
</hd-chat-window>
<div id="project-detail" style="display: none">
<ldp-display
id="project-info"
set-label="name, before-num, number, after-num"
value-before-num="&nbsp;(n°"
value-after-num=")"
data-fields="label, client"
widget-client="ldp-display-client"
bind-resources
></ldp-display>
<h2 class="section team">L'équipe</h2>
<ldp-display
id="project-team"
id-suffix="team"
set-name="firstname, name-separator, lastname"
value-name-separator="&nbsp;"
data-fields="avatar, name"
widget-avatar="ldp-display-img"
bind-resources
></ldp-display>
</div>
</div>