|
|
|
@ -4,126 +4,98 @@
|
|
|
|
|
x:Class="Ohara.PageInfoPersonnage"
|
|
|
|
|
Title="PageInfoPersonnage"
|
|
|
|
|
BackgroundColor="#e2edf1">
|
|
|
|
|
<Grid>
|
|
|
|
|
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition Height="2*" />
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="300" />
|
|
|
|
|
<ColumnDefinition Width="90*" />
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
<VerticalStackLayout BackgroundColor="#72a3b3" Grid.Row="0" Grid.Column="0" Spacing="10">
|
|
|
|
|
<ScrollView Orientation="Vertical" VerticalScrollBarVisibility="Always">
|
|
|
|
|
<VerticalStackLayout Spacing="10" Padding="40">
|
|
|
|
|
|
|
|
|
|
<Image Source="ohara2.png" HeightRequest="300" HorizontalOptions="Center" >
|
|
|
|
|
<Image.Clip>
|
|
|
|
|
<EllipseGeometry Center="150,90" RadiusX="80" RadiusY="80"/>
|
|
|
|
|
</Image.Clip>
|
|
|
|
|
</Image>
|
|
|
|
|
<Grid ColumnSpacing="20">
|
|
|
|
|
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="40*"/>
|
|
|
|
|
<ColumnDefinition Width="40*"/>
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
<VerticalStackLayout Grid.Column="0" Spacing="4">
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<Label Text="Sommaire" Style="{StaticResource titreInfo}"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<Label Text="1 - Biographie" TextColor="#72a3b3"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<Label Text="2 - Citation" TextColor="#72a3b3"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<Label Text="3 - Equipage(s)" TextColor="#72a3b3"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<Label Text="4 - Fruit(s)" TextColor="#72a3b3"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
|
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Accueil" Clicked="Hyperlink_Accueil"/>
|
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Carte" Clicked="Hyperlink_Carte"/>
|
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Personnages" Clicked="Hyperlink_Perso"/>
|
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Fruits du démon" Clicked="Hyperlink_FDD"/>
|
|
|
|
|
<Button Style="{StaticResource buttonMenu2}" Text="Bateaux" Clicked="Hyperlink_Bateau"/>
|
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Îles" Clicked="Hyperlink_Ile"/>
|
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Bestiaire" Clicked="Hyperlink_Bestiaire"/>
|
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Équipages" Clicked="Hyperlink_Equip"/>
|
|
|
|
|
<Button Style="{StaticResource buttonMenu}" Text="Favoris" Clicked="Hyperlink_Favoris"/>
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
<ScrollView Grid.Row="0" Grid.Column="1" Orientation="Vertical" VerticalScrollBarVisibility="Always">
|
|
|
|
|
<VerticalStackLayout Spacing="10" Padding="40">
|
|
|
|
|
|
|
|
|
|
<Grid ColumnSpacing="20">
|
|
|
|
|
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="40*"/>
|
|
|
|
|
<ColumnDefinition Width="40*"/>
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
<VerticalStackLayout Grid.Column="0" Spacing="4">
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<Label Text="Sommaire" Style="{StaticResource titreInfo}"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<Label Text="1 - Biographie" TextColor="#72a3b3"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<Label Text="2 - Citation" TextColor="#72a3b3"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<Label Text="3 - Equipage(s)" TextColor="#72a3b3"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<Label Text="4 - Fruit(s)" TextColor="#72a3b3"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
<VerticalStackLayout Grid.Column="1" Spacing="4">
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<Label Style="{StaticResource titreInfo}" Text="{Binding Nom}" HorizontalOptions="Center"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}" >
|
|
|
|
|
<Image
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
<VerticalStackLayout Grid.Column="1" Spacing="4">
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<Label Style="{StaticResource titreInfo}" Text="{Binding Nom}" HorizontalOptions="Center"/>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}" >
|
|
|
|
|
<Image
|
|
|
|
|
Source="{Binding Image}"
|
|
|
|
|
HeightRequest="200"
|
|
|
|
|
WidthRequest="300"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<StackLayout HorizontalOptions="Center" Orientation="Horizontal" Spacing="5">
|
|
|
|
|
<Label Text="Prime :" TextColor="#72a3b3" FontAttributes="Bold"/>
|
|
|
|
|
<Label Text="{Binding Prime}" TextColor="#72a3b3"/>
|
|
|
|
|
<Label Text="berrys" TextColor="#72a3b3"/>
|
|
|
|
|
</StackLayout>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<StackLayout HorizontalOptions="Center" Orientation="Horizontal" Spacing="5">
|
|
|
|
|
<Label Text="Épithète :" TextColor="#72a3b3" FontAttributes="Bold"/>
|
|
|
|
|
<Label Text="{Binding Epithete}" TextColor="#72a3b3"/>
|
|
|
|
|
</StackLayout>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<StackLayout HorizontalOptions="Center" Orientation="Horizontal" Spacing="5">
|
|
|
|
|
<Label Text="Âge :" TextColor="#72a3b3" FontAttributes="Bold"/>
|
|
|
|
|
<Label Text="{Binding Age}" TextColor="#72a3b3"/>
|
|
|
|
|
<Label Text="ans" TextColor="#72a3b3"/>
|
|
|
|
|
</StackLayout>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<StackLayout HorizontalOptions="Center" Orientation="Horizontal" Spacing="5">
|
|
|
|
|
<Label Text="Taille :" TextColor="#72a3b3" FontAttributes="Bold"/>
|
|
|
|
|
<Label Text="{Binding Taille}" TextColor="#72a3b3"/>
|
|
|
|
|
<Label Text="mètres" TextColor="#72a3b3"/>
|
|
|
|
|
</StackLayout>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<StackLayout HorizontalOptions="Center" Orientation="Horizontal" Spacing="5">
|
|
|
|
|
<Label Text="Origine :" TextColor="#72a3b3" FontAttributes="Bold"/>
|
|
|
|
|
<Label Text="{Binding Origine}" TextColor="#72a3b3"/>
|
|
|
|
|
</StackLayout>
|
|
|
|
|
</Frame>
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<StackLayout HorizontalOptions="Center" Orientation="Horizontal" Spacing="5">
|
|
|
|
|
<Label Text="Prime :" TextColor="#72a3b3" FontAttributes="Bold"/>
|
|
|
|
|
<Label Text="{Binding Prime}" TextColor="#72a3b3"/>
|
|
|
|
|
<Label Text="berrys" TextColor="#72a3b3"/>
|
|
|
|
|
</StackLayout>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<StackLayout HorizontalOptions="Center" Orientation="Horizontal" Spacing="5">
|
|
|
|
|
<Label Text="Épithète :" TextColor="#72a3b3" FontAttributes="Bold"/>
|
|
|
|
|
<Label Text="{Binding Epithete}" TextColor="#72a3b3"/>
|
|
|
|
|
</StackLayout>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<StackLayout HorizontalOptions="Center" Orientation="Horizontal" Spacing="5">
|
|
|
|
|
<Label Text="Âge :" TextColor="#72a3b3" FontAttributes="Bold"/>
|
|
|
|
|
<Label Text="{Binding Age}" TextColor="#72a3b3"/>
|
|
|
|
|
<Label Text="ans" TextColor="#72a3b3"/>
|
|
|
|
|
</StackLayout>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<StackLayout HorizontalOptions="Center" Orientation="Horizontal" Spacing="5">
|
|
|
|
|
<Label Text="Taille :" TextColor="#72a3b3" FontAttributes="Bold"/>
|
|
|
|
|
<Label Text="{Binding Taille}" TextColor="#72a3b3"/>
|
|
|
|
|
<Label Text="mètres" TextColor="#72a3b3"/>
|
|
|
|
|
</StackLayout>
|
|
|
|
|
</Frame>
|
|
|
|
|
<Frame Style="{StaticResource frameInfo}">
|
|
|
|
|
<StackLayout HorizontalOptions="Center" Orientation="Horizontal" Spacing="5">
|
|
|
|
|
<Label Text="Origine :" TextColor="#72a3b3" FontAttributes="Bold"/>
|
|
|
|
|
<Label Text="{Binding Origine}" TextColor="#72a3b3"/>
|
|
|
|
|
</StackLayout>
|
|
|
|
|
</Frame>
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
<Label Text="Biographie :" TextColor="#72a3b3" FontSize="20" FontAttributes="Bold"/>
|
|
|
|
|
<Line X1="0" Y1="0" X2="3000" Y2="0" StrokeThickness="2" Stroke="#72a3b3" />
|
|
|
|
|
<Label Text="{Binding Biographie}" Style="{StaticResource paragrapheInfo}"/>
|
|
|
|
|
<Label Text="Citation(s) :" TextColor="#72a3b3" FontSize="20" FontAttributes="Bold"/>
|
|
|
|
|
<Line X1="0" Y1="0" X2="3000" Y2="0" StrokeThickness="2" Stroke="#72a3b3" />
|
|
|
|
|
<Label Text="{Binding Citation}" Style="{StaticResource citationPerso}" />
|
|
|
|
|
<Label Text="Equipage(s) :" TextColor="#72a3b3" FontSize="20" FontAttributes="Bold"/>
|
|
|
|
|
<Line X1="0" Y1="0" X2="3000" Y2="0" StrokeThickness="2" Stroke="#72a3b3" />
|
|
|
|
|
<Label Text="{Binding Equipage}" TextColor="#72a3b3" />
|
|
|
|
|
<Label Text="Fruit :" TextColor="#72a3b3" FontSize="20" FontAttributes="Bold"/>
|
|
|
|
|
<Line X1="0" Y1="0" X2="3000" Y2="0" StrokeThickness="2" Stroke="#72a3b3" />
|
|
|
|
|
<Label Text="{Binding Fruit}" TextColor="#72a3b3" />
|
|
|
|
|
</Grid>
|
|
|
|
|
<Label Text="Biographie :" TextColor="#72a3b3" FontSize="20" FontAttributes="Bold"/>
|
|
|
|
|
<Line X1="0" Y1="0" X2="3000" Y2="0" StrokeThickness="2" Stroke="#72a3b3" />
|
|
|
|
|
<Label Text="{Binding Biographie}" Style="{StaticResource paragrapheInfo}"/>
|
|
|
|
|
<Label Text="Citation(s) :" TextColor="#72a3b3" FontSize="20" FontAttributes="Bold"/>
|
|
|
|
|
<Line X1="0" Y1="0" X2="3000" Y2="0" StrokeThickness="2" Stroke="#72a3b3" />
|
|
|
|
|
<Label Text="{Binding Citation}" Style="{StaticResource citationPerso}" />
|
|
|
|
|
<Label Text="Equipage(s) :" TextColor="#72a3b3" FontSize="20" FontAttributes="Bold"/>
|
|
|
|
|
<Line X1="0" Y1="0" X2="3000" Y2="0" StrokeThickness="2" Stroke="#72a3b3" />
|
|
|
|
|
<Label Text="{Binding Equipage}" TextColor="#72a3b3" />
|
|
|
|
|
<Label Text="Fruit :" TextColor="#72a3b3" FontSize="20" FontAttributes="Bold"/>
|
|
|
|
|
<Line X1="0" Y1="0" X2="3000" Y2="0" StrokeThickness="2" Stroke="#72a3b3" />
|
|
|
|
|
<Label Text="{Binding Fruit}" TextColor="#72a3b3" />
|
|
|
|
|
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
</ScrollView>
|
|
|
|
|
</Grid>
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
</ScrollView>
|
|
|
|
|
</ContentPage>
|