source: products/adsenseproduct/trunk/config.py @ 2111

Last change on this file since 2111 was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 2.3 KB
Line 
1GLOBALS = globals()
2PRODUCT_NAME = "adsenseproduct"
3SKIN_NAME = "adsenseproduct"
4
5ADSENSE_MAP = { # Text adsense
6    "120x600_as"        : {"width":"120", "height":"600", "title":"Skyscraper (120x600)"} \
7    ,"160x600_as"       : {"width":"160", "height":"600", "title":"Wide Skyscraper (160x600)"} \
8    ,"120x240_as"       : {"width":"120", "height":"240", "title":"Vertical Banner (120 x 240)"} \
9    ,"728x90_as"        : {"width":"728", "height":"90",  "title":"Leaderboard (728 x 90)"} \
10    ,"468x60_as"        : {"width":"468", "height":"60",  "title":"Banner (468 x 60)"} \
11    ,"234x60_as"        : {"width":"234", "height":"60",  "title":"Half Banner (234x60)"} \
12    ,"336x280_as"       : {"width":"336", "height":"280", "title":"Large Rectangle (336 x 280)"} \
13    ,"300x250_as"       : {"width":"300", "height":"250", "title":"Medium Rectangle (300 x 250)"} \
14    ,"250x250_as"       : {"width":"250", "height":"250", "title":"Square (250 x 250)"} \
15    ,"200x200_as"       : {"width":"200", "height":"200", "title":"Small Square (200 x 200)"} \
16    ,"180x150_as"       : {"width":"180", "height":"150", "title":"Small Rectangle (180x150)"} \
17    ,"125x125_as"       : {"width":"125", "height":"125", "title":"Button (125x125)"} \
18               # Link adsense
19    ,"728x15_0ads_al"   : {"width":"728", "height":"15", "title":"Link Units(728x15_4)"} \
20    ,"728x15_0ads_al_s" : {"width":"728", "height":"15", "title":"Link Units(728x15)"} \
21    ,"488x15_0ads_al"   : {"width":"488", "height":"15", "title":"Link Units(488x15_4)"} \
22    ,"488x15_0ads_al_s" : {"width":"488", "height":"15", "title":"Link Units(488x15)"} \
23    ,"200x90_0ads_al"   : {"width":"200", "height":"90", "title":"Link Units(200x90_4)"} \
24    ,"200x90_0ads_al_s" : {"width":"200", "height":"90", "title":"Link Units(200x90)"} \
25    ,"180x90_0ads_al"   : {"width":"180", "height":"90", "title":"Link Units(180x90_4)"} \
26    ,"180x90_0ads_al_s" : {"width":"180", "height":"90", "title":"Link Units(180x90)"} \
27    ,"160x90_0ads_al"   : {"width":"160", "height":"90", "title":"Link Units(160x90_4)"} \
28    ,"160x90_0ads_al_s" : {"width":"160", "height":"90", "title":"Link Units(160x90)"} \
29    ,"120x90_0ads_al"   : {"width":"120", "height":"90", "title":"Link Units(120x90_4)"} \
30    ,"120x90_0ads_al_s" : {"width":"120", "height":"90", "title":"Link Units(120x90)"} \
31}
Note: See TracBrowser for help on using the repository browser.