|
|
|
@ -25,19 +25,19 @@
|
|
|
|
|
<RowDefinition/>
|
|
|
|
|
<RowDefinition/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<local:UserControlBoite Grid.Column="0" Grid.Row="0"/>
|
|
|
|
|
<local:UserControlBoite Grid.Column="0" Grid.Row="0" Message="Nom"/>
|
|
|
|
|
<local:UserControlBoite Grid.Column="0" Grid.Row="1" Message="Nom scientifique"/>
|
|
|
|
|
<local:UserControlBoite Grid.Column="0" Grid.Row="2" Message="Lien de la photo"/>
|
|
|
|
|
<local:UserControlBoite Grid.Column="0" Grid.Row="3" Message="Lien de la vidéo"/>
|
|
|
|
|
<local:UserControlBoite Grid.Column="1" Grid.Row="0" Message="Lien de la map"/>
|
|
|
|
|
<local:UserControlBoite Grid.Column="1" Grid.Row="1" Message="Fun fact (optionnel)"/>
|
|
|
|
|
<Grid Grid.Column="1" Grid.Row="2" ShowGridLines="True">
|
|
|
|
|
<Grid Grid.Column="1" Grid.Row="2" ShowGridLines="True" Width="320" Height="19" VerticalAlignment="Top" Background="PowderBlue">
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<TextBlock Text="Zone(s) d'habitation" HorizontalAlignment="Center" Grid.Row="0" ></TextBlock>
|
|
|
|
|
<TextBlock Text="Zone(s) d'habitation" HorizontalAlignment="Center" Grid.Row="0"></TextBlock>
|
|
|
|
|
</Grid>
|
|
|
|
|
<Grid Grid.Column="1" Grid.Row="2" Margin="0,20,0,0" >
|
|
|
|
|
<Grid Grid.Column="1" Grid.Row="2" Margin="0,19,0,0" Width="320" Background="White">
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition/>
|
|
|
|
|
<ColumnDefinition/>
|
|
|
|
|