|
|
|
@ -26,12 +26,32 @@
|
|
|
|
|
<RowDefinition/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<local:UserControlBoite Grid.Column="0" Grid.Row="0"/>
|
|
|
|
|
<local:UserControlBoite Grid.Column="0" Grid.Row="1"/>
|
|
|
|
|
<local:UserControlBoite Grid.Column="0" Grid.Row="2"/>
|
|
|
|
|
<local:UserControlBoite Grid.Column="0" Grid.Row="3"/>
|
|
|
|
|
<local:UserControlBoite Grid.Column="1" Grid.Row="0"/>
|
|
|
|
|
<local:UserControlBoite Grid.Column="1" Grid.Row="1"/>
|
|
|
|
|
<local:UserControlBoite Grid.Column="1" Grid.Row="2"/>
|
|
|
|
|
<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.RowDefinitions>
|
|
|
|
|
<RowDefinition/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<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.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition/>
|
|
|
|
|
<ColumnDefinition/>
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition/>
|
|
|
|
|
<RowDefinition/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<CheckBox Content="Océan Atlantique" Grid.Column="0" Grid.Row="0" HorizontalAlignment="Left" Margin="40,0,0,0"></CheckBox>
|
|
|
|
|
<CheckBox Content="Océan Arctique" Grid.Column="1" Grid.Row="0" HorizontalAlignment="Left" Margin="0,0,20,0"></CheckBox>
|
|
|
|
|
<CheckBox Content="Océan Indien" Grid.Column="0" Grid.Row="2" HorizontalAlignment="Left" Margin="40,0,0,0"></CheckBox>
|
|
|
|
|
<CheckBox Content="Océan Pacifique" Grid.Column="1" Grid.Row="2" HorizontalAlignment="Left" Margin="0,0,20,0"></CheckBox>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
<local:UserControlBoite Grid.Column="1" Grid.Row="3"/>
|
|
|
|
|
<Button Grid.Column="1" Grid.Row="5" Content="Submit" Margin="15" Width="100" Background="PowderBlue" BorderBrush="PowderBlue" FontFamily="Candara light" Foreground="AliceBlue"/>
|
|
|
|
|
</Grid>
|
|
|
|
|