Update 20 iunie 2010
Exemplu:
Deschidem Notepad şi punem Codul:
Cod
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style type="text/css">
body{
font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
font-size: 11px;
margin: 0;
padding: 0; /* required for Opera to have 0 margin */
}
.errorwrap {
background: #ffffff;
border: 1px solid #992A2A;
border-top: 0;
margin: 5px;
padding: 0;
color: #3c7a7f;
}
.errorwrap h4 {
background: #5167AD;
border: 1px solid #3c7a7f;
border-left: 0;
border-right: 0;
color: #F2B60C;
font-size: 12px;
font-weight: bold;
margin: 5;
padding: 5px;
}
.errorwrap p {
background: transparent;
border: 0;
color: #992A2A;
margin: 0;
padding: 8px;
font-size: 11px;
}
</STYLE>
<TABLE align="center" border="0" cellpadding="0" cellspacing="0" width="600"><TBODY><TR><TD width="100%">
<DIV class="errorwrap">
<H4>Site-ul e în recostrucţie:
</H4><DIV align="center"> <SPAN style="font-size: 10pt;">Site-ul a fost închis de Administraţie pentru reconstrucţie</SPAN></DIV><DIV align="center"><SPAN style="font-size: 10pt;">Mai multe lucruri interesante vor fi pe site.</SPAN></DIV><DIV align="center"><SPAN style="font-size: 10pt;"><hr></SPAN>
</DIV><DIV align="center"><SPAN style="font-size: 10pt">(deschiderea va avea loc pe <span style="color:red"><b>18.01.2009 15:00</b></span> Ora României)</SPAN></DIV><DIV align="center"><SPAN style="font-size: 10pt"><HR></SPAN></DIV><DIV align="center"><SPAN style="font-size: 10pt"><span id="linkPlace">Peste <span style="color: rgb(87, 87, 87); font-size: 18pt;" id="timeNumer">0</span> secunde veţi primi o <span style="color:blue">adresă către alt site</span>
<script type="text/javascript">
var timerFIG = 10;
document.all.timeNumer.innerHTML = timerFIG;
var timer = setInterval("startTimer()",1000);
function startTimer() {
if(timerFIG !== 1) {
timerFIG--;
document.all.timeNumer.innerHTML = timerFIG; } else {
clearInterval(timer);
document.all.linkPlace.innerHTML = '<a style="font-size: 18pt;" href="http://maxrom.ucoz.com/" target="_blank">Treci pe alt site</a>'; } }
</script></SPAN></DIV></DIV>
</TD></TR></TBODY></TABLE>
</BODY></HTML>
salvăm ca fişier reconstructie.html, codificare UTF-8, fişieru salvat îl încărcăm în File Manager.
În Common settings când punem site-ul în stare de rreparaţie în secţiunea descrierii punem codul:
Cod
<iframe frameborder="0" src ="/reconstructie.html" width="60%" height="160px"></iframe>
Sursă: Ucoz-scripts Traducere RO: MaxRom