Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 2nd, 2012  |  syntax: None  |  size: 10.72 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. {% set dataext = offer.g2b_data %}
  2. {% set videoext = offer.g2b_video %}
  3. {% set voiceext = offer.g2b_voice %}
  4. {% set wirelessext = offer.g2b_wirelessdata %}
  5.  
  6. {% set price = offer.Price %}
  7. {% set pricefreq = offer.g2b.Price.Frequency %}
  8. {% set promos = offer.g2b.Promotion %}
  9. {% set installprice = offer.g2b.InstallPrice %}
  10. {% set installpricefreq = offer.g2b.InstallPrice.Frequency %}
  11. {% set hardwareprice = offer.g2b.HardwarePrice %}
  12. {% set hardwarepricefreq = offer.g2b.HardwarePrice.Frequency %}
  13. {% set marketinginfo = offer.g2b.MarketingInfo %}
  14. {% set disclaimer = offer.g2b.Disclaimer %}
  15.  
  16. <table cellpadding="0" cellspacing="0">
  17.         <tr>
  18.                 <td>
  19.                   <h1>{{ offer.displayname|template }}
  20.                         <br />
  21.                         <span class="bundle_detail_price">{{ offer.display_price|template }}</span></h1>
  22.                         <p class="bundle_subhead">{{ offer.bundle_subhead|template }}</p>
  23.                         <div id="closed_{{ offer.offer_id }}" class="plan-details" style="display: block;">
  24.                                 <a href="javascript: swapDisplay('closed_{{ offer.offer_id }}','open_{{ offer.offer_id }}');" onmouseover="window.status='Show plan details'; return true;">(+) Show Additional {% if dataoffer or videooffer or voiceoffer %}Plan{% else %}Bundle{% endif %} Details</a>
  25.                         </div>
  26.                         <div id="open_{{ offer.offer_id }}" class="plan-details" style="display: none;">
  27.                                 <a href="javascript: swapDisplay('closed_{{ offer.offer_id }}','open_{{ offer.offer_id }}');" onmouseover="window.status='Hide plan details'; return true;"> (&mdash;) Hide Additional {% if dataoffer or videooffer or voiceoffer %}Plan{% else %}Bundle{% endif %} Details</a>
  28.                                 <table class="plan-copy">
  29.                                   <tr>
  30.                                     <td class="label">Monthly fee after promotion</td>
  31.                                     <td class="detail">${{ price }}</td>
  32.                                   </tr>
  33.                                   <tr>
  34.                                     <td class="label">Installation Fee</td>
  35.                                                 <td class="detail">${{ installprice }}</td>
  36.                                   </tr>
  37.                                   <tr>
  38.                                     <td class="label">Hardware Fee</td>
  39.                                                 <td class="detail">${{ hardwareprice }}</td>
  40.                                   </tr>
  41.             {% if disclaimer %}
  42.                                   <tr>
  43.                                         <td class="label">Disclaimer</td>
  44.                                         <td class="detail">{{ disclaimer }}</td>
  45.                                   </tr>
  46.            {% endif %}
  47.                                 </table>
  48.                         </div>
  49.     </td>
  50.         </tr>
  51.         <tr valign="top">
  52.                 <td class="bundle_left_full_view">
  53.                         {% if videoext %}
  54.                         <div class="full_view_box">
  55.                                     <span class="videooffer">                                  
  56.                                         {% if offer.g2b_offer_code == 'CLEARANDSIMPLEUHD' %}
  57.                                         HD Upgrade - Free for 12 months
  58.                                         {% else %}
  59.                                         Digital Cable{% if offer.has_hd %} + HD{% endif %} - $49.95 per month for 12 months
  60.                                         {% endif %}            
  61.                                         </span>
  62.             <div>
  63. Time Warner Digital Cable gives you the best crystal-clear picture and sound quality - plus the power to control up to 275 channels*. Just push a button on your remote control and listings appear on your TV. Push another button and rent new movie releases. You can rewind, fast-forward and pause as you want, and much more!<br /><br />
  64.  
  65.                 {% if offer.has_hd %}
  66.                 Time Warner Cable is the Home of no fee HD; delivered via our Advanced Fiber Network, we put you in the game, in the movie, in the center of the action - with HDTV! You never have to purchase extra equipment like dishes or antennas. If you choose to keep your HD subscription after 1 year, a service fee will be added to your bill.<br /><br />
  67.         High Definition programming requires an HDTV and HD Cable Box. An HD Cable Box is provided by Time Warner Cable with this free 1 year subscription to HD service. <br /><br />
  68.                 {% endif %}
  69.                                                                                
  70.     *specific channel lineups vary by location<br /><br /></div>
  71.                                 <div id="closed_vid_{{ offer.offer_id }}" class="plan-details" style="display: block;">
  72.                                         <a href="javascript: swapDisplay('closed_vid_{{ offer.offer_id }}','open_vid_{{ offer.offer_id }}');" onmouseover="window.status='Show plan details'; return true;">(+) Show Additional Plan Details</a>
  73.                                 </div>
  74.                                 <div id="open_vid_{{ offer.offer_id }}" class="plan-details" style="display: none;">
  75.                                 <a href="javascript: swapDisplay('closed_vid_{{ offer.offer_id }}','open_vid_{{ offer.offer_id }}');" onmouseover="window.status='Hide plan details'; return true;"> (&mdash;) Hide Additional Plan Details</a>
  76.                                 <table class="plan-copy">
  77.                                   <tr>
  78.                                     <td class="label">Promotion</td>
  79.                                     <td class="detail">Get the {% if offer.has_hd %}HD tier and HD {% endif %}DVR set top box rental and service FREE for 3 months. </td>
  80.                                   </tr>
  81.                                   <tr>
  82.                                                 <td class="label">Channels</td>
  83.                                                 <td class="detail">{{ videoext.Channels.NumberIncludedChannels }}</td>
  84.                                         </tr>
  85.                                         <tr>
  86.                                                 <td class="label">Number of premium channels</td>
  87.                                                 <td class="detail">Up to 13</td>
  88.                                         </tr>
  89.                                 </table>
  90.                         </div>
  91.                         {% endif %}
  92.                         {% if dataext %}
  93.                         <div class="full_view_box">
  94.                         <span class="dataoffer">High-Speed Internet - $34.95 per month for 12 months</span>
  95.                         <div>
  96.                                 High speed Internet from Time Warner Cable just got faster - It's now up to 5Mbps downstream. It's up to 3 times the speed of most standard DSL packages and up to 100x faster than dial-up so your family can spend their time on the computer learning, experiencing, and playing - instead of waiting.<br /><br />
  97.  
  98.                 {% if offer.turbo %}
  99.                 Our fastest Road Runner ever - giving you the speed you need for a super fast web experience. PowerBoost is an exclusive technology that may give you an extra burst of speed when downloading big files. PowerBoost is built into Road Runner Turbo - there's no extra charge for all that extra speed. Just an additional $10 a month for a whole lot more speed. When you upgrade to new Turbo High Speed Online, you get faster gaming, file sharing and downloading speeds at 15 Mbps! You also get 10 email accounts and FREE Anti-Spam, Antivirus, Pop-up Blocker, Anti-Spyware &amp; Firewall Protection.<br /><br />
  100.                 {% endif %}
  101.  
  102.                         </div>
  103.                         <div id="closed_hsd_{{ offer.offer_id }}" class="plan-details" style="display: block;">
  104.                                 <a href="javascript: swapDisplay('closed_hsd_{{ offer.offer_id }}','open_hsd_{{ offer.offer_id }}');" onmouseover="window.status='Show plan details'; return true;">(+) Show Additional Plan Details</a>
  105.                         </div>
  106.                         <div id="open_hsd_{{ offer.offer_id }}" class="plan-details" style="display: none;">
  107.                                 <a href="javascript: swapDisplay('closed_hsd_{{ offer.offer_id }}','open_hsd_{{ offer.offer_id }}');" onmouseover="window.status='Hide plan details'; return true;"> (&mdash;) Hide Additional Plan Details</a>
  108.                                 <table class="plan-copy">
  109.                                   <tr>
  110.                                     <td class="label">Promotion</td>
  111.                                     <td class="detail">Get Road Runner High Speed Online for $34.95 per month for the first 12 months.</td>
  112.                                   </tr>
  113.                                         <tr>
  114.                                                 <td class="label">Downstream Speed</td>
  115.                                                 <td class="detail">Up to {{ dataext.DownloadSpeed }} {{ dataext.DownloadSpeed.Unit }}</td>
  116.                                         </tr>
  117.                                         <tr>
  118.                                                 <td class="label">Upstream Speed</td>
  119.                                                 <td class="detail">Up to {{ dataext.UploadSpeed }} {{ dataext.UploadSpeed.Unit }}</td>
  120.                                         </tr>
  121.                                         <tr>
  122.                                                 <td class="label">E-mail accounts</td>
  123.                                                 <td class="detail">{{ dataext.EmailAccounts }}</td>
  124.                                         </tr>
  125.                                         <tr>
  126.                                                 <td class="label">Web Storage</td>
  127.                                                 <td class="detail">{{ dataext.Webspace }}</td>
  128.                                         </tr>
  129.                                         <tr>
  130.                                                 <td class="label"># of Dynamic IP Addresses</td>
  131.                                                 <td class="detail">{{ dataext.DynamicIPAddresses }}</td>
  132.                                         </tr>
  133.                                         <tr>
  134.                                                 <td class="label">System Requirements</td>
  135.                                                 <td class="detail">{{ dataext.Requirements }}</td>
  136.                                         </tr>
  137.                                 </table>
  138.                         </div>
  139.                         {% endif %}
  140.                         {% if voiceext %}
  141.                         <div class="full_view_box">
  142.                         <span class="voiceoffer">Digital Phone - $39.95 per month for 12 months</span>
  143.                         <div>
  144.                                 It's time for unlimited calling and a better residential telephone service. Don't be bound by traditional rate plans that charge you different rates depending on when you call. With Digital Phone from Time Warner Cable, you can call anyone in the United States and Canada, as often as you want, for as long as you want.
  145.                         </div>
  146.                         <div id="closed_ph_{{ offer.offer_id }}" class="plan-details" style="display: block;">
  147.                                 <a href="javascript: swapDisplay('closed_ph_{{ offer.offer_id }}','open_ph_{{ offer.offer_id }}');" onmouseover="window.status='Show plan details'; return true;">(+) Show Additional Plan Details</a>
  148.                         </div>
  149.                         <div id="open_ph_{{ offer.offer_id }}" class="plan-details" style="display: none;">
  150.                                 <a href="javascript: swapDisplay('closed_ph_{{ offer.offer_id }}','open_ph_{{ offer.offer_id }}');" onmouseover="window.status='Hide plan details'; return true;"> (&mdash;) Hide Additional Plan Details</a>
  151.                                 <table class="plan-copy">
  152.                                   <tr>
  153.                                     <td class="label">Promotion</td>
  154.                                     <td class="detail">Get Digital Phone for $39.95 per month for the first 12 months.</td>
  155.                                   </tr>
  156.                                         <tr>
  157.                                                 <td class="label">Additional Line Fee</td>
  158.                                                 <td class="detail">Availability varies by market.</td>
  159.                                         </tr>
  160.                                   <tr>
  161.                                     <td class="label">Local Calling</td>
  162.                                     <td class="detail">Unlimited</td>
  163.                                   </tr>
  164.                                         {% if voiceext.LongDistanceMinutes %}
  165.                                         <tr>
  166.                                                 <td class="label">Long Distance Calling</td>
  167.                                                 <td class="detail">{{ voiceext.LongDistanceMinutes }}</td>
  168.                                         </tr>
  169.                                         {% endif %}
  170.                                         {% if voiceext.InternationalPrice %}
  171.                                         <tr>
  172.                                                 <td class="label">International Calling</td>
  173.                                                 <td class="detail">{{ voiceext.InternationalPrice }}</td>
  174.                                         </tr>
  175.                                         {% endif %}
  176.                                     <td class="label">Calling Features</td>
  177.                                                 <td class="detail">Caller ID, Call Waiting, Caller ID with Call Waiting, Enhanced 911</td>
  178.                                   </tr>
  179.                                 </table>
  180.                         </div>
  181.                         {% endif %}
  182.                         {% if wirelesseext %}
  183.                         <div class="full_view_box">
  184.                         <span class="wirelessoffer">Wireless Data Section</span>
  185.        <div>
  186.                                 Wirelesss data info
  187.                                 </div>
  188.                         <div id="closed_ph_{{ offer.offer_id }}" class="plan-details" style="display: block;">
  189.                                 <a href="javascript: swapDisplay('closed_ph_{{ offer.offer_id }}','open_ph_{{ offer.offer_id }}');" onmouseover="window.status='Show plan details'; return true;">(+) Show Additional Plan Details</a>
  190.                         </div>
  191.                         <div id="open_ph_{{ offer.offer_id }}" class="plan-details" style="display: none;">
  192.                                 <a href="javascript: swapDisplay('closed_ph_{{ offer.offer_id }}','open_ph_{{ offer.offer_id }}');" onmouseover="window.status='Hide plan details'; return true;"> (&mdash;) Hide Additional Plan Details</a>
  193.                                 <table class="plan-copy">
  194.                                   <tr>
  195.                                     <td class="label">Promotion</td>
  196.                                     <td class="detail">Get Wireless Data added to your plan!</td>
  197.                                   </tr>
  198.                                   <tr>
  199.                                     <td class="label">Other info</td>
  200.                                     <td class="detail">details</td>
  201.                                   </tr>
  202.                                 </table>
  203.                         </div>
  204.                         {% endif %}                    
  205.                        
  206.                         </td>
  207.         </tr>
  208. </table>