PageRenderTime 57ms CodeModel.GetById 27ms RepoModel.GetById 1ms app.codeStats 0ms

/www/index.html

https://github.com/mojomedialabs/decaf-iphone
HTML | 229 lines | 229 code | 0 blank | 0 comment | 0 complexity | 7ffa5995a72c3bf68c93cfe935716b5c MD5 | raw file
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>DECAF</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no;" />
  7. <meta name="apple-mobile-web-app-capable" content="yes" />
  8. <meta name="apple-mobile-web-app-status-bar-style" content="default" />
  9. <link rel="stylesheet" media="screen" href="stylesheets/reset.css" type="text/css" />
  10. <link rel="stylesheet" media="screen" href="stylesheets/jqtouch.css" type="text/css" />
  11. <link rel="stylesheet" media="screen" href="stylesheets/themes/apple/theme.css" type="text/css" />
  12. <link rel="stylesheet" media="screen" href="stylesheets/index.css" type="text/css" />
  13. <script src="javascripts/sugar-0.9.5.min.js"></script>
  14. <script src="javascripts/phonegap-1.0.0.js"></script>
  15. <script src="javascripts/jquery-1.4.2.min.js"></script>
  16. <script src="javascripts/jqtouch.js"></script>
  17. <script src="javascripts/validation.js"></script>
  18. <script src="javascripts/index.js"></script>
  19. </head>
  20. <body onload="onBodyLoad();">
  21. <div id="jqt">
  22. <div id="login" class="current">
  23. <div class="logo">
  24. <img src="images/decaf-logo-transparent.png" alt="DECAF" />
  25. </div>
  26. <form name="aform" id="aform" action="#" method="post" enctype="multipart/form-data" data-ajax="false">
  27. <input type="hidden" name="current_page" id="login_current_page" value="" />
  28. <input type="hidden" name="next_page" id="login_next_page" value="" />
  29. <input type="hidden" name="easter_egg" id="login_easter_egg" value="0" />
  30. <input type="hidden" name="button_name" id="login_button_name" value="login" />
  31. <ul class="edit rounded">
  32. <li><input type="text" name="ccUsers__username" id="ccUsers__username" placeholder="Username" autocapitalize="off" autocomplete="off" autocorrect="off" value="" /></li>
  33. <li><input type="password" name="ccUsers__password" id="ccUsers__password" placeholder="Password" value=""/></li>
  34. <li><input type="checkbox" name="remember_me" id="remember_me" value="remember" checked="checked" title="Remember Me">
  35. </ul>
  36. <div style="margin-bottom: 37px; text-align: center;">
  37. <input type="button" name="slbtn" id="slbtn" value="Log In" />
  38. </div>
  39. <div class="info">
  40. If you have not signed up as an attorney we encourage you to visit <a rel="external" href="https://www.bkcert.com/attorney/register.php">bkcert.com</a> or call <a href="tel:877-332-2366">877.332.2366</a>.
  41. </div>
  42. </form>
  43. </div>
  44. <div id="home">
  45. <div class="toolbar">
  46. <h1><img src="images/decaf-banner.png" alt="DECAF" /></h1>
  47. <a href="#" id="logout" class="button">Logout</a>
  48. <a href="#settings" id="settings-button" class="button slideup">Settings</a>
  49. </div>
  50. <ul class="rounded">
  51. <li class="arrow"><a href="#view-clients">View Clients</a></li>
  52. <li class="arrow"><a href="#enroll-client">Enroll Client</a></li>
  53. </ul>
  54. <div id="user-name" class="info"></div>
  55. </div>
  56. <div id="view-clients">
  57. <div class="toolbar">
  58. <h1><img src="images/decaf-banner.png" alt="DECAF" /></h1>
  59. <a href="#" id="view-clients-back" class="back">Back</a>
  60. </div>
  61. <h1 class="page-title">View Clients</h1>
  62. <ul id="clients" class="edgetoedge">
  63. </ul>
  64. <div class="button-container">
  65. <a href="#" id="update-clients" class="grayButton">Update</a>
  66. </div>
  67. </div>
  68. <div id="view-client">
  69. <div class="toolbar">
  70. <h1><img src="images/decaf-banner.png" alt="DECAF" /></h1>
  71. <a href="#" id="view-client-back" class="back">Back</a>
  72. </div>
  73. <h1 class="page-title">View Client</h1>
  74. <div id="client">
  75. </div>
  76. <div class="button-container">
  77. <a href="#" id="view-client-handout" class="grayButton">Client Handout</a>
  78. </div>
  79. </div>
  80. <div id="enroll-client">
  81. <div class="toolbar">
  82. <h1><img src="images/decaf-banner.png" alt="DECAF" /></h1>
  83. <a href="#" id="enroll-client-back" class="back">Back</a>
  84. </div>
  85. <h1 class="page-title">Enroll Client</h1>
  86. <form name="enroll" id="enroll" action="#" method="post" enctype="multipart/form-data">
  87. <input type="hidden" name="current_page" id="current_page" value="" />
  88. <input type="hidden" name="next_page" id="next_page" value="" />
  89. <input type="hidden" name="easter_egg" id="easter_egg" value="0" />
  90. <input type="hidden" name="button_name" id="button_name" value="register" />
  91. <input type="hidden" name="ss" id="ss" value="" />
  92. <input type="hidden" name="ss2" id="ss2" value="" />
  93. <input type="hidden" name="ss3" id="ss3" value="" />
  94. <input type="hidden" name="has_ssn" id="has_ssn" value="1" />
  95. <input type="hidden" name="course1" id="course1" value="0" />
  96. <input type="hidden" name="course2" id="course2" value="0" />
  97. <h2>Personal Information</h2>
  98. <ul class="edit rounded">
  99. <li>
  100. <select name="title1" id="title1" placeholder="Title">
  101. <option value="Mr.">Mr.</option>
  102. <option value="Mrs.">Mrs.</option>
  103. <option value="Ms.">Ms.</option>
  104. <option value="Miss">Miss</option>
  105. <option value="Dr.">Dr.</option>
  106. </select>
  107. </li>
  108. <li><input type="text" name="firstName" id="firstName" placeholder="First Name" autocomplete="off" autocorrect="off" /></li>
  109. <li><input type="text" name="middleName" id="middleName" maxlength="1" placeholder="Middle Initial" autocomplete="off" autocorrect="off" /></li>
  110. <li><input type="text" name="lastName" id="lastName" placeholder="Last Name" autocomplete="off" autocorrect="off" /></li>
  111. </ul>
  112. <h2>SSN or EIN</h2>
  113. <ul class="edit rounded">
  114. <li>
  115. <input type="radio" name="_has_ssn" id="_has_ssn_ssn" checked="checked" value="1" style="margin-right: 10px;" /><label for="_has_ssn_ssn" style="display: inline-block; width: 40px;">SSN</label><input type="text" name="_ssn_0_0" id="_ssn_0_0" maxlength="3" placeholder="###" /> - <input type="text" name="_ssn_0_1" id="_ssn_0_1" maxlength="2" placeholder="##" /> - <input type="text" name="_ssn_0_2" id="_ssn_0_2" maxlength="4" placeholder="####" />
  116. </li>
  117. <li>
  118. <input type="radio" name="_has_ssn" id="_has_ssn_ein" value="0" style="margin-right: 10px;" /><label for="_has_ssn_ein" style="display: inline-block; width: 40px;">EIN</label><input type="text" name="_ssn_0_3" id="_ssn_0_3" disabled="disabled" maxlength="2" placeholder="##" /> - <input type="text" name="_ssn_0_4" id="_ssn_0_4" disabled="disabled" maxlength="7" placeholder="#######" />
  119. </li>
  120. </ul>
  121. <h2>Language Preference</h2>
  122. <ul class="edit rounded">
  123. <li>
  124. <select name="ccPrefs__lang" id="ccPrefs__lang" placeholder="Language">
  125. <option value="en">English</option>
  126. <option value="sp">Spanish</option>
  127. </select>
  128. </li>
  129. </ul>
  130. <h2>Course Registration</h2>
  131. <ul class="edit rounded">
  132. <li><input type="checkbox" name="_course1" id="_course1" value="on" title="Credit Counseling" /></li>
  133. <li><input type="checkbox" name="_course2" id="_course2" value="on" title="Debtor Education" /></li>
  134. </ul>
  135. <h2>Account Information</h2>
  136. <ul class="edit rounded">
  137. <li><input type="text" name="username" id="username" placeholder="Username" autocapitalize="off" autocomplete="off" autocorrect="off" /></li>
  138. <li><input type="password" name="password" id="password" placeholder="Password" /></li>
  139. <li><input type="password" name="confirm_password" id="confirm_password" placeholder="Confirm Password" /></li>
  140. </ul>
  141. <div style="text-align: center;">
  142. <input type="button" name="button_register_4" id="button_register_4" value="Register" />
  143. </div>
  144. </form>
  145. <div class="info" style="margin-top: 10px;">
  146. Note: You do NOT need to register joint filers separately. Spouse information will be entered while taking the course.
  147. </div>
  148. </div>
  149. <div id="client-handout">
  150. <div class="toolbar">
  151. <h1><img src="images/decaf-banner.png" alt="DECAF" /></h1>
  152. <a href="#home" id="client-handout-back" class="back">Back</a>
  153. </div>
  154. <h1 class="page-title">Client Handout</h1>
  155. <h2>Online Course Instructions:</h2>
  156. <div class="info" style="text-align: left;">
  157. <ol>
  158. <li>Go to <a href="https://www.bkcert.com/course" rel="external">bkcert.com/course</a>.</li>
  159. <li>
  160. Enter the username and password below, and click on "Start Course"<br />
  161. <strong>Username:</strong> <span id="handout-username"></span><br />
  162. <strong>Password:</strong> <span id="handout-password"></span>
  163. </li>
  164. <li>After completion of the online course, call<br /><a href="tel:1-866-859-7323">1-866-859-7323</a>.</li>
  165. </ol>
  166. </div>
  167. <h2>Phone Course Instructions:</h2>
  168. <div class="info" style="text-align: left;">
  169. <ol>
  170. <li>
  171. Course 1: Before Filing - Credit Counseling<br />
  172. <strong>Phone Number:</strong> <a href="tel:1-877-793-6795">1-877-793-6795</a><br />
  173. <strong>Course ID:</strong> <span id="handout-course-id1"></span><br />
  174. <strong>User ID:</strong> <span class="handout-user-id"></span>
  175. </li>
  176. <li>
  177. Course 2: After Filing - Debtor Education<br />
  178. <strong>Phone Number:</strong> <a href="tel:1-877-698-8028">1-877-698-8028</a><br />
  179. <strong>Course ID:</strong> <span id="handout-course-id2"></span><br />
  180. <strong>User ID:</strong> <span class="handout-user-id"></span>
  181. </li>
  182. <li>After completing the course, you will be automatically transferred to a DECAF counselor to complete your session and have your certificate issued. If you are not automatically transferred, you can reach a DECAF counselor at <a href="tel:1-866-859-7323">1-866-859-7323</a>. Let them know you have completed the DECAF phone course.</li>
  183. </ol>
  184. </div>
  185. <form id="email-client-handout">
  186. <input type="hidden" name="attorney_code" id="attorney_code" value="" />
  187. <input type="hidden" name="bkcase" id="bkcase" value="" />
  188. <input type="hidden" name="client_name" id="client_name" value="" />
  189. <input type="hidden" name="course_id_c1" id="course_id_c1" value="" />
  190. <input type="hidden" name="course_id_c2" id="course_id_c2" value="" />
  191. <input type="hidden" name="firm" id="firm" value="firm" />
  192. <input type="hidden" name="password" id="email-client-password" value="" />
  193. <input type="hidden" name="randomz" id="randomz" value="" />
  194. <input type="hidden" name="user_id" id="user_id" value="" />
  195. <input type="hidden" name="username" id="handout-form-username" value="" />
  196. <ul class="edit rounded">
  197. <li><input type="email" name="email_to" id="email_to" placeholder="Client Email Address" autocapitalize="off" autocomplete="off" autocorrect="off" /></li>
  198. </ul>
  199. <div style="margin-bottom: 10px; text-align: center;">
  200. <input type="button" name="email-submit" id="email-submit" value="Email to Client" />
  201. </div>
  202. </form>
  203. </div>
  204. <div id="settings">
  205. <div class="toolbar">
  206. <h1><img src="images/decaf-banner.png" alt="DECAF" /></h1>
  207. <a href="#" id="settings-back" class="back">Back</a>
  208. <a id="about-button" class="button slideup" href="#about">About</a>
  209. </div>
  210. <h1 class="page-title">Settings</h1>
  211. <form>
  212. <ul class="edit rounded">
  213. <li>Remember Me <span class="toggle"><input type="checkbox" name="settings-remember-me" id="settings-remember-me" /></span></li>
  214. </ul>
  215. </form>
  216. </div>
  217. <div id="about">
  218. <div class="logo">
  219. <img src="images/decaf-logo-transparent.png" alt="DECAF" />
  220. </div>
  221. <p><strong>DECAF iPhone App</strong><br />Version 1.0.1<br />Created by <a href="http://mojomedialabs.com/" rel="external">Mojo Media Labs</a></p>
  222. <p><em>Debt Education &amp; Certification Foundation (DECAF) provides credit counseling certificates as required before filing for bankruptcy and Debtor Education courses to be completed after filing.</em></p>
  223. <p><a href="https://www.bkcert.com/index.php" rel="external">Debt Education &amp; Certification Foundation</a><br/><span id="copyright">&copy; 2006-</span></p>
  224. <p><a href="#" id="rate-this-app">Rate this app!</p>
  225. <p><br /><a href="#" class="grayButton goback">Close</a></p>
  226. </div>
  227. </div>
  228. </body>
  229. </html>