Advertisement
dmac

iScrollView Issue

Dec 18th, 2012
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 28.85 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3.   <head>
  4.     <!--meta name="viewport" content="width=320; user-scalable=yes" /-->
  5.     <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=yes">
  7.    
  8.     <title>Home - Live Football On TV</title>
  9.  
  10.         <!-- JQ & JQ Mob Libs -->
  11.     <script src="js/jquery-1.7.1.js"></script>
  12.     <script src="js/jquery.mobile-1.1.1.js"></script>
  13.     <link rel="stylesheet" href="css/jquery.mobile-1.0b1.css" />
  14.  
  15.     <!-- Scrolling ScrollView START
  16.     <link rel="stylesheet"  href="js/scrollview/jquery.mobile.scrollview.css"  />
  17.     <script src="js/scrollview/jquery.mobile.scrollview.js"></script>
  18.     <script src="js/scrollview/scrollview.js"></script>
  19.     <script src="js/scrollview/jquery.easing.1.3.js"></script>
  20.     Scrolling ScrollView END -->
  21.      
  22.     <!-- iScroll START -->
  23.     <link href="css/iscrollview/jquery.mobile.iscrollview.css" media="screen" rel="stylesheet" type="text/css" />
  24.     <link href="css/iscrollview/jquery.mobile.iscrollview-pull.css" media="screen" rel="stylesheet" type="text/css" />
  25.     <script src="js/iscrollview/iscroll.js" type="text/javascript"></script>
  26.     <script src="js/iscrollview/jquery.mobile.iscrollview.js" type="text/javascript"></script>
  27.     <!-- iScroll END -->
  28.  
  29.  
  30.     <!-- toastmessage alerts -->
  31.     <script src="js/jquery.toastmessage.js" type="text/javascript"></script>
  32.     <link href="css/jquery.toastmessage.css" rel="stylesheet" type="text/css" />
  33.  
  34.     <!-- My Main JS file -->
  35.     <script type="text/javascript" charset="utf-8" src="main.js"></script>
  36.  
  37.         <!-- Cordova (Phonegap) Lib-->
  38.         <!--script type="text/javascript" charset="utf-8" src="phonegap-1.4.1.js"></script-->
  39.     <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
  40.  
  41.         <!-- My Share (Plugin) JS file -->
  42.     <script type="text/javascript" charset="utf-8" src="share.js"></script>
  43.  
  44.     <!-- ChildBrowser Plugin JS file -->
  45.     <script type="text/javascript" charset="utf-8" src="childbrowser.js"></script>
  46.    
  47.     <!-- Preferences Plugin JS file -->
  48.     <script type="text/javascript" charset="utf-8" src="applicationPreferences.js"></script>
  49.  
  50.     <!-- LocalNotification Plugin JS file -->
  51.     <script type="text/javascript" charset="utf-8" src="LocalNotification.js"></script>
  52.    
  53.   </head>
  54.   <!-- body -->
  55.   <body onload="onLoadMainIndex()">
  56.  
  57. <div data-role="page">
  58.     <div data-role="header" data-theme="b">
  59.         <!--a href="#" onclick="history.go(-1);return false;" data-icon="home">Home</a-->
  60.         <!--a href="#" onclick="history.go(-1);return false;" data-icon="back">Back</a-->
  61.         <a href="#" onclick="window.location.reload()" data-transition="pop" data-icon="refresh">Refresh</a>
  62.         <a href="server-status.html" rel="external" data-icon="star">Status</a>
  63.         <!--a href="#dialogPopUpSocial" data-transition="fade" data-icon="star" data-rel="dialog">Server Status</a-->
  64.  
  65.     <h1>LiveFootballOnTV</h1>
  66.     </div><!-- /header -->
  67.  
  68.       <!-- All Leagues START -->
  69.       <div data-role="content" data-scroll="true" data-iscroll>
  70.  
  71.  
  72.  
  73.  
  74.       <!-- Added Collapsible Filter Note - START-->
  75.         <div data-role="collapsible" data-theme="a" data-collapsed="true">
  76.            <h3>Click here for Daily Football Listings...</h3>
  77.            <!-- Please choose your day of football, or simply use the filter just below to refine your search to the league you want. It will quickly return your results as you type. e.g. Type "<strong>uefa</strong>" will return leagues like "<strong>UEFA </strong>Champions League" and "<strong>UEFA </strong>Europa League". -->
  78.            UK daily listings are shown below for a 7 day broadcast, to help you with your football week.
  79.  
  80.  
  81.         <!-- NEW Daily Selection START  -->
  82.         <ul data-role="listview" data-inset="true" data-theme="c" data-filter="false" data-role="list-divider" data-dividertheme="e">
  83.             <li class="la" data-icon="arrow-r">
  84.                         <a href="daily-today.html" rel="external" ><img src="img/date-cal.png"  />
  85.               <h3>Football Today</h3>
  86.               <p>Live Games Televised Today.</p>
  87.                         </a>
  88.                     </li>
  89.  
  90.             <li class="la" data-icon="arrow-r">
  91.                         <a href="daily-tomorrow.html" rel="external" ><img src="img/date-cal.png"  />
  92.               <h3>Football Tomorrow</h3>
  93.               <p>Live Games Televised Tomorrow.</p>
  94.                         </a>
  95.                     </li>
  96.  
  97.             <li data-role="list-divider">Later in the week.</li>
  98.  
  99.             <li class="la" data-icon="arrow-r">
  100.                         <a href="daily-2days.html" rel="external" ><img src="img/date-cal.png"  />
  101.               <h3>Football in +2 Days</h3>
  102.               <p>Live Games Televised In Two Days Time.</p>
  103.                         </a>
  104.                     </li>
  105.  
  106.             <li class="la" data-icon="arrow-r">
  107.                         <a href="daily-3days.html" rel="external" ><img src="img/date-cal.png"  />
  108.               <h3>Football in +3 Days</h3>
  109.               <p>Live Games Televised In Three Days Time.</p>
  110.                         </a>
  111.                     </li>
  112.  
  113.             <li class="la" data-icon="arrow-r">
  114.                         <a href="daily-4days.html" rel="external" ><img src="img/date-cal.png"  />
  115.               <h3>Football in +4 Days</h3>
  116.               <p>Live Games Televised In Fours Days Time.</p>
  117.                         </a>
  118.                     </li>
  119.  
  120.             <li class="la" data-icon="arrow-r">
  121.                         <a href="daily-5days.html" rel="external" ><img src="img/date-cal.png"  />
  122.               <h3>Football in +5 Days</h3>
  123.               <p>Live Games Televised In Five Days Time.</p>
  124.                         </a>
  125.                     </li>
  126.  
  127.             <li class="la" data-icon="arrow-r">
  128.                         <a href="daily-6days.html" rel="external" ><img src="img/date-cal.png"  />
  129.               <h3>Football in +6 Days</h3>
  130.               <p>Live Games Televised In Six Days Time.</p>
  131.                         </a>
  132.                     </li>
  133.  
  134.  
  135.                  </ul>
  136.         <!-- NEW Daily Selection END -->
  137.         </div><br />
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.       <!-- Added Collapsible Filter Note - END -->
  145.       <div data-role="collapsible-set">
  146.         <div id="all_uk_irish_leagues" data-role="collapsible" data-theme="b" data-collapsed="false">
  147.             <h3>UK &amp; Irish Leagues (UK Broadcasts)</h3>
  148.             <p>
  149.             <ul data-role="listview" data-inset="true" data-theme="b" data-role="list-divider" data-dividertheme="e">
  150.    
  151.                 <!-- *** UK & Irish Leagues (UK Broadcasts) *** -->
  152.    
  153.                 <li data-role="list-divider">UK &amp; Irish Leagues (UK Broadcasts)</li>
  154.    
  155.                 <li id="eplPref" class="la" data-icon="arrow-r">
  156.                   <a href="epl.html" rel="external" ><img src="img/epl-48x48.png"  />
  157.                     <h3>English Premier League</h3>
  158.                     <p>Live TV fixtures for EPL.</p>
  159.                   </a>
  160.                 </li>
  161.                
  162.                 <li id="engFaPref" class="la" data-icon="arrow-r">
  163.                             <a href="fa-cup.html" rel="external" ><img src="img/fa-cup-48x48.png"  />
  164.                   <h3>English FA Cup Games</h3>
  165.                   <p>Live TV fixtures for FA Cup.</p>
  166.                             </a>
  167.                         </li>
  168.                
  169.                 <li id="allEngPref" class="la" data-icon="arrow-r">
  170.                             <a href="epl_all.html" rel="external" ><img src="img/FA-sm.png"  />
  171.                   <h3>All English Live Games</h3>
  172.                   <p>Championship, League One, BlueSquare Premier League.</p>
  173.                             </a>
  174.                         </li>
  175.    
  176.                 <li id="engChampPref" class="la" data-icon="arrow-r">
  177.                             <a href="championship.html" rel="external" ><img src="img/championship-logo-rnd-48x48.png"  />
  178.                   <h3>English Championship Games</h3>
  179.                   <p>Live TV fixtures for English Championship .</p>
  180.                             </a>
  181.                         </li>
  182.    
  183.                     <li id="niWelshPref" class="la" data-icon="arrow-r">
  184.                             <a href="ni-welsh.html" rel="external" ><img src="img/ni-whales-48x48.png" />
  185.                   <h3>Irish &amp; Welsh Leagues</h3>
  186.                   <p>Irish &amp; Welsh TV fixtures</p>
  187.                             </a>
  188.                         </li>
  189.    
  190.                 <li id="scottPref" class="la" data-icon="arrow-r">
  191.                             <a href="spl.html" rel="external" ><img src="img/SPL-logo-rd.png"  />
  192.                   <h3>Scottish Football</h3>
  193.                   <p>Live TV fixtures for Scottish Football</p>
  194.                             </a>
  195.                         </li>
  196.    
  197.                 <li id="engOnePref" class="la" data-icon="arrow-r">
  198.                             <a href="league-one.html" rel="external" ><img src="img/championship-logo-rnd-48x48.png"  />
  199.                   <h3>English League One Games</h3>
  200.                   <p>Live TV fixtures for English League One.</p>
  201.                             </a>
  202.                         </li>
  203.    
  204.                 <li id="engTwoPref" class="la" data-icon="arrow-r">
  205.                             <a href="league-two.html" rel="external" ><img src="img/championship-logo-rnd-48x48.png"  />
  206.                   <h3>English League Two Games</h3>
  207.                   <p>Live TV fixtures for English League Two.</p>
  208.                             </a>
  209.                         </li>
  210.    
  211.                 <li id="reservePref" class="la" data-icon="arrow-r">
  212.                             <a href="reserves-youth.html" rel="external" ><img src="img/reserves-youth-48x48.png"  />
  213.                   <h3>English Reserves &amp; Youth Leagues</h3>
  214.                   <p>Live TV fixtures for Reserves &amp; Youth Leagues</p>
  215.                             </a>
  216.                         </li>
  217.    
  218.                 <li id="engNonPref" class="la" data-icon="arrow-r">
  219.                             <a href="english-non-league.html" rel="external" ><img src="img/non-league-logo-48x48.png"  />
  220.                   <h3>English Non League</h3>
  221.                   <p>Live TV fixtures for English Non League</p>
  222.                             </a>
  223.                         </li>
  224.             </ul>
  225.             </p>
  226.         </div>
  227.         <div id="all_european_uk_leagues" data-role="collapsible" data-theme="b" data-collapsed="false">
  228.             <h3>European Leagues (UK Broadcasts)</h3>
  229.             <p>
  230.             <ul data-role="listview" data-inset="true" data-theme="b" data-role="list-divider" data-dividertheme="e">
  231.    
  232.                 <li data-role="list-divider">European Leagues (UK Broadcasts)</li>
  233.                    
  234.             <li id="euroUkCL" class="la" data-icon="arrow-r">
  235.                             <a href="champions-league.html" rel="external" ><img src="img/Champions-League-48x48.png" />
  236.                   <h3>UEFA Champions League</h3>
  237.                   <p>Live TV fixtures for Champions League</p>
  238.                             </a>
  239.                         </li>
  240.    
  241.             <li id="euroUkEuropa" class="la" data-icon="arrow-r">
  242.                             <a href="europa-league.html" rel="external" ><img src="img/uefauropa-logo-sm.png" />
  243.                 <h3>UEFA Europa League</h3>
  244.                 <p>Live TV fixtures for Europa League</p>
  245.                             </a>
  246.                         </li>
  247.    
  248.    
  249.                 <li id="euroUkSpanishLaLiga" class="la" data-icon="arrow-r">
  250.                             <a href="laliga.html" rel="external" ><img src="img/laliga.png"  />
  251.                 <h3>Spanish La Liga</h3>
  252.                 <p>Live TV fixtures for La Liga</p>
  253.                       </a>
  254.                 </li>
  255.    
  256.                 <li id="euroUkItalySerieA" class="la" data-icon="arrow-r">
  257.                             <a href="seriea.html" rel="external" ><img src="img/serie-a-logo-sm.png"  />
  258.                   <h3>Italy Serie A</h3>
  259.                   <p>Live TV fixtures for Serie A</p>
  260.                             </a>
  261.                         </li>
  262.    
  263.    
  264.                 <li id="euroUkGermanBundesliga" class="la" data-icon="arrow-r">
  265.                             <a href="bundesliga.html" rel="external" ><img src="img/bundesliga-logo.png"  />
  266.                   <h3>German Bundesliga</h3>
  267.                   <p>Live TV fixtures for Bundesliga</p>
  268.                             </a>
  269.                 </li>
  270.    
  271.                 <li id="euroUkDutchEredivisie" class="la" data-icon="arrow-r">
  272.                             <a href="dutch.html" rel="external" ><img src="img/dutch-48x48-logo-rnd.png"  />
  273.                   <h3>Dutch Eredivisie League</h3>
  274.                   <p>Live TV fixtures for Eredivisie League</p>
  275.                             </a>
  276.                 </li>
  277.  
  278.             <li id="euroUkPolishEkstraklasa" class="la" data-icon="arrow-r">
  279.                         <a href="polish-uk.html" rel="external" ><img src="img/polish-ekstraklasa-48x48.png"  />
  280.               <h3>Polish Ekstraklasa League</h3>
  281.               <p>Live TV fixtures from Polish Ekstraklasa League.</p>
  282.                         </a>
  283.                     </li>
  284.            
  285.        
  286.             </ul>
  287.             </p>
  288.             </div>
  289.        
  290.        
  291.        
  292.         <div id="all_european_intl_leagues" data-role="collapsible" data-theme="b" data-collapsed="false">
  293.             <h3>European Leagues (Intl Broadcasts)</h3>
  294.             <p>
  295.  
  296.         <ul data-role="listview" data-inset="true" data-theme="b" data-role="list-divider" data-dividertheme="e">
  297.  
  298.             <!-- *** European Leagues (intl Broadcasts) *** -->
  299.  
  300.                 <li data-role="list-divider">European Leagues (intl Broadcasts)</li>
  301.                
  302.             <li id="euroIntlCL" class="la" data-icon="arrow-r">
  303.                         <a href="champions-league-int.html" rel="external" ><img src="img/Champions-League-48x48.png" />
  304.               <h3>UEFA Champions League</h3>
  305.               <p>Live TV fixtures for Champions League</p>
  306.                         </a>
  307.                     </li>
  308.            
  309.             <li id="euroIntlEuropa" class="la" data-icon="arrow-r">
  310.                             <a href="europa-league-intl.html" rel="external" ><img src="img/uefauropa-logo-sm.png" />
  311.                 <h3>UEFA Europa League</h3>
  312.                 <p>Live TV fixtures for Europa League</p>
  313.                             </a>
  314.                         </li>          
  315.  
  316.             <li id="intlEpl" class="la" data-icon="arrow-r">
  317.                         <a href="epl-int.html" rel="external" ><img src="img/epl-48x48.png"  />
  318.               <h3>English Premier League (intl broadcasts)</h3>
  319.               <p>Live TV fixtures for EPL.</p>
  320.                         </a>
  321.                     </li>
  322.            
  323.                
  324.             <li id="euroIntlGermanBundesliga" class="la" data-icon="arrow-r">
  325.                 <a href="bundesliga-intl.html" rel="external" ><img src="img/bundesliga-logo.png"  />
  326.                   <h3>German Bundesliga</h3>
  327.                   <p>Live TV fixtures for Bundesliga</p>
  328.                 </a>
  329.             </li>
  330.            
  331.             <li id="euroIntlGermanBundesliga2" class="la" data-icon="arrow-r">
  332.                 <a href="bundesliga-2-intl.html" rel="external" ><img src="img/bundesliga-logo.png"  />
  333.                   <h3>German Bundesliga 2</h3>
  334.                   <p>Live TV fixtures for Bundesliga 2</p>
  335.                 </a>
  336.             </li>
  337.            
  338.             <li id="euroIntlBelgianProLeague" class="la" data-icon="arrow-r">
  339.                 <a href="belgian-pro-league-intl.html" rel="external" ><img src="img/belgian-pro-league-logo-48x48.png"  />
  340.                   <h3>Belgian Pro League</h3>
  341.                   <p>Live TV fixtures for Belgian Pro League</p>
  342.                 </a>
  343.             </li>
  344.            
  345.             <li id="euroIntlNorwegianTippeligaen" class="la" data-icon="arrow-r">
  346.                 <a href="norwegian-tippeligaen-league-intl.html" rel="external" ><img src="img/norwegian-tippeligaen-league-logo-48x48.png"  />
  347.                   <h3>Norwegian Tippeligaen League</h3>
  348.                   <p>Live TV fixtures for Norwegian Tippeligaen</p>
  349.                 </a>
  350.             </li>
  351.            
  352.            
  353.             <li id="euroIntlSerieA" class="la" data-icon="arrow-r">
  354.                 <a href="serie-a-intl.html" rel="external" ><img src="img/serie-a-logo-sm.png"  />
  355.                   <h3>Italian Serie A</h3>
  356.                   <p>Live TV fixtures for Italian Serie A</p>
  357.                 </a>
  358.             </li>
  359.            
  360.             <li id="euroIntlFrenchLigue1" class="la" data-icon="arrow-r">
  361.                         <a href="french.html" rel="external" ><img src="img/french-logo-rs.png"  />
  362.               <h3>French Ligue 1</h3>
  363.               <p>Live TV fixtures for Ligue 1</p>
  364.                         </a>
  365.                     </li>
  366.  
  367.            
  368.            
  369.             <li id="euroIntDutchEredivisie" class="la" data-icon="arrow-r">
  370.                             <a href="dutch-intl.html" rel="external" ><img src="img/dutch-48x48-logo-rnd.png"  />
  371.                   <h3>Dutch Eredivisie League</h3>
  372.                   <p>Live TV fixtures for Eredivisie League</p>
  373.                             </a>
  374.                         </li>
  375.        
  376.        
  377.             <li id="euroIntlDanish1st" class="la" data-icon="arrow-r">
  378.                         <a href="danish.html" rel="external" ><img src="img/danish-48x48.png"  />
  379.               <h3>Danish 1st Division</h3>
  380.               <p>Live TV fixtures from Danish 1st Division.</p>
  381.                         </a>
  382.                     </li>
  383.            
  384.             <li id="euroIntlCyprusFirstDiv" class="la" data-icon="arrow-r">
  385.                         <a href="cyprus-first-division.html" rel="external" ><img src="img/cyprus-first-division-48x48.png"  />
  386.               <h3>Cyprus First Division</h3>
  387.               <p>Live TV fixtures from Cyprus First Division.</p>
  388.                         </a>
  389.                     </li>          
  390.  
  391.             <li id="euroIntlGreekSuperleague" class="la" data-icon="arrow-r">
  392.                         <a href="greek-superleague.html" rel="external" ><img src="img/greek-superleague-logo-48x48.png"  />
  393.               <h3>Greek Superleague</h3>
  394.               <p>Live TV fixtures for Greek Superleague</p>
  395.                         </a>
  396.                     </li>
  397.                
  398.             <li id="euroIntlTurkishSuperLig" class="la" data-icon="arrow-r">
  399.                         <a href="turkish-super-lig.html" rel="external" ><img src="img/super_Lig_logo-48x48.png"  />
  400.               <h3>Turkish Super Lig</h3>
  401.               <p>Live TV fixtures for Turkish Super Lig</p>
  402.                         </a>
  403.                     </li>
  404.  
  405.             <li id="euroIntlPolishEkstraklasa" class="la" data-icon="arrow-r">
  406.                         <a href="polish.html" rel="external" ><img src="img/polish-ekstraklasa-48x48.png"  />
  407.               <h3>Polish Ekstraklasa League</h3>
  408.               <p>Live TV fixtures from Polish Ekstraklasa League.</p>
  409.                         </a>
  410.                     </li>
  411.  
  412.             <li id="euroIntlUkrainianPL" class="la" data-icon="arrow-r">
  413.                         <a href="ukrainian-prem.html" rel="external" ><img src="img/ukrainian-prem-48x48.png"  />
  414.               <h3>Ukrainian Premier League</h3>
  415.               <p>Live TV fixtures from Ukrainian Premier League.</p>
  416.                         </a>
  417.                     </li>
  418.  
  419.             <li id="euroIntlRussianPL" class="la" data-icon="arrow-r">
  420.                         <a href="russian-prem.html" rel="external" ><img src="img/russian-prem-48x48.png"  />
  421.               <h3>Russian Premier League</h3>
  422.               <p>Live TV fixtures from Russian Premier League.</p>
  423.                         </a>
  424.                     </li>
  425.  
  426.             <li id="euroIntlSwedishLeague" class="la" data-icon="arrow-r">
  427.                         <a href="swedish-allsvenskan.html" rel="external" ><img src="img/sweedish-allsvenskan-48x48.png"  />
  428.               <h3>Swedish Allsvenskan League</h3>
  429.               <p>Live TV fixtures from the Swedish Allsvenskan Leagues.</p>
  430.                         </a>
  431.                     </li>
  432.  
  433.             <li id="euroIntlSwissSuperLeague" class="la" data-icon="arrow-r">
  434.                         <a href="switz-super-league.html" rel="external" ><img src="img/switz-super-league-48x48.png"  />
  435.               <h3>Swiss Axpo Super League</h3>
  436.               <p>Live TV fixtures from the Swiss Axpo Super League.</p>
  437.                         </a>
  438.                     </li>
  439.  
  440.             <li id="euroIntlPortuguesePL" class="la" data-icon="arrow-r">
  441.                         <a href="portuguese-primeira.html" rel="external" ><img src="img/portuguese-primeira-48x48.png"  />
  442.               <h3>Portuguese Primeira Liga</h3>
  443.               <p>Live TV fixtures from the Portuguese Premier League.</p>
  444.                         </a>
  445.                     </li>
  446.  
  447.             <li id="euroIntlCzechRepublic1" class="la" data-icon="arrow-r">
  448.                         <a href="czech-1-league.html" rel="external" ><img src="img/czech-liga-1-48x48.png"  />
  449.               <h3>Czech Republic 1. League</h3>
  450.               <p>Live TV fixtures from the Czech Republic 1 League.</p>
  451.                         </a>
  452.                     </li>
  453.  
  454.             <li id="euroIntlRomanianLiga1" class="la" data-icon="arrow-r">
  455.                         <a href="romanian-liga-1.html" rel="external" ><img src="img/romania-liga-1-48x48.png"  />
  456.               <h3>Romanian Liga 1</h3>
  457.               <p>Live TV fixtures from the Romanian Liga 1.</p>
  458.                         </a>
  459.                     </li>
  460.  
  461.             <li id="euroIntlCroatian1HNL" class="la" data-icon="arrow-r">
  462.                         <a href="croatian-1-hnl.html" rel="external" ><img src="img/croatian-1-HNL-48x48.png"  />
  463.               <h3>Croatian 1 HNL League</h3>
  464.               <p>Live TV fixtures from the Croatian 1 HNL</p>
  465.                         </a>
  466.                     </li>
  467.             </ul>                    
  468.         </p>
  469.         </div>
  470.         <div id="intl_leagues" data-role="collapsible" data-theme="b" data-collapsed="false">
  471.             <h3>International Leagues (UK + intl Broadcasts)</h3>
  472.             <p>
  473.             <!-- *** International Leagues (UK Broadcasts) *** -->
  474.           <ul data-role="listview" data-inset="true" data-theme="b" data-role="list-divider" data-dividertheme="e">
  475.  
  476.                 <li data-role="list-divider">International Leagues (UK + intl Broadcasts)</li>
  477.  
  478.  
  479.                 <li id="ukWorldCup2014Qualifiers" class="la" data-icon="arrow-r">
  480.                         <a href="world-cup-2014.html" rel="external" ><img src="img/world-cup-2014-48x48.png" />
  481.               <h3>World Cup 2014 Qualifiers (UK broadcasts)</h3>
  482.               <p>Live World Cup 2014 Qualifiers TV fixtures</p>
  483.                         </a>
  484.                     </li>
  485.  
  486.                 <li id="ukInternationalFootball" class="la" data-icon="arrow-r">
  487.                         <a href="international.html" rel="external" ><img src="img/international-48x48.png" />
  488.               <h3>International Football (UK broadcasts)</h3>
  489.               <p>Live International TV fixtures</p>
  490.                         </a>
  491.                     </li>
  492.  
  493.             <li id="ukMLS" class="la" data-icon="arrow-r">
  494.                         <a href="mls.html" rel="external" ><img src="img/mls-logo-48x48.png"  />
  495.               <h3>Major League Soccer (UK broadcasts)</h3>
  496.               <p>MLS fixtures for UK + Ireland.</p>
  497.                         </a>
  498.                     </li>
  499.  
  500.             <li id="intlMLS" class="la" data-icon="arrow-r">
  501.                         <a href="mls-international.html" rel="external" ><img src="img/mls-logo-48x48.png"  />
  502.               <h3>Major League Soccer (intl broadcasts)</h3>
  503.               <p>MLS fixtures for US + International.</p>
  504.                         </a>
  505.                     </li>
  506.  
  507.                           <!--li class="la" data-icon="arrow-r">
  508.                           <a href="euro2012.html" rel="external" ><img src="img/Euro-2012-48x48-rnd.png" />
  509.                             <h3>UEFA Euro 2012 (UK broadcasts)</h3>
  510.                             <p>Live Euro 2012 TV fixtures</p>
  511.                           </a>
  512.                           </li>
  513.  
  514.                           <li class="la" data-icon="arrow-r">
  515.                           <a href="euro2012int.html" rel="external" ><img src="img/Euro-2012-48x48-rnd.png" />
  516.                             <h3>UEFA Euro 2012 (intl broadcasts)</h3>
  517.                             <p>Live Euro 2012 TV fixtures</p>
  518.                           </a>
  519.                           </li-->
  520.  
  521.  
  522.  
  523.  
  524.  
  525.                 <li id="intlAustralianALeague" class="la" data-icon="arrow-r">
  526.                         <a href="ozy-a-league.html" rel="external" ><img src="img/ozy-a-league-48x48.png" />
  527.               <h3>Australian A-League (intl broadcasts)</h3>
  528.               <p>Live A-League TV fixtures</p>
  529.                         </a>
  530.                     </li>
  531.  
  532.                 <li id="intlNewZealandPL" class="la" data-icon="arrow-r">
  533.                         <a href="nz-prem.html" rel="external" ><img src="img/nz-prem-48x48.png" />
  534.               <h3>New Zealand ASB Premiership (intl broadcasts)</h3>
  535.               <p>Live ASB Premiership TV fixtures</p>
  536.                         </a>
  537.                     </li>
  538.  
  539.  
  540.             <li id="ukGlobalLiveFootball" class="la" data-icon="arrow-r">
  541.                         <a href="globe.html" rel="external" ><img src="img/globe-football.png"  />
  542.               <h3>Global Live Football (UK broadcasts)</h3>
  543.               <p>Live TV fixtures from around the globe.</p>
  544.                         </a>
  545.                     </li>
  546.                 </ul>
  547.             </p>
  548.         </div>
  549.  
  550.  
  551.         <div id="sa_leagues" data-role="collapsible" data-theme="b" data-collapsed="false">
  552.             <h3>S.American Leagues (intl Broadcasts)</h3>
  553.             <p>
  554.         <!-- *** South American Leagues (International Broadcasts) *** -->
  555.         <ul data-role="listview" data-inset="true" data-theme="b" data-role="list-divider" data-dividertheme="e">
  556.  
  557.                 <li data-role="list-divider">South American Leagues (intl Broadcasts)</li>
  558.  
  559.             <li id="intlBrazilianSerieA" class="la" data-icon="arrow-r">
  560.                         <a href="brazilian-serie-a.html" rel="external" ><img src="img/brazilian-serie-a-48x48.png"  />
  561.               <h3>Brazilian Serie A - Brasileirao</h3>
  562.               <p>Live TV fixtures from the Brazilian Serie A League.</p>
  563.                         </a>
  564.                     </li>
  565.            
  566.             <li id="intlBrazilianSerieB" class="la" data-icon="arrow-r">
  567.                         <a href="brazilian-serie-b.html" rel="external" ><img src="img/brazilian-serie-a-48x48.png"  />
  568.               <h3>Brazilian Serie B - Brasileirao</h3>
  569.               <p>Live TV fixtures from the Brazilian Serie B League.</p>
  570.                         </a>
  571.                     </li>          
  572.  
  573.             <li id="intlArgentinePrimeraDivision" class="la" data-icon="arrow-r">
  574.                         <a href="argentine-primera-division.html" rel="external" ><img src="img/argentina-prem-48x48.png"  />
  575.               <h3>Argentine Primera Division</h3>
  576.               <p>Live TV fixtures from the Argentine Primera Division.</p>
  577.                         </a>
  578.                     </li>
  579.            
  580.             <li id="intlCopaLibertadores" class="la" data-icon="arrow-r">
  581.                         <a href="copa-libertadores.html" rel="external" ><img src="img/copa-liber-48x48.png"  />
  582.               <h3>Copa Libertadores</h3>
  583.               <p>Live TV fixtures from the SA Copa Libertadores.</p>
  584.                         </a>
  585.                     </li>
  586.            
  587.                 </ul>
  588.             </p>
  589.         </div>
  590.    
  591.         <div id="ca_leagues" data-role="collapsible" data-theme="b" data-collapsed="false">
  592.             <h3>C.American Leagues (intl Broadcasts)</h3>
  593.             <p>
  594.             <ul data-role="listview" data-inset="true" data-theme="b" data-role="list-divider" data-dividertheme="e">
  595.  
  596.                 <li data-role="list-divider">Central American Leagues (intl Broadcasts)</li>
  597.  
  598.                 <li id="intMexicoPrimeraDivision" class="la" data-icon="arrow-r">
  599.                             <a href="mexico-primera-division.html" rel="external" ><img src="img/mexican-prem-48x48.png"  />
  600.                   <h3>Mexico Primera Division</h3>
  601.                   <p>Live TV fixtures from the Mexican Primera Division.</p>
  602.                             </a>
  603.                 </li>
  604.                 </ul>
  605.             </p>
  606.         </div>
  607.            
  608.                
  609.         <div id="asian_leagues" data-role="collapsible" data-theme="b" data-collapsed="false">
  610.             <h3>Asian Leagues (intl Broadcasts)</h3>
  611.             <p>
  612.         <!-- *** Asian Leagues (Int Broadcasts) *** -->
  613.         <ul data-role="listview" data-inset="true" data-theme="b" data-role="list-divider" data-dividertheme="e">
  614.  
  615.                 <li data-role="list-divider">Asian Leagues (intl Broadcasts)</li>
  616.  
  617.  
  618.             <li id="intJapaneseJ1" class="la" data-icon="arrow-r">
  619.                         <a href="japanese-j1-league.html" rel="external" ><img src="img/japanese-j1-48x48.png"  />
  620.               <h3>Japanese J1 League</h3>
  621.               <p>Live TV fixtures from the J1 League in Japan.</p>
  622.                         </a>
  623.                     </li>
  624.            
  625.             <li id="intKoreaKLeague" class="la" data-icon="arrow-r">
  626.                         <a href="korean-k-league.html" rel="external" ><img src="img/k-league-logo-48x48.png"  />
  627.               <h3>Korean K-League</h3>
  628.               <p>Live TV fixtures from the K-League in Korea.</p>
  629.                         </a>
  630.                     </li>
  631.            
  632.             <li id="intChinaSuperLeague" class="la" data-icon="arrow-r">
  633.                         <a href="china-super-league.html" rel="external" ><img src="img/CSL-logo-48x48.png"  />
  634.               <h3>China Super League</h3>
  635.               <p>Live TV fixtures from the Super League in China.</p>
  636.                         </a>
  637.                     </li>
  638.            
  639.                 </ul>
  640.             </p>
  641.     </div>Configure leagues in options-menu > settings
  642.  
  643.  
  644.  
  645.     </div><!-- /content -->
  646.  
  647.  
  648.  
  649.  
  650.     <div data-role="footer">
  651.       <div data-role="navbar" data-iconpos="top">
  652.           <ul>
  653.             <!--li><a href="index.html" rel="external" data-icon="home" data-theme="b">Home</a></li>
  654.             <li><a href="index-main.html" rel="external" data-icon="star" data-theme="b">Leagues</a></li>
  655.             <li><a href="#" onclick="doShareApp();" rel="external" data-icon="check" data-theme="b">Share App</a></li>
  656.             <li><a href="#" onclick="onExit();" rel="external" data-icon="delete" data-theme="b">Exit</a></li-->
  657.           </ul>
  658.       </div><!-- /navbar -->
  659.     </div><!-- /footer -->
  660.  
  661. </div><!-- /page -->
  662.  
  663.   </body>
  664. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement