first commit

This commit is contained in:
2025-10-30 13:23:53 +01:00
commit 433e47e385
1619 changed files with 106327 additions and 0 deletions

View File

@@ -0,0 +1,81 @@
<?xml version="1.0" encoding="UTF-8"?>
<?import com.gluonhq.charm.glisten.control.ProgressBar?>
<?import java.net.URL?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.PasswordField?>
<?import javafx.scene.control.Separator?>
<?import javafx.scene.control.TextField?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.paint.Color?>
<?import javafx.scene.shape.Line?>
<?import javafx.scene.shape.Rectangle?>
<?import javafx.scene.text.Font?>
<?import javafx.scene.text.Text?>
<AnchorPane id="AnchorPane" fx:id="Content" prefHeight="331.0" prefWidth="598.0" styleClass="AnchorPane-Default" xmlns="http://javafx.com/javafx/22" xmlns:fx="http://javafx.com/fxml/1" fx:controller="Controllers.AuthentificationController">
<children>
<ProgressBar fx:id="ProgressBarAuthentification" prefHeight="5.0" prefWidth="598.0" scaleShape="false" visible="false" />
<Label layoutX="338.0" layoutY="23.0" text="Connexion">
<font>
<Font name="Arial" size="20.0" />
</font>
</Label>
<Separator layoutX="443.0" layoutY="40.0" prefWidth="96.2431640625" />
<Separator layoutX="233.0" layoutY="40.0" prefWidth="96.2431640625" />
<Label layoutX="235.0" layoutY="83.0" text="Login:">
<font>
<Font size="16.0" fx:id="x1" />
</font>
</Label>
<Rectangle arcHeight="5.0" arcWidth="5.0" height="36.0" layoutX="321.0" layoutY="75.0" strokeType="INSIDE" strokeWidth="0.7" width="36.0">
<fill>
<Color red="0.933" green="0.933" blue="0.933" fx:id="x2" />
</fill>
<stroke>
<Color red="0.804" green="0.804" blue="0.804" fx:id="x3" />
</stroke>
</Rectangle>
<ImageView id="glyphicon-user" fitHeight="20.0" fitWidth="15.0" layoutX="330.0" layoutY="82.0" pickOnBounds="true">
<image>
<Image preserveRatio="true" smooth="true" url="@../Public/icon/glyphicon-user.png" />
</image>
</ImageView>
<TextField id="login" fx:id="Login" layoutX="355.0" layoutY="74.0" opacity="1.0" prefHeight="38.0" prefWidth="176.0">
<stylesheets>
<URL value="@../Public/CSS/StylePrincipal.css" />
</stylesheets>
</TextField>
<Label font="$x1" layoutX="235.0" layoutY="146.0" text="Password:" />
<Rectangle arcHeight="5.0" arcWidth="5.0" fill="$x2" height="36.0" layoutX="321.0" layoutY="142.0" stroke="$x3" strokeType="INSIDE" strokeWidth="0.7" width="36.0" />
<ImageView id="glyphicon-lock" fitHeight="16.0" fitWidth="14.0" layoutX="332.0" layoutY="153.0" pickOnBounds="true">
<image>
<Image preserveRatio="true" smooth="true" url="@../Public/icon/glyphicon-lock.png" />
</image>
</ImageView>
<PasswordField fx:id="Password" layoutX="356.0" layoutY="141.0" prefHeight="38.0" prefWidth="176.0" />
<Text id="erreurresult" fx:id="Erreurresult" fill="RED" layoutX="221.0" layoutY="214.0" strokeType="OUTSIDE" strokeWidth="0.0" text="">
<font>
<Font size="14.0" />
</font>
</Text>
<Label layoutX="219.0" layoutY="242.0" text="Mot de passe oublié ?" textFill="#496cad">
<font>
<Font name="System Bold" size="10.0" />
</font>
</Label>
<Button layoutX="436.0" layoutY="272.0" mnemonicParsing="false" onAction="#handleButtonAction" prefHeight="36.0" prefWidth="96.0" styleClass="btn-success" text="Valider" textFill="WHITE">
<font>
<Font name="Arial" size="13.0" />
</font>
</Button>
<Line endX="-49.0" endY="158.0" layoutX="218.0" layoutY="132.0" opacity="0.32" startX="-50.0" startY="-100.0" />
<ImageView fx:id="ImageViewLogo" pickOnBounds="true" preserveRatio="true" />
</children>
<stylesheets>
<URL value="@../Public/CSS/StylePrincipal.css" />
</stylesheets>
</AnchorPane>