Drupal&字段tpl,用于列表中的多字段呈现

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Drupal&字段tpl,用于列表中的多字段呈现相关的知识,希望对你有一定的参考价值。

out put a field with multiple values as a list fro styling purposes useing child selectors
  1. <div class="<?php print $classes; ?>"<?php print $attributes; ?>>
  2. <?php if (!$label_hidden): ?>
  3. <div class="field-label"<?php print $title_attributes; ?>><?php print $label ?>:&nbsp;</div>
  4. <?php endif; ?>
  5. <ul class="field-items"<?php print $content_attributes; ?>>
  6. <?php foreach ($items as $delta => $item): ?>
  7. <li><?php print render($item); ?></li>
  8. <?php endforeach; ?>
  9. </div>
  10. </ul>

以上是关于Drupal&字段tpl,用于列表中的多字段呈现的主要内容,如果未能解决你的问题,请参考以下文章

Drupal 7 views_embed_view node.tpl.php 字段

Drupal 视图在基于字段的显示中呈现重复行

用于 drupal 视图的自定义 page.tpl.php

Drupal 6:在 tpl.php 中对多个值进行分组

Drupal 视图拉取数据字段

Drupal 7 Views 自定义视图模板字段