-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRotator.xml
More file actions
28 lines (27 loc) · 1008 Bytes
/
Rotator.xml
File metadata and controls
28 lines (27 loc) · 1008 Bytes
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
<?xml version="1.0" encoding="utf-8" ?>
<Advertisements>
<Ad>
<!-- The URL for the ad image -->
<ImageUrl>./BookPictures/aspnet2.gif</ImageUrl>
<NavigateUrl>http://www.microsoft.com</NavigateUrl>
<!-- The alternate text for the image -->
<AlternateText>Visit Microsoft's Site</AlternateText>
<!-- The relative number of times this ad should appear -->
<!-- compared to the others -->
<Impressions>5</Impressions>
<!-- The topic of this ad (used for filtering) -->
<Keyword>ProductInfo</Keyword>
</Ad>
<Ad>
<!-- The URL for the ad image -->
<ImageUrl>./BookPictures/DB111.jpg</ImageUrl>
<NavigateUrl>http://www.microsoft.com</NavigateUrl>
<!-- The alternate text for the image -->
<AlternateText>Visit Microsoft's Site</AlternateText>
<!-- The relative number of times this ad should appear -->
<!-- compared to the others -->
<Impressions>5</Impressions>
<!-- The topic of this ad (used for filtering) -->
<Keyword>ProductInfo</Keyword>
</Ad>
</Advertisements>