diff --git a/help/about.html b/help/about.html new file mode 100644 index 0000000000000000000000000000000000000000..59579720cb829a9806be0a5464af476f51d445ae --- /dev/null +++ b/help/about.html @@ -0,0 +1,20 @@ +

The views module allows administrators and site designers to create, manage, and display lists of content. Each list managed by the views module is known as a "view", and the output of a view is known as a "display". Displays are provided in either block or page form, and a single view may have multiple displays. Optional navigation aids, including a system path and menu item, can be set for each page-based display of a view. By default, views may be created that list content (a Node view type), content revisions (a Node revisions view type) or users (a User view type). A view may be restricted to members of specific user roles, and may be added, edited or deleted at the views administration page

+ +

The "building block" design of the views system provides power and flexibility, allowing parameters to be specified only when needed. While an advanced view may use all of available parameters to create complex and highly interactive applications, a simple content listing may specify only a few options. All views rely on a conceptual framework that includes:

+ + + + +

For more information, see the online handbook entry for Views or the Views project page.

diff --git a/help/style-fields.html b/help/style-fields.html new file mode 100644 index 0000000000000000000000000000000000000000..d8a4d0bcb9415ab78712bea0c3ab2fe5e2efb481 --- /dev/null +++ b/help/style-fields.html @@ -0,0 +1,2 @@ + +@todo text needed \ No newline at end of file diff --git a/help/style-grid.html b/help/style-grid.html new file mode 100644 index 0000000000000000000000000000000000000000..d8a4d0bcb9415ab78712bea0c3ab2fe5e2efb481 --- /dev/null +++ b/help/style-grid.html @@ -0,0 +1,2 @@ + +@todo text needed \ No newline at end of file diff --git a/help/style-list.html b/help/style-list.html new file mode 100644 index 0000000000000000000000000000000000000000..d8a4d0bcb9415ab78712bea0c3ab2fe5e2efb481 --- /dev/null +++ b/help/style-list.html @@ -0,0 +1,2 @@ + +@todo text needed \ No newline at end of file diff --git a/help/style-node-rss.html b/help/style-node-rss.html new file mode 100644 index 0000000000000000000000000000000000000000..d8a4d0bcb9415ab78712bea0c3ab2fe5e2efb481 --- /dev/null +++ b/help/style-node-rss.html @@ -0,0 +1,2 @@ + +@todo text needed \ No newline at end of file diff --git a/help/style-node.html b/help/style-node.html new file mode 100644 index 0000000000000000000000000000000000000000..d8a4d0bcb9415ab78712bea0c3ab2fe5e2efb481 --- /dev/null +++ b/help/style-node.html @@ -0,0 +1,2 @@ + +@todo text needed \ No newline at end of file diff --git a/help/style-rss.html b/help/style-rss.html new file mode 100644 index 0000000000000000000000000000000000000000..d8a4d0bcb9415ab78712bea0c3ab2fe5e2efb481 --- /dev/null +++ b/help/style-rss.html @@ -0,0 +1,2 @@ + +@todo text needed \ No newline at end of file diff --git a/help/style-summary.html b/help/style-summary.html new file mode 100644 index 0000000000000000000000000000000000000000..d8a4d0bcb9415ab78712bea0c3ab2fe5e2efb481 --- /dev/null +++ b/help/style-summary.html @@ -0,0 +1,2 @@ + +@todo text needed \ No newline at end of file diff --git a/help/style-table.html b/help/style-table.html new file mode 100644 index 0000000000000000000000000000000000000000..d8a4d0bcb9415ab78712bea0c3ab2fe5e2efb481 --- /dev/null +++ b/help/style-table.html @@ -0,0 +1,2 @@ + +@todo text needed \ No newline at end of file diff --git a/help/style-unformatted.html b/help/style-unformatted.html new file mode 100644 index 0000000000000000000000000000000000000000..d8a4d0bcb9415ab78712bea0c3ab2fe5e2efb481 --- /dev/null +++ b/help/style-unformatted.html @@ -0,0 +1,2 @@ + +@todo text needed \ No newline at end of file diff --git a/help/views.help.ini b/help/views.help.ini index f4c3b6b4cb5d402acd0344e775630f4858625890..cf1ea96b9b89977199482d078a331b63157f8fba 100644 --- a/help/views.help.ini +++ b/help/views.help.ini @@ -3,10 +3,6 @@ title = "What is Views?" weight = -50 -[credits] -title = "Credits" -weight = -49 - [view-type] title = "View types" @@ -52,4 +48,36 @@ title = "Filters" title = "Relationships" [style] -title = "View output styles" \ No newline at end of file +title = "View output styles" + +[style-list] +title = "List output style" +parent = style + +[style-unformatted] +title = "Unformatted output style" +parent = style + +[style-table] +title = "Table output style" +parent = style + +[style-grid] +title = "Grid output style" +parent = style + +[style-rss] +title = "RSS output style" +parent = style + +[style-fields] +title = "List row style" +parent = style + +[style-node] +title = "Node row style" +parent = style + +[style-node-rss] +title = "Node RSS item row style" +parent = style