|
@@ -127,29 +127,58 @@ function dashboard_application_bottom(){
|
|
</ul>
|
|
</ul>
|
|
</template>
|
|
</template>
|
|
<template id="configure-style">
|
|
<template id="configure-style">
|
|
- <table class="table" id="configure-style-table">
|
|
|
|
- <tbody>
|
|
|
|
- <tr>
|
|
|
|
- <th colspan="2" class="align-middle">En-tête</th>
|
|
|
|
- </tr>
|
|
|
|
- <tr>
|
|
|
|
- <td><input type="text" data-type="color" id="widget-header-icon"></td>
|
|
|
|
- <td class="align-middle">Icône</td>
|
|
|
|
- </tr>
|
|
|
|
- <tr>
|
|
|
|
- <td><input type="text" data-type="color" id="widget-header-background"></td>
|
|
|
|
- <td class="align-middle">Couleur de fond</td>
|
|
|
|
- </tr>
|
|
|
|
- <tr>
|
|
|
|
- <th colspan="2" class="align-middle">Corps</th>
|
|
|
|
- </tr>
|
|
|
|
- <tr>
|
|
|
|
- <td><input type="text" data-type="color" id="widget-body-background"></td>
|
|
|
|
- <td class="align-middle">Couleur de fond</td>
|
|
|
|
- </tr>
|
|
|
|
-
|
|
|
|
- </tbody>
|
|
|
|
- </table>
|
|
|
|
|
|
+ <div class="row">
|
|
|
|
+ <div class="col">
|
|
|
|
+ <table class="table" id="configure-style-table">
|
|
|
|
+ <tbody>
|
|
|
|
+ <tr>
|
|
|
|
+ <th colspan="2" class="align-middle">En-tête</th>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td><input type="text" data-type="icon" id="widget-header-icon"></td>
|
|
|
|
+ <td class="align-middle">Icône</td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td><input type="text" data-type="color" id="widget-header-icon-color"></td>
|
|
|
|
+ <td class="align-middle">Couleur Icône</td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td><input type="text" data-type="color" id="widget-header-title-color"></td>
|
|
|
|
+ <td class="align-middle">Couleur titre</td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td><input type="text" data-type="color" id="widget-header-background"></td>
|
|
|
|
+ <td class="align-middle">Couleur de fond</td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <th colspan="2" class="align-middle">Corps</th>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td><input type="text" data-type="color" id="widget-body-background"></td>
|
|
|
|
+ <td class="align-middle">Couleur de fond</td>
|
|
|
|
+ </tr>
|
|
|
|
+ <tr>
|
|
|
|
+ <td><input type="text" data-type="color" id="widget-body-color"></td>
|
|
|
|
+ <td class="align-middle">Couleur texte</td>
|
|
|
|
+ </tr>
|
|
|
|
+
|
|
|
|
+ </tbody>
|
|
|
|
+ </table>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="col dashboard-container">
|
|
|
|
+ <!-- -->
|
|
|
|
+ <div class="dashboard-widget dashboard-widget-customizer widget-draggable widget-resizeable widget-removable ui-draggable">
|
|
|
|
+ <div class="dashboard-widget-header" style="background-color: rgb(0, 123, 255);">
|
|
|
|
+ <div class="widget-header-icon ui-draggable-handle"><i class="far fa-user"></i></div>
|
|
|
|
+ <div class="widget-header-title ui-draggable-handle">Titre</div>
|
|
|
|
+ <ul class="widget-header-options"><li class="widget-option-configure" title="Configurer"><i class="fas fa-ellipsis-v"></i></li><li class="widget-option-delete" title="Supprimer"><i class="fa fa-times"></i></li></ul>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="dashboard-widget-content"><div class="text-center m-auto">Contenu</div></div>
|
|
|
|
+ <div class="dashboard-widget-resize py-1 px-2"><i class="fas fa-chevron-right"></i></div>
|
|
|
|
+ </div>
|
|
|
|
+ <!-- -->
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
</template>
|
|
</template>
|
|
<div class="col-md-9 px-0 overflow-auto h-100 dashboard-configure-content" id="dashboard-configure-content">
|
|
<div class="col-md-9 px-0 overflow-auto h-100 dashboard-configure-content" id="dashboard-configure-content">
|
|
|
|
|