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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
<phone:PhoneApplicationPage 
    x:Class="pokeTVisionPremium.Information"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:phone="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone"
    xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    FontFamily="{StaticResource PhoneFontFamilyNormal}"
    FontSize="{StaticResource PhoneFontSizeNormal}"
    Foreground="{StaticResource PhoneForegroundBrush}"
    SupportedOrientations="Landscape" Orientation="Landscape"
    mc:Ignorable="d" d:DesignHeight="480" d:DesignWidth="728"
    shell:SystemTray.IsVisible="True">

    <!--LayoutRoot is the root grid where all page content is placed-->
    <Grid x:Name="LayoutRoot" Background="Transparent">
        
        <Grid.RowDefinitions>
            <RowDefinition Height="Auto"/>
            <RowDefinition Height="*"/>
        </Grid.RowDefinitions>

        

        <!--TitlePanel contains the name of the application and page title-->
        <StackPanel x:Name="TitlePanel" Grid.Row="0" Margin="12,17,0,28">
            <TextBlock x:Name="ApplicationTitle" Text="INFO" />
            <StackPanel Orientation="Horizontal">
                <Image Width="35" Height="35"  Margin="0,20,0,0" Source="/pokeTVisionPremium;component/poketVision200x200.png">  </Image>
                <TextBlock x:Name="PageTitle" Text="pokeTVision" FontSize="28" Margin="2,15,0,0" Foreground="#FFFF9E00" />
                <Image Height="20" Margin="10,10,0,0" Source="/pokeTVisionPremium;component/star.png"></Image>
                <TextBlock FontSize="28" Margin="0,15,0,0" Foreground="#FFFF9E00">Premium</TextBlock>
                <Image Height="20" Margin="0,10,0,0" Source="/pokeTVisionPremium;component/star.png"></Image>
            </StackPanel>
            <TextBlock Text="version 0.9" Margin="40,-3" FontSize="26" Foreground="#FFFF9E00" />
        </StackPanel>

        <!--ContentPanel - place additional content here-->
        <Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0">
            
            <StackPanel>
            <TextBlock>
                Contact the support: info@nextrek.net
            </TextBlock>
            
            <TextBlock Margin="0,5">
                © 2012 Nextrek s.r.l. - All Rights Reserved
            </TextBlock>
                
                <HyperlinkButton x:Name="termini" HorizontalAlignment="Left" FontSize="20" Margin="-10,0" Click="termini_Click">
                    Terms and Conditions
                </HyperlinkButton>

                <!--<StackPanel Orientation="Horizontal" Margin="0,15">
                    <TextBlock FontSize="30" VerticalAlignment="Center" >
                        SHARE ON 
                    </TextBlock>

                    <Button x:Name="FacebookButton" Height="70" Width="70" Margin="30" BorderThickness="0">
                        <Button.Background>
                            <ImageBrush ImageSource="/pokeTVisionPremium;component/Facebook.png" />
                        </Button.Background>
                    </Button>

                    <Button x:Name="TwitterButton" Height="70" Width="70" BorderThickness="0">
                        <Button.Background>
                            <ImageBrush ImageSource="/pokeTVisionPremium;component/twitter.png" />
                        </Button.Background>
                    </Button>

                </StackPanel>-->
                
                <StackPanel Orientation="Horizontal" Margin="0,140,0,0" Width="728" HorizontalAlignment="Center" >
                    <Button x:Name="rateButton" Height="100" Width="200" Background="#FF007F8E" BorderBrush="Black" Style="{StaticResource ButtonStyleRateFeedbackMore}" Click="rateButton_Click">
                        <Button.Content>
                            <StackPanel Orientation="Vertical" Margin="0,0,0,0">
                                <StackPanel Orientation="Horizontal">
                                    <Image Height="30" Width="20" Margin="3,0"  Source="/pokeTVisionPremium;component/star.png"></Image>
                                    <Image Height="20" Width="20" Margin="3,0" Source="/pokeTVisionPremium;component/star.png"></Image>
                                    <Image Height="20" Width="20" Margin="3,0" Source="/pokeTVisionPremium;component/star.png"></Image>
                                    <Image Height="20" Width="20" Margin="3,0" Source="/pokeTVisionPremium;component/star.png"></Image>
                                    <Image Height="20" Width="20" Margin="3,0" Source="/pokeTVisionPremium;component/star.png"></Image>
                                </StackPanel>
                                <TextBlock FontSize="20" Margin="0,0,0,-5" HorizontalAlignment="Center">RATE</TextBlock>
                                <!--<TextBlock FontSize="20" HorizontalAlignment="Center">APPLICAZIONE</TextBlock>-->
                            </StackPanel>
                        </Button.Content>
                    </Button>

                    <Button x:Name="feedbackbutton" Height="100" Width="200" FontSize="22" Background="#FF007F8E" BorderBrush="Black" Margin="63,0" Style="{StaticResource ButtonStyleRateFeedbackMore}" Click="feedbackbutton_Click" >
                        <Button.Content>
                            <StackPanel Orientation="Vertical">
                                <Image  Height="30" Source="/pokeTVisionPremium;component/feedback50.png"></Image>
                                <TextBlock FontSize="20" HorizontalAlignment="Center">FEEDBACK</TextBlock>
                            </StackPanel>
                        </Button.Content>
                    </Button>

                    <Button x:Name="moreAppsButton" Height="100" Width="200" FontSize="22" Background="#FF007F8E" BorderBrush="Black" Style="{StaticResource ButtonStyleRateFeedbackMore}" Click="moreAppsButton_Click">
                        <Button.Content>
                            <StackPanel Orientation="Vertical">
                                <Image  Height="30" Source="/pokeTVisionPremium;component/appbar.add.rest.png"></Image>
                                <TextBlock FontSize="20" HorizontalAlignment="Center">MORE APPS</TextBlock>
                            </StackPanel>
                        </Button.Content>    
                    </Button>
                </StackPanel>

                <Canvas Background="White">
                </Canvas>
                
            </StackPanel>


            
                <Canvas x:Name="disclaimerCanvas" Margin="0,-136,0,0" Background="White" Visibility="Collapsed" Height="480" Width="728">

                <Button x:Name="close" Height="80" Width="80" Canvas.Left="640" Click="close_Click">
                    <Button.Background>
                        <ImageBrush ImageSource="/pokeTVisionPremium;component/appbar.close.rest.png" />
                    </Button.Background>
                </Button>

                <ScrollViewer Height="370" Width="700" Canvas.Top="80">
                    <StackPanel>
                        <TextBlock Foreground="Blue" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650">
                        TERMS AND CONDITIONS
                        </TextBlock>
                        <TextBlock Foreground="Black" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650" Margin="0,10">
                        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 and Services as provided by Nextrek
                        </TextBlock>
                        <HyperlinkButton x:Name="link1" Foreground="Red" Canvas.Top="30" Canvas.Left="40" FontSize="20" HorizontalAlignment="Left" Click="link1_Click" Margin="13,0,0,0">
                            1. User obligation
                        </HyperlinkButton>
                        <HyperlinkButton x:Name="link2" Foreground="Red" Canvas.Top="30" Canvas.Left="40" FontSize="20" HorizontalAlignment="Left" Click="link2_Click" Margin="13,5,0,0">
                            2. Copyright and Other Intellectual Property
                        </HyperlinkButton>
                        <HyperlinkButton x:Name="link3" Foreground="Red" Canvas.Top="30" Canvas.Left="40" FontSize="20" HorizontalAlignment="Left" Click="link3_Click" Margin="13,5,0,0">
                            3. Terms of use
                        </HyperlinkButton>
                        <HyperlinkButton x:Name="link4" Foreground="Red" Canvas.Top="30" Canvas.Left="40" FontSize="20" HorizontalAlignment="Left" Click="link4_Click" Margin="13,5,0,0"> 
                            4. Third Party Applications / Links
                        </HyperlinkButton>
                        <HyperlinkButton x:Name="link5" Foreground="Red" Canvas.Top="30" Canvas.Left="40" FontSize="20" HorizontalAlignment="Left" Click="link5_Click" Margin="13,5,0,0">
                            5. Disclaimer Limitation of Liability
                        </HyperlinkButton>
                        <HyperlinkButton x:Name="link6" Foreground="Red" Canvas.Top="30" Canvas.Left="40" FontSize="20" HorizontalAlignment="Left" Click="link6_Click" Margin="13,5,0,0">
                            6. Software
                        </HyperlinkButton>
                        <HyperlinkButton x:Name="link7" Foreground="Red" Canvas.Top="30" Canvas.Left="40" FontSize="20" HorizontalAlignment="Left" Click="link7_Click" Margin="13,5,0,0">
                            7. Indemnity
                        </HyperlinkButton>
                        <HyperlinkButton x:Name="link8" Foreground="Red" Canvas.Top="30" Canvas.Left="40" FontSize="20" HorizontalAlignment="Left" Click="link8_Click" Margin="13,5,0,0">
                            8. Law and jurisdiction
                        </HyperlinkButton>
                        <HyperlinkButton x:Name="link9" Foreground="Red" Canvas.Top="30" Canvas.Left="40" FontSize="20" HorizontalAlignment="Left" Click="link9_Click" Margin="13,5,0,0">
                            9. Privacy Policy
                        </HyperlinkButton>
                        <TextBlock Foreground="Black" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650" Margin="0,10,0,0">
                        If you have any question about this Privacy Policy, please contact us at info@nextrek.net.
                        </TextBlock>


                    </StackPanel>
                </ScrollViewer>




                <!--<RichTextBox  x:Name="condizioni"  Canvas.Top="30" Canvas.Left="20" TextAlignment="Justify" FontSize="20" IsEnabled="False" TextWrapping="Wrap" Height="400" Width="656">
                        <RichTextBox.Blocks>
                            <Paragraph>
                                <Run Text="" Foreground="Black"/>
                            </Paragraph>
                        </RichTextBox.Blocks>
                    </RichTextBox>-->

                </Canvas>

            <Canvas x:Name="canvas1" Margin="0,-136,0,0" Background="White" Visibility="Collapsed" Height="480" Width="728">
                <Button x:Name="close1" Height="80" Width="80" Canvas.Left="640" Click="close1_Click">
                    <Button.Background>
                        <ImageBrush ImageSource="/pokeTVisionPremium;component/appbar.close.rest.png" />
                    </Button.Background>
                </Button>
                <ScrollViewer Height="370" Width="700" Canvas.Top="80">
                    <StackPanel>
                        <TextBlock Foreground="Blue" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650">
                        1. User obligation
                        </TextBlock>
                        <TextBlock Foreground="Black" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650" Margin="0,10">
                        Use of our Applications and Services constitutes your acknowledgement and acceptance of these Terms and Conditions, which take effect on the date on which you first use our Applications and 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 and Services. Your continued use of this application after changes are posted constitutes your acceptance of these terms and conditions as modified.
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.
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. 
                        </TextBlock>
                    </StackPanel>
                </ScrollViewer>
            </Canvas>

            <Canvas x:Name="canvas2" Margin="0,-136,0,0" Background="White" Visibility="Collapsed" Height="480" Width="728">
                <Button x:Name="close2" Height="80" Width="80" Canvas.Left="640" Click="close2_Click">
                    <Button.Background>
                        <ImageBrush ImageSource="/pokeTVisionPremium;component/appbar.close.rest.png" />
                    </Button.Background>
                </Button>
                <ScrollViewer Height="370" Width="700" Canvas.Top="80">
                    <StackPanel>
                        <TextBlock Foreground="Blue" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650">
                        2. Copyright and Other Intellectual Property
                        </TextBlock>
                        <TextBlock Foreground="Black" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650" Margin="0,10">
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.
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 and 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.
                        </TextBlock>
                    </StackPanel>
                </ScrollViewer>
            </Canvas>

            <Canvas x:Name="canvas3" Margin="0,-136,0,0" Background="White" Visibility="Collapsed" Height="480" Width="728">
                <Button x:Name="close3" Height="80" Width="80" Canvas.Left="640" Click="close3_Click">
                    <Button.Background>
                        <ImageBrush ImageSource="/pokeTVisionPremium;component/appbar.close.rest.png" />
                    </Button.Background>
                </Button>
                <ScrollViewer Height="370" Width="700" Canvas.Top="80">
                    <StackPanel>
                        <TextBlock Foreground="Blue" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650">
                        3. Terms of use
                        </TextBlock>
                        <TextBlock Foreground="Black" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650" Margin="0,10">
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.
                        </TextBlock>
                    </StackPanel>
                </ScrollViewer>
            </Canvas>

            <Canvas x:Name="canvas4" Margin="0,-136,0,0" Background="White" Visibility="Collapsed" Height="480" Width="728">
                <Button x:Name="close4" Height="80" Width="80" Canvas.Left="640" Click="close4_Click">
                    <Button.Background>
                        <ImageBrush ImageSource="/pokeTVisionPremium;component/appbar.close.rest.png" />
                    </Button.Background>
                </Button>
                <ScrollViewer Height="370" Width="700" Canvas.Top="80">
                    <StackPanel>
                        <TextBlock Foreground="Blue" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650">
                        4. Third Party Applications / Links
                        </TextBlock>
                        <TextBlock Foreground="Black" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650" Margin="0,10">
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.
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.
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.
                        </TextBlock>
                    </StackPanel>
                </ScrollViewer>
            </Canvas>

            <Canvas x:Name="canvas5" Margin="0,-136,0,0" Background="White" Visibility="Collapsed" Height="480" Width="728">
                <Button x:Name="close5" Height="80" Width="80" Canvas.Left="640" Click="close5_Click">
                    <Button.Background>
                        <ImageBrush ImageSource="/pokeTVisionPremium;component/appbar.close.rest.png" />
                    </Button.Background>
                </Button>
                <ScrollViewer Height="370" Width="700" Canvas.Top="80">
                    <StackPanel>
                        <TextBlock Foreground="Blue" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650">
                        5. Disclaimer Limitation of Liability
                        </TextBlock>
                        <TextBlock Foreground="Black" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650" Margin="0,10">
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 "AS IS" and on an "AS AVAILABLE" 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.
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 and 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 and Services and to make changes to our Applications and Services and to the materials, products, programs, services or prices described in our Applications and 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 and 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.
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 and Services, at any time without notice or liability.
                        </TextBlock>
                    </StackPanel>
                </ScrollViewer>
            </Canvas>

            <Canvas x:Name="canvas6" Margin="0,-136,0,0" Background="White" Visibility="Collapsed" Height="480" Width="728">
                <Button x:Name="close6" Height="80" Width="80" Canvas.Left="640" Click="close6_Click">
                    <Button.Background>
                        <ImageBrush ImageSource="/pokeTVisionPremium;component/appbar.close.rest.png" />
                    </Button.Background>
                </Button>
                <ScrollViewer Height="370" Width="700" Canvas.Top="80">
                    <StackPanel>
                        <TextBlock Foreground="Blue" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650">
                        6. Software
                        </TextBlock>
                        <TextBlock Foreground="Black" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650" Margin="0,10">
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.
                        </TextBlock>
                    </StackPanel>
                </ScrollViewer>
            </Canvas>
            
            <Canvas x:Name="canvas7" Margin="0,-136,0,0" Background="White" Visibility="Collapsed" Height="480" Width="728">
                <Button x:Name="close7" Height="80" Width="80" Canvas.Left="640" Click="close7_Click">
                    <Button.Background>
                        <ImageBrush ImageSource="/pokeTVisionPremium;component/appbar.close.rest.png" />
                    </Button.Background>
                </Button>
                <ScrollViewer Height="370" Width="700" Canvas.Top="80">
                    <StackPanel>
                        <TextBlock Foreground="Blue" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650">
                        7. Indemnity
                        </TextBlock>
                        <TextBlock Foreground="Black" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650" Margin="0,10">
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 
and Services other than in accordance with these terms and conditions.
                        </TextBlock>
                    </StackPanel>
                </ScrollViewer>
            </Canvas>

            <Canvas x:Name="canvas8" Margin="0,-136,0,0" Background="White" Visibility="Collapsed" Height="480" Width="728">
                <Button x:Name="close8" Height="80" Width="80" Canvas.Left="640" Click="close8_Click">
                    <Button.Background>
                        <ImageBrush ImageSource="/pokeTVisionPremium;component/appbar.close.rest.png" />
                    </Button.Background>
                </Button>
                <ScrollViewer Height="370" Width="700" Canvas.Top="80">
                    <StackPanel>
                        <TextBlock Foreground="Blue" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650">
                        8. Law and jurisdiction
                        </TextBlock>
                        <TextBlock Foreground="Black" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650" Margin="0,10">
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.
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.
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.
                        </TextBlock>
                    </StackPanel>
                </ScrollViewer>
            </Canvas>

            <Canvas x:Name="canvas9" Margin="0,-136,0,0" Background="White" Visibility="Collapsed" Height="480" Width="728">
                <Button x:Name="close9" Height="80" Width="80" Canvas.Left="640" Click="close9_Click">
                    <Button.Background>
                        <ImageBrush ImageSource="/pokeTVisionPremium;component/appbar.close.rest.png" />
                    </Button.Background>
                </Button>
                <ScrollViewer Height="370" Width="700" Canvas.Top="80">
                    <StackPanel>
                        <TextBlock Foreground="Blue" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650">
                        9. Privacy Policy
                        </TextBlock>
                        <TextBlock Foreground="Black" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650" Margin="0,10">
