|
|
|
@ -6,89 +6,91 @@
|
|
|
|
|
<ContentPage.ToolbarItems>
|
|
|
|
|
<ToolbarItem Text="Modifier"/>
|
|
|
|
|
<ToolbarItem IconImageSource="plus"/>
|
|
|
|
|
<!--<ToolbarItem Text="Scan" Order="Secondary"/>-->
|
|
|
|
|
</ContentPage.ToolbarItems>
|
|
|
|
|
|
|
|
|
|
<ScrollView>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Grid RowDefinitions="Auto,Auto,Auto,Auto">
|
|
|
|
|
|
|
|
|
|
<Label Text="Mes Livres" Style="{StaticResource TitleBibliotheque}" Grid.Row="0" />
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="1" RowDefinitions="Auto,Auto,Auto,Auto,Auto,Auto">
|
|
|
|
|
<Grid Grid.Row="0" ColumnDefinitions="Auto,Auto,Auto,Auto" Style="{StaticResource LigneHorizontaleBibliotheque}">
|
|
|
|
|
<Image Style="{StaticResource IconBibliotheque}" Source="tray_fill" Grid.Column="0"/>
|
|
|
|
|
<Label Text="Tous" Grid.Column="1"/>
|
|
|
|
|
<Label Text="45" Grid.Column="2"/>
|
|
|
|
|
<Image Source="chevron_right" Grid.Column="3"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="1" ColumnDefinitions="Auto,Auto,Auto,Auto" Style="{StaticResource LigneHorizontaleBibliotheque}">
|
|
|
|
|
<Image Style="{StaticResource IconBibliotheque}" Source="person_badge_clock_fill" Grid.Column="0"/>
|
|
|
|
|
<Label Text="En prêt" Grid.Column="1"/>
|
|
|
|
|
<Label Text="1" Grid.Column="2"/>
|
|
|
|
|
<Image Source="chevron_right" Grid.Column="3"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="2" ColumnDefinitions="Auto,Auto,Auto,Auto" Style="{StaticResource LigneHorizontaleBibliotheque}">
|
|
|
|
|
<Image Style="{StaticResource IconBibliotheque}" Source="arrow_forward" Grid.Column="0"/>
|
|
|
|
|
<Label Text="A lire plus tard" Grid.Column="1"/>
|
|
|
|
|
<Label Text=".." Grid.Column="2"/>
|
|
|
|
|
<Image Source="chevron_right" Grid.Column="3"/>
|
|
|
|
|
<Label Text="Mes Livres" Style="{StaticResource TitleBibliotheque}" Grid.Row="0"/>
|
|
|
|
|
|
|
|
|
|
<Border Grid.Row="1">
|
|
|
|
|
<Grid RowDefinitions="Auto,Auto,Auto,Auto,Auto,Auto">
|
|
|
|
|
<Grid Grid.Row="0" ColumnDefinitions="Auto,Auto,*,Auto,Auto" Style="{StaticResource LigneHorizontaleBibliotheque}" >
|
|
|
|
|
<Image Style="{StaticResource IconBibliotheque}" Source="tray_fill" Grid.Column="0"/>
|
|
|
|
|
<Label Style="{StaticResource TexteBibliotheque}" Text="Tous" Grid.Column="1" />
|
|
|
|
|
<Label Style="{StaticResource NombreBibliotheque}" Text="45" Grid.Column="3"/>
|
|
|
|
|
<Image Style="{StaticResource ChevronBibliotheque}" Source="chevron_right" Grid.Column="4" />
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="1" ColumnDefinitions="Auto,Auto,*,Auto,Auto" Style="{StaticResource LigneHorizontaleBibliotheque}">
|
|
|
|
|
<Image Style="{StaticResource IconBibliotheque}" Source="person_badge_clock_fill" Grid.Column="0"/>
|
|
|
|
|
<Label Style="{StaticResource TexteBibliotheque}" Text="En prêt" Grid.Column="1"/>
|
|
|
|
|
<Label Style="{StaticResource NombreBibliotheque}" Text="1" Grid.Column="3"/>
|
|
|
|
|
<Image Style="{StaticResource ChevronBibliotheque}" Source="chevron_right" Grid.Column="4"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="2" ColumnDefinitions="Auto,Auto,*,Auto,Auto" Style="{StaticResource LigneHorizontaleBibliotheque}">
|
|
|
|
|
<Image Style="{StaticResource IconBibliotheque}" Source="arrow_forward" Grid.Column="0"/>
|
|
|
|
|
<Label Style="{StaticResource TexteBibliotheque}" Text="A lire plus tard" Grid.Column="1"/>
|
|
|
|
|
<Label Style="{StaticResource NombreBibliotheque}" Text=".." Grid.Column="3"/>
|
|
|
|
|
<Image Style="{StaticResource ChevronBibliotheque}" Source="chevron_right" Grid.Column="4"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="3" ColumnDefinitions="Auto,Auto,*,Auto,Auto" Style="{StaticResource LigneHorizontaleBibliotheque}">
|
|
|
|
|
<Image Style="{StaticResource IconBibliotheque}" Source="eyeglasses" Grid.Column="0"/>
|
|
|
|
|
<Label Style="{StaticResource TexteBibliotheque}" Text="Statut de lecture" Grid.Column="1"/>
|
|
|
|
|
<Label Style="{StaticResource NombreBibliotheque}" Text=".." Grid.Column="3"/>
|
|
|
|
|
<Image Style="{StaticResource ChevronBibliotheque}" Source="chevron_right" Grid.Column="4"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="4" ColumnDefinitions="Auto,Auto,*,Auto,Auto" Style="{StaticResource LigneHorizontaleBibliotheque}">
|
|
|
|
|
<Image Style="{StaticResource IconBibliotheque}" Source="heart_fill" Grid.Column="0"/>
|
|
|
|
|
<Label Style="{StaticResource TexteBibliotheque}" Text="Favoris" Grid.Column="1"/>
|
|
|
|
|
<Label Style="{StaticResource NombreBibliotheque}" Text=".." Grid.Column="3"/>
|
|
|
|
|
<Image Style="{StaticResource ChevronBibliotheque}" Source="chevron_right" Grid.Column="4"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="5" ColumnDefinitions="Auto,Auto,*,Auto,Auto" Style="{StaticResource LigneHorizontaleBibliotheque}">
|
|
|
|
|
<Image Style="{StaticResource IconBibliotheque}" Source="tag_fill" Grid.Column="0"/>
|
|
|
|
|
<Label Style="{StaticResource TexteBibliotheque}" Text="Etiquettes" Grid.Column="1"/>
|
|
|
|
|
<Label Style="{StaticResource NombreBibliotheque}" Text=".." Grid.Column="3"/>
|
|
|
|
|
<Image Style="{StaticResource ChevronBibliotheque}" Source="chevron_right" Grid.Column="4"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="3" ColumnDefinitions="Auto,Auto,Auto,Auto" Style="{StaticResource LigneHorizontaleBibliotheque}">
|
|
|
|
|
<Image Style="{StaticResource IconBibliotheque}" Source="eyeglasses" Grid.Column="0"/>
|
|
|
|
|
<Label Text="Statut de lecture" Grid.Column="1"/>
|
|
|
|
|
<Label Text=".." Grid.Column="2"/>
|
|
|
|
|
<Image Source="chevron_right" Grid.Column="3"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="4" ColumnDefinitions="Auto,Auto,Auto,Auto" Style="{StaticResource LigneHorizontaleBibliotheque}">
|
|
|
|
|
<Image Style="{StaticResource IconBibliotheque}" Source="heart_fill" Grid.Column="0"/>
|
|
|
|
|
<Label Text="Favoris" Grid.Column="1"/>
|
|
|
|
|
<Label Text=".." Grid.Column="2"/>
|
|
|
|
|
<Image Source="chevron_right" Grid.Column="3"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="5" ColumnDefinitions="Auto,Auto,Auto,Auto" Style="{StaticResource LigneHorizontaleBibliotheque}">
|
|
|
|
|
<Image Style="{StaticResource IconBibliotheque}" Source="tag_fill" Grid.Column="0"/>
|
|
|
|
|
<Label Style="{StaticResource TexteBibliotheque}" Text="Etiquettes" Grid.Column="1"/>
|
|
|
|
|
<Label Text=".." Grid.Column="2"/>
|
|
|
|
|
<Image Source="chevron_right" Grid.Column="3"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
</Grid>
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Label Text="Filtres" Style="{StaticResource Title2Bibliotheque}" Grid.Row="2"/>
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="3" RowDefinitions="Auto,Auto,Auto">
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="0" ColumnDefinitions="Auto,Auto,Auto,Auto" Style="{StaticResource LigneHorizontaleBibliotheque}">
|
|
|
|
|
<Image Style="{StaticResource IconBibliotheque}" Source="person_fill" Grid.Column="0"/>
|
|
|
|
|
<Label Text="Auteur" Grid.Column="1"/>
|
|
|
|
|
<Label Text=".." Grid.Column="2"/>
|
|
|
|
|
<Image Source="chevron_right" Grid.Column="3"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="1" ColumnDefinitions="Auto,Auto,Auto,Auto" Style="{StaticResource LigneHorizontaleBibliotheque}">
|
|
|
|
|
<Image Style="{StaticResource IconBibliotheque}" Source="calendar_badge_clock" Grid.Column="0"/>
|
|
|
|
|
<Label Text="Date de publication" Grid.Column="1"/>
|
|
|
|
|
<Label Text=".." Grid.Column="2"/>
|
|
|
|
|
<Image Source="chevron_right" Grid.Column="3"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="2" ColumnDefinitions="Auto,Auto,Auto,Auto" Style="{StaticResource LigneHorizontaleBibliotheque}">
|
|
|
|
|
<Image Style="{StaticResource IconBibliotheque}" Source="sparkles" Grid.Column="0"/>
|
|
|
|
|
<Label Text="Note" Grid.Column="1"/>
|
|
|
|
|
<Label Text=".." Grid.Column="2"/>
|
|
|
|
|
<Image Source="chevron_right" Grid.Column="3"/>
|
|
|
|
|
<Border Grid.Row="3">
|
|
|
|
|
<Grid RowDefinitions="Auto,Auto,Auto">
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="0" ColumnDefinitions="Auto,Auto,*,Auto,Auto" Style="{StaticResource LigneHorizontaleBibliotheque}" >
|
|
|
|
|
<Image Style="{StaticResource IconBibliotheque}" Source="person_fill" Grid.Column="0"/>
|
|
|
|
|
<Label Style="{StaticResource TexteBibliotheque}" Text="Auteur" Grid.Column="1"/>
|
|
|
|
|
<Label Style="{StaticResource NombreBibliotheque}" Text=".." Grid.Column="3"/>
|
|
|
|
|
<Image Style="{StaticResource ChevronBibliotheque}" Source="chevron_right" Grid.Column="4"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="1" ColumnDefinitions="Auto,Auto,*,Auto,Auto" Style="{StaticResource LigneHorizontaleBibliotheque}">
|
|
|
|
|
<Image Style="{StaticResource IconBibliotheque}" Source="calendar_badge_clock" Grid.Column="0"/>
|
|
|
|
|
<Label Style="{StaticResource TexteBibliotheque}" Text="Date de publication" Grid.Column="1"/>
|
|
|
|
|
<Label Style="{StaticResource NombreBibliotheque}" Text=".." Grid.Column="3"/>
|
|
|
|
|
<Image Style="{StaticResource ChevronBibliotheque}" Source="chevron_right" Grid.Column="4"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="2" ColumnDefinitions="Auto,Auto,*,Auto,Auto" Style="{StaticResource LigneHorizontaleBibliotheque}">
|
|
|
|
|
<Image Style="{StaticResource IconBibliotheque}" Source="sparkles" Grid.Column="0"/>
|
|
|
|
|
<Label Style="{StaticResource TexteBibliotheque}" Text="Note" Grid.Column="1"/>
|
|
|
|
|
<Label Style="{StaticResource NombreBibliotheque}" Text=".." Grid.Column="3"/>
|
|
|
|
|
<Image Style="{StaticResource ChevronBibliotheque}" Source="chevron_right" Grid.Column="4"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
</Border>
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
</ScrollView>
|
|
|
|
|
</ContentPage>
|