Browse Source

DIV-908: Added drop down questions on Step1.

pull/160/head
Charles Shin 6 years ago
parent
commit
fcd903b2fb
1 changed files with 45 additions and 0 deletions
  1. +45
    -0
      edivorce/apps/core/templates/question/01_orders.html

+ 45
- 0
edivorce/apps/core/templates/question/01_orders.html View File

@ -49,6 +49,7 @@ asked to provide details for each request.</p>
<b>Spousal support</b>
</label>
</div>
<div class="collapse-trigger collapsed" data-toggle="collapse"
aria-expanded="false" data-target="#collapseExample2"
aria-controls="collapseExample">
@ -65,6 +66,7 @@ asked to provide details for each request.</p>
from child support. Unlike child support, spousal support
is not a right in every case. You are entitled to spousal
support in certain situations.
</p>
<p>The objectives of spousal support are to:</p>
<ul>
<li>Deal with any economic advantages or disadvantages a
@ -85,6 +87,20 @@ asked to provide details for each request.</p>
</p>
</div>
</div>
<div class="collapse-trigger collapsed" data-toggle="collapse"
aria-expanded="false" data-target="#collapseSpousalSupport"
aria-controls="collapseSpousalSupport">
<div>
What if I already have a <b>Separation Agreement</b> or <b>Court Order</b> that deals with Spousal Support?
</div>
</div>
<div class="collapse" id="collapseSpousalSupport">
<div>
<p>
If you have a Separation Agreement or court order that deals with Spousal Support that you and your spouse do not wish changed, you may choose <b>NOT</b> to select this option.
</p>
</div>
</div>
<div class="information-message bg-danger" id="spouse_support_alert" hidden>
<p>
If you and your spouse have already agreed on spousal support
@ -141,6 +157,21 @@ asked to provide details for each request.</p>
what has been agreed).
</p>
</div>
<div class="collapse-trigger collapsed" data-toggle="collapse"
aria-expanded="false" data-target="#collapseDivision"
aria-controls="collapseDivision">
<div>
What if I already have a <b>Separation Agreement</b> or <b>Court Order</b> that deals with Division of Property and Debts?
</div>
</div>
<div class="collapse" id="collapseDivision">
<div>
<p>
If you have a Separation Agreement or court order that deals with Division of Property and Debts that you and your spouse do not wish changed, you may choose <b>NOT</b> to select this option.
</p>
</div>
</div>
</div>
<div class="question-well">
@ -199,6 +230,20 @@ asked to provide details for each request.</p>
</p>
</div>
</div>
<div class="collapse-trigger collapsed" data-toggle="collapse"
aria-expanded="false" data-target="#collapseOrders"
aria-controls="collapseOrders">
<div>
What if I already have a <b>Separation Agreement</b> or <b>Court Order</b> that deals with Orders Pertaining to Children?
</div>
</div>
<div class="collapse" id="collapseOrders">
<div>
<p>
If you have a Separation Agreement or court order that deals with your issues Pertaining to Children that you and your spouse do not wish changed, you may choose <b>NOT</b> to select this option.
</p>
</div>
</div>
<div class="information-message bg-danger" id="child_support_alert" hidden>
<p><strong>Asking for Orders Pertaining to Children in Provincial or Supreme Court.</strong></p>


Loading…
Cancel
Save