Created
November 14, 2014 21:21
-
-
Save WilCF/e2ed0e49f41e90a3b789 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cml:group only-if="able_to_classify:[Yes]"> | |
<cml:select label="Please choose the best classification for the company from the following choices:" id="drop" name="drop"> | |
<cml:option label="Please select one of the following choices..." /> | |
<cml:option label="*****MOST COMMON CLASSIFICATIONS*****" /> | |
<cml:option label="Investment Advisor" /> | |
<cml:option label="Corporation" /> | |
<cml:option label="Hedge Fund Manager" /> | |
<cml:option label="Bank" /> | |
<cml:option label="Government" /> | |
<cml:option label="*****OTHER CLASSIFICATIONS*****" /> | |
<cml:option label="Endowment" /> | |
<cml:option label="Insurance Company" /> | |
<cml:option label="Pension Fund" /> | |
<cml:option label="Private Equity" /> | |
<cml:option label="Holding Company" /> | |
<cml:option label="Venture Capital" /> | |
</cml:select> | |
</cml:group> | |
<cml:group name="my_group" label="" only-if="drop:[5]"> | |
<br clear="both" /> | |
<br /> | |
<br /> | |
<div class="row-fluid"> | |
<div class="gray-frame"> | |
<span class="label label-important">Important</span> You have chosen "Bank". <span class="cml-orange">Are you sure?</span> Check that all of the properties below match, if mentioned in search terms: | |
<br /> | |
<br /> | |
<ul> | |
<li>POINT 1</li> | |
<li>POINT 2</li> | |
<li>POINT 3</li> | |
</ul> | |
<br /><b>Consider changing your answer, read the instructions again or you may go on to the next question if you're sure that this product is indeed 'bank'.</b> | |
</div> | |
</div> | |
</cml:group> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment