- {html_head}
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Rotobahn - Member Subscription</title>
- <link href="/assets/css/styles.css" rel="stylesheet" type="text/css" />
- <script type="text/javascript" src="/assets/js/jquery.js"></script>
- <script type="text/javascript" src="/assets/js/cufon.js"></script>
- <script type="text/javascript" src="/assets/js/Museo_Slab_500_400.font.js"></script>
- <script type="text/javascript" src="/assets/js/plugins.js"></script>
- <script type="text/javascript">
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-17769981-1']);
- _gaq.push(['_trackPageview']);
- (function() {
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
- })();
- </script>
- </head><body id="subscription">
- <div id="main"> {embed="_global/header-season"}
- <div id="content"> {embed="_global/navigation-season"}
- <div id="leftCol">
- <h1>Subscription Registration</h1>
- <h2 style="padding-left:10px">Are you ready to subscribe?</h2>
- <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>
- <p style="padding-left:10px"><strong>Press continue below to complete your subscription at PayPal.</strong></p>
- <div id="subscription-form">
- {if logged_in}
- <div id="subscribe-form" style="margin-left:30px;padding:50px;">
- {exp:membrr:order_form}
- <form method="{form_method}" action="{form_action}">
- <input type="hidden" name="membrr_order_form" value="1" />
- <label>Subscription</label><br />
- <select name="plan_id">
- {exp:membrr:plans for_sale="1"}
- <option value="{plan_id}">{name} - ${price}</option>
- {/exp:membrr:plans}
- </select>
- <br /><br />
- <label>Discount Code</label><br />
- <input type="text" name="discount_code" value="" />
- <br /><br />
- <input type="submit" name="go" value="Continue" />
- </form>
- {/exp:membrr:order_form}
- <!--{exp:membrr:quick_order_form}{/exp:membrr:quick_order_form}-->
- <!-- <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>-->
- </div>
- {if:else}
- <div style="margin-left:30px;"> {exp:member:login_form return="subscriptions/register"}
- <p>You must be logged in to purchase a subscription.</p>
- <p>
- <label>Username</label>
- <br />
- <input type="text" name="username" value="" maxlength="32" class="input" size="25" />
- </p>
- <p>
- <label>Password</label>
- <br />
- <input type="password" name="password" value="" maxlength="32" class="input" size="25" />
- </p>
- {if auto_login}
- <p>
- <input class="checkbox" type="checkbox" name="auto_login" value="1" />
- Auto-login on future visits</p>
- {/if}
- <p>
- <input class="checkbox" type="checkbox" name="anon" value="1" checked="checked" />
- Show my name in the online users list</p>
- <p>
- <input type="submit" name="submit" value="Submit" />
- </p>
- <p><a href="{path="member/forgot_password"}">Forgot your password?</a></p>
- {/exp:member:login_form} </div>
- {/if} </div>
- </div>
- {embed="_global/footer"} </div>
- </div>
- </body>
- </html>