|
|
@ -3,18 +3,14 @@
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
|
|
x:Class="IHM.Desktop.ForgetPassword"
|
|
|
|
x:Class="IHM.Desktop.ForgetPassword"
|
|
|
|
Title="ForgetPassword">
|
|
|
|
Title="ForgetPassword">
|
|
|
|
<VerticalStackLayout
|
|
|
|
|
|
|
|
Margin="20"
|
|
|
|
<VerticalStackLayout BackgroundColor="{StaticResource Primary}" Margin="20" Padding="30">
|
|
|
|
Padding="30">
|
|
|
|
|
|
|
|
<Label
|
|
|
|
<Label
|
|
|
|
Text="Rentrée votre adresse email :"
|
|
|
|
Text="Rentrez votre adresse email :"
|
|
|
|
HorizontalOptions="Center" />
|
|
|
|
HorizontalOptions="Center" />
|
|
|
|
|
|
|
|
|
|
|
|
<Border StrokeShape="RoundRectangle 40" BackgroundColor="White" Padding="7" Margin="40">
|
|
|
|
<Border Style="{StaticResource bordureBlanche}">
|
|
|
|
<Entry BackgroundColor="White"
|
|
|
|
<Entry Style="{StaticResource zoneDeTexte}"
|
|
|
|
TextColor="Black"
|
|
|
|
|
|
|
|
VerticalTextAlignment="Center"
|
|
|
|
|
|
|
|
FontSize="15"
|
|
|
|
|
|
|
|
Placeholder="Email"
|
|
|
|
Placeholder="Email"
|
|
|
|
x:Name="EntryMail"/>
|
|
|
|
x:Name="EntryMail"/>
|
|
|
|
</Border>
|
|
|
|
</Border>
|
|
|
@ -30,11 +26,8 @@
|
|
|
|
<Label Text="Veuillez rentrer le code à 6 chiffres reçus par mail"
|
|
|
|
<Label Text="Veuillez rentrer le code à 6 chiffres reçus par mail"
|
|
|
|
HorizontalOptions="Center"/>
|
|
|
|
HorizontalOptions="Center"/>
|
|
|
|
|
|
|
|
|
|
|
|
<Border StrokeShape="RoundRectangle 40" BackgroundColor="White" Padding="7" Margin="40">
|
|
|
|
<Border Style="{StaticResource bordureBlanche}" Padding="7" Margin="40">
|
|
|
|
<Entry BackgroundColor="White"
|
|
|
|
<Entry Style="{StaticResource zoneDeTexte}"
|
|
|
|
TextColor="Black"
|
|
|
|
|
|
|
|
VerticalTextAlignment="Center"
|
|
|
|
|
|
|
|
FontSize="15"
|
|
|
|
|
|
|
|
Placeholder="6 Chiffres"
|
|
|
|
Placeholder="6 Chiffres"
|
|
|
|
Keyboard="Numeric"
|
|
|
|
Keyboard="Numeric"
|
|
|
|
x:Name="EntryCodeRecept"/>
|
|
|
|
x:Name="EntryCodeRecept"/>
|
|
|
|