بسم الله الرحمن الرحيم
السلام عليكم ورحمة الله وبركاته
كود عداد تنازلي لشهر رمضان 2017/1438 *AmEr AlIbDa3*
لجميع النسخ
صورة الكود :
https://i.servimg.com/u/f86/18/18/96/86/screen10.png
طريقة تركيب الكود :
لوحة الادارة > مظهر المنتدى > الصفحة الرئيسية >> تشكيلات عامة
ثم سجل
السلام عليكم ورحمة الله وبركاته
كود عداد تنازلي لشهر رمضان 2017/1438 *AmEr AlIbDa3*
لجميع النسخ
صورة الكود :
https://i.servimg.com/u/f86/18/18/96/86/screen10.png
- الكود:
<div dir="rtl" style="text-align: right;" trbidi="on">
<div class="separator" style="clear: both; text-align: center;">
</div>
<div class="separator" style="clear: both; text-align: center;">
</div>
<h3 style="text-align: right;">
<img alt="" src="http://i67.tinypic.com/2ikv3wz.jpg" style="display: block; margin: 5px auto 10px; width: 225px; height: 130px;" />
</h3>
<div>
</div>
<div dir="rtl" style="text-align: right;" trbidi="on">
<div dir="rtl" style="text-align: right;" trbidi="on">
<div dir="rtl" style="text-align: right;" trbidi="on">
<div style="text-align: center;">
<form name="count">
<input name="count2" style="color: #333333; font: 14px tahoma; height: 50px; text-align: center; width: 350px;" type="text" />
</form>
<div style="color: #333333; font: 10px tahoma;">
</div>
</div><script>
//change the text below to reflect your own,
var before=""
var current="رمضان كريم"
var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
function countdown(yr,m,d){
theyear=yr;themonth=m;theday=d
var today=new Date()
var todayy=today.getYear()
if (todayy < 1000)
todayy+=1900
var todaym=today.getMonth()
var todayd=today.getDate()
var todayh=today.getHours()
var todaymin=today.getMinutes()
var todaysec=today.getSeconds()
var todaystring=montharray[todaym]+" "+todayd+", "+todayy+" "+todayh+":"+todaymin+":"+todaysec
futurestring=montharray[m-1]+" "+d+", "+yr
dd=Date.parse(futurestring)-Date.parse(todaystring)
dday=Math.floor(dd/(60*60*1000*24)*1)
dhour=Math.floor((dd%(60*60*1000*24))/(60*60*1000)*1)
dmin=Math.floor(((dd%(60*60*1000*24))%(60*60*1000))/(60*1000)*1)
dsec=Math.floor((((dd%(60*60*1000*24))%(60*60*1000))%(60*1000))/1000*1)
if(dday==0&&dhour==0&&dmin==0&&dsec==1){
document.forms.count.count2.value=current
return
}
else
document.forms.count.count2.value=""+dday+" يوم / "+dhour+" ساعة / "+dmin+" دقيقة / "+dsec+" ثانية"+before
setTimeout("countdown(theyear,themonth,theday)",1000)
}
//enter the count down date using the format year/month/day
countdown(2016,6,6)
</script>
</div>
</div>
</div>
</div>
طريقة تركيب الكود :
لوحة الادارة > مظهر المنتدى > الصفحة الرئيسية >> تشكيلات عامة
ثم سجل