مشكله في كود topics_list_box

2 مشترك

اذهب الى الأسفل

ãÚáæãÉ مشكله في كود topics_list_box

مُساهمة من طرف mezo196 الأحد 11 ديسمبر 2011 - 22:23

الايطار لا يظهر بشكل صحيح

Sad

الكود:
</table>
    [table width="100%" align="center" border="0" cellspacing="0" cellpadding="0" height="210"]
    [tr]
    [td width="261"][img(261,210)]http://i46.servimg.com/u/f46/17/06/05/56/untitl82.gif[/img][/td]
    [td align="center" background="http://i46.servimg.com/u/f46/17/06/05/56/untitl80.gif"][img(203,210)]http://2img.net/i/fa/empty.gif[/img][/td]
    [td width="259"][img(259,210)]http://i46.servimg.com/u/f46/17/06/05/56/untitl79.gif[/img][/td]
    [/tr]
    [/table]
    [table width="100%" align="center" border="0" cellpadding="0" cellspacing="0"]
   
    <tr>
    [td width="86" background="http://i46.servimg.com/u/f46/17/06/05/56/untitl78.gif"] [/td]
    <td valign="middle">
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="0">

[tr]
[td width="86" background="http://i46.servimg.com/u/f46/17/06/05/56/untitl78.gif"] [/td]
[td valign="middle"]

function check_uncheck_main_{topics_list_box.row.header_table.BOX_ID}() {
   var all_checked = true;
   for (i = 0; (i < document.{topics_list_box.FORMNAME}.elements.length) && all_checked; i++) {
      if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
         all_checked = document.{topics_list_box.FORMNAME}.elements[i].checked;
      }
   }
   document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked = all_checked;
}
function check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}() {
   for (i = 0; i < document.{topics_list_box.FORMNAME}.length; i++) {
      if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
         document.{topics_list_box.FORMNAME}.elements[i].checked = document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked;
      }
   }
}






<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
       {topics_list_box.row.L_TITLE} 
       {topics_list_box.row.L_REPLIES} 
       {topics_list_box.row.L_AUTHOR} 
       {topics_list_box.row.L_VIEWS} 
       {topics_list_box.row.L_LASTPOST} 
      
      
   
   </tr>
   
   <tr>
      <td class="row1" colspan="7" align="right">{PAGINATION}</td>
   </tr>
   
   
   <tr>
      <td class="row3" colspan="{topics_list_box.row.COLSPAN}"> [b]{topics_list_box.row.L_TITLE}[/b]</td>
   </tr>



{topics_list_box.row.END_TABLE_STICKY}
   <tr>
      
      <td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20"></td>
      
      <td class="{topics_list_box.row.ROW_FOLDER_CLASS}" align="center" valign="middle" width="20">[img]{topics_list_box.row.TOPIC_FOLDER_IMG}[/img]</td>
      
      <td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20">{topics_list_box.row.ICON}</td>
      
      <td class="{topics_list_box.row.ROW_CLASS}" onmouseover='this.className="row2"' onmouseout='this.className="{topics_list_box.row.ROW_CLASS}"' width="100%">
         
            {topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.PARTICIPATE_POST_IMG}{topics_list_box.row.TOPIC_TYPE}

