remove page 'fiche'
This commit is contained in:
parent
8f909821b6
commit
cfb9e0df23
|
@ -1,48 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="fr">
|
|
||||||
<head>
|
|
||||||
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=.6">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
||||||
|
|
||||||
|
|
||||||
<title>Gestion des enseignants</title>
|
|
||||||
|
|
||||||
<!-- Icon -->
|
|
||||||
<link rel='shortcut icon' href='/favicon.ico'>
|
|
||||||
|
|
||||||
<!-- CSS dependencies -->
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=Fira+Sans" rel="stylesheet">
|
|
||||||
<link rel='stylesheet' type='text/css' href='/css/font-loader.css'>
|
|
||||||
<link rel='stylesheet' type='text/css' href='/css/global.css'>
|
|
||||||
<link rel='stylesheet' type='text/css' href='/css/pop-up.css'>
|
|
||||||
<link rel='stylesheet' type='text/css' href='/css/layout.css'>
|
|
||||||
<link rel='stylesheet' type='text/css' href='/css/menu.css'>
|
|
||||||
<link rel='stylesheet' type='text/css' href='/css/header.css'>
|
|
||||||
<link rel='stylesheet' type='text/css' href='/css/container.css'>
|
|
||||||
|
|
||||||
<!-- JS dependencies -->
|
|
||||||
<script type='text/javascript' src='/js/_SERVER.js'></script>
|
|
||||||
|
|
||||||
</head>
|
|
||||||
<body class='loading'>
|
|
||||||
|
|
||||||
|
|
||||||
<div id='main-vue'></div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- POPUP WINDOW -->
|
|
||||||
<div id='POPUP'>
|
|
||||||
<div class='header'></div>
|
|
||||||
<div class='body'></div>
|
|
||||||
<div class='footer'></div>
|
|
||||||
</div>
|
|
||||||
<div id='POPUP-BG'></div>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Main loop -->
|
|
||||||
<script type='text/javascript' src='/js/bundle@fiche.js' onload="document.body.className=''"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -72,18 +72,6 @@ module.exports = [ {
|
||||||
module: mod_common,
|
module: mod_common,
|
||||||
devtool: (process.env.NODE_ENV==='development') ? '#eval-source-map' : false
|
devtool: (process.env.NODE_ENV==='development') ? '#eval-source-map' : false
|
||||||
|
|
||||||
}, {
|
|
||||||
|
|
||||||
name: "fiche",
|
|
||||||
entry: './webpack/page/fiche.js',
|
|
||||||
output: {
|
|
||||||
path: path.resolve(__dirname, './public_html/js/bundle'),
|
|
||||||
publicPath: '/js/bundle/',
|
|
||||||
filename: 'fiche@0.js'
|
|
||||||
},
|
|
||||||
module: mod_common,
|
|
||||||
devtool: (process.env.NODE_ENV==='development') ? '#eval-source-map' : false
|
|
||||||
|
|
||||||
}, {
|
}, {
|
||||||
|
|
||||||
name: "settings",
|
name: "settings",
|
||||||
|
|
|
@ -49,10 +49,6 @@ gstore.add('menu_item', {
|
||||||
label: 'Gestion UE',
|
label: 'Gestion UE',
|
||||||
url: 'ue',
|
url: 'ue',
|
||||||
icon: 'ue'
|
icon: 'ue'
|
||||||
}, fiche: {
|
|
||||||
label: 'Fiches',
|
|
||||||
url: 'fiche',
|
|
||||||
icon: 'fiche'
|
|
||||||
}, settings: {
|
}, settings: {
|
||||||
label: 'Administration',
|
label: 'Administration',
|
||||||
url: 'settings',
|
url: 'settings',
|
||||||
|
|
Loading…
Reference in New Issue