Subversion Repositories f9daq

Compare Revisions

Ignore whitespace Rev 348 → Rev 349

/belle2/masterclass/polFitPanel.js
604,7 → 604,7
 
function generateHTMLcode(sframe){
 
mform = '<button type="button" onclick="calculate('+ "'" + sframe + "'"+')">Draw Function</button>';
mform = '<button type="button" onclick="calculate('+ "'" + sframe + "'"+')" style="display:none" >Draw Function</button>';
mform += '<button type="button" onclick="autoFit('+ "'" + sframe + "'"+')">Click to fit</button>';
mform += '<div class="rangeSettings">';
mform += 'Range: min = <input type="text" size="2" value="-5" name="min" id="minRange'+sframe+'" disabled=true>';
649,8 → 649,8
mform += ' <tbody>'
mform += ' <tr class="description">'
mform += ' <td>Name</td>'
mform += ' <td>Fix</td>'
mform += ' <td>Bond</td>'
mform += ' <td class="hideFix-Bond">Fix</td>'
mform += ' <td class="hideFix-Bond">Bond</td>'
mform += ' <td>Value</td>'
mform += ' <td>Min</td>'
mform += ' <td>Set</td>'
698,8 → 698,8
mform += ' <tbody>'
mform += ' <tr class="description">'
mform += ' <td>Name</td>'
mform += ' <td>Fix</td>'
mform += ' <td>Bond</td>'
mform += ' <td class="hideFix-Bond">Fix</td>'
mform += ' <td class="hideFix-Bond">Bond</td>'
mform += ' <td>Value</td>'
mform += ' <td>Min</td>'
mform += ' <td>Set</td>'
768,8 → 768,8
mform += ' <tbody>'
mform += ' <tr class="description">'
mform += ' <td>Name</td>'
mform += ' <td>Fix</td>'
mform += ' <td>Bond</td>'
mform += ' <td class="hideFix-Bond">Fix</td>'
mform += ' <td class="hideFix-Bond">Bond</td>'
mform += ' <td>Value</td>'
mform += ' <td>Min</td>'
mform += ' <td>Set</td>'
815,8 → 815,8
mform += ' <tbody>'
mform += ' <tr class="description">'
mform += ' <td>Name</td>'
mform += ' <td>Fix</td>'
mform += ' <td>Bond</td>'
mform += ' <td class="hideFix-Bond">Fix</td>'
mform += ' <td class="hideFix-Bond">Bond</td>'
mform += ' <td>Value</td>'
mform += ' <td>Min</td>'
mform += ' <td>Set</td>'
/belle2/masterclass/style.css
87,4 → 87,12
 
.rangeSettings{
padding-top: 10px;
}
 
.hideFix-Bond{
visibility: hidden;
}
 
.inputParamBox{
visibility: hidden;
}