File name Locationsort ascending Description
block_example.tests.info modules/examples/block_example/tests/block_example.tests.info [BlockExampleTestCase] name = Block example functionality description = Test the configuration options and blocks created by Block Example module. group = Example modules file = block_example.test
block_example.test modules/examples/block_example/tests/block_example.test Test case for testing the block example module.
block_example.module modules/examples/block_example/block_example.module Hook implementations for the Block Example module.
block_example.info modules/examples/block_example/block_example.info name = Block Example description = An example outlining how a module can define blocks. dependencies[] = block package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module
block_example.inc modules/examples/block_example/block_example.inc
batch_example.tests.info modules/examples/batch_example/tests/batch_example.tests.info [BatchExampleTestCase] name = Batch example functionality description = Tests batch functionality. group = Example modules file = batch_example.test
batch_example.test modules/examples/batch_example/tests/batch_example.test Test case for Testing the batch example module.
batch_example.module modules/examples/batch_example/batch_example.module Hook implementations for the Batch Example module.
batch_example.install modules/examples/batch_example/batch_example.install Install, update, and uninstall functions for the batch_example module.
batch_example.info modules/examples/batch_example/batch_example.info name = Batch Example description = An example outlining how to define batch operations. package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module
ajax_example.tests.info modules/examples/ajax_example/tests/ajax_example.tests.info [AjaxExampleTestCase] name = Ajax example functionality description = Checks behavior of the Ajax Example. group = Example modules file = ajax_example.test
ajax_example.test modules/examples/ajax_example/tests/ajax_example.test Test ajax example module.
ajax_example_progressbar.inc modules/examples/ajax_example/ajax_example_progressbar.inc Progress bar example.
ajax_example_node_form_alter.inc modules/examples/ajax_example/ajax_example_node_form_alter.inc This example shows how to use AJAX when altering a node form.
ajax_example_misc.inc modules/examples/ajax_example/ajax_example_misc.inc AJAX Miscellaneous Topics.
ajax_example_graceful_degradation.inc modules/examples/ajax_example/ajax_example_graceful_degradation.inc Demonstrations of AJAX with graceful degradation.
ajax_example_autocomplete.inc modules/examples/ajax_example/ajax_example_autocomplete.inc ajax_example_autocomplete.inc
ajax_example_advanced.inc modules/examples/ajax_example/ajax_example_advanced.inc AJAX Commands examples.
ajax_example.module modules/examples/ajax_example/ajax_example.module Hook implementations for the AJAX Example module.
ajax_example.install modules/examples/ajax_example/ajax_example.install AJAX Examples install file schema for ajax_example_form_node_form_alter()
ajax_example.info modules/examples/ajax_example/ajax_example.info name = AJAX Example description = An example module showing how to use AJAX forms. package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module stylesheets[all][] = ajax_example.css
ajax_example.css modules/examples/ajax_example/ajax_example.css /* * @file * CSS for ajax_example. * * See ajax_example_dependent_dropdown_degrades for * details on what this file does. It is not used in any other example. */ /* Hides the next button when not degrading to non-JavaScript…
action_example.tests.info modules/examples/action_example/tests/action_example.tests.info [ActionExampleTestCase] name = Action example functionality description = Perform various tests on action_example module. group = Example modules file = action_example.test
action_example.test modules/examples/action_example/tests/action_example.test test file for action_example module.
action_example.module modules/examples/action_example/action_example.module Hook implementations for the Action Example module.
action_example.info modules/examples/action_example/action_example.info name = Action Example description = Demonstrates providing actions that can be associated to triggers. package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module
LICENSE.txt LICENSE.txt GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim…
index.php index.php The PHP page that serves all page requests on a Backdrop installation.
update.php core/update.php Administrative page for handling updates from one Backdrop version to another.
stark.info core/themes/stark/stark.info name = Stark description = This theme demonstrates Backdrop CMS's default HTML markup and CSS styles. To learn how to build your own theme and override Backdrop's default code, see the <a…
layout.css core/themes/stark/layout.css Stark layout method
maintenance-page.tpl.php core/themes/seven/templates/maintenance-page.tpl.php
template.php core/themes/seven/template.php Preprocess functions and theme function overrides for the Seven theme.
seven.info core/themes/seven/seven.info name = Seven description = The default administration theme for Backdrop CMS. version = BACKDROP_VERSION type = theme backdrop = 1.x stylesheets[screen][] = css/seven.base.css stylesheets[screen][] = css/style.css stylesheets[screen][] =…
views-admin.seven.css core/themes/seven/css/views-admin.seven.css /** * The .seven.css file is intended to contain styles that override declarations * in the Seven admin theme. */ /* @group Content */ .views-ui-display-tab-bucket h1, .views-ui-display-tab-bucket h2, .views-ui-display-tab-bucket…
vertical-tabs.css core/themes/seven/css/vertical-tabs.css /** * Override of misc/vertical-tabs.css. */ .vertical-tabs { position: relative; margin: 1em 0; border: 1px solid #ccc; background: #fff; } @media (min-width: 750px) { .vertical-tabs { padding: 0 0 0 15em; /* LTR */ } …
style.css core/themes/seven/css/style.css /** * Blocks. */ .block { width: 100%; /* Clearfix */ content: ""; display: table; clear: both; } /** * Menus and lists. */ .block ul, .item-list ul { list-style-type: disc; list-style-image: none; margin: 0.25em 0…
seven.base.css core/themes/seven/css/seven.base.css /** * Generic elements. */ body { color: #000; background: #fafafa; font: normal 16px/1.538 "Open Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; } a, .link { color: #0074bd; text-decoration:…
responsive-tabs.css core/themes/seven/css/responsive-tabs.css /** * Styles for collapsible, responsive tabs. */ .responsive-tabs-processed { position: relative; } .responsive-tabs-processed ul.primary { height: 2.6em; overflow: hidden; } .responsive-tabs-mobile ul.primary { background:…
jquery.ui.theme.css core/themes/seven/css/jquery.ui.theme.css Seven styles for jQuery UI. Overrides /misc/ui/ui.theme.css.
phptemplate.engine core/themes/engines/phptemplate/phptemplate.engine Handles integration of PHP templates with the Backdrop theme system.
theme-settings.php core/themes/basis/theme-settings.php Theme settings file for Basis.
layout--boxton--front.tpl.php core/themes/basis/templates/layout--boxton--front.tpl.php Template for the Boxton layout.
header.tpl.php core/themes/basis/templates/header.tpl.php Display generic site information such as logo, site name, etc.
comment.tpl.php core/themes/basis/templates/comment.tpl.php Basis' theme implementation for comments.
block--system--powered-by.tpl.php core/themes/basis/templates/block--system--powered-by.tpl.php Template for outputting the default block styling within a Layout.
block--layout--hero.tpl.php core/themes/basis/templates/block--layout--hero.tpl.php Template for outputting the default block styling within a Layout.
template.php core/themes/basis/template.php Basis preprocess functions and theme function overrides.
skin.css core/themes/basis/css/skin.css Colors and appearance styles.
print.css core/themes/basis/css/print.css html.admin-bar body { padding-top: 0; } .tabs { display: none; } .l-header, .breadcrumb, .pager-first, .pager-previous, .pager-ellipsis, .pager-next, .pager-last, .pager-item { background: transparent; } .l-header…

Pages