ds-1col.tpl.php |
layouts/ds_1col/ds-1col.tpl.php |
|
Display Suite 1 column template. |
ds-2col-stacked-fluid.tpl.php |
layouts/ds_2col_stacked_fluid/ds-2col-stacked-fluid.tpl.php |
|
Display Suite fluid 2 column stacked template. |
ds-2col-stacked.tpl.php |
layouts/ds_2col_stacked/ds-2col-stacked.tpl.php |
|
Display Suite 2 column stacked template. |
ds-2col.tpl.php |
layouts/ds_2col/ds-2col.tpl.php |
|
Display Suite 2 column template. |
ds-3col-equal-width.tpl.php |
layouts/ds_3col_equal_width/ds-3col-equal-width.tpl.php |
|
Display Suite 3 column equal width template. |
ds-3col-stacked-equal-width.tpl.php |
layouts/ds_3col_stacked_equal_width/ds-3col-stacked-equal-width.tpl.php |
|
Display Suite 3 column stacked template. |
ds-3col-stacked-fluid.tpl.php |
layouts/ds_3col_stacked_fluid/ds-3col-stacked-fluid.tpl.php |
|
Display Suite fluid 3 column 25/50/25 stacked template. |
ds-3col-stacked-html5.tpl.php |
layouts/ds_3col_stacked_html5/ds-3col-stacked-html5.tpl.php |
|
Display Suite 3 column stacked template HTML 5 version. |
ds-3col-stacked.tpl.php |
layouts/ds_3col_stacked/ds-3col-stacked.tpl.php |
|
Display Suite 3 column 25/50/25 stacked template. |
ds-3col.tpl.php |
layouts/ds_3col/ds-3col.tpl.php |
|
Display Suite 3 column 25/50/25 template. |
ds-4col.tpl.php |
layouts/ds_4col/ds-4col.tpl.php |
|
Display Suite 4 column template. |
ds-form-3col.tpl.php |
modules/ds_forms/layouts/ds_form_3col/ds-form-3col.tpl.php |
|
Display Suite 3 column stacked form template. |
ds-form.tpl.php |
modules/ds_forms/layouts/ds_form/ds-form.tpl.php |
|
Display Suite 2 column stacked form template. |
ds-row-fields.tpl.php |
views/ds-row-fields.tpl.php |
|
|
ds.admin.css |
css/ds.admin.css |
|
Administration CSS for Display Suite. |
ds.api.php |
ds.api.php |
|
Hooks provided by Display Suite module. |
ds.base.test |
tests/ds.base.test |
|
Base functions and tests for Display Suite. |
ds.drush.inc |
ds.drush.inc |
|
Display Suite drush integration. |
ds.ds_fields_info.inc |
ds.ds_fields_info.inc |
|
Display suite fields. |
ds.entities.test |
tests/ds.entities.test |
|
Entities tests |
ds.exportables.test |
tests/ds.exportables.test |
|
Base functions and tests for Display Suite. |
ds.fields.inc |
ds.fields.inc |
|
Administrative functions for managing custom fields for every entity. |
ds.field_ui.inc |
ds.field_ui.inc |
|
Field UI functions for Display Suite. |
ds.forms.test |
tests/ds.forms.test |
|
Form layout tests. |
ds.info |
ds.info |
|
name = "Display suite"
description = "Extend the display options for every entity type."
core = "7.x"
package = "Display suite"
dependencies[] = ctools
files[] = views/views_plugin_ds_entity_view.inc
files[] =… |
ds.install |
ds.install |
|
Display suite install file. |
ds.layout.inc |
ds.layout.inc |
|
Shows the overview screen with all links to entities. |
ds.module |
ds.module |
|
Display Suite core functions. |
ds.panels.test |
tests/ds.panels.test |
|
Panel view modes tests. |
ds.registry.inc |
ds.registry.inc |
|
Registry file for Display Suite. |
ds.search.test |
tests/ds.search.test |
|
Search tests |
ds.styles.inc |
ds.styles.inc |
|
Administrative functions for managing styles. |
ds.views.inc |
ds.views.inc |
|
Views hooks file. |
ds.views.test |
tests/ds.views.test |
|
Entities tests |
ds.view_modes.inc |
ds.view_modes.inc |
|
Administrative functions for managing view modes for every entity. |
dsc.inc |
plugins/content_types/dsc/dsc.inc |
|
Plugin to handle the Display Suite content type. |
dstest-1col.tpl.php |
tests/dstest_1col/dstest-1col.tpl.php |
|
Display Suite Test 1 column template. |
dstest-2col.tpl.php |
tests/dstest_2col/dstest-2col.tpl.php |
|
Display Suite 2 column template. |
dstest_2col.css |
tests/dstest_2col/dstest_2col.css |
|
.group-left {
float: left;
width: 50%;
}
.group-right {
float: left;
width: 50%;
} |
ds_2col.css |
layouts/ds_2col/ds_2col.css |
|
.group-left {
float: left;
width: 50%;
}
.group-right {
float: left;
width: 50%;
} |
ds_2col_stacked.css |
layouts/ds_2col_stacked/ds_2col_stacked.css |
|
.group-header {
}
.group-left {
float: left;
width: 50%;
}
.group-right {
float: right;
width: 50%;
}
.group-footer {
clear: both;
} |
ds_2col_stacked_fluid.css |
layouts/ds_2col_stacked_fluid/ds_2col_stacked_fluid.css |
|
.group-header {
}
.group-left {
float: left;
width: 50%;
}
.group-right {
float: right;
width: 50%;
}
.group-one-column .group-left,
.group-one-column .group-right {
width: 100%;
float: none;
}
.group-footer {
clear: both;
} |
ds_3col.css |
layouts/ds_3col/ds_3col.css |
|
.group-left {
width: 25%;
float: left;
}
.group-middle {
width: 50%;
float: left;
}
.group-right {
width: 25%;
float: right;
} |
ds_3col_equal_width.css |
layouts/ds_3col_equal_width/ds_3col_equal_width.css |
|
.group-left {
width: 33%;
float: left;
}
.group-middle {
width: 34%;
float: left;
}
.group-right {
width: 33%;
float: right;
} |
ds_3col_stacked.css |
layouts/ds_3col_stacked/ds_3col_stacked.css |
|
.group-header {
clear: both;
}
.group-left {
width: 25%;
float: left;
}
.group-middle {
width: 50%;
float: left;
}
.group-right {
width: 25%;
float: right;
}
.group-footer {
clear: both;
} |
ds_3col_stacked_equal_width.css |
layouts/ds_3col_stacked_equal_width/ds_3col_stacked_equal_width.css |
|
.group-header {
clear: both;
}
.group-left {
width: 33%;
float: left;
}
.group-middle {
width: 34%;
float: left;
}
.group-right {
width: 33%;
float: right;
}
.group-footer {
clear: both;
} |
ds_3col_stacked_fluid.css |
layouts/ds_3col_stacked_fluid/ds_3col_stacked_fluid.css |
|
.group-header {
clear: both;
}
.group-left {
width: 25%;
float: left;
}
.group-middle {
width: 100%;
float: left;
}
.group-one-sidebar .group-middle {
width: 75%;
}
.group-two-sidebars .group-middle {
width: 50%;
}
.group-right {
… |
ds_3col_stacked_html5.css |
layouts/ds_3col_stacked_html5/ds_3col_stacked_html5.css |
|
/*HTML 5 specific*/
header, section, aside, footer{
display: block;
}
.group-header {
clear: both;
}
.group-left {
width: 25%;
float: left;
}
.group-middle {
width: 50%;
float: left;
}
.group-right {
width: 25%;
float:… |
ds_4col.css |
layouts/ds_4col/ds_4col.css |
|
.group-first {
width: 25%;
float: left;
}
.group-second {
width: 25%;
float: left;
}
.group-third {
width: 25%;
float: left;
}
.group-fourth {
width: 25%;
float: left;
} |
ds_exportables_test.info |
tests/ds_exportables_test/ds_exportables_test.info |
|
name = Display suite exportables test
description = Tests for exportables with Display Suite.
package = "Display suite"
core = 7.x
hidden = TRUE |