Architecture and models setup for members and projects. Chat and css missing

This commit is contained in:
Alexandre Bourlier
2018-04-05 14:09:42 +02:00
parent 420c68bd6e
commit bdfa78a945
12 changed files with 164 additions and 88 deletions

View File

@ -22,6 +22,7 @@
<link rel="import" href="dist/lib/ldp-display/ldp-display.html" />
<link rel="import" href="dist/lib/ldp-display/ldp-router.html" />
<link rel="import" href="dist/lib/ldp-display/ldp-form.html" />
</head>
<body>
@ -29,11 +30,9 @@
<main id="mainContainer" class="container-fluid">
<?php require_once('src/html/members.html'); ?>
<?php require_once('src/html/member.html'); ?>
<?php require_once('src/html/projects.html'); ?>
<?php require_once('src/html/project.html'); ?>
</main>
<!--Profil Modal-->
<div id="profileDiv" style="display: none;">
<ldp-display id="profileDetail" data-fields="profil-modal" set-profil-modal="picture, profil-content" widget-picture="ldp-display-img" set-profil-content="name, languages, country"></ldp-display>
</div>
</body>
</html>