var hedmen = `
`;
function PageSurround()
{document.write(hedmen);}
function PrintIPInput(title,name,value){document.write("| "+title+" | |
");}
function PrintMACInput(title,name,value){document.write("| "+title+" | |
");}
function PrintTextInput(title,name,value,min,max){document.write("| "+title+" | |
");}
function PrintHexInput(title,name,value,min,max){document.write("| "+title+" | |
");}
function PrintTextInputNoReg(title,name,value,min,max){document.write("| "+title+" | |
");}
function PrintLabel(title,value){document.write("| "+title+" | "+value+" |
");}
function PrintSpanLabel(title,idx){document.write("| "+title+" | ? |
");}
function PrintCheckBox(title,name,checked,action){document.write("| "+title+" | |
");}
function PrintInt(title,name,value,min,max){document.write("| "+title+" | |
");}
function PrintIntId(title,id,value,min,max){document.write("| "+title+" | |
");}
function PrintSep(){document.write(" |
");}
function PrintSaveBtn(){document.write("");}
function PrintSaveFail(isfail){document.write("Неверный формат данных!
");}