[url=http://help.ahlamontada.com/{topics_list_box.row.U_VIEW_TOPIC}]{topics_list_box.row.TOPIC_TITLE}&nbsp
.... منتديات كافية المصريين [/url]
</h2>


         
         
         
            

            {topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
         
         
         {topics_list_box.row.TOPIC_ANNOUNCES_DATES}{topics_list_box.row.TOPIC_CALENDAR_DATES} 
         {topics_list_box.row.GOTO_PAGE}{topics_list_box.row.TOPIC_NAV_TREE}
      </td>

      <td class="row2" align="center" valign="middle">{topics_list_box.row.REPLIES}</td>
      <td class="row3" align="center" valign="middle">[b]{topics_list_box.row.TOPIC_AUTHOR}[/b]</td>
      <td class="row2" align="center" valign="middle">{topics_list_box.row.VIEWS}</td>
      <td class="row3Right" onmouseover='this.className="row1"' onmouseout='this.className="row3Right"' align="center" valign="middle" nowrap="nowrap">{topics_list_box.row.LAST_POST_TIME}
{topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.LAST_POST_IMG}</td>

      <td class="row2" align="center" valign="middle"></td>
   
   </tr>
   
   <tr>
      <td class="row1" colspan="{topics_list_box.row.COLSPAN}" align="center" valign="middle" height="30">{topics_list_box.row.L_NO_TOPICS}</td>
   </tr>
   
   <tr>
      <td class="catBottom" colspan="{topics_list_box.row.COLSPAN}" valign="middle">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td> {PAGINATION}</td>
               <td align="right">[url=http://help.ahlamontada.com/#top]{L_BACK_TO_TOP}[/url] </td>
            </tr>
         </table>
      </td>
   </tr>

</table>

  </table>

   
   
    [/td]
    [td width="86" background="http://i46.servimg.com/u/f46/17/06/05/56/untitl77.gif"]            [/td]
            [/tr]
           
            [/table]
    [table width="100%" align="center" border="0" cellpadding="0" cellspacing="0" height="72"]
    [tr]
    [td width="86"][img(86,72)]http://i46.servimg.com/u/f46/17/06/05/56/untitl76.gif[/img][/td]
    [td align="center" background="http://i46.servimg.com/u/f46/17/06/05/56/untitl75.gif"][img(551,72)]http://2img.net/i/fa/empty.gif[/img][/td]
    [td width="86"][img(86,72)]http://i46.servimg.com/u/f46/17/06/05/56/untitl74.gif[/img][/td]
    [/tr]
    [/table]


+

ارجو حذف اعلانات جوجل الموجوده اسفل زر ارسال موضوع جديد
mezo196
mezo196
 
 

ذكر
عدد المساهمات : 479
معدل النشاط : 5511
السُمعة : 0

http://world.gid3an.com

الرجوع الى أعلى الصفحة اذهب الى الأسفل

ãÚáæãÉ رد: مشكله في كود topics_list_box

مُساهمة من طرف HiMa ElMaSrY الأحد 11 ديسمبر 2011 - 23:12

مرحبا
شوف كده ياريس

بس على فكره انا حذفت حاجات من الكود ده كانت مسببه مشكله
تم ااغلاق الكود قبل فتحه واشياء اخرى
الكود:
        <table width="100%" align="center" border="0" cellspacing="0" cellpadding="0" height="210">
        <tbody><tr>
        <td width="261"><img src="http://i46.servimg.com/u/f46/17/06/05/56/untitl82.gif" width="261" height="210"></td>
        <td align="center" background="http://i46.servimg.com/u/f46/17/06/05/56/untitl80.gif"><img src="http://2img.net/i/fa/empty.gif" width="203" height="210"></td>
        <td width="259"><img src="http://i46.servimg.com/u/f46/17/06/05/56/untitl79.gif" width="259" height="210"></td>
        </tr>
        </tbody></table>
        <table width="100%" align="center" border="0" cellpadding="0" cellspacing="0">
        <tbody>
        <tr>
        <td width="86" background="http://i46.servimg.com/u/f46/17/06/05/56/untitl78.gif"> </td>
        <td valign="middle">



<!-- BEGIN topics_list_box --><!-- BEGIN row --><!-- BEGIN header_table --><!-- BEGIN multi_selection -->
<script type="text/javascript">
function check_uncheck_main_{topics_list_box.row.header_table.BOX_ID}() {
    var all_checked = true;
    for (i = 0; (i < document.{topics_list_box.FORMNAME}.elements.length) && all_checked; i++) {
        if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
            all_checked = document.{topics_list_box.FORMNAME}.elements[i].checked;
        }
    }
    document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked = all_checked;
}
function check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}() {
    for (i = 0; i < document.{topics_list_box.FORMNAME}.length; i++) {
        if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
            document.{topics_list_box.FORMNAME}.elements[i].checked = document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked;
        }
    }
}
</script>
<!-- END multi_selection -->

<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
    <tr>
        <th colspan="{topics_list_box.row.header_table.COLSPAN}" align="center" nowrap="nowrap"> {topics_list_box.row.L_TITLE} </th>
        <th align="center" nowrap="nowrap" width="80"> {topics_list_box.row.L_REPLIES} </th>
        <th align="center" nowrap="nowrap" width="100"> {topics_list_box.row.L_AUTHOR} </th>
        <th align="center" nowrap="nowrap" width="50"> {topics_list_box.row.L_VIEWS} </th>
        <th align="center" nowrap="nowrap" width="150"> {topics_list_box.row.L_LASTPOST} </th>
        <!-- BEGIN multi_selection -->
        <th align="center" nowrap="nowrap" width="20"><input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" /></th>
    <!-- END multi_selection -->
    </tr>
    <!-- BEGIN pagination -->
    <tr>
        <td class="row1" colspan="7" align="right"><span class="gensmall">{PAGINATION}</span></td>
    </tr>
    <!-- END pagination -->
    <!-- END header_table --><!-- BEGIN header_row -->
    <tr>
        <td class="row3" colspan="{topics_list_box.row.COLSPAN}"><span class="gensmall"> <b>{topics_list_box.row.L_TITLE}</b></span></td>
    </tr>
<!-- END header_row -->

