|
|
@ -5,6 +5,7 @@
|
|
|
|
x:Class="PocketBook.TousPage"
|
|
|
|
x:Class="PocketBook.TousPage"
|
|
|
|
Shell.NavBarIsVisible="True"
|
|
|
|
Shell.NavBarIsVisible="True"
|
|
|
|
Title="Tous"
|
|
|
|
Title="Tous"
|
|
|
|
|
|
|
|
x:Name="root"
|
|
|
|
Shell.ForegroundColor="{StaticResource Primary}">
|
|
|
|
Shell.ForegroundColor="{StaticResource Primary}">
|
|
|
|
<ContentPage.Resources>
|
|
|
|
<ContentPage.Resources>
|
|
|
|
|
|
|
|
|
|
|
@ -26,21 +27,13 @@
|
|
|
|
<ScrollView VerticalOptions="StartAndExpand">
|
|
|
|
<ScrollView VerticalOptions="StartAndExpand">
|
|
|
|
<VerticalStackLayout>
|
|
|
|
<VerticalStackLayout>
|
|
|
|
<local:TitledAuthor NameText="Alain Damasio"/>
|
|
|
|
<local:TitledAuthor NameText="Alain Damasio"/>
|
|
|
|
<local:ContentViewBook Command="{Binding NavigateCommandBooks.Navigateto}" CommandParameter="/MainPage/TousPage/BookDetail" BookImage="buveurencre.jpg" BookName="La horde du contrevent" AutorName="Alain Damasio" BookStatus="Non lu"/>
|
|
|
|
<CollectionView ItemsSource="{Binding Manager.Books}">
|
|
|
|
<Line Style="{StaticResource LineStyle3}"/>
|
|
|
|
<CollectionView.ItemTemplate>
|
|
|
|
<local:ContentViewBook Command="{Binding NavigateCommandBooks.Navigateto}" CommandParameter="/MainPage/TousPage/BookDetail" BookImage="buveurencre.jpg" BookName="La zone du dehors" AutorName="Alain Damasio" BookStatus="Terminé"/>
|
|
|
|
<DataTemplate>
|
|
|
|
<local:TitledAuthor NameText="Cixin Lui"/>
|
|
|
|
<local:ContentViewBook Margin="0,5,0,0" Nbstars="1" Command="{Binding NavigateCommandBooks.SeeDetailPage, Source={x:Reference root}}" BookImage="{Binding Image}" BookName="{Binding Title}" AutorName="{Binding BookFirstAuthor}" BookStatus="{Binding BookStatus}"/>
|
|
|
|
<local:ContentViewBook Command="{Binding NavigateCommandBooks.Navigateto}" CommandParameter="/MainPage/TousPage/BookDetail" BookImage="buveurencre.jpg" BookName="L'équateur d'Einstein" AutorName="Cixin Liu" BookStatus="Terminé"/>
|
|
|
|
</DataTemplate>
|
|
|
|
<Line Style="{StaticResource LineStyle3}"/>
|
|
|
|
</CollectionView.ItemTemplate>
|
|
|
|
<local:ContentViewBook Command="{Binding NavigateCommandBooks.Navigateto}" CommandParameter="/MainPage/TousPage/BookDetail" BookImage="buveurencre.jpg" BookName="La forêt sombre" AutorName="Cixin Liu" BookStatus="Terminé"/>
|
|
|
|
</CollectionView>
|
|
|
|
<Line Style="{StaticResource LineStyle3}"/>
|
|
|
|
|
|
|
|
<local:ContentViewBook Command="{Binding NavigateCommandBooks.Navigateto}" CommandParameter="/MainPage/TousPage/BookDetail" BookImage="buveurencre.jpg" BookName="Le problème à trois corps" AutorName="Cixin Liu" BookStatus="Terminé"/>
|
|
|
|
|
|
|
|
<Line Style="{StaticResource LineStyle3}"/>
|
|
|
|
|
|
|
|
<local:ContentViewBook Command="{Binding NavigateCommandBooks.Navigateto}" CommandParameter="/MainPage/TousPage/BookDetail" BookImage="buveurencre.jpg" BookName="L'équateur d'Einstein" AutorName="Cixin Liu" BookStatus="Terminé"/>
|
|
|
|
|
|
|
|
<Line Style="{StaticResource LineStyle3}"/>
|
|
|
|
|
|
|
|
<local:ContentViewBook Command="{Binding NavigateCommandBooks.Navigateto}" CommandParameter="/MainPage/TousPage/BookDetail" BookImage="buveurencre.jpg" BookName="La forêt sombre" AutorName="Cixin Liu" BookStatus="Terminé"/>
|
|
|
|
|
|
|
|
<Line Style="{StaticResource LineStyle3}"/>
|
|
|
|
|
|
|
|
<local:ContentViewBook Command="{Binding NavigateCommandBooks.Navigateto}" CommandParameter="/MainPage/TousPage/BookDetail" BookImage="buveurencre.jpg" BookName="Le problème à trois corps" AutorName="Cixin Liu" BookStatus="Terminé"/>
|
|
|
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</ScrollView>
|
|
|
|
</ScrollView>
|
|
|
|
</StackLayout>
|
|
|
|
</StackLayout>
|
|
|
|