SDN made dynamic. FontAwesome downgraded to 4.7
This commit is contained in:
parent
0057e9245b
commit
f0ea5e3de3
@ -22,7 +22,7 @@
|
||||
<div id="channel" class="view-with-vertical-menu" style="display: none">
|
||||
<ldp-router id="channel-page-router" class="vertical-menu border-left" default-route="channel-chat">
|
||||
<ldp-route name="channel-chat">
|
||||
<i class="fa fa-comment-o" aria-hidden="true"></i>
|
||||
<i class="fa fa-comment" aria-hidden="true"></i>
|
||||
</ldp-route>
|
||||
<ldp-route name="channel-detail">
|
||||
<i class="fa fa-user" aria-hidden="true"></i>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<div id="channels" style="display: none">
|
||||
<ldp-display
|
||||
id="channels-list"
|
||||
data-src="http://localhost:8000/channels/"
|
||||
data-src="<?php echo $sdn; ?>/channels/"
|
||||
data-fields="name, description"
|
||||
search-fields="name, description"
|
||||
next="channel"
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!-- Stylesheets -->
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="<?php echo $dn; ?>/dist/css/hd-app.css?v=<?php echo $v ?>" />
|
||||
|
||||
<!-- Javascript -->
|
||||
|
@ -1,7 +1,7 @@
|
||||
<div id="member" class="view-with-vertical-menu" style="display: none">
|
||||
<ldp-router id="member-page-router" class="vertical-menu border-left" default-route="member-chat">
|
||||
<ldp-route name="member-chat">
|
||||
<i class="fa fa-comment-o" aria-hidden="true"></i>
|
||||
<i class="fa fa-comment" aria-hidden="true"></i>
|
||||
</ldp-route>
|
||||
<ldp-route name="member-detail">
|
||||
<i class="fa fa-user" aria-hidden="true"></i>
|
||||
|
@ -17,7 +17,7 @@
|
||||
<div id="members" class="view" style="display: none">
|
||||
<ldp-display
|
||||
id="profiles-list"
|
||||
data-src="http://localhost:8000/members/"
|
||||
data-src="<?php echo $sdn; ?>/members/"
|
||||
set-name="firstname, name-separator, lastname"
|
||||
value-name-separator=" "
|
||||
value-city-separator=", "
|
||||
|
@ -13,7 +13,7 @@
|
||||
<i class="fa fa-users" aria-hidden="true"></i>
|
||||
<span class="d-none d-md-inline"> Membres</span>
|
||||
</ldp-route>
|
||||
<ldp-route class="nav-item d-none" name="member" id-prefix="http://localhost:8000/members/">
|
||||
<ldp-route class="nav-item d-none" name="member" id-prefix="<?php echo $sdn; ?>/members/">
|
||||
Membre
|
||||
</ldp-route>
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
<i class="fa fa-tasks" aria-hidden="true"></i>
|
||||
<span class="d-none d-md-inline"> Projets</span>
|
||||
</ldp-route>
|
||||
<ldp-route class="nav-item d-none" name="project" id-prefix="http://localhost:8000/projects/">
|
||||
<ldp-route class="nav-item d-none" name="project" id-prefix="<?php echo $sdn; ?>/projects/">
|
||||
Projet
|
||||
</ldp-route>
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
<i class="fa fa-comments" aria-hidden="true"></i>
|
||||
<span class="d-none d-md-inline"> Channels</span>
|
||||
</ldp-route>
|
||||
<ldp-route class="nav-item d-none" name="channel" id-prefix="http://localhost:8000/channels/">
|
||||
<ldp-route class="nav-item d-none" name="channel" id-prefix="<?php echo $sdn; ?>/channels/">
|
||||
channel
|
||||
</ldp-route>
|
||||
</div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<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>
|
||||
<i class="fa fa-comment" aria-hidden="true"></i>
|
||||
</ldp-route>
|
||||
<ldp-route name="project-detail">
|
||||
<i class="fa fa-user" aria-hidden="true"></i>
|
||||
|
@ -17,7 +17,7 @@
|
||||
<div id="projects" style="display: none">
|
||||
<ldp-display
|
||||
id="projects-list"
|
||||
data-src="http://localhost:8000/projects/"
|
||||
data-src="<?php echo $sdn; ?>/projects/"
|
||||
data-fields="number, client, name"
|
||||
widget-client="ldp-display-client"
|
||||
search-fields="number, name"
|
||||
|
Loading…
Reference in New Issue
Block a user