Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<UserControl
    x:Class="GuidaTv.PrivacyPolicy"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:GuidaTv"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    mc:Ignorable="d"
    d:DesignHeight="600"
    d:DesignWidth="400">

    <Border BorderBrush="Black" BorderThickness="1,0,0,0">

        <Grid Background="#FF3A777D">

            <!-- Root grid definition -->

            <Grid.RowDefinitions>

                <RowDefinition Height="96" />

                <RowDefinition />

            </Grid.RowDefinitions>


            <!-- Header area for panel -->

            <!--<Grid Grid.Row="0">

                <Grid Margin="30,32,17,13">

                    <Grid.Transitions>

                        <TransitionCollection>

                            <EntranceThemeTransition FromHorizontalOffset="50" />

                        </TransitionCollection>

                    </Grid.Transitions>


                    <Grid.ColumnDefinitions>

                        <ColumnDefinition Width="50" />

                        <ColumnDefinition Width="*" />

                    </Grid.ColumnDefinitions>


                    <Button Click="OnBackButtonClicked" Margin="0,3,0,0" Grid.Column="0" Style="{StaticResource BackButtonStyle}" HorizontalAlignment="Left" />

                    <TextBlock Foreground="Black" Margin="11,7,0,8" Grid.Column="1" FontFamily="Segoe UI" FontWeight="SemiLight" FontSize="26.6667" Text="Privacy Policy" HorizontalAlignment="Left" VerticalAlignment="Center" />

                </Grid>


            </Grid>-->

            <Grid Grid.Row="0" VerticalAlignment="Top">

                <Grid Margin="30,32,17,-8">

                    <Grid.Transitions>

                        <TransitionCollection>

                            <EntranceThemeTransition FromHorizontalOffset="50" />

                        </TransitionCollection>

                    </Grid.Transitions>


                    <Grid.ColumnDefinitions>

                        <ColumnDefinition Width="50" />

                        <ColumnDefinition />
                        <ColumnDefinition Width="71" />

                    </Grid.ColumnDefinitions>


                    <Button Click="OnBackButtonClicked" Margin="0" Grid.Column="0" Style="{StaticResource BackButtonStyle}" HorizontalAlignment="Left" />

                    <TextBlock Foreground="Black" Margin="10,29,0,8" Grid.Column="1" FontFamily="Segoe UI" FontWeight="SemiLight" FontSize="26.6667" Text="Privacy Policy" HorizontalAlignment="Left" VerticalAlignment="Center" Height="35" Width="175" />
                    <Image Source="iconFull.png" Grid.Column="2" Stretch="UniformToFill" Margin="0,0,0,7" HorizontalAlignment="Right" Width="68" Height="33" VerticalAlignment="Bottom"/>

                </Grid>


            </Grid>


            <!-- Settings Panel Content -->

            <Grid Grid.Row="1" Margin="28,0,23,30">

                <Grid.Transitions>

                    <TransitionCollection>

                        <EntranceThemeTransition FromHorizontalOffset="120" />

                    </TransitionCollection>

                </Grid.Transitions>

                <StackPanel Orientation="Vertical" Margin="0">

                    <TextBlock Text="{StaticResource AppName}" Foreground="White" FontFamily="Segoe UI" FontWeight="SemiLight" FontSize="26.667" Margin="1,0,-1,0" Padding="0,45,0,20" />


                    <TextBox  x:Name="textBox" AcceptsReturn="True" ScrollViewer.VerticalScrollBarVisibility="Visible"
                            Text="Terms and Conditions&#xd;&#xa; &#xd;&#xa;The content on this application is provided by Nextrek. Please read these terms and conditions carefully, they are the terms of use for our Applications &amp; Services as provided by Nextrek &#xd;&#xa;&#xd;&#xa;1. User obligation&#xd;&#xa; Use of our Applications &amp; Services constitutes your acknowledgement and acceptance of these Terms and Conditions, which take effect on the date on which you first use our Applications &amp; Services. By accessing, using and/or downloading materials from this application, you agree on your own behalf and on behalf of each entity and person on whose behalf you act to abide by the terms and conditions set forth below. Nextrek reserves the right to change these Terms and Conditions at any time and it is your responsibility to refer to and comply with these terms on accessing our Applications &amp; Services. Your continued use of this application after changes are posted constitutes your acceptance of these terms and conditions as modified.&#xd;&#xa; If these Terms and Conditions are not accepted in full, you do not have permission to access the contents of this application and therefore should cease using this application immediately.&#xd;&#xa; If there is any conflict between these Terms and Conditions and rules and/or specific terms of use appearing on this application relating to specific material then the latter shall prevail.&#xd;&#xa; &#xd;&#xa;2. Copyright and Other Intellectual Property&#xd;&#xa; The names, images and logos identifying Nextrek applications, associated companies or third parties and their products and services are proprietary marks of Nextrek, its associated companies and/or third parties. Nothing contained herein shall be construed as conferring by implication or otherwise any license or right under any trade mark or patent of Nextrek, its associated companies or any other third party.&#xd;&#xa; All copyright, trade marks and other intellectual property rights in this application (including the design, arrangement and look and feel) and all material or content supplied as part of our Applications &amp; Services shall remain at all times the property of Nextrek or Nextrek's licensors. In accessing the Nextrek application, you agree that you do so only for your own personal, non-commercial use. You may not agree to, permit or assist in any way any third party to copy, reproduce, download, post, store, distribute, transmit, broadcast, commercially exploit or modify in any way the material or content without Nextrek's prior written permission.&#xd;&#xa; &#xd;&#xa;3. Terms of use&#xd;&#xa; The use of this application is only for lawful purposes, in a manner which does not infringe the rights of or restrict or inhibit the use and enjoyment of this application by any third party. Such restriction or inhibition includes, but is not limited to, conduct which is defamatory, or which may harass, cause distress or inconvenience to any person and the transmission of obscene or offensive content or interruption of the normal flow of dialogue within this application.&#xd;&#xa; &#xd;&#xa;4. Third Party Applications / Links&#xd;&#xa; Nextrek is not responsible for the availability or content of any third party websites or material you access through this application. If you decide to visit any linked site or content, you do so at your own risk and it is your responsibility to take all protective measures to guard against viruses or other destructive elements. Nextrek does not endorse and is not responsible or liable for any content, advertising, products, services or information on or available from third party websites or material (including payment for and delivery of such products or services). Nextrek is not responsible for any damage, loss or offence caused by or, in connection with, any content, advertising, products, services or information available on such websites or material. Any terms, conditions, warranties or representations associated with such dealings, are solely between you and the relevant provider of the service.&#xd;&#xa; Links to this application must be direct to any complete content page (and not any part of a page) within Nextrek and must not be viewed within the pages of any other application. Nextrek disclaims all liability for any legal or other consequences (including for infringement of third party rights) of links made to this application.&#xd;&#xa; Links do not imply that Nextrek endorses, is affiliated or associated with any linked application, or is legally authorised to use any trademark, trade name, logo or copyright symbol displayed in or accessible through the links, the applicazionr or that any linked application is authorised to use any trademark, trade name, logo or copyright symbol of or any of its affiliates or subsidiaries.&#xd;&#xa; &#xd;&#xa;5. Disclaimer/Limitation of Liability&#xd;&#xa; This application and the information, names, images, pictures, logos and icons relating to Nextrek and/or any associated company, products and services (or to third party products and services), is provided &quot;AS IS&quot; and on an &quot;AS AVAILABLE&quot; basis without any representation or endorsement being made and without warranty of any kind, including but not limited to the implied warranties of satisfactory quality, fitness for a particular purpose, non-infringement, compatibility, security and accuracy.&#xd;&#xa; The information and other materials included on this application may contain inaccuracies and typographical errors. Nextrek does not warrant the accuracy or completeness of the information and materials or the reliability of any statement or other information displayed or distributed through our Applications &amp; Services (including, without limitation, the information provided through the use of any software). You acknowledge that any reliance on any such statement or information shall be at your sole risk. Nextrek reserves the right, in its sole discretion, to correct any errors or omissions in any part of our Applications &amp; Services and to make changes to our Applications &amp; Services and to the materials, products, programs, services or prices described in our Applications &amp; Services at any time without notice. In no event will Nextrek and/or third parties be liable for any damages including, but not limited to, indirect or consequential damages or any damages including, but not limited to, errors or omissions, indirect or consequential damages or any damages whatsoever arising from use, loss of use, data or profits, whether in action of contract, negligence or other action, arising out of or in connection with the use of our Applications &amp; Services. These exclusions do not apply to death or personal injury caused by Nextrek's negligence and only applies to the extent permitted by law.&#xd;&#xa; Nextrek does not warrant that the functions contained in this application will be uninterrupted or error free or that defects will be corrected or that this application or the servers that makes it available are free of viruses or bugs. Nextrek does not represent the full functionality, accuracy or reliability of any material. Nextrek may terminate, change, suspend or discontinue any aspect of this application, including the availability of any features of our Applications &amp; Services, at any time without notice or liability.&#xd;&#xa; &#xd;&#xa;6. Software&#xd;&#xa; From time to time certain software which is the protected work of Nextrek or its suppliers may be made available to download from this application. You are licensed to use the software on a non-exclusive basis only for the purposes for which it is indicated. You may not use the software for any other purpose and may not redistribute, sell, decompile, reverse engineer, disassemble or otherwise deal with the software.&#xd;&#xa; &#xd;&#xa;7. Indemnity&#xd;&#xa; You agree to indemnify and keep indemnified Nextrek from and against all claims, damages, expenses, costs and liabilities arising in any manner from your entry to and use of our Applications &amp; Services other than in accordance with these terms and conditions.&#xd;&#xa; &#xd;&#xa;8. Law and jurisdiction&#xd;&#xa; These Terms and Conditions shall be governed by and construed in accordance with the laws of Italy. Disputes arising herefrom shall be exclusively subject to the jurisdiction of the courts of Italy. Any cause of action you may have with respect to your use of this application must be commenced within one (1) year after the claim or cause of action arises.&#xd;&#xa; If any of these Terms and Conditions should be determined to be illegal, invalid or otherwise unenforceable by reason of the law of any state or country in which these Terms and Conditions are intended to be effective, then to the extent and within the jurisdiction in which that Term or Condition is illegal, invalid or unenforceable, it shall be severed and deleted from that clause and the remaining terms and conditions shall survive and continue to be binding and enforceable.&#xd;&#xa; Nextrek makes no representation that materials on this application are appropriate or available for use at other locations outside of Italy and access to them from territories where their contents are illegal is prohibited. If you access this application from a location outside of Italy, you are responsible for compliance with all local laws.&#xd;&#xa; &#xd;&#xa;9. Privacy Policy&#xd;&#xa; Nextrek collects and receives from users of our Applications &amp; Services some personal information. Nextrek provides this Privacy Policy to describe how this information is collected used or disclosed.&#xd;&#xa; &#xd;&#xa;Information collected&#xd;&#xa; When using our Applications and Services, we may ask that you provide us some personally identifiable information – information about you that can be used to contact or identify you, and information on your use or potential use of the services and related services.&#xd;&#xa; Personal Information that we might collect includes information like your email address. Personal information may also include other information you supply to us concerning your preferences and interests expressed in the course of using the service. We use Personal Information to: administer our Application &amp; Services, enable you to easily navigate the services, provide, improve and optimize the services, better understand user needs and interests, personalize your experience, provide you with software updates and/or product announcements, and provide you with further information and offers from us that we believe you may find useful or interesting.&#xd;&#xa; &#xd;&#xa;When you use our Application &amp; Services, our servers may automatically record information that your mobile device sends or transmits, including, but not limited to, the device ID number, user settings, location and information about your use of the services. We may only store, track and monitor general usage and not information specific to any user. We use this information to improve the Services, develop new products and offer products and services that may be of interest to you.&#xd;&#xa; We may also use cookies on our Application &amp; Services to collect information. We may use cookies to save your preferences and personalize the service for you. Third-party advertisers may also place or read cookies through the Application &amp; Services. You can instruct your device or browser, by changing its options, to stop accepting cookies or to prompt you before accepting a cookie. If you do not accept cookies, however, you may not be able to use all portions or all functionality of our Applications &amp; Services.&#xd;&#xa; &#xd;&#xa;Information sharing and disclosure&#xd;&#xa; We do not share Personal Information with third parties except as follows:&#xd;&#xa; - We may employ third parties to facilitate the Services, to provide the Services on our behalf, to perform related services or to assist us in analyzing how our services are used. These third parties have access to your Personal Information only to perform these tasks on our behalf and are not authorized to disclose or use it any other purpose.&#xd;&#xa; - We may share aggregated information that does not include Personal Information and we may otherwise disclose aggregated application usage information with third parties (including suppliers, advertisers, research, companies and other organizations) for industry analysis, demographic, profiling and other purposes. Any information shared in these contexts will not contain your personal information.&#xd;&#xa; - We may share Personal Information to other third parties with your consent for example, you may agree to our sharing your information with other third parties to hear about their products and services. Use of the information you agree to share will be subject to those third parties' separate privacy policies&#xd;&#xa; &#xd;&#xa;Changing or deleting your information&#xd;&#xa; - You can delete your Personal Information by contacting us or by making the appropriate modifications in your user account preferences through the Services. If you would like us to delete your record in our system, please contact us and we will attempt to accommodate your request if we do not have any legal obligation to retain the record.&#xd;&#xa; &#xd;&#xa;International transfer&#xd;&#xa; - Your information may be transferred to – and maintained on – computers located outside of your state, province, country or other governmental jurisdiction where the privacy laws may not be as protective as those in your jurisdictions. If you are located outside Italy and choose to provide information to us, we may transfer personal information to Italy and processes it there. Your consent to this privacy policy followed by your submission of such information represents your agreement to that transfer.&#xd;&#xa; &#xd;&#xa;Contacting us&#xd;&#xa; If you have any question about this Privacy Policy, please contact us at info@nextrek.net.&#xd;&#xa; &#xd;&#xa;" Padding="0,20,0,0" TextWrapping="Wrap" Height="500" 
                             />


                </StackPanel>

            </Grid>


        </Grid>

    </Border>
</UserControl>

Commits for Nextrek/Windows8/GuidaTv/GuidaTv/PrivacyPolicy.xaml

Diff revisions: vs.
Revision Author Commited Message
21 JMBauan picture JMBauan Wed 26 Jun, 2013 10:48:36 +0000