اخوانى انا عندى مشكلة فى تضخم صفحة المواضيع
المشرف: alhitary
قوانين المنتدى
فضلاً قبل وضع أي مشكلة تأكد من استخدام البحث ومن ثم ملء استمارة الدعم إذا لم تجد حلا لمشكلتك.
فضلاً قبل وضع أي مشكلة تأكد من استخدام البحث ومن ثم ملء استمارة الدعم إذا لم تجد حلا لمشكلتك.
?????? ??? ???? ????? ?? ???? ???? ????????
??? ???? ?????? ??????
???? ??? ???? ?? ???? ?????? ??? ??? ??????? ??? ??????? ???? ?????? ??? ?? ??? ????
????? ?? ??? ?????? ??? ???? ?? ??????? ?????? ??? .... ?????? ?????? ?? ?? ???? ???????? ????? ??? ????? ???? ?? ?? ???? .... ?????? ??????? ??? ???? ???? ??? ??? .. ????? viewtopic_body.tpl
???? ??? ???? ?? ???? ?????? ??? ??? ??????? ??? ??????? ???? ?????? ??? ?? ??? ????
????? ?? ??? ?????? ??? ???? ?? ??????? ?????? ??? .... ?????? ?????? ?? ?? ???? ???????? ????? ??? ????? ???? ?? ?? ???? .... ?????? ??????? ??? ???? ???? ??? ??? .. ????? viewtopic_body.tpl
كود: تحديد الكل
<script type="text/javascript">
/* ?? ????? ???? ???? ????? ?????? ?????? ?? ??????? */
var WadieS = 350;
var WadieW = 550;
var TextontheImg = '???? ??? ?????? ?????? ?????';
window.onload = LodingIMG;
function LodingIMG() {
if (document.images.length) {
var imginfo = document.images;
for ( var x = 0 ; x < imginfo.length ; x++)
if (imginfo[x].width > WadieW && imginfo[x]) {
imginfo[x].width = WadieS;
imginfo[x].title = TextontheImg;} } }
function newpage(imgmove) {
window.open(imgmove.src);
}
</script>
<body style="text-align: center">
<br>
<script type="text/javascript">
/***********************************************
* AnyLink Drop Down Menu- ? Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
//Contents for menu 2, and so on
<!-- BEGIN postrow -->
var menu{postrow.VB_MENU_ID}=new Array()
menu{postrow.VB_MENU_ID}[0]='<a class="vbmh"> {postrow.POSTER_NAME}</a>'
menu{postrow.VB_MENU_ID}[1]='{postrow.VB_MENU_PROFILE}'
menu{postrow.VB_MENU_ID}[2]='{postrow.VB_MENU_PM}'
menu{postrow.VB_MENU_ID}[3]='{postrow.VB_MENU_SEARCH}'
menu{postrow.VB_MENU_ID}[4]='{postrow.VB_MENU_EMAIL}'
menu{postrow.VB_MENU_ID}[5]='{postrow.VB_MENU_WWW}'
//menu{postrow.VB_MENU_ID}[6]='{postrow.VB_MENU_ALBUM}'
<!-- END postrow -->
var menuwidth='selfc' //default menu width
var menubgcolor='#F2F2F2' //menu bgcolor
var disappeardelay='2000' //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick='yes' //hide menu when user clicks within menu?
/////No further editting needed
var ie4=document.all
var ns6=document.getElementById&&!document.all
var defaultwidth=menuwidth
if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')
function getposOffset(what, offsettype){
var totaloffset=(offsettype=="right")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}
function showhide(obj, e, visible, hidden, menuwidth){
if (ie4||ns6)
dropmenuobj.style.left=dropmenuobj.style.top=-500
dropmenuobj.widthobj=dropmenuobj.style
if (typeof menuwidth=='undefined'||menuwidth=='selfc'){
tmpspan.style.display='inline'
dropmenuobj.widthobj.width=tmpspan.offsetWidth+'px'
tmpspan.style.display='none'
}
else if (menuwidth!='')
dropmenuobj.widthobj.width=menuwidth
else
dropmenuobj.widthobj.width=defaultwidth
if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
obj.visibility=visible
else if (e.type=="click")
obj.visibility=hidden
}
function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
function clearbrowseredge(obj, whichedge){
var edgeoffset=0
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
}
}
return edgeoffset
}
function populatemenu(what){
if (ie4||ns6){
var appendit=0
if (typeof tmpspan=='undefined'){
tmpspan=document.createElement('span')
appendit=1
}
if(appendit){
tmpspan.style.position="absolute"
tmpspan.style.left="-1000px"
tmpspan.id='tspan'
document.body.appendChild(tmpspan)
tmpspan.style.display='none'
}
tmpspan.innerHTML=dropmenuobj.innerHTML=what.join("")
}
}
function dropdownmenu(obj, e, menucontents, menuwidth){
obj.onmouseout=delayhidemenu;
if (window.event) event.cancelBubble=true
else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()
dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
populatemenu(menucontents)
if (ie4||ns6){
showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
}
return clickreturnvalue()
}
function clickreturnvalue(){
if (ie4||ns6) return false
else return true
}
function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}
function dynamichide(e){
if (ie4&&!dropmenuobj.contains(e.toElement))
delayhidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhidemenu()
}
function hidemenu(e){
if (typeof dropmenuobj!="undefined"){
if (ie4||ns6)
dropmenuobj.style.visibility="hidden"
}
}
function delayhidemenu(){
if (ie4||ns6)
delayhide=setTimeout("hidemenu()",disappeardelay)
}
function clearhidemenu(){
if (typeof delayhide!="undefined")
clearTimeout(delayhide)
}
if (hidemenu_onclick=="yes")
document.onclick=hidemenu
</script>
<!-- B up_table -->
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table21">
<tr>
<td width="231">
<img src="templates/Dream7/images/hdr_left.gif" alt="" border="0" /></td>
<td background="templates/Dream7/images/hdr_mid.gif" width="100%"> </td>
<td width="231">
<img src="templates/Dream7/images/hdr_right.gif" alt="" border="0" align="right" hspace="0" /></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- E up_table -->
<table border="0" cellpadding="2" cellspacing="1" width="100%" class="forumline" height="60" >
<tr>
<form method="post" action="{S_LOGIN_ACTION}">
<td class="th-new" width="69%" ><span class="genmed">
<img border="0" src="templates/Dream7/images/bullit.gif"> <a href="{U_INDEX}" class="nav">{L_INDEX}</a>
-> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span>
<br>
</span>
<span class="genmed">
<img border="0" src="templates/Dream7/images/bullit.gif"></span> <span class="nav"><a href="{U_VIEW_TOPIC}" class="nav">
<font color="#800000">{TOPIC_TITLE}</font></a></span></td>
</td>
<!-- BEGIN switch_user_logged_out -->
<td class="th-new">
<span class="gensmall">
{L_USERNAME}:
<input class="dream_button" type="text" name="username" size="10" />
<!-- BEGIN switch_allow_autologin -->
<input class="text" type="checkbox" name="autologin" />{AUTO_LOGIN}
<!-- END switch_allow_autologin -->
<br> {L_PASSWORD}:
<input class="dream_button" type="password" name="password" size="10" maxlength="32" />
<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
</span> </td>
</form>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<td class="th-new" align="center"><span class="gensmall">
<span class="gensmall"><b>{WELCOME} {L_INDEX}</b><span>
<br><a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br>{LAST_VISIT_DATE}<br><a href="{U_PRIVATEMSGS}" class="nav" >{PRIVATE_MESSAGE_INFO}</a>
</span></td>
<!-- END switch_user_logged_in -->
</tr>
</table>
<!-- B do_table -->
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table23">
<tr>
<td width="170">
<img border="0" src="templates/Dream7/images/rightdown.gif"></td>
<td background="templates/Dream7/images/middown.gif" width="100%"> </td>
<td width="170">
<img border="0" src="templates/Dream7/images/leftdown.gif"></td>
</tr>
</table>
<!-- E do_table -->
<br>
<table width="100%" cellspacing="2" cellpadding="2" border="0">
<tr>
<td align="right" valign="bottom" nowrap="nowrap">
<td align="right" valign="bottom" nowrap="nowrap">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<form method="post" action="{S_POST_DAYS_ACTION}">
<td align="left">
</td>
<td align="left">
<span class="nav"> {PAGINATION}</span></td>
</form></tr>
</table>
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%" class="forumheader">
<tr>
<td align="right" valign="bottom" width="25">
<img src="templates/Dream7/images/hdr_left.gif" alt="" /></td>
<td align="center"> </td>
<td align="right" valign="bottom" width="25">
<img src="templates/Dream7/images/hdr_right.gif" alt="" border="0" /></td>
</tr></table>
<table class="forumline" width="100%" cellspacing="0" cellpadding="3" border="0">
<tr align="right">
<td class="th" colspan="2" height="28"><span class="nav"><a href="{U_VIEW_OLDER_TOPIC}" class="Dream71">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}" class="Dream71">{L_VIEW_NEXT_TOPIC}</a> </span></td>
</tr>
{POLL_DISPLAY}
<tr>
<th class="thLeft" width="150" height="26" nowrap="nowrap">{L_AUTHOR}</th>
<th class="thRight" nowrap="nowrap">{L_MESSAGE}</th>
</tr>
<!-- BEGIN postrow -->
<tr>
<td width="150" align="right" valign="top" class="dream-topic">
<span class="postdetails">
<div align="center">
<table width="100%" style="padding-top: 0" cellpadding="3" cellspacing="4">
<tr>
<td style="border-style: solid; border-width: 1px" background="templates/Dream7/images/th.gif" bordercolor="#FAD061">
<p align="center">
<span class="name"><a name="{postrow.U_POST_ID}"></a><b>
<a class="nav" href="javascript:void(0)" onClick="return dropdownmenu(this, event, menu{postrow.VB_MENU_ID}, 'selfc')" onMouseout="delayhidemenu()"><a href="javascript:emoticon('[b]{postrow.POSTER_NAME}[/b], ')">{postrow.POSTER_NAME}</a></a></b></span></td>
</tr>
<tr>
<td style="border-style: solid; border-width: 1px" bordercolor="#FAD061" background="templates/Dream7/images/th.gif">
<p align="center"><span class="postdetails">
{postrow.POSTER_RANK}</span></td>
</tr>
</table>
{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}</p>
<fieldset style="border: 1px solid #FFFFFF; ">
<legend><b>??????? ???????</b></legend></span><div align="center">
<table width="165" style="padding-top: 0" cellpadding="3" cellspacing="4">
<tr>
<td style="border-style: solid; border-width: 1px" background="templates/Dream7/images/th.gif" bordercolor="#FAD061" width="425" colspan="2">
<span class="postdetails">{postrow.POSTER_JOINED}</span></td>
</tr>
<tr>
<td style="border-style: solid; border-width: 1px" bordercolor="#FAD061" width="425" colspan="2" background="templates/Dream7/images/th.gif"><span class="postdetails">{postrow.POSTER_POSTS}</span></td>
</tr>
<tr>
<td style="border-style: solid; border-width: 1px" bordercolor="#FAD061" width="425" colspan="2" background="templates/Dream7/images/th.gif"><span class="postdetails">{postrow.POSTER_OCCUPATION}</span></td>
</tr>
<tr>
<td style="border-style: solid; border-width: 1px" bordercolor="#FAD061" width="425" colspan="2" background="templates/Dream7/images/th.gif"><span class="postdetails">{postrow.POSTER_INTERESTS}</span></td>
</tr>
<tr>
<td style="border-style: solid; border-width: 1px" bordercolor="#FAD061" width="425" background="templates/Dream7/images/th.gif"><span class="postdetails">{postrow.POSTER_FROM}</span><br />
</tr>
<td style="border-style: solid; border-width: 1px" bordercolor="#FAD061" background="templates/Dream7/images/th.gif">{postrow.POSTER_FROM_FLAG}</tr>
<tr>
<td style="border-style: solid; border-width: 1px" bordercolor="#FAD061" width="425" colspan="2" background="templates/Dream7/images/th.gif"><span class="postdetails">
??????: {postrow.POSTER_ONLINE}</span><br />
</tr>
<tr> <!-- [BEGIN LEVEL MOD] -->
<td style="border-style: solid; border-width: 1px" bordercolor="#FAD061" width="425" colspan="2"><span class="postdetails">
???????: <b>{postrow.POSTER_LEVEL}</b>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="left"><font color="#008000"><span class="postdetails">???? ??????:</span></font></td>
<td align="right"><span class="postdetails"><b>{postrow.POSTER_HP}</b></span></td>
<td> </td>
</tr>
<tr>
<td colspan="2">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img src="templates/Dream7/images/level_mod/hp_bar_left.gif" width="2" height="12" /></td>
<td><img src="templates/Dream7/images/level_mod/hp_bar_fil.gif" width="{postrow.POSTER_HP_WIDTH}" height="12" /></td>
<td><img src="templates/Dream7/images/level_mod/hp_bar_fil_end.gif" width="1" height="12" /></td>
<td><img src="templates/Dream7/images/level_mod/level_bar_emp.gif" width="{postrow.POSTER_HP_EMPTY}" height="12" /></td>
<td><img src="templates/Dream7/images/level_mod/level_bar_right.gif" width="1" height="12" /></td>
</tr>
</table>
</td>
<td align="left"><span class="gen"> {postrow.POSTER_HP_WIDTH}%</span></td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="left"><span class="postdetails"><font color="#000080">??? ??????</font>:</span></td>
<td align="right"><span class="postdetails"><b>{postrow.POSTER_MP}</b></span></td>
<td> </td>
</tr>
<tr>
<td colspan="2">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img src="templates/Dream7/images/level_mod/mp_bar_left.gif" width="2" height="12" /></td>
<td><img src="templates/Dream7/images/level_mod/mp_bar_fil.gif" width="{postrow.POSTER_MP_WIDTH}" height="12" /></td>
<td><img src="templates/Dream7/images/level_mod/mp_bar_fil_end.gif" width="1" height="12" /></td>
<td><img src="templates/Dream7/images/level_mod/level_bar_emp.gif" width="{postrow.POSTER_MP_EMPTY}" height="12" /></td>
<td><img src="templates/Dream7/images/level_mod/level_bar_right.gif" width="1" height="12" /></td>
</tr>
</table>
</td>
<td align="left"><span class="gen"> {postrow.POSTER_MP_WIDTH}%</span></td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="left"><span class="postdetails"><font color="#FF0000">???? ??????</font>:</span></td>
<td align="right"><span class="postdetails"><b>{postrow.POSTER_EXP}</b></span></td>
<td> </td>
</tr>
<tr>
<td colspan="2">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img src="templates/Dream7/images/level_mod/exp_bar_left.gif" width="2" height="12" /></td>
<td><img src="templates/Dream7/images/level_mod/exp_bar_fil.gif" width="{postrow.POSTER_EXP_WIDTH}" height="12" /></td>
<td><img src="templates/Dream7/images/level_mod/exp_bar_fil_end.gif" width="1" height="12" /></td>
<td><img src="templates/Dream7/images/level_mod/level_bar_emp.gif" width="{postrow.POSTER_EXP_EMPTY}" height="12" /></td>
<td><img src="templates/Dream7/images/level_mod/level_bar_right.gif" width="1" height="12" /></td>
</tr>
</table>
</td>
<td align="left"><span class="gen"> {postrow.POSTER_EXP_WIDTH}%</span></td>
</tr>
</table>
</span>
<!-- [END LEVEL MOD] -->
<tr>
<td style="border-style: solid; border-width: 1px" bordercolor="#FAD061" width="425" colspan="2"><span class="postdetails"><center>{postrow.AWARD_IMAGE}<br /><br /><b>{postrow.POSTER_AWARD}</b></center></span><br />
</div>
</tr>
</table>
</div>
</td>
<td class="dream-topic" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="100%"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /></a><span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen"> </span> </span></td>
<td valign="top" nowrap="nowrap">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td>
</tr>
<tr>
<td colspan="2"><hr size="1" color="#FAD061" /></td>
</tr>
<tr>
<td colspan="2"><span class="postbody1">{postrow.MESSAGE}</span>{postrow.ATTACHMENTS}<span class="gensmall">{postrow.EDITED_MESSAGE}</span><span class="postbody">{postrow.SIGNATURE}</span></td>
</tr>
</table></td>
</tr>
<tr>
<td class="dream-topic" width="150" align="right" valign="middle"><span class="nav"><a href="#top" class="nav">{L_BACK_TO_TOP}</a></span></td>
<td class="dream-topic" width="100%" height="10" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
<tr>
<td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}<script language="JavaScript" type="text/javascript"><!--
if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
document.write(' {postrow.ICQ_IMG}');
else
document.write('</td><td> </td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute">{postrow.ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>');
//--></script><noscript>{postrow.ICQ_IMG}</noscript></td>
</tr>
</table></td>
</tr>
<tr>
<td class="spaceRow" colspan="2" height="1"><img src="templates/Dream7/images/spacer.gif" alt="" width="1" height="30" /></td>
</tr>
<!-- END postrow -->
<tr align="center">
<td class="row1" colspan="3" >
{QUICKREPLY_OUTPUT}
</td>
</tr>
<td class="th" colspan="2" height="28"><table cellspacing="0" cellpadding="0" border="0">
<tr><form method="post" action="{S_POST_DAYS_ACTION}">
<td align="center" class="th"><span class="gensmall">{L_DISPLAY_POSTS}: {S_SELECT_POST_DAYS} {S_SELECT_POST_ORDER} <input type="submit" value="{L_GO}" class="liteoption" name="submit" /></span></td>
</form></tr>
</table></td>
</tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="90">
<img border="0" src="templates/Dream7/images/rightdown.gif"></td>
<td background="templates/Dream7/images/middown.gif"> </td>
<td width="90">
<img border="0" src="templates/Dream7/images/leftdown.gif"></td>
</tr>
</table>
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
<tr>
<td align="right" valign="middle" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a> <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>
<td align="right" valign="middle" width="100%"> </td>
<td align="right" valign="top" nowrap="nowrap"><br /><span class="nav">{PAGINATION}</span>
</td>
</tr>
<tr>
<td align="right" colspan="3"><span class="nav"> <a href="{U_INDEX}" class="nav">{L_INDEX}</a>
-> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
</tr>
<tr>
<td align="right" colspan="3">
<p align="left"><span class="nav">{PAGE_NUMBER}</span></td>
</tr>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<!-- BEGIN switch_my_quick_reply -->
<script type="text/javascript">
function checkForm() {
formErrors = false;
document.post.message.value = '';
if (document.post.input.value.length < 2) {
formErrors = '{MQR_EMPTY_MESSAGE}';
}
if (formErrors) {
alert(formErrors);
return false;
} else {
if (document.post.quick_quote.checked) {
document.post.message.value = document.post.last_msg.value;
}
document.post.message.value += document.post.input.value;
return true;
}
}
</script>
<form action="{MQR_FORM_ACTION}" method="post" name="post" onsubmit="return checkForm()">
<tbody id="qr_open" style="display:none; position:relative;">
<tr>
<th class="thLeft" height="26" nowrap="nowrap" width="150">{MQR_LANG_OPTIONS}</th>
<th class="thRight" nowrap="nowrap">{MQR_LANG_QUICK_REPLY}</th>
</tr>
<tr>
<td class="gensmall" align="right" valign="middle" width="150">
<a href="{MQR_SMILIES_URL}" onclick="window.open('{MQR_SMILIES_URL}', '_phpbbsmilies', 'HEIGHT=300,resizable=yes,scrollbars=yes,WIDTH=250');return false;" target="_phpbbsmilies">{MQR_LANG_SHOW_SMILIES}</a><br /><br />
<input type="checkbox" name="quick_quote" />{MQR_QUOTE_LAST_POST}
<!-- BEGIN switch_member_functions -->
<br /><input type="checkbox" name="attach_sig" {switch_my_quick_reply.switch_member_functions.MQR_ATTACH_SIG_STATUS} />{switch_my_quick_reply.switch_member_functions.MQR_ATTACH_SIG}
<!-- END switch_member_functions -->
</td>
<input type="hidden" name="mode" value="reply" />
<input type="hidden" name="sid" value="{MQR_SESSION_ID}" />
<input type="hidden" name="t" value="{MQR_TOPIC_ID}" />
<input type="hidden" name="message" value="" />
<input type="hidden" name="last_msg" value='{MQR_LAST_MSG}' />
<td class="row1" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="row1" valign="top">
<textarea name="input" cols="70" rows="7" wrap="virtual" style="width:100%" class="post"></textarea>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr align="center">
<td>
<input type="submit" name="preview" class="liteoption" value="{MQR_LANG_PREVIEW}" /> <input type="submit" name="post" class="mainoption" value="{MQR_LANG_SUBMIT}" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</form>
<!-- END switch_my_quick_reply -->
</table>
<table width="100%" cellspacing="2" border="0" align="center">
<tr>
<td width="40%" valign="top" nowrap="nowrap" align="right"><span class="gensmall">
{S_WATCH_TOPIC}</span><br />
<br />
{S_TOPIC_ADMIN}</td>
<td align="right" valign="top" nowrap="nowrap">{JUMPBOX}<span class="gensmall">{S_AUTH_LIST}</span></td>
</tr>
</table>
<script language="javascript">
var myfont = *******.getElementsByTagName("font");
var loop = 0;
while (myfont.item(loop))
{ if(myfont.item(loop).size >= 8 && myfont.item(loop).size <= 9)
myfont.item(loop).size = '1';
else if(myfont.item(loop).size >= 10 && myfont.item(loop).size <= 11)
myfont.item(loop).size = '2';
else if(myfont.item(loop).size >= 12 && myfont.item(loop).size <= 13)
myfont.item(loop).size = '3';
else if(myfont.item(loop).size >= 14 && myfont.item(loop).size <= 17)
myfont.item(loop).size = '4';
else if(myfont.item(loop).size >= 18 && myfont.item(loop).size <= 23)
myfont.item(loop).size = '5';
else if(myfont.item(loop).size >= 24 && myfont.item(loop).size <= 35)
myfont.item(loop).size = '6';
else if(myfont.item(loop).size >= 36)
myfont.item(loop).size = '7';
loop++;
}
</script>
(( ????? ))
????? n7soft
??? ????? ?????? ?? ??? ????? (SKAY) ?? ???? ??????? ????????
??? ???? ?? ???? !
????????
Garebooo
??? ????? ?????? ?? ??? ????? (SKAY) ?? ???? ??????? ????????
??? ???? ?? ???? !
????????
Garebooo
من فضلك استخدم نموذج طلب الدعم عند اضافة مشكلتك
بعد حل مشكلتك فضلاً ضع [ مجابة ] في عنوان الموضوع حتى يتنظم الموقع بشكل اكبر
بعد حل مشكلتك فضلاً ضع [ مجابة ] في عنوان الموضوع حتى يتنظم الموقع بشكل اكبر
???? ???? ??????? ???????????????????????????????????????
.....................................................................................................
.................................................................
......................................................
.............................................
.....................................
................................
.........................
...................
.............
.........
......
...
..
.
.....................................................................................................
.................................................................
......................................................
.............................................
.....................................
................................
.........................
...................
.............
.........
......
...
..
.
-
- مشرف سابق
- مشاركات: 335
- اشترك في: الجمعة يوليو 29, 2005 5:04 pm
- مكان: فلسطين - غزة
- اتصال:
-
- مشرف سابق
- مشاركات: 335
- اشترك في: الجمعة يوليو 29, 2005 5:04 pm
- مكان: فلسطين - غزة
- اتصال:
???? phpbbarabia ??????? ???? ???????n7soft كتب:??? ??????? ???? ????? phpbbdream.com
??????? ???? ??????? ??? ... ???? ?????? ??? ????? ?? ??? ???? ??????? ???
????? ?????? .... ??? ?????? ?? ???? ???? ?????? ... ?? ???? ???... ?? ?????? ??? ???? ?? ??????? ??????? ????? .
????? ????? ??footer ??? ???? ???? ????????
??? ??? phpbbarabia ????? phpbb
????? ??? ????? ?? ?? ????? ??? ?? ??? ??? ??footer ??? ????????? ???? ????? ??

???? ?? ??? ??? ?? ????? ???????

-
- مشرف سابق
- مشاركات: 335
- اشترك في: الجمعة يوليو 29, 2005 5:04 pm
- مكان: فلسطين - غزة
- اتصال:
-
- مشرف سابق
- مشاركات: 335
- اشترك في: الجمعة يوليو 29, 2005 5:04 pm
- مكان: فلسطين - غزة
- اتصال:
الموجودون الآن
المتصفحون للمنتدى الآن: Semrush [Bot] و 4 زوار