Revision 6b0de454 trunk/Pithos.Client.WPF/Shell/AboutView.xaml

b/trunk/Pithos.Client.WPF/Shell/AboutView.xaml
7 7
            <RowDefinition Height="Auto"/>
8 8
            <RowDefinition Height="Auto"/>
9 9
            <RowDefinition Height="Auto"/>
10
            <RowDefinition Height="Auto"/>
11
            <RowDefinition Height="Auto"/>
10 12
            <RowDefinition Height="*"/>
11 13
            <RowDefinition Height="Auto"/>
12 14
        </Grid.RowDefinitions>
13 15
        <Image Grid.Row="0" Source="/PithosPlus;component/Images/SmallLogo.png" />
14
        <TextBlock Grid.Row="0" Text="Pithos " HorizontalAlignment="Center" FontSize="28" FontWeight="Bold" FontFamily="Segoe UI" Width="200" TextWrapping="WrapWithOverflow" TextAlignment="Center" VerticalAlignment="Center"/>
16
        <TextBlock Grid.Row="0" Text="Pithos+ " HorizontalAlignment="Center" FontSize="28" FontWeight="Bold" FontFamily="Segoe UI" Width="200" TextWrapping="WrapWithOverflow" TextAlignment="Center" VerticalAlignment="Center"/>
15 17
        <StackPanel Grid.Row="1" Orientation="Horizontal" Margin="10,0">
16 18
            <TextBlock Text="Version" VerticalAlignment="Center"/>
17 19
            <TextBlock x:Name="Version" Text="0.0.0.0" FontWeight="Bold" Margin="5" VerticalAlignment="Center"/>
......
21 23
            <TextBlock Text="Released" VerticalAlignment="Center"/>
22 24
            <TextBlock x:Name="Released" FontWeight="Bold" Margin="5" VerticalAlignment="Center"/>
23 25
        </StackPanel>
24
        <TextBlock Grid.Row="3" Margin="10,0">
26
        <StackPanel Grid.Row="3" Orientation="Horizontal" Margin="10,0">
27
            <TextBlock Text="Latest Published Version" VerticalAlignment="Center"/>
28
            <TextBlock x:Name="LatestVersion" Text="0.0.0.0" FontWeight="Bold" Margin="5" VerticalAlignment="Center"/>
29
        </StackPanel>
30
        <TextBlock Grid.Row="4" Margin="10,0">
25 31
            <Run>Visit the </Run>
26 32
            <Hyperlink NavigateUri="http://code.grnet.gr/projects/pithos-ms-client" >Development Web Site</Hyperlink>
27 33
        </TextBlock>
28
        <Button x:Name="CloseAbout" Content="OK" Grid.Row="4" HorizontalAlignment="Center" Width="75" Margin="5" />
34
        <TextBlock Grid.Row="5" Margin="10,0" TextWrapping="Wrap">
35
            <Bold>Support</Bold><LineBreak/>
36
            For help visit the 
37
            <Hyperlink NavigateUri="https://cms.okeanos.grnet.gr/services/pithos/" >Support Site</Hyperlink> or <LineBreak/>send an email to the 
38
            <Hyperlink NavigateUri="email:support@okeanos.grnet.gr">Support Address</Hyperlink>
39
        </TextBlock>
40
        <Button x:Name="CloseAbout" Content="OK" Grid.Row="6" HorizontalAlignment="Center" Width="75" Margin="5" />
29 41
    </Grid>
30 42
</Window>

Also available in: Unified diff