DrupalBook.org.ua
Готовые решения для сайта на Drupal.nodelist
Описание модуля
Полное название: Node list
Проект начат: April 28, 2005
Описание с сайта
his module provides a page listing nodes by title, grouping them alphabetically, and caching the page for increased performance. In addition, this module will list nodes by title per vocabulary and per taxonomy term.
The list is accessible at http://www.example.com/node/list.
In addition, this module will list nodes by title per vocabulary and per taxonomy term. These lists are available at http://www.example.com/taxonomy/term/1/list and http://www.example.com/vocabulary/1/list, where the number 1 is replaced with the term ID or vocabulary ID.
To display the list horizontally instead of vertically, try CSS as described here.
Настройка
Вывод списка букв по горизонтали
Horizontal rule intead of vertical:
.node-list-index li {
display: inline;
}
.node-list-index {
text-align: left; float: center;
line-height: 100%; margin: 10px 1px;
padding: 5px;
border: dotted 1px #bcc;
}
.node-list {
text-align: left; float: center;
line-height: 100%; margin: 10px 1px;
padding: 5px;
background:#f7f7f7;
}Использованные материалы
Полезные ссылки
- Страница для печати
- Просмотры: 84
Creative Commons: Attribution-Share Alike 2.5
Данные материалы выложены под лицензией Creative Commons: Attribution-Share Alike 2.5. Это значит, что вы можете распространять, копировать и модифицировать эти произведения при условии упоминания авторства оригинала, и при условии, что они также будут распространяться на условиях этой лицензии (то есть, изменённую работу нельзя защитить копирайтом). Подробнее смотри: http://ru.wikipedia.org/wiki/Creative_Commons