Priority File Manager

📁 public_html
Base Directory:
/home/ecedu/public_html/cce/Views/layouts
NameTypeSizeActions
📁 .. Folder -
📄 aboutus-layout.php File 1676
Edit Download
📄 article-layout.php File 21975
Edit Download
📄 back-top.php File 706
Edit Download
📄 body-layout.php File 1313
Edit Download
📄 contactus-layout.php File 4025
Edit Download
📄 department-layout.php File 3736
Edit Download
📄 footer-layout.php File 5862
Edit Download
📄 header-layout.php File 451
Edit Download
📄 header-second.php File 827
Edit Download
📄 index-layout.php File 4027
Edit Download
📄 list-languages.php File 5393
Edit Download
📄 list-news-layout.php File 6488
Edit Download
📄 list-pdf-layout.php File 4459
Edit Download
📄 main-func.php File 59102
Edit Download
📄 main-layout.php File 8313
Edit Download
📄 main-menu.php File 3613
Edit Download
📄 mobile-menu.php File 5453
Edit Download
📄 mobile-side.php File 14998
Edit Download
📄 pdf-layout.php File 3
Edit Download
📄 right_sidebar.php File 3970
Edit Download
📄 search-layout.php File 5408
Edit Download
📄 top-menu.php File 1175
Edit Download
📄 top_slider.php File 2320
Edit Download

View File: index-layout.php

<!-- بداية المحتوى الرئيسي للصفحة -->
<div class="row" >

  <?php include ('top_slider.php') ?>

  <!-- صف جديد للمحتوى الرئيسي والشريط الجانبي -->
  <div class="row">
    <!-- المحتوى الرئيسي -->
    <div class="col-md-8">
      <!-- القسم الأول للأخبار -->
      <div class="block-area">
        <div class="block-title-6">
          <h4 class="h5 border-primary">
            <a href='list-news.php?i=1&lang=<?= $lang ?>'>
            <span class="bg-primary text-white">
              <?= htmlspecialchars($L['news']) ?>
             </span></a>  
             <?=  edit_news(1);?>
          </h4>
        </div>
        <div class="row">
           <!-- البوست الكبير اليسار -->
       <?php
          echo renderMainSidePost($newsType1, $lang, 1,  $functions, 200);
       ?>
        
        <!-- البوستات الجانبية يمين --> 
       <?php 
          echo renderSidePostsBlock($newsType1, $lang, 1 , $L);
       ?>

        </div>
      </div>

      <!-- المؤتمرات -->
      <div class="block-area">
        <div class="block-title-6">
          <h4 class="h5 border-primary">
            <a href='list-news.php?i=2&lang=<?= $lang ?>'>
            <span class="bg-primary text-white">
              <?= htmlspecialchars($L['conferences']) ?>
             </span></a>   
              <?=  edit_news(2);?></span>
          </h4>
        </div>
        <div class="row"> 
           <!-- البوست الكبير اليسار -->
       <?php 
          echo renderMainSidePost($newsType2, $lang, 2, $functions, 200);
       ?>
        
        <!-- البوستات الجانبية يمين --> 
       <?php 
          echo renderSidePostsBlock($newsType2, $lang, 2 , $L);
       ?>  
        </div>
      </div>
      
      <!-- النشاطات -->
      <div class="block-area">
        <div class="block-title-6">
          <h4 class="h5 border-primary">
            <a href='list-news.php?i=3&lang=<?= $lang ?>'>
            <span class="bg-primary text-white">
              <?= htmlspecialchars($L['activities']) ?>
             </span></a>   
              <?=  edit_news(3);?>
          </h4>
        </div>
        <div class="row">
           <!-- البوست الكبير اليسار -->
       <?php 
          echo renderMainSidePost($newsType3, $lang, 3, $functions, 200);
       ?>
        
        <!-- البوستات الجانبية يمين --> 
       <?php 
          echo renderSidePostsBlock($newsType3, $lang, 3 , $L);
       ?>   
        </div>
      </div>

      <!-- قسم الأبحاث والتقارير (مثال دمج قسمين في صف واحد) -->
      <div class="block-area">
        <div class="row">
        
          <!-- أبحاث (يسار) -->
       <?php
           echo renderNewsBlockSection($newsType4, $lang, 4,  $L['publications'],  $functions,$L);
       ?>   
          <!-- تقارير (يمين) -->
       <?php
          echo renderNewsBlockSection($newsType5, $lang, 5, $L['research_articles'],  $functions,$L);
       ?>    

        </div>
      </div>
        
      <!-- القسم الثالث: أحداث ومشاركات -->
      <div class="block-area">
        <!-- block title -->
        <div class="block-title-6">
          <h4 class="h5 border-primary">
                 <a href='list-news.php?i=6&lang=<?= $lang ?>'>
                 <span class="bg-primary text-white">
                  <?= htmlspecialchars($L['events_participations']) ?>
                  </span></a>     
                  <?=  edit_news(6);?> 
          </h4>
        </div>
        <!-- block content -->
       <?php
        echo renderCompactNewsList($newsType6, $lang, 6,  $functions,$L);
       ?>   

      </div> 

    </div><!-- /col-md-8 -->

    <?php include('right_sidebar.php'); ?>
     

  </div><!-- /row الرئيسية -->

</div><!-- /row المحتوى الكلي -->

<!-- نهاية الملف -->