<!-- BEGIN topic -->
{topics_list_box.row.END_TABLE_STICKY}
    <tr>
        <!-- BEGIN single_selection -->
        <td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20"><input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></td>
        <!-- END single_selection -->
        <td class="{topics_list_box.row.ROW_FOLDER_CLASS}" align="center" valign="middle" width="20"><img title="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" src="{topics_list_box.row.TOPIC_FOLDER_IMG}" alt="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" /></td>
        <!-- BEGIN icon -->
        <td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20">{topics_list_box.row.ICON}</td>
        <!-- END icon -->
        <td class="{topics_list_box.row.ROW_CLASS}" onmouseover='this.className="row2"' onmouseout='this.className="{topics_list_box.row.ROW_CLASS}"' width="100%">
            <div class="topictitle">
                {topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.PARTICIPATE_POST_IMG}{topics_list_box.row.TOPIC_TYPE}
                <h2 class="topic-title">
                    <a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a>
                </h2>
            </div>
            <!-- BEGIN switch_description -->
            <span class="genmed">
                <br />
                {topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
            </span>
            <!-- END switch_description -->
            <span class="gensmall">{topics_list_box.row.TOPIC_ANNOUNCES_DATES}{topics_list_box.row.TOPIC_CALENDAR_DATES}</span> 
            <span class="gensmall">{topics_list_box.row.GOTO_PAGE}<!-- BEGIN nav_tree -->{topics_list_box.row.TOPIC_NAV_TREE} <!-- END nav_tree --></span>
        </td>

        <td class="row2" align="center" valign="middle"><span class="postdetails">{topics_list_box.row.REPLIES}</span></td>
        <td class="row3" align="center" valign="middle"><span class="name"><strong>{topics_list_box.row.TOPIC_AUTHOR}</strong></span></td>
        <td class="row2" align="center" valign="middle"><span class="postdetails">{topics_list_box.row.VIEWS}</span></td>
        <td class="row3Right" onmouseover='this.className="row1"' onmouseout='this.className="row3Right"' align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{topics_list_box.row.LAST_POST_TIME}<br />{topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.LAST_POST_IMG}</span></td>
<!-- BEGIN multi_selection -->
        <td class="row2" align="center" valign="middle"><span class="postdetails"><input onclick="javascript:check_uncheck_main_{topics_list_box.row.BOX_ID}();" type="checkbox" name="{topics_list_box.FIELDNAME}[]{topics_list_box.row.BOX_ID}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></span></td>
    <!-- END multi_selection -->
    </tr>
    <!-- END topic --><!-- BEGIN no_topics -->
    <tr>
        <td class="row1" colspan="{topics_list_box.row.COLSPAN}" align="center" valign="middle" height="30"><span class="gen">{topics_list_box.row.L_NO_TOPICS}</span></td>
    </tr>
    <!-- END no_topics --><!-- BEGIN bottom -->
    <tr>
        <td class="catBottom" colspan="{topics_list_box.row.COLSPAN}" valign="middle">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                    <td> <span class="gensmall">{PAGINATION}</span></td>
                    <td align="right"><a href="#top">{L_BACK_TO_TOP}</a> </td>
                </tr>
            </table>
        </td>
    </tr>
<!-- END bottom --><!-- BEGIN footer_table -->
</table><!-- END footer_table --><!-- BEGIN spacer --><br class="gensmall" /><!-- END spacer --><!-- END row --><!-- END topics_list_box -->



     
     
        </td>
        <td width="86" background="http://i46.servimg.com/u/f46/17/06/05/56/untitl77.gif">            </td>
                </tr>
                </tbody>
                </table>
        <table width="100%" align="center" border="0" cellpadding="0" cellspacing="0" height="72">
        <tbody><tr>
        <td width="86"><img src="http://i46.servimg.com/u/f46/17/06/05/56/untitl76.gif" width="86" height="72"></td>
        <td align="center" background="http://i46.servimg.com/u/f46/17/06/05/56/untitl75.gif"><img src="http://2img.net/i/fa/empty.gif" width="551" height="72"></td>
        <td width="86"><img src="http://i46.servimg.com/u/f46/17/06/05/56/untitl74.gif" width="86" height="72"></td>
        </tr>
        </tbody></table>
HiMa ElMaSrY
HiMa ElMaSrY
 
 

ذكر
عدد المساهمات : 17761
معدل النشاط : 22368
السُمعة : 38

https://www.facebook.com/hima.vic.752

الرجوع الى أعلى الصفحة اذهب الى الأسفل

ãÚáæãÉ رد: مشكله في كود topics_list_box

مُساهمة من طرف mezo196 الأحد 11 ديسمبر 2011 - 23:15

تمام يا باشا تسلم ايدكـ

Cool
mezo196
mezo196
 
 

ذكر
عدد المساهمات : 479
معدل النشاط : 5511
السُمعة : 0

http://world.gid3an.com

الرجوع الى أعلى الصفحة اذهب الى الأسفل

الرجوع الى أعلى الصفحة

- مواضيع مماثلة

 
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى