[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/design/admin/override/templates/admin_preview/ -> link.tpl (source)

   1  {* Link - Admin preview *}
   2  <div class="content-view-full">
   3      <div class="class-link">
   4  
   5      <h1>{$node.name|wash}</h1>
   6  
   7      {* Description. *}
   8      {section show=$node.data_map.description.has_content}
   9          <div class="attribute-long">
  10              {attribute_view_gui attribute=$node.data_map.description}
  11          </div>
  12      {/section}
  13  
  14      {* URL/Link. *}
  15      {section show=$node.data_map.location.has_content}
  16          <div class="attribute-link">
  17              {section show=$node.data_map.location.data_text}
  18              <p><a href="{$node.data_map.location.content}">{$node.data_map.location.data_text}</a></p>
  19              {section-else}
  20              <p><a href="{$node.data_map.location.content}">{$node.data_map.location.content}</a></p>
  21              {/section}
  22          </div>
  23      {/section}
  24  
  25      </div>
  26  </div>


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7