D-Link DSA-3110 Water Heater User Manual


 
42
border-right-style: solid;
border-top-style: solid;
border-bottom-style: solid;
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 1px;
border-bottom-width: 1px;
}
#id_div_login_input div{
width: 320px;
height: 60px;
max-width: 320px;
max-height: 60px;
margin: auto;
margin-top: 10px;
text-align: right;
}
#id_div_login_input div input{
width: 160px;
height: 20px;
max-width: 158px;
max-height: 18px;
border-left-style: solid;
border-right-style: solid;
border-top-style: solid;
border-bottom-style: solid;
border-left-color: #303030;
border-right-color: #303030;
border-top-color: #303030;
border-bottom-color: #303030;
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 1px;
border-bottom-width: 1px;
}
#A1, #A2{
width: 160px;
background-color: #F0F0FF;
color: #0A0A0A;
cursor: text;
}
#id_div_login_buttons{
margin: auto;
text-align: center;
}
Содержимое файла login.js (именно этот файл скрипта указан в шаблоне):
function on_load(){
alert("Загружен Ваш шаблон!");
}