This commit is contained in:
17
SDIS29/web/WEB-INF/jspf/enteteJSPF.jspf
Normal file
17
SDIS29/web/WEB-INF/jspf/enteteJSPF.jspf
Normal file
@@ -0,0 +1,17 @@
|
||||
<%-- any content can be specified here e.g.: --%>
|
||||
<%@page contentType="text/html" pageEncoding="UTF-8"%>
|
||||
<%--
|
||||
Document : newjsp
|
||||
Created on : 18 sept. 2021, 15:34:04
|
||||
Author : ClémentB
|
||||
--%>
|
||||
<link href="css/defaultCSS.css" rel="stylesheet" type="text/css"/>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Gestion des pompiers</title>
|
||||
</head>
|
||||
<body class="textWhiteLED">
|
||||
<img src="images/logo-sdis.png" alt="" class="right"/>
|
||||
<h1 class="textDegradRed">Gestion des pompiers</h1>
|
7
SDIS29/web/WEB-INF/jspf/menuJSPF.jspf
Normal file
7
SDIS29/web/WEB-INF/jspf/menuJSPF.jspf
Normal file
@@ -0,0 +1,7 @@
|
||||
<%-- any content can be specified here e.g.: --%>
|
||||
<%@ page pageEncoding="UTF-8" %>
|
||||
<nav>
|
||||
<a class="textOrange" href ="Accueil">Accueil</a>
|
||||
<a class="textOrange" href="NouveauClient">Création d'un nouveau client</a>
|
||||
<a class="textOrange" href="ListeClients">Liste des clients</a>
|
||||
</nav>
|
Reference in New Issue
Block a user