Created project view
This commit is contained in:
@ -1,33 +1,35 @@
|
||||
<div id="project" style="display: none">
|
||||
<div class="page-header">
|
||||
<h1>Project</h1>
|
||||
</div>
|
||||
<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>
|
||||
|
||||
<ldp-display
|
||||
id="projectTitle"
|
||||
set-label="number, label-separator, name"
|
||||
value-label-separator=" - "
|
||||
data-fields="label"
|
||||
bind-resource
|
||||
></ldp-display>
|
||||
<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="projectDiv" style="display: none;">
|
||||
<div class="container-fluid" id="projectContainer">
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-9" id="projectLeftCol">
|
||||
<div class="chat-box">
|
||||
<img src=".\img\chat_image.PNG" alt="Chat box">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3" id="projectRightCol">
|
||||
<ldp-display id="projectDetail" data-fields="right-panel" set-right-panel="quotation-div, income-div, nextBill" set-quotation-div="quotation, euro" set-income-div="income, euro" value-euro=" €"></ldp-display>
|
||||
<button id="projectDivBackButton" type="button" class="btn btn-primary">Back</button>
|
||||
</div>
|
||||
|
||||
<!-- <button id="projectDivBackButton" type="button" class="btn btn-primary"><i class="material-icons">reply</i></button> -->
|
||||
</div>
|
||||
</div>
|
||||
<div id="project-detail" style="display: none">
|
||||
<ldp-display
|
||||
id="project-detail"
|
||||
set-label="project, number, label-separator, name"
|
||||
value-project="Projet n°"
|
||||
value-label-separator=" : "
|
||||
data-fields="label"
|
||||
bind-resources
|
||||
></ldp-display>
|
||||
|
||||
<div>Client description here</div>
|
||||
<div>Team here</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user