{% extends "t_article.twig" %}

{% block right_side %}
    
    {% set contenu = data.contenu %}
    
     {% set type=data.type  %}

    <div class="col-sm-8">
                 
                    
                    
                    
                    
               
                    
                     <div style="" class="row col-sm-12">
                         
                            <ul class="breadcrumb "  style="font-family: 'Droid Arabic Kufi',serif;font-size:12px;font-weight:bold;" class="head_idhaa">
                <li> <a href="?action=index">الرّئيسية</a></li>
                
                <li><a href="?snhtl=wrap&page=mouallafat">المؤلفات</a></li>
                
                   
                     {% if contenu.ID_TYPE==1  %}
                     {% set titre='كتب'  %}
                      {% elseif contenu.ID_TYPE==2  %}
                          {% set titre='مطويات و رسائل'  %}
                           
                          {% endif   %}
                     
                <li>{{titre}}</li>
                 
                  <li>{{contenu.TITRE}}</li>

            </ul> 
                         
                         
                         
                 <div style="margin: 0;padding: 0;" class="row ">
                    
                          
                     <div class="row book_container">
                          <div class=" col-sm-9 p_container book_desc">
                              <p>
                                  اسم المؤلَف: {{contenu.TITRE|raw}}
                              </p>
                              <p>
                                  الترقيم:  {{contenu.NUMERO|raw}}
                              </p>
                              <p>
                                  تاريخ الاصدار : {{contenu.DATE|raw}} 
                              </p>
                              
                               <p>
                                  نبذة : {{contenu.DESCR|raw}}
                              </p>
                              
                                   
                                    {% if(contenu.ID_TYPE==1) %}
                          
                                {% set folder = 'koutoub' %}
                                {% set folder_img = 'img_koutoub' %}
                                {% elseif (contenu.ID_TYPE==2) %}
                                {% set folder = 'matwiyat' %}
                                {% set folder_img = 'img_matwiyat' %}
                                 
                                   {% endif %}
                                    {% if(contenu.FILE) %}
                                <p style="z-index: 10;	color: #D56E2C; background-color: #F0F1F1"> 
                                    <a href="?page=downloadSMouallaf&f={{contenu.FILE|raw}}&type={{contenu.ID_TYPE}}&id={{contenu.RID}}">
                                        <i class="fa fa-download"> </i>
                                تحميل   {% if(contenu.DOWN_COUNT>0) %}({{contenu.DOWN_COUNT}} مرة ) {% endif %}      
                                   </a>
                                </p>
                                {% endif %}
                          </div>
                          <div style="background-image: url(Media/mouallafat/{{folder_img}}/{{contenu.IMAGE|raw}});" class=" col-sm-3 col-xs-5 cover">
                              
                          </div>
                      </div>
                       
                    
                  
              
                
            

                </div>
                     
                      
              
                
                    
                </div>
                    
              
                 
                   
                   
                    
                  
                    
                     
                    
                    
                </div>
    
{% endblock %}
