PageRenderTime 54ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/HOD/++11-22Views/Account/RegisterPackage.cshtml

https://gitlab.com/haque.mdmanzurul/apexproducer.com
Razor | 179 lines | 167 code | 11 blank | 1 comment | 0 complexity | abcf28ab2ec4564188548b29aaef6123 MD5 | raw file
  1. @model HOD.Models.PackageFeatureSelectionModel
  2. @{
  3. ViewBag.Title = "RegisterPackage";
  4. }
  5. @{
  6. Layout = "~/Views/Shared/_DefaultLayout.cshtml";
  7. }
  8. @section featured {
  9.  
  10. }
  11. <h2>Register Package</h2>
  12. <div class="panel panel-default" style="padding: 4px;">
  13. <div class="panel-heading">
  14. <h3 class="panel-title">Package Selection Form</h3>
  15. </div>
  16. <div class="panel-body" style="background-color: #ffffff">
  17. <div class="table-responsive">
  18. @using (Html.BeginForm("RegisterPackage", "Account", FormMethod.Post, new Dictionary<string, object> { { "id", "package-form" }, { "enctype", "multipart/form-data" }, { "class", "form-horizontal" } }))
  19. {
  20. @Html.AntiForgeryToken()
  21. @*@Html.ValidationSummary()*@
  22. <table class="table table-striped table-bordered table-condensed">
  23. <thead>
  24. <tr>
  25. <th></th>
  26. <th colspan="7">CasaVue Member Package Pricing @Html.DropDownListFor(m => m.Package, new SelectList(
  27. new List<Object>{
  28. new { value="", text = "Select a Package" },
  29. new { value="Bronze", text = "Entry Level Bronze Member" },
  30. new { value="Silver", text = "Premium Silver Member" },
  31. new { value="Gold", text = "Supreme Gold Member" },
  32. },
  33. "value",
  34. "text",
  35. 2), new { @class = "form-control", @placeholder = "Expiration Year" })</th>
  36. </tr>
  37. <tr>
  38. <th>Solutions</th>
  39. <th colspan="2">Entry Level Bronze Member</th>
  40. <th colspan="2">Premium Silver Member</th>
  41. <th colspan="2">Supreme Gold Member</th>
  42. </tr>
  43. </thead>
  44. <tbody>
  45. <tr>
  46. <td>Unique Vue Code [vue0000001]</td>
  47. <td style="width: 3%">@Html.CheckBox("Included", true, new { disabled = "disabled" })</td>
  48. <td><strong>Included</strong></td>
  49. <td style="width: 3%">@Html.CheckBox("Included", true, new { disabled = "disabled" })</td>
  50. <td><strong>Included</strong></td>
  51. <td style="width: 3%">@Html.CheckBox("Included", true, new { disabled = "disabled" })</td>
  52. <td><strong>Included</strong></td>
  53. </tr>
  54. <tr>
  55. <td>Fully integrated SMS (Text) Marketing</td>
  56. <td style="width: 3%">@Html.CheckBox("Included", true, new { disabled = "disabled" })</td>
  57. <td><strong>Included</strong></td>
  58. <td style="width: 3%">@Html.CheckBox("Included", true, new { disabled = "disabled" })</td>
  59. <td><strong>Included</strong></td>
  60. <td style="width: 3%">@Html.CheckBox("Included", true, new { disabled = "disabled" })</td>
  61. <td><strong>Included</strong></td>
  62. </tr>
  63. <tr>
  64. <td>Virtual Lawn Sign (fully integrated social media marketing)</td>
  65. <td style="width: 3%">@Html.CheckBox("Included", true, new { disabled = "disabled" })</td>
  66. <td><strong>Included</strong></td>
  67. <td style="width: 3%">@Html.CheckBox("Included", true, new { disabled = "disabled" })</td>
  68. <td><strong>Included</strong></td>
  69. <td style="width: 3%">@Html.CheckBox("Included", true, new { disabled = "disabled" })</td>
  70. <td><strong>Included</strong></td>
  71. </tr>
  72. <tr>
  73. <td>Fully customizable unique website (www.CasaVue.com/vue0000001)</td>
  74. <td style="width: 3%">@Html.CheckBox("Included", true, new { disabled = "disabled" })</td>
  75. <td><strong>Included</strong></td>
  76. <td style="width: 3%">@Html.CheckBox("Included", true, new { disabled = "disabled" })</td>
  77. <td><strong>Included</strong></td>
  78. <td style="width: 3%">@Html.CheckBox("Included", true, new { disabled = "disabled" })</td>
  79. <td><strong>Included</strong></td>
  80. </tr>
  81. <tr>
  82. <td>Online Buyer and Sellers Resources</td>
  83. <td style="width: 3%">@Html.CheckBox("Optional", true, new { disabled = "disabled" })</td>
  84. <td>Limited Seller Only</td>
  85. <td style="width: 3%">@Html.CheckBox("Included", true, new { disabled = "disabled" })</td>
  86. <td>Full Unlimited Access</td>
  87. <td style="width: 3%">@Html.CheckBox("Included", true, new { disabled = "disabled" })</td>
  88. <td>Full Unlimited Access</td>
  89. </tr>
  90. <tr>
  91. <td>Our Verified Network</td>
  92. <td style="width: 3%">X</td>
  93. <td>No Access</td>
  94. <td style="width: 3%">@Html.CheckBox("Included", true, new { disabled = "disabled" })</td>
  95. <td>Full Unlimited Access</td>
  96. <td style="width: 3%">@Html.CheckBox("Included", true, new { disabled = "disabled" })</td>
  97. <td>Full Unlimited Access</td>
  98. </tr>
  99. <tr>
  100. <td>Sellers Privacy Protection</td>
  101. <td style="width: 3%">@Html.CheckBoxFor(m => m.PrivacyBronze, new { @id = "PrivacyBronze" })</td>
  102. <td>Optional $9.95/Weekly</td>
  103. <td style="width: 3%">@Html.CheckBox("Included", true, new { disabled = "disabled" })</td>
  104. <td><strong>Included</strong></td>
  105. <td style="width: 3%">@Html.CheckBox("Included", true, new { disabled = "disabled" })</td>
  106. <td><strong>Included</strong></td>
  107. </tr>
  108. <tr>
  109. <td>Standard Lawn Sign</td>
  110. <td style="width: 3%">@Html.CheckBoxFor(m => m.LawnSignBronze, new { @id = "LawnSignBronze" })</td>
  111. <td>Optional $75+Shipping</td>
  112. <td style="width: 3%">@Html.CheckBox("Included", true, new { disabled = "disabled" })</td>
  113. <td><strong>Included</strong></td>
  114. <td style="width: 3%">@Html.CheckBox("Included", true, new { disabled = "disabled" })</td>
  115. <td><strong>Included</strong></td>
  116. </tr>
  117. <tr>
  118. <td>Durable Sign</td>
  119. <td style="width: 3%">@Html.CheckBoxFor(m => m.DurableBronze, new { @id = "DurableBronze" })</td>
  120. <td>Optional $125+Shipping</td>
  121. <td style="width: 3%">@Html.CheckBoxFor(m => m.DurableSilver, new { @id = "DurableSilver" })</td>
  122. <td>Optional $125+Shipping</td>
  123. <td style="width: 3%">@Html.CheckBox("Included", true, new { disabled = "disabled" })</td>
  124. <td><strong>Included</strong> (and installed within service area)</td>
  125. </tr>
  126. <tr>
  127. <td>Ad Agent</td>
  128. <td style="width: 3%">@Html.CheckBoxFor(m => m.AdAgentBronze, new { @id = "AdAgentBronze" })</td>
  129. <td>Optional $199.95</td>
  130. <td style="width: 3%">@Html.CheckBoxFor(m => m.AdAgentSilver, new { @id = "AdAgentSilver" })</td>
  131. <td>Optional $199.95</td>
  132. <td style="width: 3%">@Html.CheckBox("Included", true, new { disabled = "disabled" })</td>
  133. <td><strong>Included</strong></td>
  134. </tr>
  135. <tr>
  136. <td>Seller Executive Assistant</td>
  137. <td style="width: 3%">@Html.CheckBoxFor(m => m.AssistantBronze, new { @id = "AssistantBronze" })</td>
  138. <td>Optional $49.95/Weekly</td>
  139. <td style="width: 3%">@Html.CheckBoxFor(m => m.AssistantSilver, new { @id = "AssistantSilver" })</td>
  140. <td>Optional $49.95/Weekly</td>
  141. <td style="width: 3%">@Html.CheckBox("Included", true, new { disabled = "disabled" })</td>
  142. <td><strong>Included</strong> 1st 2 weeks</td>
  143. </tr>
  144. <tr>
  145. <td></td>
  146. <td style="width: 3%"></td>
  147. <td></td>
  148. <td style="width: 3%"></td>
  149. <td></td>
  150. <td style="width: 3%"></td>
  151. <td></td>
  152. </tr>
  153. <tr>
  154. <td></td>
  155. <td style="width: 3%"></td>
  156. <td><strong>$49.95/Monthly</strong></td>
  157. <td style="width: 3%"></td>
  158. <td><strong>$299.95/One-Time</strong></td>
  159. <td style="width: 3%"></td>
  160. <td><strong>$599.95/One-Time</strong></td>
  161. </tr>
  162. </tbody>
  163. </table>
  164. <input type="submit" value="Proceed" id="packageButton" class="btn btn-primary btn-lg" />
  165. }
  166. </div>
  167. </div>
  168. </div>