diff options
author | Sam Ockman | 2012-06-25 02:22:33 -0400 |
---|---|---|
committer | Sam Ockman | 2012-06-25 02:22:33 -0400 |
commit | 47fdfa932d900ec9d235840ca17e06035f877fd3 (patch) | |
tree | 79b46dee02b5616da02f0c323f3d1bcf191101e5 | |
parent | 9ab5aa849d344ab49f48b6629eebf95177a6b530 (diff) | |
download | genenetwork2-47fdfa932d900ec9d235840ca17e06035f877fd3.tar.gz |
Creating a new css file for use with flask
-rwxr-xr-x | web/css/general_flask.css | 244 | ||||
-rwxr-xr-x | wqflask/wqflask/show_trait/DataEditingPage.py | 4 | ||||
-rw-r--r-- | wqflask/wqflask/templates/base.html | 2 | ||||
-rw-r--r-- | wqflask/wqflask/templates/trait_data_and_analysis.html | 1489 |
4 files changed, 274 insertions, 1465 deletions
diff --git a/web/css/general_flask.css b/web/css/general_flask.css new file mode 100755 index 00000000..7a54e7b8 --- /dev/null +++ b/web/css/general_flask.css @@ -0,0 +1,244 @@ +@import url(import.css); + +body +{ + font-family : verdana, geneva, lucida, 'lucida grande', arial, helvetica; + font-weight : Normal; +} + +Blockquote { + margin : 14px 18px 14px 18px; +} + +/*Font size*/ +.fs10 {font-size : 10px} +.fs11 {font-size : 11px} +.fs12 {font-size : 12px} +.fs13 {font-size : 13px} +.fs14 {font-size : 14px} +.fs15 {font-size : 15px} +.fs16 {font-size : 16px} +.fs17 {font-size : 17px} + +/*Font Weight*/ +.fwb {font-weight : Bold} +.fwn {font-weight : Normal} + +/*Font Style*/ +.fsI {font-style : Italic} + +/*Font family*/ +.ffv {font-family : verdana, geneva, lucida, 'lucida grande', arial, helvetica;} +.ffl {font-family : lucida, verdana, 'lucida grande', helvetica, arial, geneva;} +.ffmono {font-family : "CourierNew", Courier, mono;} + +/*Color*/ +.cr {color : #f00} +.cg {color : #0f0} +.cdg {color : darkgreen} +.cb {color : #00f} +.c222 {color : #222} +.c999 {color : #999} +.c00d {color : #00d} +.cori {color : #CC9933} +.crb {color : royalblue} +.cw {color : #fff} +.cbl {color : #000000} +.cydull {color : #cfcf32} +.cdefault {color : #503A7D} + +/*backColor*/ +.cbr {background-color : #f00} +.cbg {background-color : #0f0} +.cbdg {background-color : darkgreen} +.cbb {background-color : #00f} +.cb222 {background-color : #222} +.cbg22t {background-color : #FF6} +.cbg22c {background-color : #5CB3FF} +.cbg2C {background-color : #1569C7} +.cbg22a {background-color : #F66} +.cbg22g {background-color : #CF9} +.cb00d {background-color : #00d} +.cb222 {background-color : #222} +.cbeee {background-color : #eee} +.cbori {background-color : #CC9933} +.cbrb {background-color : royalblue} +.cbdb {background-color : #2D2DB5} +.cbw {background-color : #fff} +.cbydull {background-color : #cfcf32} +.cbrdull {background-color : #c33232} +.cbgdull {background-color : #32c332} +.cbbdull {background-color : #1569C7} +.cbpdull {background-color : #c332c3} +.cbccc {background-color : #ccc} +.cbddf {background-color : #ddf} + +.nowrap {white-space: nowrap;} + +/*Table Cell*/ +.collap {border-collapse : collapse;} + +TH.header { + background-image: url(/images/bg.gif); + background-color: #4169E1; + cursor: pointer; + background-repeat: no-repeat; + background-position: center left; + padding-left: 20px; + margin-left: -1px; +} +TH.headerSortUp { + background-image: url(/images/desc.gif); + background-color: #4169E1; +} +TH.headerSortDown { + background-image: url(/images/asc.gif); + background-color: #4169E1; +} + +TD, P {color : #222222; font-size : 13px} +TD.b1 {border : 1px solid #999999; padding : 3px;} +TH.b1 {border : 1px solid #999999; padding : 3px;} +TD.bt1 {border-top : 1px solid #999999; padding : 3px;} +TD.bb1 {border-bottom : 1px solid #999999; padding : 3px;} + +.b2 {border : 2px solid royalblue; padding : 3px;} + +.bd1 {border : 1px dashed #999999; padding : 6px;} + +TD.outlier {background-color : yellow;} + +TR.alt td { + background: #e6e8fa; +} + +TR.over td { + background: #82CFFD; +} + +/*Table Row*/ +.toggleShowHide { color : #0000DD; cursor: pointer;} +.invisible {display: none;} + +/*Link*/ +A.font_black:link {color: #000000; text-decoration : None} +A.font_black:active {color: #000000; text-decoration : None} +A.font_black:hover {color: #000000; text-decoration : None} +A.font_black:visited {color: #000000; text-decoration : None} + +A {font-family : lucida, 'lucida grande', verdana, helvetica, arial, geneva; + font-weight : Bold; font-size : 13px; text-decoration : None} + +A:link, A:visited {color : #0000DD; text-decoration : None} + +A:active {color : #FF0000; text-decoration : None} + +A:hover {color : #FF0000; text-decoration : None} + +A.background_grey {background:#dddddd;padding:2;} + +A.non_bold {font-weight : Normal; color : #0000DD;} + +/*Border Style*/ +.solidBorder {border : 1px solid #CCCCCC; padding : 2px;} +.doubleBorder {border : double #AAAAAA; padding : 2px;} + +/*Title style*/ +.title {font-weight:Bold; color:#222222; font-size:16px} + +.subtitle {font-family : lucida, verdana, 'lucida grande', helvetica, arial, geneva; + font-weight:Bold; font-size:14px; color:#000082} + +.sectionheader {font-family : arial, verdana, 'lucida grande', helvetica, lucida, geneva; + font-weight:Bold; font-size:14px; vertical-align: middle; display:block; color:#000000; background-color:#DDDDDD; line-height:24px; height:24px;} + +/*drop shadow*/ +#v3 .wrap1 {background:url(/images/shadow/shadow.gif) right bottom no-repeat;} +#v3 .wrap2 {background:url(/images/shadow/corner_bl.gif) -12px 100% no-repeat;} +#v3 .wrap3 { + padding:0 9px 9px 0; + background:url(/images/shadow/corner_tr.gif) 100% -12px no-repeat;} + + +/*steal from google*/ + + .tabsTableBox { + width:100%; + border-spacing:0; + border-collapse:collapse; + margin-top:5px; + font-size:smaller; + text-align:center; + } + .tabsTableBox td { + padding-right:5px; + padding-left:5px; + padding-bottom:3px; + } + +/*For making the Custom Strain box in snpBrowser.py a default width, instead of looking weird always*/ +.customBoxWidth { + width: 143px; +} + .selectedBox { + border-top:1px solid #676767; + border-right:1px solid #676767; + border-left:1px solid #676767; + width:80; + font-weight:bolder; + color:#3366cc; + font-size:12px; + } + .unselectedBox { + background-color:#dddddd; + border-top:1px solid #aaaaaa; + width:80; + border-right:1px solid #aaaaaa; + border-left:1px solid #aaaaaa; + border-bottom:1px solid #676767; + font-size:12px; + } + + .spacerTabBox { + border-bottom:1px solid #676767; + width:5px; + } + + .emptyTabBox { + border-bottom:1px solid #676767; + } + +/*For font color of 'Get Any' and 'Combined' in the main page*/ +.searchtip +{ +color: #999999; +} + + +/*For font style and color of commands and keywords in the scriptable interface page*/ +.keywords +{ +font-family : "CourierNew", Courier, mono; +font-size : 15px; +color : #0000FF; +font-weight : Normal +} +/*For RIsample.html page*/ +.strains +{ +border:1px solid #999999; +border-top:1px solid #940; +border-bottom:1px solid #940; +padding:5; +background-color:#ddf; +font-family:verdana; +} +.values +{ +border:1px solid #999999; +border-top:1px solid #940; +border-bottom:1px solid #940; +padding:5; +background-color:#eee; +font-family:courier; +} diff --git a/wqflask/wqflask/show_trait/DataEditingPage.py b/wqflask/wqflask/show_trait/DataEditingPage.py index 39aa19ae..fa343535 100755 --- a/wqflask/wqflask/show_trait/DataEditingPage.py +++ b/wqflask/wqflask/show_trait/DataEditingPage.py @@ -1803,12 +1803,12 @@ class DataEditingPage(templatePage): #rowClassName = 'novalue ' else: if (thisval >= upperBound) or (thisval <= lowerBound): - strain['outlier'] = True + strain['outlier'] = "outlier" # We're going to use this as a class, so we want it to be a word #className = 'fs13 b1 c222 outlier ' #valueClassName = 'fs13 b1 c222 valueField ' #rowClassName = 'outlier' else: - strain['outlier'] = False + strain['outlier'] = "not_outlier" #className = 'fs13 b1 c222 ' #valueClassName = 'fs13 b1 c222 valueField ' #rowClassName = ' ' diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html index 117d26fb..6776a71c 100644 --- a/wqflask/wqflask/templates/base.html +++ b/wqflask/wqflask/templates/base.html @@ -11,7 +11,7 @@ <META NAME="geo.placename" CONTENT ="Memphis, TN" > <META NAME="geo.region" CONTENT="US-TN"> - <LINK REL="stylesheet" TYPE="text/css" HREF='/css/general.css'> + <LINK REL="stylesheet" TYPE="text/css" HREF='/css/general_flask.css'> <LINK REL="stylesheet" TYPE="text/css" HREF='/css/menu.css'> <link rel="stylesheet" media="all" type="text/css" href="/css/tabbed_pages.css" /> <LINK REL="apple-touch-icon" href="/images/ipad_icon3.png" /> diff --git a/wqflask/wqflask/templates/trait_data_and_analysis.html b/wqflask/wqflask/templates/trait_data_and_analysis.html index 39174425..c3bdd787 100644 --- a/wqflask/wqflask/templates/trait_data_and_analysis.html +++ b/wqflask/wqflask/templates/trait_data_and_analysis.html @@ -3059,1469 +3059,34 @@ <th class="fs13 fwb ff1 b1 cw cbrb" align="right" width="80">SE</th> </tr> - <tr class="" id="Primary_1"> - <td class="fs13 b1 c222" align="right" width="45">1 <input type="checkbox" name="selectCheck" class="checkbox" value="B6D2F1" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">B6D2F1</span></td> - - <td class="fs13 b1 c222" id="value_0_primary" align="right" width="70"><input type="text" name="B6D2F1" class= - "fs13 b1 c222 valueField 6.214" value="6.214" size="8" maxlength="8" onchange= - "javascript:this.form['_2nd_B6D2F1'].value=this.form['B6D2F1'].value;" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_0_primary" align="right" width="80"><input type="text" name="VB6D2F1" class= - "fs13 b1 c222 valueField 0.269" value="0.269" size="8" maxlength="8" onchange= - "javascript:this.form['V_2nd_B6D2F1'].value=this.form['VB6D2F1'].value;" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_2"> - <td class="fs13 b1 c222" align="right" width="45">2 <input type="checkbox" name="selectCheck" class="checkbox" value="D2B6F1" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">D2B6F1</span></td> - - <td class="fs13 b1 c222" id="value_1_primary" align="right" width="70"><input type="text" name="D2B6F1" class= - "fs13 b1 c222 valueField 6.124" value="6.124" size="8" maxlength="8" onchange= - "javascript:this.form['_2nd_D2B6F1'].value=this.form['D2B6F1'].value;" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_1_primary" align="right" width="80"><input type="text" name="VD2B6F1" class= - "fs13 b1 c222 valueField 0.123" value="0.123" size="8" maxlength="8" onchange= - "javascript:this.form['V_2nd_D2B6F1'].value=this.form['VD2B6F1'].value;" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_3"> - <td class="fs13 b1 c222" align="right" width="45">3 <input type="checkbox" name="selectCheck" class="checkbox" value="C57BL/6J" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">C57BL/6J</span></td> - - <td class="fs13 b1 c222" id="value_2_primary" align="right" width="70"><input type="text" name="C57BL/6J" class= - "fs13 b1 c222 valueField 6.16" value="6.160" size="8" maxlength="8" onchange= - "javascript:this.form['_2nd_C57BL6J'].value=this.form['C57BL6J'].value;" style= - "text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_2_primary" align="right" width="80"><input type="text" name="VC57BL/6J" class= - "fs13 b1 c222 valueField 0.298" value="0.298" size="8" maxlength="8" onchange= - "javascript:this.form['V_2nd_C57BL6J'].value=this.form['VC57BL6J'].value;" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_4"> - <td class="fs13 b1 c222" align="right" width="45">4 <input type="checkbox" name="selectCheck" class="checkbox" value="DBA/2J" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">DBA/2J</span></td> - - <td class="fs13 b1 c222" id="value_3_primary" align="right" width="70"><input type="text" name="DBA/2J" class= - "fs13 b1 c222 valueField 6.126" value="6.126" size="8" maxlength="8" onchange= - "javascript:this.form['_2nd_DBA2J'].value=this.form['DBA2J'].value;" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_3_primary" align="right" width="80"><input type="text" name="VDBA/2J" class= - "fs13 b1 c222 valueField 0.011" value="0.011" size="8" maxlength="8" onchange= - "javascript:this.form['V_2nd_DBA2J'].value=this.form['VDBA2J'].value;" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_5"> - <td class="fs13 b1 c222" align="right" width="45">5 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD1" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD1</span></td> - - <td class="fs13 b1 c222" id="value_4_primary" align="right" width="70"><input type="text" name="BXD1" class= - "fs13 b1 c222 valueField 5.814" value="5.814" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_4_primary" align="right" width="80"><input type="text" name="VBXD1" class= - "fs13 b1 c222 valueField 0.123" value="0.123" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_6"> - <td class="fs13 b1 c222" align="right" width="45">6 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD2" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD2</span></td> - - <td class="fs13 b1 c222" id="value_5_primary" align="right" width="70"><input type="text" name="BXD2" class= - "fs13 b1 c222 valueField 6.033" value="6.033" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_5_primary" align="right" width="80"><input type="text" name="VBXD2" class= - "fs13 b1 c222 valueField 0.187" value="0.187" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_7"> - <td class="fs13 b1 c222" align="right" width="45">7 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD5" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD5</span></td> - - <td class="fs13 b1 c222" id="value_6_primary" align="right" width="70"><input type="text" name="BXD5" class= - "fs13 b1 c222 valueField 6.017" value="6.017" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_6_primary" align="right" width="80"><input type="text" name="VBXD5" class= - "fs13 b1 c222 valueField 0.315" value="0.315" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_8"> - <td class="fs13 b1 c222" align="right" width="45">8 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD6" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD6</span></td> - - <td class="fs13 b1 c222" id="value_7_primary" align="right" width="70"><input type="text" name="BXD6" class= - "fs13 b1 c222 valueField 6.156" value="6.156" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_7_primary" align="right" width="80"><input type="text" name="VBXD6" class= - "fs13 b1 c222 valueField 0.008" value="0.008" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_9"> - <td class="fs13 b1 c222" align="right" width="45">9 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD8" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD8</span></td> - - <td class="fs13 b1 c222" id="value_8_primary" align="right" width="70"><input type="text" name="BXD8" class= - "fs13 b1 c222 valueField 6.084" value="6.084" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_8_primary" align="right" width="80"><input type="text" name="VBXD8" class= - "fs13 b1 c222 valueField 0.142" value="0.142" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_10"> - <td class="fs13 b1 c222" align="right" width="45">10 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD9" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD9</span></td> - - <td class="fs13 b1 c222" id="value_9_primary" align="right" width="70"><input type="text" name="BXD9" class= - "fs13 b1 c222 valueField 5.848" value="5.848" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_9_primary" align="right" width="80"><input type="text" name="VBXD9" class= - "fs13 b1 c222 valueField 0.28" value="0.280" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_11"> - <td class="fs13 b1 c222" align="right" width="45">11 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD11" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD11</span></td> - - <td class="fs13 b1 c222" id="value_10_primary" align="right" width="70"><input type="text" name="BXD11" class= - "fs13 b1 c222 valueField 5.8" value="5.800" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_10_primary" align="right" width="80"><input type="text" name="VBXD11" class= - "fs13 b1 c222 valueField 0.176" value="0.176" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_12"> - <td class="fs13 b1 c222" align="right" width="45">12 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD12" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD12</span></td> - - <td class="fs13 b1 c222" id="value_11_primary" align="right" width="70"><input type="text" name="BXD12" class= - "fs13 b1 c222 valueField 5.949" value="5.949" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_11_primary" align="right" width="80"><input type="text" name="VBXD12" class= - "fs13 b1 c222 valueField 0.052" value="0.052" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="outlier" id="Primary_13"> - <td class="fs13 b1 c222 outlier" align="right" width="45">13 <input type="checkbox" name="selectCheck" class="checkbox" value= - "BXD13" onclick="highlight(this)"></td> - - <td class="fs13 b1 c222 outlier" align="right" width="100"><span class="fs14 fwn ffl">BXD13</span></td> - - <td class="fs13 b1 c222 outlier" id="value_12_primary" align="right" width="70"><input type="text" name="BXD13" class= - "fs13 b1 c222 valueField 6.531" value="6.531" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222 outlier" align="center" width="20">±</td> - - <td class="fs13 b1 c222 outlier" id="SE_12_primary" align="right" width="80"><input type="text" name="VBXD13" class= - "fs13 b1 c222 valueField 0.566" value="0.566" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="novalue" id="Primary_14"> - <td class="fs13 b1 c222" align="right" width="45">14 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD14" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD14</span></td> - - <td class="fs13 b1 c222" id="value_13_primary" align="right" width="70"><input type="text" name="BXD14" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_13_primary" align="right" width="80"><input type="text" name="VBXD14" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_15"> - <td class="fs13 b1 c222" align="right" width="45">15 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD15" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD15</span></td> - - <td class="fs13 b1 c222" id="value_14_primary" align="right" width="70"><input type="text" name="BXD15" class= - "fs13 b1 c222 valueField 6.019" value="6.019" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_14_primary" align="right" width="80"><input type="text" name="VBXD15" class= - "fs13 b1 c222 valueField 0.103" value="0.103" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_16"> - <td class="fs13 b1 c222" align="right" width="45">16 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD16" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD16</span></td> - - <td class="fs13 b1 c222" id="value_15_primary" align="right" width="70"><input type="text" name="BXD16" class= - "fs13 b1 c222 valueField 6.048" value="6.048" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_15_primary" align="right" width="80"><input type="text" name="VBXD16" class= - "fs13 b1 c222 valueField 0.209" value="0.209" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="novalue" id="Primary_17"> - <td class="fs13 b1 c222" align="right" width="45">17 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD18" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD18</span></td> - - <td class="fs13 b1 c222" id="value_16_primary" align="right" width="70"><input type="text" name="BXD18" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_16_primary" align="right" width="80"><input type="text" name="VBXD18" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_18"> - <td class="fs13 b1 c222" align="right" width="45">18 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD19" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD19</span></td> - - <td class="fs13 b1 c222" id="value_17_primary" align="right" width="70"><input type="text" name="BXD19" class= - "fs13 b1 c222 valueField 6.052" value="6.052" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_17_primary" align="right" width="80"><input type="text" name="VBXD19" class= - "fs13 b1 c222 valueField 0.312" value="0.312" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_19"> - <td class="fs13 b1 c222" align="right" width="45">19 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD20" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD20</span></td> - - <td class="fs13 b1 c222" id="value_18_primary" align="right" width="70"><input type="text" name="BXD20" class= - "fs13 b1 c222 valueField 5.85" value="5.850" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_18_primary" align="right" width="80"><input type="text" name="VBXD20" class= - "fs13 b1 c222 valueField 0.226" value="0.226" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_20"> - <td class="fs13 b1 c222" align="right" width="45">20 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD21" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD21</span></td> - - <td class="fs13 b1 c222" id="value_19_primary" align="right" width="70"><input type="text" name="BXD21" class= - "fs13 b1 c222 valueField 6.108" value="6.108" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_19_primary" align="right" width="80"><input type="text" name="VBXD21" class= - "fs13 b1 c222 valueField 0.155" value="0.155" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_21"> - <td class="fs13 b1 c222" align="right" width="45">21 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD22" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD22</span></td> - - <td class="fs13 b1 c222" id="value_20_primary" align="right" width="70"><input type="text" name="BXD22" class= - "fs13 b1 c222 valueField 6.046" value="6.046" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_20_primary" align="right" width="80"><input type="text" name="VBXD22" class= - "fs13 b1 c222 valueField 0.151" value="0.151" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_22"> - <td class="fs13 b1 c222" align="right" width="45">22 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD23" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD23</span></td> - - <td class="fs13 b1 c222" id="value_21_primary" align="right" width="70"><input type="text" name="BXD23" class= - "fs13 b1 c222 valueField 6.168" value="6.168" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_21_primary" align="right" width="80"><input type="text" name="VBXD23" class= - "fs13 b1 c222 valueField 0.122" value="0.122" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="novalue" id="Primary_23"> - <td class="fs13 b1 c222" align="right" width="45">23 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD24a" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD24a</span></td> - - <td class="fs13 b1 c222" id="value_22_primary" align="right" width="70"><input type="text" name="BXD24a" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_22_primary" align="right" width="80"><input type="text" name="VBXD24a" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_24"> - <td class="fs13 b1 c222" align="right" width="45">24 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD24" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD24</span></td> - - <td class="fs13 b1 c222" id="value_23_primary" align="right" width="70"><input type="text" name="BXD24" class= - "fs13 b1 c222 valueField 6.046" value="6.046" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_23_primary" align="right" width="80"><input type="text" name="VBXD24" class= - "fs13 b1 c222 valueField 0.097" value="0.097" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="novalue" id="Primary_25"> - <td class="fs13 b1 c222" align="right" width="45">25 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD25" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD25</span></td> - - <td class="fs13 b1 c222" id="value_24_primary" align="right" width="70"><input type="text" name="BXD25" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_24_primary" align="right" width="80"><input type="text" name="VBXD25" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_26"> - <td class="fs13 b1 c222" align="right" width="45">26 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD27" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD27</span></td> - - <td class="fs13 b1 c222" id="value_25_primary" align="right" width="70"><input type="text" name="BXD27" class= - "fs13 b1 c222 valueField 6.372" value="6.372" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_25_primary" align="right" width="80"><input type="text" name="VBXD27" class= - "fs13 b1 c222 valueField 0.461" value="0.461" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_27"> - <td class="fs13 b1 c222" align="right" width="45">27 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD28" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD28</span></td> - - <td class="fs13 b1 c222" id="value_26_primary" align="right" width="70"><input type="text" name="BXD28" class= - "fs13 b1 c222 valueField 6.14" value="6.140" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_26_primary" align="right" width="80"><input type="text" name="VBXD28" class= - "fs13 b1 c222 valueField 0.021" value="0.021" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_28"> - <td class="fs13 b1 c222" align="right" width="45">28 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD29" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD29</span></td> - - <td class="fs13 b1 c222" id="value_27_primary" align="right" width="70"><input type="text" name="BXD29" class= - "fs13 b1 c222 valueField 6.212" value="6.212" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_27_primary" align="right" width="80"><input type="text" name="VBXD29" class= - "fs13 b1 c222 valueField 0.237" value="0.237" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="novalue" id="Primary_29"> - <td class="fs13 b1 c222" align="right" width="45">29 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD30" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD30</span></td> - - <td class="fs13 b1 c222" id="value_28_primary" align="right" width="70"><input type="text" name="BXD30" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_28_primary" align="right" width="80"><input type="text" name="VBXD30" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_30"> - <td class="fs13 b1 c222" align="right" width="45">30 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD31" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD31</span></td> - - <td class="fs13 b1 c222" id="value_29_primary" align="right" width="70"><input type="text" name="BXD31" class= - "fs13 b1 c222 valueField 6.332" value="6.332" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_29_primary" align="right" width="80"><input type="text" name="VBXD31" class= - "fs13 b1 c222 valueField 0.473" value="0.473" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_31"> - <td class="fs13 b1 c222" align="right" width="45">31 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD32" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD32</span></td> - - <td class="fs13 b1 c222" id="value_30_primary" align="right" width="70"><input type="text" name="BXD32" class= - "fs13 b1 c222 valueField 5.953" value="5.953" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_30_primary" align="right" width="80"><input type="text" name="VBXD32" class= - "fs13 b1 c222 valueField 0.297" value="0.297" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_32"> - <td class="fs13 b1 c222" align="right" width="45">32 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD33" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD33</span></td> - - <td class="fs13 b1 c222" id="value_31_primary" align="right" width="70"><input type="text" name="BXD33" class= - "fs13 b1 c222 valueField 6.022" value="6.022" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_31_primary" align="right" width="80"><input type="text" name="VBXD33" class= - "fs13 b1 c222 valueField 0.093" value="0.093" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_33"> - <td class="fs13 b1 c222" align="right" width="45">33 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD34" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD34</span></td> - - <td class="fs13 b1 c222" id="value_32_primary" align="right" width="70"><input type="text" name="BXD34" class= - "fs13 b1 c222 valueField 6.421" value="6.421" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_32_primary" align="right" width="80"><input type="text" name="VBXD34" class= - "fs13 b1 c222 valueField 0.567" value="0.567" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="novalue" id="Primary_34"> - <td class="fs13 b1 c222" align="right" width="45">34 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD35" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD35</span></td> - - <td class="fs13 b1 c222" id="value_33_primary" align="right" width="70"><input type="text" name="BXD35" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_33_primary" align="right" width="80"><input type="text" name="VBXD35" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="novalue" id="Primary_35"> - <td class="fs13 b1 c222" align="right" width="45">35 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD36" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD36</span></td> - - <td class="fs13 b1 c222" id="value_34_primary" align="right" width="70"><input type="text" name="BXD36" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_34_primary" align="right" width="80"><input type="text" name="VBXD36" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="novalue" id="Primary_36"> - <td class="fs13 b1 c222" align="right" width="45">36 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD37" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD37</span></td> - - <td class="fs13 b1 c222" id="value_35_primary" align="right" width="70"><input type="text" name="BXD37" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_35_primary" align="right" width="80"><input type="text" name="VBXD37" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_37"> - <td class="fs13 b1 c222" align="right" width="45">37 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD38" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD38</span></td> - - <td class="fs13 b1 c222" id="value_36_primary" align="right" width="70"><input type="text" name="BXD38" class= - "fs13 b1 c222 valueField 5.986" value="5.986" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_36_primary" align="right" width="80"><input type="text" name="VBXD38" class= - "fs13 b1 c222 valueField 0.044" value="0.044" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_38"> - <td class="fs13 b1 c222" align="right" width="45">38 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD39" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD39</span></td> - - <td class="fs13 b1 c222" id="value_37_primary" align="right" width="70"><input type="text" name="BXD39" class= - "fs13 b1 c222 valueField 5.928" value="5.928" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_37_primary" align="right" width="80"><input type="text" name="VBXD39" class= - "fs13 b1 c222 valueField 0.197" value="0.197" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_39"> - <td class="fs13 b1 c222" align="right" width="45">39 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD40" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD40</span></td> - - <td class="fs13 b1 c222" id="value_38_primary" align="right" width="70"><input type="text" name="BXD40" class= - "fs13 b1 c222 valueField 5.966" value="5.966" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_38_primary" align="right" width="80"><input type="text" name="VBXD40" class= - "fs13 b1 c222 valueField 0.008" value="0.008" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="novalue" id="Primary_40"> - <td class="fs13 b1 c222" align="right" width="45">40 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD41" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD41</span></td> - - <td class="fs13 b1 c222" id="value_39_primary" align="right" width="70"><input type="text" name="BXD41" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_39_primary" align="right" width="80"><input type="text" name="VBXD41" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_41"> - <td class="fs13 b1 c222" align="right" width="45">41 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD42" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD42</span></td> - - <td class="fs13 b1 c222" id="value_40_primary" align="right" width="70"><input type="text" name="BXD42" class= - "fs13 b1 c222 valueField 6.102" value="6.102" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_40_primary" align="right" width="80"><input type="text" name="VBXD42" class= - "fs13 b1 c222 valueField 0.392" value="0.392" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_42"> - <td class="fs13 b1 c222" align="right" width="45">42 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD43" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD43</span></td> - - <td class="fs13 b1 c222" id="value_41_primary" align="right" width="70"><input type="text" name="BXD43" class= - "fs13 b1 c222 valueField 5.956" value="5.956" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_41_primary" align="right" width="80"><input type="text" name="VBXD43" class= - "fs13 b1 c222 valueField 0.117" value="0.117" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_43"> - <td class="fs13 b1 c222" align="right" width="45">43 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD44" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD44</span></td> - - <td class="fs13 b1 c222" id="value_42_primary" align="right" width="70"><input type="text" name="BXD44" class= - "fs13 b1 c222 valueField 5.94" value="5.940" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_42_primary" align="right" width="80"><input type="text" name="VBXD44" class= - "fs13 b1 c222 valueField 0.223" value="0.223" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_44"> - <td class="fs13 b1 c222" align="right" width="45">44 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD45" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD45</span></td> - - <td class="fs13 b1 c222" id="value_43_primary" align="right" width="70"><input type="text" name="BXD45" class= - "fs13 b1 c222 valueField 6.121" value="6.121" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_43_primary" align="right" width="80"><input type="text" name="VBXD45" class= - "fs13 b1 c222 valueField 0.094" value="0.094" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_45"> - <td class="fs13 b1 c222" align="right" width="45">45 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD48" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD48</span></td> - - <td class="fs13 b1 c222" id="value_44_primary" align="right" width="70"><input type="text" name="BXD48" class= - "fs13 b1 c222 valueField 6.125" value="6.125" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_44_primary" align="right" width="80"><input type="text" name="VBXD48" class= - "fs13 b1 c222 valueField 0.304" value="0.304" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="novalue" id="Primary_46"> - <td class="fs13 b1 c222" align="right" width="45">46 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD49" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD49</span></td> - - <td class="fs13 b1 c222" id="value_45_primary" align="right" width="70"><input type="text" name="BXD49" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_45_primary" align="right" width="80"><input type="text" name="VBXD49" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_47"> - <td class="fs13 b1 c222" align="right" width="45">47 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD50" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD50</span></td> - - <td class="fs13 b1 c222" id="value_46_primary" align="right" width="70"><input type="text" name="BXD50" class= - "fs13 b1 c222 valueField 5.974" value="5.974" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_46_primary" align="right" width="80"><input type="text" name="VBXD50" class= - "fs13 b1 c222 valueField 0.249" value="0.249" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_48"> - <td class="fs13 b1 c222" align="right" width="45">48 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD51" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD51</span></td> - - <td class="fs13 b1 c222" id="value_47_primary" align="right" width="70"><input type="text" name="BXD51" class= - "fs13 b1 c222 valueField 6.158" value="6.158" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_47_primary" align="right" width="80"><input type="text" name="VBXD51" class= - "fs13 b1 c222 valueField 0.345" value="0.345" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="novalue" id="Primary_49"> - <td class="fs13 b1 c222" align="right" width="45">49 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD52" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD52</span></td> - - <td class="fs13 b1 c222" id="value_48_primary" align="right" width="70"><input type="text" name="BXD52" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_48_primary" align="right" width="80"><input type="text" name="VBXD52" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="novalue" id="Primary_50"> - <td class="fs13 b1 c222" align="right" width="45">50 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD53" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD53</span></td> - - <td class="fs13 b1 c222" id="value_49_primary" align="right" width="70"><input type="text" name="BXD53" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_49_primary" align="right" width="80"><input type="text" name="VBXD53" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="novalue" id="Primary_51"> - <td class="fs13 b1 c222" align="right" width="45">51 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD54" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD54</span></td> - - <td class="fs13 b1 c222" id="value_50_primary" align="right" width="70"><input type="text" name="BXD54" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_50_primary" align="right" width="80"><input type="text" name="VBXD54" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_52"> - <td class="fs13 b1 c222" align="right" width="45">52 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD55" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD55</span></td> - - <td class="fs13 b1 c222" id="value_51_primary" align="right" width="70"><input type="text" name="BXD55" class= - "fs13 b1 c222 valueField 5.824" value="5.824" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_51_primary" align="right" width="80"><input type="text" name="VBXD55" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="novalue" id="Primary_53"> - <td class="fs13 b1 c222" align="right" width="45">53 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD56" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD56</span></td> - - <td class="fs13 b1 c222" id="value_52_primary" align="right" width="70"><input type="text" name="BXD56" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_52_primary" align="right" width="80"><input type="text" name="VBXD56" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="novalue" id="Primary_54"> - <td class="fs13 b1 c222" align="right" width="45">54 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD59" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD59</span></td> - - <td class="fs13 b1 c222" id="value_53_primary" align="right" width="70"><input type="text" name="BXD59" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_53_primary" align="right" width="80"><input type="text" name="VBXD59" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_55"> - <td class="fs13 b1 c222" align="right" width="45">55 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD60" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD60</span></td> - - <td class="fs13 b1 c222" id="value_54_primary" align="right" width="70"><input type="text" name="BXD60" class= - "fs13 b1 c222 valueField 5.782" value="5.782" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_54_primary" align="right" width="80"><input type="text" name="VBXD60" class= - "fs13 b1 c222 valueField 0.005" value="0.005" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_56"> - <td class="fs13 b1 c222" align="right" width="45">56 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD61" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD61</span></td> - - <td class="fs13 b1 c222" id="value_55_primary" align="right" width="70"><input type="text" name="BXD61" class= - "fs13 b1 c222 valueField 6.051" value="6.051" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_55_primary" align="right" width="80"><input type="text" name="VBXD61" class= - "fs13 b1 c222 valueField 0.052" value="0.052" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_57"> - <td class="fs13 b1 c222" align="right" width="45">57 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD62" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD62</span></td> - - <td class="fs13 b1 c222" id="value_56_primary" align="right" width="70"><input type="text" name="BXD62" class= - "fs13 b1 c222 valueField 6.021" value="6.021" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_56_primary" align="right" width="80"><input type="text" name="VBXD62" class= - "fs13 b1 c222 valueField 0.089" value="0.089" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_58"> - <td class="fs13 b1 c222" align="right" width="45">58 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD63" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD63</span></td> - - <td class="fs13 b1 c222" id="value_57_primary" align="right" width="70"><input type="text" name="BXD63" class= - "fs13 b1 c222 valueField 5.989" value="5.989" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_57_primary" align="right" width="80"><input type="text" name="VBXD63" class= - "fs13 b1 c222 valueField 0.188" value="0.188" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_59"> - <td class="fs13 b1 c222" align="right" width="45">59 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD64" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD64</span></td> - - <td class="fs13 b1 c222" id="value_58_primary" align="right" width="70"><input type="text" name="BXD64" class= - "fs13 b1 c222 valueField 6.006" value="6.006" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_58_primary" align="right" width="80"><input type="text" name="VBXD64" class= - "fs13 b1 c222 valueField 0.107" value="0.107" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_60"> - <td class="fs13 b1 c222" align="right" width="45">60 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD65" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD65</span></td> - - <td class="fs13 b1 c222" id="value_59_primary" align="right" width="70"><input type="text" name="BXD65" class= - "fs13 b1 c222 valueField 6.009" value="6.009" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_59_primary" align="right" width="80"><input type="text" name="VBXD65" class= - "fs13 b1 c222 valueField 0.119" value="0.119" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_61"> - <td class="fs13 b1 c222" align="right" width="45">61 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD66" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD66</span></td> - - <td class="fs13 b1 c222" id="value_60_primary" align="right" width="70"><input type="text" name="BXD66" class= - "fs13 b1 c222 valueField 6.062" value="6.062" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_60_primary" align="right" width="80"><input type="text" name="VBXD66" class= - "fs13 b1 c222 valueField 0.356" value="0.356" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_62"> - <td class="fs13 b1 c222" align="right" width="45">62 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD67" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD67</span></td> - - <td class="fs13 b1 c222" id="value_61_primary" align="right" width="70"><input type="text" name="BXD67" class= - "fs13 b1 c222 valueField 6.268" value="6.268" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_61_primary" align="right" width="80"><input type="text" name="VBXD67" class= - "fs13 b1 c222 valueField 0.115" value="0.115" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_63"> - <td class="fs13 b1 c222" align="right" width="45">63 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD68" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD68</span></td> - - <td class="fs13 b1 c222" id="value_62_primary" align="right" width="70"><input type="text" name="BXD68" class= - "fs13 b1 c222 valueField 6.401" value="6.401" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_62_primary" align="right" width="80"><input type="text" name="VBXD68" class= - "fs13 b1 c222 valueField 0.407" value="0.407" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_64"> - <td class="fs13 b1 c222" align="right" width="45">64 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD69" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD69</span></td> - - <td class="fs13 b1 c222" id="value_63_primary" align="right" width="70"><input type="text" name="BXD69" class= - "fs13 b1 c222 valueField 6.053" value="6.053" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_63_primary" align="right" width="80"><input type="text" name="VBXD69" class= - "fs13 b1 c222 valueField 0.086" value="0.086" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_65"> - <td class="fs13 b1 c222" align="right" width="45">65 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD70" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD70</span></td> - - <td class="fs13 b1 c222" id="value_64_primary" align="right" width="70"><input type="text" name="BXD70" class= - "fs13 b1 c222 valueField 6.348" value="6.348" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_64_primary" align="right" width="80"><input type="text" name="VBXD70" class= - "fs13 b1 c222 valueField 0.055" value="0.055" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="novalue" id="Primary_66"> - <td class="fs13 b1 c222" align="right" width="45">66 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD71" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD71</span></td> - - <td class="fs13 b1 c222" id="value_65_primary" align="right" width="70"><input type="text" name="BXD71" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_65_primary" align="right" width="80"><input type="text" name="VBXD71" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="novalue" id="Primary_67"> - <td class="fs13 b1 c222" align="right" width="45">67 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD72" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD72</span></td> - - <td class="fs13 b1 c222" id="value_66_primary" align="right" width="70"><input type="text" name="BXD72" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_66_primary" align="right" width="80"><input type="text" name="VBXD72" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_68"> - <td class="fs13 b1 c222" align="right" width="45">68 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD73" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD73</span></td> - - <td class="fs13 b1 c222" id="value_67_primary" align="right" width="70"><input type="text" name="BXD73" class= - "fs13 b1 c222 valueField 6.092" value="6.092" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_67_primary" align="right" width="80"><input type="text" name="VBXD73" class= - "fs13 b1 c222 valueField 0.178" value="0.178" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_69"> - <td class="fs13 b1 c222" align="right" width="45">69 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD74" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD74</span></td> - - <td class="fs13 b1 c222" id="value_68_primary" align="right" width="70"><input type="text" name="BXD74" class= - "fs13 b1 c222 valueField 6.123" value="6.123" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_68_primary" align="right" width="80"><input type="text" name="VBXD74" class= - "fs13 b1 c222 valueField 0.072" value="0.072" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_70"> - <td class="fs13 b1 c222" align="right" width="45">70 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD75" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD75</span></td> - - <td class="fs13 b1 c222" id="value_69_primary" align="right" width="70"><input type="text" name="BXD75" class= - "fs13 b1 c222 valueField 5.936" value="5.936" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_69_primary" align="right" width="80"><input type="text" name="VBXD75" class= - "fs13 b1 c222 valueField 0.093" value="0.093" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_71"> - <td class="fs13 b1 c222" align="right" width="45">71 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD76" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD76</span></td> - - <td class="fs13 b1 c222" id="value_70_primary" align="right" width="70"><input type="text" name="BXD76" class= - "fs13 b1 c222 valueField 6.416" value="6.416" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_70_primary" align="right" width="80"><input type="text" name="VBXD76" class= - "fs13 b1 c222 valueField 0.409" value="0.409" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_72"> - <td class="fs13 b1 c222" align="right" width="45">72 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD77" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD77</span></td> - - <td class="fs13 b1 c222" id="value_71_primary" align="right" width="70"><input type="text" name="BXD77" class= - "fs13 b1 c222 valueField 6.15" value="6.150" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_71_primary" align="right" width="80"><input type="text" name="VBXD77" class= - "fs13 b1 c222 valueField 0.016" value="0.016" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="novalue" id="Primary_73"> - <td class="fs13 b1 c222" align="right" width="45">73 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD78" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD78</span></td> - - <td class="fs13 b1 c222" id="value_72_primary" align="right" width="70"><input type="text" name="BXD78" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_72_primary" align="right" width="80"><input type="text" name="VBXD78" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="outlier" id="Primary_74"> - <td class="fs13 b1 c222 outlier" align="right" width="45">74 <input type="checkbox" name="selectCheck" class="checkbox" value= - "BXD79" onclick="highlight(this)"></td> - - <td class="fs13 b1 c222 outlier" align="right" width="100"><span class="fs14 fwn ffl">BXD79</span></td> - - <td class="fs13 b1 c222 outlier" id="value_73_primary" align="right" width="70"><input type="text" name="BXD79" class= - "fs13 b1 c222 valueField 6.552" value="6.552" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222 outlier" align="center" width="20">±</td> - - <td class="fs13 b1 c222 outlier" id="SE_73_primary" align="right" width="80"><input type="text" name="VBXD79" class= - "fs13 b1 c222 valueField 0.3" value="0.300" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="outlier" id="Primary_75"> - <td class="fs13 b1 c222 outlier" align="right" width="45">75 <input type="checkbox" name="selectCheck" class="checkbox" value= - "BXD80" onclick="highlight(this)"></td> - - <td class="fs13 b1 c222 outlier" align="right" width="100"><span class="fs14 fwn ffl">BXD80</span></td> - - <td class="fs13 b1 c222 outlier" id="value_74_primary" align="right" width="70"><input type="text" name="BXD80" class= - "fs13 b1 c222 valueField 6.44" value="6.440" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222 outlier" align="center" width="20">±</td> - - <td class="fs13 b1 c222 outlier" id="SE_74_primary" align="right" width="80"><input type="text" name="VBXD80" class= - "fs13 b1 c222 valueField 0.646" value="0.646" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="novalue" id="Primary_76"> - <td class="fs13 b1 c222" align="right" width="45">76 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD81" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD81</span></td> - - <td class="fs13 b1 c222" id="value_75_primary" align="right" width="70"><input type="text" name="BXD81" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_75_primary" align="right" width="80"><input type="text" name="VBXD81" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_77"> - <td class="fs13 b1 c222" align="right" width="45">77 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD83" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD83</span></td> - - <td class="fs13 b1 c222" id="value_76_primary" align="right" width="70"><input type="text" name="BXD83" class= - "fs13 b1 c222 valueField 6.068" value="6.068" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_76_primary" align="right" width="80"><input type="text" name="VBXD83" class= - "fs13 b1 c222 valueField 0.015" value="0.015" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_78"> - <td class="fs13 b1 c222" align="right" width="45">78 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD84" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD84</span></td> - - <td class="fs13 b1 c222" id="value_77_primary" align="right" width="70"><input type="text" name="BXD84" class= - "fs13 b1 c222 valueField 6.088" value="6.088" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_77_primary" align="right" width="80"><input type="text" name="VBXD84" class= - "fs13 b1 c222 valueField 0.023" value="0.023" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_79"> - <td class="fs13 b1 c222" align="right" width="45">79 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD85" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD85</span></td> - - <td class="fs13 b1 c222" id="value_78_primary" align="right" width="70"><input type="text" name="BXD85" class= - "fs13 b1 c222 valueField 6.019" value="6.019" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> + {% for strain in primary_strains %} + <tr class="{{ strain.outlier }}" id="{{ strain.the_id }}"> + <td class="fs13 b1 c222" align="right" width="45"> + {{ loop.index }} + <input type="checkbox" name="selectCheck" class="checkbox" value="{{ strain.strain_name }}"> + </td> + + <td class="fs13 b1 c222" align="right" width="100"> + <span class="fs14 fwn ffl">{{ strain.strain_name }}</span> + </td> + + <td class="fs13 b1 c222" id="value_0_primary" align="right" width="70"> + <input type="text" name="{{ strain.strain_name }}" class="fs13 b1 c222 valueField" + value="{{ strain.value }}" size="8" maxlength="8" + style="text-align:right; background-color:#FFFFFF;"> + </td> + + <td class="fs13 b1 c222" align="center" width="20"> + ± + </td> + + <td class="fs13 b1 c222" id="SE_0_primary" align="right" width="80"> + <input type="text" name=""{{ 'V' + strain.strain_name}}" class="fs13 b1 c222 valueField" + value="{{ strain.se }}" + size="8" maxlength="8" style="text-align:right"></td> + </tr> + {% endfor %} - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_78_primary" align="right" width="80"><input type="text" name="VBXD85" class= - "fs13 b1 c222 valueField 0.134" value="0.134" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_80"> - <td class="fs13 b1 c222" align="right" width="45">80 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD86" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD86</span></td> - - <td class="fs13 b1 c222" id="value_79_primary" align="right" width="70"><input type="text" name="BXD86" class= - "fs13 b1 c222 valueField 6.071" value="6.071" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_79_primary" align="right" width="80"><input type="text" name="VBXD86" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_81"> - <td class="fs13 b1 c222" align="right" width="45">81 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD87" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD87</span></td> - - <td class="fs13 b1 c222" id="value_80_primary" align="right" width="70"><input type="text" name="BXD87" class= - "fs13 b1 c222 valueField 6.112" value="6.112" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_80_primary" align="right" width="80"><input type="text" name="VBXD87" class= - "fs13 b1 c222 valueField 0.025" value="0.025" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="novalue" id="Primary_82"> - <td class="fs13 b1 c222" align="right" width="45">82 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD88" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD88</span></td> - - <td class="fs13 b1 c222" id="value_81_primary" align="right" width="70"><input type="text" name="BXD88" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_81_primary" align="right" width="80"><input type="text" name="VBXD88" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_83"> - <td class="fs13 b1 c222" align="right" width="45">83 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD89" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD89</span></td> - - <td class="fs13 b1 c222" id="value_82_primary" align="right" width="70"><input type="text" name="BXD89" class= - "fs13 b1 c222 valueField 6.276" value="6.276" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_82_primary" align="right" width="80"><input type="text" name="VBXD89" class= - "fs13 b1 c222 valueField 0.296" value="0.296" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_84"> - <td class="fs13 b1 c222" align="right" width="45">84 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD90" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD90</span></td> - - <td class="fs13 b1 c222" id="value_83_primary" align="right" width="70"><input type="text" name="BXD90" class= - "fs13 b1 c222 valueField 6.193" value="6.193" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_83_primary" align="right" width="80"><input type="text" name="VBXD90" class= - "fs13 b1 c222 valueField 0.008" value="0.008" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="novalue" id="Primary_85"> - <td class="fs13 b1 c222" align="right" width="45">85 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD91" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD91</span></td> - - <td class="fs13 b1 c222" id="value_84_primary" align="right" width="70"><input type="text" name="BXD91" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_84_primary" align="right" width="80"><input type="text" name="VBXD91" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_86"> - <td class="fs13 b1 c222" align="right" width="45">86 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD92" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD92</span></td> - - <td class="fs13 b1 c222" id="value_85_primary" align="right" width="70"><input type="text" name="BXD92" class= - "fs13 b1 c222 valueField 6.108" value="6.108" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_85_primary" align="right" width="80"><input type="text" name="VBXD92" class= - "fs13 b1 c222 valueField 0.15" value="0.150" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="outlier" id="Primary_87"> - <td class="fs13 b1 c222 outlier" align="right" width="45">87 <input type="checkbox" name="selectCheck" class="checkbox" value= - "BXD93" onclick="highlight(this)"></td> - - <td class="fs13 b1 c222 outlier" align="right" width="100"><span class="fs14 fwn ffl">BXD93</span></td> - - <td class="fs13 b1 c222 outlier" id="value_86_primary" align="right" width="70"><input type="text" name="BXD93" class= - "fs13 b1 c222 valueField 6.53" value="6.530" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222 outlier" align="center" width="20">±</td> - - <td class="fs13 b1 c222 outlier" id="SE_86_primary" align="right" width="80"><input type="text" name="VBXD93" class= - "fs13 b1 c222 valueField 0.371" value="0.371" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_88"> - <td class="fs13 b1 c222" align="right" width="45">88 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD94" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD94</span></td> - - <td class="fs13 b1 c222" id="value_87_primary" align="right" width="70"><input type="text" name="BXD94" class= - "fs13 b1 c222 valueField 5.916" value="5.916" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_87_primary" align="right" width="80"><input type="text" name="VBXD94" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="novalue" id="Primary_89"> - <td class="fs13 b1 c222" align="right" width="45">89 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD95" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD95</span></td> - - <td class="fs13 b1 c222" id="value_88_primary" align="right" width="70"><input type="text" name="BXD95" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_88_primary" align="right" width="80"><input type="text" name="VBXD95" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_90"> - <td class="fs13 b1 c222" align="right" width="45">90 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD96" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD96</span></td> - - <td class="fs13 b1 c222" id="value_89_primary" align="right" width="70"><input type="text" name="BXD96" class= - "fs13 b1 c222 valueField 6.1" value="6.100" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_89_primary" align="right" width="80"><input type="text" name="VBXD96" class= - "fs13 b1 c222 valueField 0.342" value="0.342" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_91"> - <td class="fs13 b1 c222" align="right" width="45">91 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD97" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD97</span></td> - - <td class="fs13 b1 c222" id="value_90_primary" align="right" width="70"><input type="text" name="BXD97" class= - "fs13 b1 c222 valueField 5.86" value="5.860" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_90_primary" align="right" width="80"><input type="text" name="VBXD97" class= - "fs13 b1 c222 valueField 0.001" value="0.001" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="" id="Primary_92"> - <td class="fs13 b1 c222" align="right" width="45">92 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD98" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD98</span></td> - - <td class="fs13 b1 c222" id="value_91_primary" align="right" width="70"><input type="text" name="BXD98" class= - "fs13 b1 c222 valueField 6.408" value="6.408" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_91_primary" align="right" width="80"><input type="text" name="VBXD98" class= - "fs13 b1 c222 valueField 0.235" value="0.235" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="outlier" id="Primary_93"> - <td class="fs13 b1 c222 outlier" align="right" width="45">93 <input type="checkbox" name="selectCheck" class="checkbox" value= - "BXD99" onclick="highlight(this)"></td> - - <td class="fs13 b1 c222 outlier" align="right" width="100"><span class="fs14 fwn ffl">BXD99</span></td> - - <td class="fs13 b1 c222 outlier" id="value_92_primary" align="right" width="70"><input type="text" name="BXD99" class= - "fs13 b1 c222 valueField 6.579" value="6.579" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222 outlier" align="center" width="20">±</td> - - <td class="fs13 b1 c222 outlier" id="SE_92_primary" align="right" width="80"><input type="text" name="VBXD99" class= - "fs13 b1 c222 valueField 0.477" value="0.477" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="novalue" id="Primary_94"> - <td class="fs13 b1 c222" align="right" width="45">94 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD100" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD100</span></td> - - <td class="fs13 b1 c222" id="value_93_primary" align="right" width="70"><input type="text" name="BXD100" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_93_primary" align="right" width="80"><input type="text" name="VBXD100" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="novalue" id="Primary_95"> - <td class="fs13 b1 c222" align="right" width="45">95 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD101" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD101</span></td> - - <td class="fs13 b1 c222" id="value_94_primary" align="right" width="70"><input type="text" name="BXD101" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_94_primary" align="right" width="80"><input type="text" name="VBXD101" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="novalue" id="Primary_96"> - <td class="fs13 b1 c222" align="right" width="45">96 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD102" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD102</span></td> - - <td class="fs13 b1 c222" id="value_95_primary" align="right" width="70"><input type="text" name="BXD102" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_95_primary" align="right" width="80"><input type="text" name="VBXD102" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> - - <tr class="novalue" id="Primary_97"> - <td class="fs13 b1 c222" align="right" width="45">97 <input type="checkbox" name="selectCheck" class="checkbox" value="BXD103" - onclick="highlight(this)"></td> - - <td class="fs13 b1 c222" align="right" width="100"><span class="fs14 fwn ffl">BXD103</span></td> - - <td class="fs13 b1 c222" id="value_96_primary" align="right" width="70"><input type="text" name="BXD103" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right; background-color:#FFFFFF;"></td> - - <td class="fs13 b1 c222" align="center" width="20">±</td> - - <td class="fs13 b1 c222" id="SE_96_primary" align="right" width="80"><input type="text" name="VBXD103" class= - "fs13 b1 c222 valueField" value="x" size="8" maxlength="8" style="text-align:right"></td> - </tr> </table> </div> |