WIP home
This commit is contained in:
parent
8e5934c2b1
commit
18927daab9
1 changed files with 11 additions and 30 deletions
|
|
@ -16,43 +16,20 @@
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
</ContentPage.Resources>
|
</ContentPage.Resources>
|
||||||
|
|
||||||
<!-- La recherche d'un pro -->
|
|
||||||
<TabbedPage.Children>
|
<TabbedPage.Children>
|
||||||
|
<!-- La recherche d'un pro -->
|
||||||
<TabbedPage Title="{x:Static local:Strings.SearchForAPro}" >
|
<TabbedPage Title="{x:Static local:Strings.SearchForAPro}" >
|
||||||
<TabbedPage.Children>
|
|
||||||
<ContentPage Title="Les stars, musiciens, chanteurs DJ">
|
|
||||||
<StackLayout Orientation="Horizontal">
|
|
||||||
<Editor HorizontalOptions="FillAndExpand"/>
|
|
||||||
<Button HorizontalOptions="End" />
|
|
||||||
</StackLayout>
|
|
||||||
<StackLayout Orientation="Horizontal" VerticalOptions="Start">
|
|
||||||
<Label Text="{x:Static local:Strings.GeographicalyNear}" />
|
|
||||||
<Switch HorizontalOptions="End" VerticalOptions="Start"
|
|
||||||
IsToggled="{Binding ByLocation, Mode=TwoWay}" />
|
|
||||||
|
|
||||||
</StackLayout>
|
|
||||||
|
|
||||||
</ContentPage>
|
|
||||||
<ContentPage Title="Les formations musicales">
|
|
||||||
<StackLayout Orientation="Horizontal">
|
|
||||||
<Editor HorizontalOptions="FillAndExpand"/>
|
|
||||||
<Button HorizontalOptions="End" />
|
|
||||||
</StackLayout>
|
|
||||||
</ContentPage>
|
|
||||||
</TabbedPage.Children>
|
|
||||||
</TabbedPage>
|
</TabbedPage>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
les derniers sons/videos/articles postés
|
les derniers sons/videos/articles postés
|
||||||
<TabbedPage.Children>
|
-->
|
||||||
<ContentPage Title="Blogspot">
|
<ContentPage Title="Blogspot">
|
||||||
<StackLayout Orientation="Horizontal">
|
<StackLayout Orientation="Horizontal">
|
||||||
<Editor x:Name="search_blog_phrase" HorizontalOptions="FillAndExpand"/>
|
<Editor x:Name="search_blog_phrase" HorizontalOptions="FillAndExpand"/>
|
||||||
<Button x:Name="btn_blog_update" HorizontalOptions="End" />
|
<Button x:Name="btn_blog_update" HorizontalOptions="End" />
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
</ContentPage>
|
</ContentPage>
|
||||||
</TabbedPage.Children>
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Les demandes devis en attente de réponse (pro)
|
Les demandes devis en attente de réponse (pro)
|
||||||
|
|
@ -99,22 +76,26 @@
|
||||||
|
|
||||||
|
|
||||||
<!-- Les signatures de contrat en souffreances (pro) -->
|
<!-- Les signatures de contrat en souffreances (pro) -->
|
||||||
<ContentPage Title="Contrats à signer" IsVisible="{Binding UserProfile.IsAPerformer}">
|
<ContentPage Title="Contrats fournisseur" IsVisible="{Binding UserProfile.IsAPerformer}">
|
||||||
|
</ContentPage>
|
||||||
|
|
||||||
|
<!-- Les signatures de contrat en souffreances (client) -->
|
||||||
|
<ContentPage Title="Contrats client" IsVisible="{Binding UserProfile.IsAPerformer}">
|
||||||
</ContentPage>
|
</ContentPage>
|
||||||
|
|
||||||
<!-- Les annonces pro (pro) -->
|
<!-- Les annonces pro (pro) -->
|
||||||
<ContentPage Title="Annonces pro" IsVisible="{Binding 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" VerticalOptions="Start"/>
|
||||||
<Button x:Name="btn_pro_pub" HorizontalOptions="End" />
|
<Button x:Name="btn_pro_pub" HorizontalOptions="End" VerticalOptions="Start" Text="Chercher"/>
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
</ContentPage>
|
</ContentPage>
|
||||||
|
|
||||||
<!-- les petites annonces des clients (pro) -->
|
<!-- les petites annonces des clients (pro) -->
|
||||||
<ContentPage Title="Annonces client" Icon="" IsVisible="{Binding 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" VerticalOptions="Start"/>
|
||||||
<Button x:Name="btn_cli_pub" HorizontalOptions="End" />
|
<Button x:Name="btn_cli_pub" HorizontalOptions="End" VerticalOptions="Start" Text="Chercher"/>
|
||||||
</StackLayout>
|
</StackLayout>
|
||||||
</ContentPage>
|
</ContentPage>
|
||||||
</TabbedPage.Children>
|
</TabbedPage.Children>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue