صفحة 1 من 2

(?????)?? ??? ??? ?? ??? ??? posting_editor.html ?

مرسل: الأحد نوفمبر 20, 2011 10:11 pm
بواسطة fantastica
?????? ?????

?? ??? posting_editor.html , ?? ????? ??????? ?? ?????? ?????? .

??? ????? :

كود: تحديد الكل

	<!-- IF not S_SHOW_DRAFTS and not $SIG_EDIT eq 1 -->
	<div class="panel bg3" id="options-panel">
		<div class="inner"><span class="corners-top"><span></span></span>
??? ????? ????? ?
?? ?????? ???? : ??? ??? </div> ?????? ????? ?

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

???? ?????

?? ??? ??? ?? ??? ??? posting_editor.html ?

مرسل: الاثنين نوفمبر 21, 2011 12:27 am
بواسطة Saif Alhak
????? ????? ???? ????? ??? , ??? ?? ??????

كود: تحديد الكل

	<!-- IF not S_SHOW_DRAFTS and not $SIG_EDIT eq 1 -->
	<div class="panel bg2">
		<div class="inner"><span class="corners-top"><span></span></span>
		<fieldset class="submit-buttons">
			{S_HIDDEN_ADDRESS_FIELD}
			{S_HIDDEN_FIELDS}
			<!-- IF S_HAS_DRAFTS --><input type="submit" accesskey="d" tabindex="8" name="load" value="{L_LOAD_DRAFT}" class="button2" onclick="load_draft = true;" />  <!-- ENDIF -->
			<!-- IF S_SAVE_ALLOWED --><input type="submit" accesskey="k" tabindex="7" name="save" value="{L_SAVE_DRAFT}" class="button2" />  <!-- ENDIF -->
			<input type="submit" tabindex="5" name="preview" value="{L_PREVIEW}" class="button1"<!-- IF not S_PRIVMSGS --> onclick="document.getElementById('postform').action += '#preview';"<!-- ENDIF --> /> 
			<input type="submit" accesskey="s" tabindex="6" name="post" value="{L_SUBMIT}" class="button1 default-submit-action" /> 

		</fieldset>

		<span class="corners-bottom"><span></span></span></div>
	</div>
	<!-- ENDIF -->

?? ??? ??? ?? ??? ??? posting_editor.html ?

مرسل: الاثنين نوفمبر 21, 2011 12:42 am
بواسطة fantastica
Saif Alhak كتب:????? ????? ???? ????? ??? , ??? ?? ??????

كود: تحديد الكل

	<!-- IF not S_SHOW_DRAFTS and not $SIG_EDIT eq 1 -->
	<div class="panel bg2">
		<div class="inner"><span class="corners-top"><span></span></span>
		<fieldset class="submit-buttons">
			{S_HIDDEN_ADDRESS_FIELD}
			{S_HIDDEN_FIELDS}
			<!-- IF S_HAS_DRAFTS --><input type="submit" accesskey="d" tabindex="8" name="load" value="{L_LOAD_DRAFT}" class="button2" onclick="load_draft = true;" />  <!-- ENDIF -->
			<!-- IF S_SAVE_ALLOWED --><input type="submit" accesskey="k" tabindex="7" name="save" value="{L_SAVE_DRAFT}" class="button2" />  <!-- ENDIF -->
			<input type="submit" tabindex="5" name="preview" value="{L_PREVIEW}" class="button1"<!-- IF not S_PRIVMSGS --> onclick="document.getElementById('postform').action += '#preview';"<!-- ENDIF --> /> 
			<input type="submit" accesskey="s" tabindex="6" name="post" value="{L_SUBMIT}" class="button1 default-submit-action" /> 

		</fieldset>

		<span class="corners-bottom"><span></span></span></div>
	</div>
	<!-- ENDIF -->
???? ?? ??? ??? ????
????? ??? ??? ????

???? ??? ??? ??? ????? ????? ????? ??? .
????? ????? ????? ??? ??? ??? ?? ????? ???? ???? ???? ??? ???? ???? ??? ????? ??? ????? ?????? :

كود: تحديد الكل

<!-- IF not S_SHOW_DRAFTS and not $SIG_EDIT eq 1 -->
	<div class="panel bg3" id="options-panel">
		<div class="inner"><span class="corners-top"><span></span></span>

		<fieldset class="fields1">
			<!-- IF S_BBCODE_ALLOWED -->
				<div><label for="disable_bbcode"><input type="checkbox" name="disable_bbcode" id="disable_bbcode"{S_BBCODE_CHECKED} /> {L_DISABLE_BBCODE}</label></div>
			<!-- ENDIF -->
			<!-- IF S_SMILIES_ALLOWED -->
				<div><label for="disable_smilies"><input type="checkbox" name="disable_smilies" id="disable_smilies"{S_SMILIES_CHECKED} /> {L_DISABLE_SMILIES}</label></div>
			<!-- ENDIF -->
			<!-- IF S_LINKS_ALLOWED -->
				<div><label for="disable_magic_url"><input type="checkbox" name="disable_magic_url" id="disable_magic_url"{S_MAGIC_URL_CHECKED} /> {L_DISABLE_MAGIC_URL}</label></div>
			<!-- ENDIF -->
			<!-- IF S_SIG_ALLOWED -->
				<div><label for="attach_sig"><input type="checkbox" name="attach_sig" id="attach_sig"{S_SIGNATURE_CHECKED} /> {L_ATTACH_SIG}</label></div>
			<!-- ENDIF -->
			<!-- IF S_NOTIFY_ALLOWED -->
				<div><label for="notify"><input type="checkbox" name="notify" id="notify"{S_NOTIFY_CHECKED} /> {L_NOTIFY_REPLY}</label></div>
			<!-- ENDIF -->
			<!-- IF S_LOCK_TOPIC_ALLOWED -->
				<div><label for="lock_topic"><input type="checkbox" name="lock_topic" id="lock_topic"{S_LOCK_TOPIC_CHECKED} /> {L_LOCK_TOPIC}</label></div>
			<!-- ENDIF -->
			<!-- IF S_LOCK_POST_ALLOWED -->
				<div><label for="lock_post"><input type="checkbox" name="lock_post" id="lock_post"{S_LOCK_POST_CHECKED} /> {L_LOCK_POST} [{L_LOCK_POST_EXPLAIN}]</label></div>
			<!-- ENDIF -->

			<!-- IF S_TYPE_TOGGLE or S_TOPIC_TYPE_ANNOUNCE or S_TOPIC_TYPE_STICKY -->
			<hr class="dashed" />
			<!-- ENDIF -->

			<!-- IF S_TYPE_TOGGLE -->
			<dl>
				<dt><label for="topic_type-0"><!-- IF S_EDIT_POST -->{L_CHANGE_TOPIC_TO}<!-- ELSE -->{L_POST_TOPIC_AS}<!-- ENDIF -->:</label></dt>
				<dd><!-- BEGIN topic_type --><label for="topic_type-{topic_type.VALUE}"><input type="radio" name="topic_type" id="topic_type-{topic_type.VALUE}" value="{topic_type.VALUE}"{topic_type.S_CHECKED} />{topic_type.L_TOPIC_TYPE}</label> <!-- END topic_type --></dd>
			</dl>
			<!-- ENDIF -->

			<!-- IF S_TOPIC_TYPE_ANNOUNCE or S_TOPIC_TYPE_STICKY -->
			<dl>
				<dt><label for="topic_time_limit">{L_STICK_TOPIC_FOR}:</label></dt>
				<dd><label for="topic_time_limit"><input type="text" name="topic_time_limit" id="topic_time_limit" size="3" maxlength="3" value="{TOPIC_TIME_LIMIT}" class="inputbox autowidth" /> {L_DAYS}</label></dd>
				<dd>{L_STICK_TOPIC_FOR_EXPLAIN}</dd>
			</dl>
			<!-- ENDIF -->

			<!-- IF S_EDIT_REASON -->
			<dl>
				<dt><label for="edit_reason">{L_EDIT_REASON}:</label></dt>
				<dd><input type="text" name="edit_reason" id="edit_reason" value="{EDIT_REASON}" class="inputbox" /></dd>
			</dl>
			<!-- ENDIF -->
		</fieldset>
		<!-- ENDIF -->
?? ???? ???? ? ?? ????? ???? ?? ???? ?
???? ????? ?? ??? ????????

?? ??? ??? ?? ??? ??? posting_editor.html ?

مرسل: الاثنين نوفمبر 21, 2011 3:00 am
بواسطة TheIlluminative
????? ???? ????? :)

?? ???? ?? ??? ????? ??? ????? ?????? ????? ?? ??????? ?? ????? ????? ????? .. ???????? ??? ??:

كود: تحديد الكل

	<!-- IF not S_SHOW_DRAFTS -->
		<span class="corners-bottom"><span></span></span></div>
	</div>
	<!-- ENDIF -->

?? ??? ??? ?? ??? ??? posting_editor.html ?

مرسل: الاثنين نوفمبر 21, 2011 6:58 pm
بواسطة fantastica
TheIlluminative كتب:????? ???? ????? :)

?? ???? ?? ??? ????? ??? ????? ?????? ????? ?? ??????? ?? ????? ????? ????? .. ???????? ??? ??:

كود: تحديد الكل

	<!-- IF not S_SHOW_DRAFTS -->
		<span class="corners-bottom"><span></span></span></div>
	</div>
	<!-- ENDIF -->
???? ??? TheIlluminative ??? ???? ?????? ???
??? ????? ??? ?? ????? ??? (??? ??? ??? ????? ??????? ???????? ??? (??? ???? ??? ???? ???? ?????? :lol: )).

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

?? ??? ??? ?? ??? ??? posting_editor.html ?

مرسل: الاثنين نوفمبر 21, 2011 8:12 pm
بواسطة TheIlluminative
??????????? :D
???? ????? :)

?? ??? ??? ?? ??? ??? posting_editor.html ?

مرسل: الاثنين نوفمبر 21, 2011 9:58 pm
بواسطة fantastica
TheIlluminative كتب:??????????? :D
???? ????? :)

??? TheIlluminative ??? ?????? ????? ???? :
??? ???? ??? ??????? ????? ????? ??? ???? ????? ??? ????? ???? ?????? ??? ??? ????? ??????? ?
???? ???? ?? ???? ??? ??????? ??? ????????? . ??? ????? ?? ???? ???? ????? !!

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

?????

(?????)?? ??? ??? ?? ??? ??? posting_editor.html ?

مرسل: الثلاثاء نوفمبر 22, 2011 1:14 am
بواسطة TheIlluminative
??? ????? ??? :)
??? ??? ???? ??????? ??? ?? ???? ??? ?????? ??? ??????? ???? ????? ??????? ??? ????? ?? ??? ???????:
style.cfg
imageset/imageset.cfg
template/template.cfg
theme/theme.cfg
??????? ??? ??????? :)

????? ????? ??? ?????? ??????? .. ???? ????? ????? ???? ?? ????? ????? ???? ?????? ??? ?????? :)

(?????)?? ??? ??? ?? ??? ??? posting_editor.html ?

مرسل: الثلاثاء نوفمبر 22, 2011 1:21 am
بواسطة golino

(?????)?? ??? ??? ?? ??? ??? posting_editor.html ?

مرسل: الثلاثاء نوفمبر 22, 2011 1:23 am
بواسطة golino
:D ???? :lol:

(?????)?? ??? ??? ?? ??? ??? posting_editor.html ?

مرسل: الثلاثاء نوفمبر 22, 2011 7:40 am
بواسطة fantastica
TheIlluminative كتب:??? ????? ??? :)
??? ??? ???? ??????? ??? ?? ???? ??? ?????? ??? ??????? ???? ????? ??????? ??? ????? ?? ??? ???????:
style.cfg
imageset/imageset.cfg
template/template.cfg
theme/theme.cfg
??????? ??? ??????? :)

????? ????? ??? ?????? ??????? .. ???? ????? ????? ???? ?? ????? ????? ???? ?????? ??? ?????? :)
??? ??? TheIlluminative ??? ????? ??? ??? ???????
???? ??? ????? ????? ????

???? ?? ??????? ?? ?? ???????? ?????? ??????? ??????? , ????

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

(?????)?? ??? ??? ?? ??? ??? posting_editor.html ?

مرسل: الثلاثاء نوفمبر 22, 2011 7:46 am
بواسطة fantastica
golino كتب:?????? ??? ????? ????? ??? ???????
http://www.phpbbarabia.com/community/vi ... 73&t=30866
????????????????? ??? golino ??? ????? ??? ????? ????? ?????? ????? , ??? ?? ??? ??????? ?????? ??????? ???? ???? :lol: .

????? ????? ?? ??? ?????? ?? ???? .
???? ????? ????? ?????? ?? ?? ??? , ????
????? ???

(?????)?? ??? ??? ?? ??? ??? posting_editor.html ?

مرسل: الثلاثاء نوفمبر 22, 2011 7:49 am
بواسطة fantastica
golino كتب::D ???? :lol:
??? ?????? ?? ???? ?? ???? ???? !
???? ???? ??? ????? ????

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

(?????)?? ??? ??? ?? ??? ??? posting_editor.html ?

مرسل: الثلاثاء نوفمبر 22, 2011 9:38 am
بواسطة golino
???? ???? ????? ?????? ??? ??? ??? ?? ????? ?????? ?? ?????? ??? ???? ?? ??? ????? (???? ?? ????? ?????????) :D

(?????)?? ??? ??? ?? ??? ??? posting_editor.html ?

مرسل: الثلاثاء نوفمبر 22, 2011 6:06 pm
بواسطة fantastica
golino كتب:???? ???? ????? ?????? ??? ??? ??? ?? ????? ?????? ?? ?????? ??? ???? ?? ??? ????? (???? ?? ????? ?????????) :D
???? ???? ..... ??? ??? ???? ?? (?????) !!
???? ???? ??? ??????
????? ????

??? ???? ?? ???? ??????? ? ????? ?? ???? ??? . ?? ????? ??? ? ??? ?? ?????? ? ?? ???? !
??????