File name Locationsort descending Description
basis.tests.info core/themes/basis/tests/basis.tests.info [BasisTestCase] name = Basis theme description = Test supplemental CSS update selectors in the Basis theme. group = Theme file = basis.test
theme-settings.php core/themes/basis/theme-settings.php Theme settings file for Basis.
phptemplate.engine core/themes/engines/phptemplate/phptemplate.engine Handles integration of PHP templates with the Backdrop theme system.
jquery.ui.theme.css core/themes/seven/css/jquery.ui.theme.css Seven styles for jQuery UI. Overrides /misc/ui/ui.theme.css.
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:…
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:…
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…
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 */ } …
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…
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][] =…
template.php core/themes/seven/template.php Preprocess functions and theme function overrides for the Seven theme.
maintenance-page.tpl.php core/themes/seven/templates/maintenance-page.tpl.php
layout.css core/themes/stark/layout.css Stark layout method
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…
update.php core/update.php Administrative page for handling updates from one Backdrop version to another.
index.php index.php The PHP page that serves all page requests on a Backdrop installation.
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…
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
action_example.module modules/examples/action_example/action_example.module Hook implementations for the Action Example module.
action_example.test modules/examples/action_example/tests/action_example.test test file for action_example module.
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
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…
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.install modules/examples/ajax_example/ajax_example.install AJAX Examples install file schema for ajax_example_form_node_form_alter()
ajax_example.module modules/examples/ajax_example/ajax_example.module Hook implementations for the AJAX Example module.
ajax_example_advanced.inc modules/examples/ajax_example/ajax_example_advanced.inc AJAX Commands examples.
ajax_example_autocomplete.inc modules/examples/ajax_example/ajax_example_autocomplete.inc ajax_example_autocomplete.inc
ajax_example_graceful_degradation.inc modules/examples/ajax_example/ajax_example_graceful_degradation.inc Demonstrations of AJAX with graceful degradation.
ajax_example_misc.inc modules/examples/ajax_example/ajax_example_misc.inc AJAX Miscellaneous Topics.
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_progressbar.inc modules/examples/ajax_example/ajax_example_progressbar.inc Progress bar example.
ajax_example.test modules/examples/ajax_example/tests/ajax_example.test Test ajax example 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
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
batch_example.install modules/examples/batch_example/batch_example.install Install, update, and uninstall functions for the batch_example module.
batch_example.module modules/examples/batch_example/batch_example.module Hook implementations for the Batch Example module.
batch_example.test modules/examples/batch_example/tests/batch_example.test Test case for Testing the batch example module.
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
block_example.inc modules/examples/block_example/block_example.inc
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.module modules/examples/block_example/block_example.module Hook implementations for the Block Example module.
block_example.test modules/examples/block_example/tests/block_example.test Test case for testing the block example module.
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
cache_example.info modules/examples/cache_example/cache_example.info name = Cache Example description = An example outlining how to use the cache API. package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module
cache_example.module modules/examples/cache_example/cache_example.module Hooks implementation for the Cache Example module.
cache_example.test modules/examples/cache_example/tests/cache_example.test Test case for testing the cache example module.
cache_example.tests.info modules/examples/cache_example/tests/cache_example.tests.info [CacheExampleTestCase] name = Cache example functionality description = Tests cache functionality. group = Example modules file = cache_example.test
contextual-links-example-object.tpl.php modules/examples/contextual_links_example/contextual-links-example-object.tpl.php Default theme implementation: Display a sample object with contextual links.
contextual_links_example.info modules/examples/contextual_links_example/contextual_links_example.info name = Contextual Links Example description = Demonstrates how to use contextual links to enhance the user experience. package = Example modules version = BACKDROP_VERSION backdrop = 1.x type = module
contextual_links_example.module modules/examples/contextual_links_example/contextual_links_example.module Hooks implementations for the Contextual Links Example module.

Pages