Описание модуля
Полное название: 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:
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;
}
Использованные материалы
Полезные ссылки
Node list: список документов в алфавитном порядке










