![]()
ادوات الصندوق مو موجود
بالسرفر الشخصي بيشتغل وهاك التوبرز
ولكن لما ارفع الاستيل لموقع بيختفي الادوات
انتظر تحميل الصور لتري
{htmldoctype}
<html dir=rtl>
<head>
<title>$bbtitle - نشر موضوع جديد</title>
$headinclude
<!--<script type="text/javascript" language="javascript" src="$bburl/spellcheck/spch.js"></script>-->
<script language="javascript">
<!--
var postmaxchars = $postmaxchars;
function validate(theform) {
if (theform.message.value=="" || theform.subject.value=="") {
alert("الرجاء إكمال حقلي الرسالة والموضوع.");
return false; }
if (postmaxchars != 0) {
if (theform.message.value.length > $postmaxchars) {
alert("رسالتك طويلة جداً.\n\nاختصرها إلى $postmaxchars حرف.\nطولها الآن "+theform.message.value.length+" حرف.");
return false; }
else { return true; }
} else { return true; }
}
function checklength(theform) {
if (postmaxchars != 0) { message = "\nالطول الأقصى المسموح به هو $postmaxchars حرف."; }
else { message = ""; }
alert("طول رسالتك هو "+theform.message.value.length+" حرف."+message);
}
//-->
</script>
</head>
<body>
$header
<!-- breadcrumb -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
<td width="100%">$navbar</td>
</tr>
</table>
<!-- /breadcrumb -->
$postpreview
<br>
<form $enctype action="newthread.php" method="POST" name="vbform" onSubmit="return validate(this)">
<input type="hidden" name="s" value="$session[sessionhash]">
<input type="hidden" name="forumid" value="$forumid">
<input type="hidden" name="action" value="postthread">
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr>
<td bgcolor="{tableheadbgcolor}" colspan="2" background="{imagesfolder}/mainbg.gif"><normalfont color="{tableheadtextcolor}" class="thtcolor"><b>نشر موضوع جديد</b></normalfont></td>
</tr>
$logincode
<tr bgcolor="{secondaltcolor}">
<td bgcolor="{secondaltcolor}"><normalfont><b>الموضوع:</b></normalfont></td>
<td bgcolor="{secondaltcolor}"><normalfont><input type="text" class="bginput" name="subject" value="$subject" size="40" maxlength="85" tabindex="1"></normalfont></td>
</tr>
$posticons
$vbcode_buttons
<tr>
<td bgcolor="{secondaltcolor}" valign="top" nowrap><normalfont><b>الرسالة:</b></normalfont>
<p><smallfont>
شاهد نظام القسم (في الأسفل) لمزيد<br>
من المعلومات حول الأكواد<br>
التي تستطيع استخدامها<br>
في مشاركاتك.
</smallfont></p>
$vbcode_smilies<br>
</td>
<td bgcolor="{secondaltcolor}">
<table cellpadding="0" cellspacing="0" border="0">
<tr valign="top">
<td><textarea name="message" rows="20" cols="$textareacols"maxLength="$postmaxchars" wrap="virtual" tabindex="2">$message</textarea><br>
<smallfont><a href="javascript:checklength(document.vbform);">[فحص طول الرسالة]</a></smallfont></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="{firstaltcolor}" valign="top"><normalfont><b>خيارات</b></normalfont></td>
<td bgcolor="{firstaltcolor}" valign="top"><smallfont>
<input type="checkbox" name="parseurl" value="yes" $parseurlchecked> <b>روابط تلقائية:</b> إضافة وسمي و تحويل عناوين المواقع تلقائياً.
<br><input type="checkbox" name="email" value="yes" $emailchecked> <b>الإعلام البريدي:</b> رسائل ترسل إليك كلما رد شخص آخر. للمسجلين فقط.
$disablesmiliesoption
<br><input type="checkbox" name="signature" value="yes" $signaturechecked> <b>إظهار التوقيع:</b> إضافة توقيعك الشخصي. للمسجلين فقط.
</smallfont></td>
</tr>
$attachmentoption
$postpolloption
</table>
</td></tr></table>
<br>
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
<td align="center"><normalfont>
<input type="submit" class="bginput" name="submit" value="إرسال الموضوع" accesskey="s" tabindex="3">
<input type="submit" class="bginput" name="preview" value="معاينة المشاركة" accesskey="p" tabindex="4">
<!--<input type="button" class="bginput" value="Spell Check" onclick="var f=document.forms['vbform']; doSpell( '$spellchecklang', f.message, '$bburl/spellcheck/sproxy.php', true);" tabindex="5">-->
</normalfont></td>
</tr>
</table>
</form>
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
<td><smallfont><b>نظام القسم :</b><br>$forumrules</smallfont></td>
</tr>
</table>
$footer
</body>
</html>