Nextrek collects and receives from users of our Applications and Services some personal information. Nextrek provides this Privacy Policy to describe how this information is collected used or disclosed.
                        </TextBlock>
                        <TextBlock Foreground="Black" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650" Margin="0,10">
                            Information collected
                        </TextBlock>
                        <TextBlock Foreground="Black" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650" Margin="0,0">
                            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.
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 and 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. When you use our Application and 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.
We may also use cookies on our Application and 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 and 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 and Services.
                        </TextBlock>
                        <TextBlock Foreground="Black" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650" Margin="0,10">
                            Information sharing and disclosure
                        </TextBlock>
                        <TextBlock Foreground="Black" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650" Margin="0,0">
                            We do not share Personal Information with third parties except as follows:
- 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.
- 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.
- 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
                        </TextBlock>
                        <TextBlock Foreground="Black" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650" Margin="0,10">
                            Changing or deleting your information
                        </TextBlock>
                        <TextBlock Foreground="Black" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650" Margin="0,0">
                            - 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.
                        </TextBlock>
                        <TextBlock Foreground="Black" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650" Margin="0,10">
                            International transfer
                        </TextBlock>
                        <TextBlock Foreground="Black" Canvas.Top="30" Canvas.Left="40" FontSize="20" TextWrapping="Wrap" Height="auto" Width="650" Margin="0,0">
                            - 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.
                        </TextBlock>
                    </StackPanel>
                </ScrollViewer>
            </Canvas>

        </Grid>

        

    </Grid>

    

    <!--Sample code showing usage of ApplicationBar-->
    <!--<phone:PhoneApplicationPage.ApplicationBar>
        <shell:ApplicationBar IsVisible="True" IsMenuEnabled="True">
            <shell:ApplicationBarIconButton IconUri="/Images/appbar_button1.png" Text="Button 1"/>
            <shell:ApplicationBarIconButton IconUri="/Images/appbar_button2.png" Text="Button 2"/>
            <shell:ApplicationBar.MenuItems>
                <shell:ApplicationBarMenuItem Text="MenuItem 1"/>
                <shell:ApplicationBarMenuItem Text="MenuItem 2"/>
            </shell:ApplicationBar.MenuItems>
        </shell:ApplicationBar>
    </phone:PhoneApplicationPage.ApplicationBar>-->

</phone:PhoneApplicationPage>

Commits for Nextrek/WindowsPhone/pokeTVisionPremium/pokeTVisionPremium/Information.xaml

Diff revisions: vs.
Revision Author Commited Message
6 FMMortaroli picture FMMortaroli Sat 20 Apr, 2013 15:30:47 +0000