Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Hope this is what you want. Feel free to report the changes.</p> <pre><code>&lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"&gt; &lt;/script&gt; &lt;link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"&gt; &lt;script type="text/javascript" src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"&gt;&lt;/script&gt; &lt;style&gt; .section { margin: 1.250em 0; padding: 1.6em 0.2em 1.0em; background-color: #f7f7f7; } .sectionTitle { font-size:16px; font-weight:bold; } .panel-group{ position:fixed; z-index:2147483647; width:100%; } &lt;/style&gt; &lt;div class="panel-group" id="errors"&gt; &lt;div class="panel panel-danger"&gt; &lt;div class="panel-heading"&gt; &lt;h4 class="panel-title"&gt; &lt;a class="accordion-toggle collapsed" data-toggle="collapse" data-parent="#accordion" href="#collapseOne"&gt; Error(s) &lt;/a&gt; &lt;/h4&gt; &lt;/div&gt; &lt;div id="collapseOne" class="panel-collapse collapse" style="height: 0px;"&gt; &lt;div class="panel-body"&gt; &lt;table class="table table-bordered"&gt; &lt;thead&gt; &lt;tr class="active"&gt; &lt;th&gt;Error Message&lt;/th&gt; &lt;th&gt;Error Code&lt;/th&gt; &lt;th&gt;Results&lt;/th&gt; &lt;/tr&gt; &lt;/thead&gt; &lt;/table&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="section" name="ClientInfo" id="ClientInfo"&gt; &lt;div class="row field sectionTitle"&gt; &lt;div class="col-md-6"&gt; &lt;span class="section-title"&gt;Section: Client Info &lt;/span&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="row field"&gt; &lt;!-- row starts ---&gt; &lt;div class="col-xs-6 col-sm-6 col-md-6 form-inline"&gt; &lt;!-- column 2 --&gt; &lt;label class="pocLabel"&gt; &lt;span style="color:red;"&gt;*&lt;/span&gt; Customer First Name&lt;/label&gt; &lt;input type="text" name="FirstName" class="form-control" required=""&gt; &lt;/div&gt; &lt;div class="col-xs-6 col-sm-6 col-md-6 form-inline"&gt; &lt;!-- column 1 --&gt; &lt;label class="pocLabel"&gt; &lt;span style="color:red;"&gt;*&lt;/span&gt; Customer Last Name&lt;/label&gt; &lt;input type="text" name="LastName" class="form-control" required=""&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- row ends --&gt; &lt;/div&gt; &lt;div class="section" name="ClientInformation" id="ClientInformation"&gt; &lt;div class="row field sectionTitle"&gt; &lt;div class="col-md-6"&gt; &lt;span class="section-title"&gt;Section: Address Information &lt;/span&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="row field"&gt; &lt;!-- row starts ---&gt; &lt;div class="col-xs-6 col-sm-6 col-md-6 form-inline"&gt; &lt;!-- column 2 --&gt; &lt;label class="pocLabel"&gt; &lt;span style="color:red;"&gt;*&lt;/span&gt; Street Address&lt;/label&gt; &lt;input type="text" name="FirstName" class="form-control" required=""&gt; &lt;/div&gt; &lt;div class="col-xs-6 col-sm-6 col-md-6 form-inline"&gt; &lt;!-- column 1 --&gt; &lt;label class="pocLabel"&gt; &lt;span style="color:red;"&gt;*&lt;/span&gt; Apt&lt;/label&gt; &lt;input type="text" name="LastName" class="form-control" required=""&gt; &lt;/div&gt; &lt;/div&gt; &lt;!-- row ends --&gt; &lt;div class="row field"&gt; &lt;!-- row starts ---&gt; &lt;div class="col-xs-6 col-sm-6 col-md-6 form-inline"&gt; &lt;!-- column 2 --&gt; &lt;label class="pocLabel"&gt; &lt;span style="color:red;"&gt;*&lt;/span&gt; City&lt;/label&gt; &lt;input type="text" name="FirstName" class="form-control" required=""&gt; &lt;/div&gt; &lt;div class="col-xs-6 col-sm-6 col-md-6 form-inline"&gt; &lt;!-- column 1 --&gt; &lt;label class="pocLabel"&gt; &lt;span style="color:red;"&gt;*&lt;/span&gt; Country&lt;/label&gt; &lt;input type="text" name="LastName" class="form-control" required=""&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload