|
|
|
@ -1,6 +1,7 @@
|
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<TabbedPage xmlns="http://xamarin.com/schemas/2014/forms"
|
|
|
|
<TabbedPage xmlns="http://xamarin.com/schemas/2014/forms"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
|
|
|
|
|
|
xmlns:local="clr-namespace:BookAStar;assembly=BookAStar"
|
|
|
|
x:Class="BookAStar.Pages.HomePage"
|
|
|
|
x:Class="BookAStar.Pages.HomePage"
|
|
|
|
Style="{StaticResource PageStyle}"
|
|
|
|
Style="{StaticResource PageStyle}"
|
|
|
|
Title="Accueil">
|
|
|
|
Title="Accueil">
|
|
|
|
@ -19,19 +20,20 @@
|
|
|
|
<TabbedPage.Children>
|
|
|
|
<TabbedPage.Children>
|
|
|
|
<TabbedPage Title="{x:Static local:Strings.SearchForAPro}" >
|
|
|
|
<TabbedPage Title="{x:Static local:Strings.SearchForAPro}" >
|
|
|
|
<TabbedPage.Children>
|
|
|
|
<TabbedPage.Children>
|
|
|
|
<ContentPage Title="Les stars">
|
|
|
|
<ContentPage Title="Les stars, musiciens, chanteurs DJ">
|
|
|
|
<StackLayout Orientation="Horizontal">
|
|
|
|
<StackLayout Orientation="Horizontal">
|
|
|
|
<Editor HorizontalOptions="FillAndExpand"/>
|
|
|
|
<Editor HorizontalOptions="FillAndExpand"/>
|
|
|
|
<Button HorizontalOptions="End" />
|
|
|
|
<Button HorizontalOptions="End" />
|
|
|
|
</StackLayout>
|
|
|
|
</StackLayout>
|
|
|
|
<StackLayout Orientation="Horizontal">
|
|
|
|
<StackLayout Orientation="Horizontal" VerticalOptions="Start">
|
|
|
|
<Label Text="{x:Static local:Strings.GeographicalyNear}" />
|
|
|
|
<Label Text="{x:Static local:Strings.GeographicalyNear}" />
|
|
|
|
<Switch HorizontalOptions="End" IsToggled="{Binding ByLocation, Mode=TwoWay}" />
|
|
|
|
<Switch HorizontalOptions="End" VerticalOptions="Start"
|
|
|
|
|
|
|
|
IsToggled="{Binding ByLocation, Mode=TwoWay}" />
|
|
|
|
|
|
|
|
|
|
|
|
</StackLayout>
|
|
|
|
</StackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
</ContentPage>
|
|
|
|
</ContentPage>
|
|
|
|
<ContentPage Title="">
|
|
|
|
<ContentPage Title="Les formations musicales">
|
|
|
|
<StackLayout Orientation="Horizontal">
|
|
|
|
<StackLayout Orientation="Horizontal">
|
|
|
|
<Editor HorizontalOptions="FillAndExpand"/>
|
|
|
|
<Editor HorizontalOptions="FillAndExpand"/>
|
|
|
|
<Button HorizontalOptions="End" />
|
|
|
|
<Button HorizontalOptions="End" />
|
|
|
|
@ -55,8 +57,10 @@
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
Les demandes devis en attente de réponse (pro)
|
|
|
|
Les demandes devis en attente de réponse (pro)
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
<ContentPage Title="Demandes de devis" BindingContext="{Binding BookQueries}"
|
|
|
|
<ContentPage Title="Demandes de devis"
|
|
|
|
IsVisible="{BindingContext UserProfile.IsAPerformer}">
|
|
|
|
IsVisible="{Binding UserProfile.IsAPerformer}">
|
|
|
|
|
|
|
|
<StackLayout BindingContext="{Binding BookQueries}">
|
|
|
|
|
|
|
|
|
|
|
|
<ListView x:Name="querylist"
|
|
|
|
<ListView x:Name="querylist"
|
|
|
|
RefreshCommand="{Binding RefreshQueries}"
|
|
|
|
RefreshCommand="{Binding RefreshQueries}"
|
|
|
|
IsPullToRefreshEnabled="True"
|
|
|
|
IsPullToRefreshEnabled="True"
|
|
|
|
@ -90,15 +94,16 @@
|
|
|
|
</DataTemplate>
|
|
|
|
</DataTemplate>
|
|
|
|
</ListView.ItemTemplate>
|
|
|
|
</ListView.ItemTemplate>
|
|
|
|
</ListView>
|
|
|
|
</ListView>
|
|
|
|
|
|
|
|
</StackLayout>
|
|
|
|
</ContentPage>
|
|
|
|
</ContentPage>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Les signatures de contrat en souffreances (pro) -->
|
|
|
|
<!-- Les signatures de contrat en souffreances (pro) -->
|
|
|
|
<ContentPage Title="Contrats à signer" IsVisible="{BindingContext UserProfile.IsAPerformer}">
|
|
|
|
<ContentPage Title="Contrats à signer" IsVisible="{Binding UserProfile.IsAPerformer}">
|
|
|
|
</ContentPage>
|
|
|
|
</ContentPage>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Les annonces pro (pro) -->
|
|
|
|
<!-- Les annonces pro (pro) -->
|
|
|
|
<ContentPage Title="Annonces pro" IsVisible="{BindingContext UserProfile.IsAPerformer}">
|
|
|
|
<ContentPage Title="Annonces pro" IsVisible="{Binding UserProfile.IsAPerformer}">
|
|
|
|
<StackLayout Orientation="Horizontal" >
|
|
|
|
<StackLayout Orientation="Horizontal" >
|
|
|
|
<Editor x:Name="search_pub_pro_phrase" HorizontalOptions="FillAndExpand"/>
|
|
|
|
<Editor x:Name="search_pub_pro_phrase" HorizontalOptions="FillAndExpand"/>
|
|
|
|
<Button x:Name="btn_pro_pub" HorizontalOptions="End" />
|
|
|
|
<Button x:Name="btn_pro_pub" HorizontalOptions="End" />
|
|
|
|
@ -106,7 +111,7 @@
|
|
|
|
</ContentPage>
|
|
|
|
</ContentPage>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- les petites annonces des clients (pro) -->
|
|
|
|
<!-- les petites annonces des clients (pro) -->
|
|
|
|
<ContentPage Title="Annonces client" Icon="" IsVisible="{BindingContext UserProfile.IsAPerformer}">
|
|
|
|
<ContentPage Title="Annonces client" Icon="" IsVisible="{Binding UserProfile.IsAPerformer}">
|
|
|
|
<StackLayout Orientation="Horizontal" >
|
|
|
|
<StackLayout Orientation="Horizontal" >
|
|
|
|
<Editor x:Name="search_pub_cli_phrase" HorizontalOptions="FillAndExpand"/>
|
|
|
|
<Editor x:Name="search_pub_cli_phrase" HorizontalOptions="FillAndExpand"/>
|
|
|
|
<Button x:Name="btn_cli_pub" HorizontalOptions="End" />
|
|
|
|
<Button x:Name="btn_cli_pub" HorizontalOptions="End" />
|
|
|
|
|