_super.prototype.addLabelDiv.call(_this,obsdateRowDiv,"Observation time (UTC)","See more information <a style='color:#faa732;' href='help/classic/#"+type+"-"+initials+"-time' target='_blank'>here</a>");
_super.prototype.addLabelDiv.call(_this,obsdateRowDiv,"Observation time (UTC)","See more information <a style='color:#faa732;' href='help/classic/#"+type+"-"+subtype+"-time' target='_blank'>here</a>");
_super.prototype.addLabelDiv.call(_this,depthRowDiv,"Outlet depth (m)","See more information <a style='color:#faa732;' href='help/classic/#"+type+"-"+initials+"-depth' target='_blank'>here</a>");
_super.prototype.addLabelDiv.call(_this,depthRowDiv,"Outlet depth (m)","See more information <a style='color:#faa732;' href='help/classic/#"+type+"-"+subtype+"-depth' target='_blank'>here</a>");
@@ -148,7 +149,7 @@ var OSAmount = (function (_super) {
amountRowDiv.guideFn=function(){
self.amountInput.value='100';
};
_super.prototype.addLabelDiv.call(_this,amountRowDiv,"Total amount/rate","See more information <a style='color:#faa732;' href='help/classic/#"+type+"-"+initials+"-totalamount' target='_blank'>here</a>");
_super.prototype.addLabelDiv.call(_this,amountRowDiv,"Total amount/rate","See more information <a style='color:#faa732;' href='help/classic/#"+type+"-"+subtype+"-totalamount' target='_blank'>here</a>");
@@ -170,7 +171,7 @@ var OSAmount = (function (_super) {
self.durationInput.value='6';
validate();
};
_super.prototype.addLabelDiv.call(_this,durationRowDiv,"Duration","See more information <a style='color:#faa732;' href='help/classic/#"+type+"-"+initials+"-amount-duration' target='_blank'>here</a>");
_super.prototype.addLabelDiv.call(_this,durationRowDiv,"Duration","See more information <a style='color:#faa732;' href='help/classic/#"+type+"-"+subtype+"-amount-duration' target='_blank'>here</a>");
_super.prototype.addLabelDiv.call(_this,obsdateRowDiv,"Observation time (UTC)","See more information <a style='color:#faa732;' href='help/classic/#"+type+"-"+initials+"-time' target='_blank'>here</a>");
_super.prototype.addLabelDiv.call(_this,obsdateRowDiv,"Observation time (UTC)","See more information <a style='color:#faa732;' href='help/classic/#"+type+"-"+subtype+"-time' target='_blank'>here</a>");
_super.prototype.addLabelDiv.call(_this,depthRowDiv,"Outlet depth (m)","See more information <a style='color:#faa732;' href='help/classic/#"+type+"-"+initials+"-depth' target='_blank'>here</a>");
_super.prototype.addLabelDiv.call(_this,depthRowDiv,"Outlet depth (m)","See more information <a style='color:#faa732;' href='help/classic/#"+type+"-"+subtype+"-depth' target='_blank'>here</a>");
@@ -148,7 +149,7 @@ var OSAmount = (function (_super) {
amountRowDiv.guideFn=function(){
self.amountInput.value='100';
};
_super.prototype.addLabelDiv.call(_this,amountRowDiv,"Total amount/rate","See more information <a style='color:#faa732;' href='help/classic/#"+type+"-"+initials+"-totalamount' target='_blank'>here</a>");
_super.prototype.addLabelDiv.call(_this,amountRowDiv,"Total amount/rate","See more information <a style='color:#faa732;' href='help/classic/#"+type+"-"+subtype+"-totalamount' target='_blank'>here</a>");
@@ -170,7 +171,7 @@ var OSAmount = (function (_super) {
self.durationInput.value='6';
validate();
};
_super.prototype.addLabelDiv.call(_this,durationRowDiv,"Duration","See more information <a style='color:#faa732;' href='help/classic/#"+type+"-"+initials+"-amount-duration' target='_blank'>here</a>");
_super.prototype.addLabelDiv.call(_this,durationRowDiv,"Duration","See more information <a style='color:#faa732;' href='help/classic/#"+type+"-"+subtype+"-amount-duration' target='_blank'>here</a>");
super.addLabelDiv(obsdateRowDiv,"Observation time (UTC)","See more information <a style='color:#faa732;' href='help/classic/#"+type+"-"+initials+"-time' target='_blank'>here</a>");
super.addLabelDiv(obsdateRowDiv,"Observation time (UTC)","See more information <a style='color:#faa732;' href='help/classic/#"+type+"-"+subtype+"-time' target='_blank'>here</a>");
super.addLabelDiv(depthRowDiv,"Outlet depth (m)","See more information <a style='color:#faa732;' href='help/classic/#"+type+"-"+initials+"-depth' target='_blank'>here</a>");
super.addLabelDiv(depthRowDiv,"Outlet depth (m)","See more information <a style='color:#faa732;' href='help/classic/#"+type+"-"+subtype+"-depth' target='_blank'>here</a>");
@@ -172,7 +173,7 @@ class OSAmount extends STWkit.AccordionCard {
self.amountInput.value='100';
}
super.addLabelDiv(amountRowDiv,"Total amount/rate","See more information <a style='color:#faa732;' href='help/classic/#"+type+"-"+initials+"-totalamount' target='_blank'>here</a>");
super.addLabelDiv(amountRowDiv,"Total amount/rate","See more information <a style='color:#faa732;' href='help/classic/#"+type+"-"+subtype+"-totalamount' target='_blank'>here</a>");
@@ -196,7 +197,7 @@ class OSAmount extends STWkit.AccordionCard {
validate();
}
super.addLabelDiv(durationRowDiv,"Duration","See more information <a style='color:#faa732;' href='help/classic/#"+type+"-"+initials+"-amount-duration' target='_blank'>here</a>");
super.addLabelDiv(durationRowDiv,"Duration","See more information <a style='color:#faa732;' href='help/classic/#"+type+"-"+subtype+"-amount-duration' target='_blank'>here</a>");