Created
January 25, 2012 17:44
-
-
Save garyt/1677542 to your computer and use it in GitHub Desktop.
UCB evalsys full display markup
This file contains hidden or 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
<div rsf:id="fullDisplay:" class="display-full horizontal"> | |
<!-- FULL DISPLAY --> | |
<ol> | |
<li> | |
<input type="radio" rsf:id="radioValue" id="full1"/> | |
<label for="full1" rsf:id="radioLabel">full label</label> | |
</li> | |
<li> | |
<input type="radio" rsf:id="radioValue" id="full2"/> | |
<label for="full2" rsf:id="radioLabel">full label</label> | |
</li> | |
<li> | |
<input type="radio" rsf:id="radioValue" id="full3"/> | |
<label for="full3" rsf:id="radioLabel">full label</label> | |
</li> | |
<!-- Not applicable option? --> | |
<li rsf:id="showNA:"> | |
<input type="radio" rsf:id="na-input" id="full4"/> | |
<label for="full4" rsf:id="na-desc">full label</label> | |
</li> | |
</ol> | |
<!-- DIV tag for full display | |
<div rsf:id="dummyRadio" /> | |
<table border="0" cellspacing="0" cellpadding="0" width="100%" class="fullDisplayHorizontalScale fullDisplayHorizontal"> | |
<tr> | |
<td nowrap="nowrap" align="center" style="height:24px;" rsf:id="scaleOption:"> | |
<span style="padding:.3em .5em"> | |
<label for="full1" style="font-weight:bold;" rsf:id="radioLabel">full label</label> | |
<input type="radio" rsf:id="radioValue" id="full1" name="vertical" /> | |
</span> | |
</td> | |
<td nowrap="nowrap" align="center" style="height:24px;" rsf:id="scaleOption:"> | |
<span style="padding:.3em .5em"> | |
<label for="full2" style="font-weight:bold;" rsf:id="radioLabel">full label</label> | |
<input type="radio" rsf:id="radioValue" id="full2" name="vertical" /> | |
</span> | |
</td> | |
<td nowrap="nowrap" align="center" style="height:24px;" rsf:id="scaleOption:"> | |
<span style="padding:.3em .5em"> | |
<label for="full3" style="font-weight:bold;" rsf:id="radioLabel">full label</label> | |
<input type="radio" rsf:id="radioValue" id="full3" name="vertical" /> | |
</span> | |
</td> | |
<td nowrap="nowrap" align="center" style="height:24px;" rsf:id="scaleOption:"> | |
<span style="padding:.3em .5em"> | |
<label for="full3" style="font-weight:bold;" rsf:id="radioLabel">full label</label> | |
<input type="radio" rsf:id="radioValue" id="full3" name="vertical" /> | |
</span> | |
</td> | |
</tr> | |
</table> | |
<div rsf:id="showNA:" style="width:auto;float:right;margin-top:-65px;"> | |
<span style="padding:.2em .5em;border:1px solid #ccc;background:transparent"> | |
<label rsf:id="na-desc" for="fc4" style="font-weight:bold;">full colored label</label> | |
<input type="radio" rsf:id="na-input" name="vertical" id="fc4" /> | |
</span> | |
</div> --> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment