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

Untitled

By: a guest on May 28th, 2012  |  syntax: None  |  size: 4.06 KB  |  hits: 15  |  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. {html_head}
  2. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  3. <title>Rotobahn - Member Subscription</title>
  4.  
  5.  
  6. <link href="/assets/css/styles.css" rel="stylesheet" type="text/css" />
  7. <script type="text/javascript" src="/assets/js/jquery.js"></script>
  8. <script type="text/javascript" src="/assets/js/cufon.js"></script>
  9. <script type="text/javascript" src="/assets/js/Museo_Slab_500_400.font.js"></script>
  10. <script type="text/javascript" src="/assets/js/plugins.js"></script>
  11. <script type="text/javascript">
  12.  
  13.   var _gaq = _gaq || [];
  14.   _gaq.push(['_setAccount', 'UA-17769981-1']);
  15.   _gaq.push(['_trackPageview']);
  16.  
  17.   (function() {
  18.     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  19.     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  20.     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  21.   })();
  22.  
  23. </script>
  24. </head><body id="subscription">
  25. <div id="main"> {embed="_global/header-season"}
  26.     <div id="content"> {embed="_global/navigation-season"}
  27.         <div id="leftCol">
  28.             <h1>Subscription Registration</h1>
  29.             <h2 style="padding-left:10px">Are you ready to subscribe?</h2>
  30.             <p style="padding-left:10px; width: 400px;"> In order to gain access to our full articles, you must subscribe below. If you have a discount code enter in the the box above the continue button.</p>
  31.             <p style="padding-left:10px"><strong>Press continue below to complete your subscription at PayPal.</strong></p>
  32.             <div id="subscription-form">
  33.            {if logged_in}
  34.                 <div id="subscribe-form" style="margin-left:30px;padding:50px;">
  35. {exp:membrr:order_form}
  36.  
  37. <form method="{form_method}" action="{form_action}">
  38. <input type="hidden" name="membrr_order_form" value="1" />
  39. <label>Subscription</label><br />
  40. <select name="plan_id">
  41. {exp:membrr:plans for_sale="1"}
  42. <option value="{plan_id}">{name} - ${price}</option>
  43. {/exp:membrr:plans}
  44. </select>
  45. <br /><br />
  46. <label>Discount Code</label><br />
  47. <input type="text" name="discount_code" value="" />
  48. <br /><br />
  49. <input type="submit" name="go" value="Continue" />
  50. </form>
  51. {/exp:membrr:order_form}
  52.  
  53.        <!--{exp:membrr:quick_order_form}{/exp:membrr:quick_order_form}-->
  54.              
  55.        <!-- <p style="width:300px; height:300px; padding-left:10px;">We're currently working on an update to the registration. Check back in a little while. Sorry for any inconvenience.</p>-->
  56.    
  57.                
  58.                 </div>
  59.                 {if:else}
  60.                 <div style="margin-left:30px;"> {exp:member:login_form return="subscriptions/register"}
  61.                     <p>You must be logged in to purchase a subscription.</p>
  62.                     <p>
  63.                         <label>Username</label>
  64.                         <br />
  65.                         <input type="text" name="username" value="" maxlength="32" class="input" size="25" />
  66.                     </p>
  67.                     <p>
  68.                         <label>Password</label>
  69.                         <br />
  70.                         <input type="password" name="password" value="" maxlength="32" class="input" size="25" />
  71.                     </p>
  72.                     {if auto_login}
  73.                     <p>
  74.                         <input class="checkbox" type="checkbox" name="auto_login" value="1" />
  75.                         Auto-login on future visits</p>
  76.                     {/if}
  77.                     <p>
  78.                         <input class="checkbox" type="checkbox" name="anon" value="1" checked="checked" />
  79.                         Show my name in the online users list</p>
  80.                     <p>
  81.                         <input type="submit" name="submit" value="Submit" />
  82.                     </p>
  83.                     <p><a href="{path="member/forgot_password"}">Forgot your password?</a></p>
  84.                     {/exp:member:login_form} </div>
  85.                 {/if} </div>
  86.         </div>
  87.         {embed="_global/footer"} </div>
  88. </div>
  89. </body>
  90. </html>