|
poll-results.tpl.php |
drupal-7.x/modules/poll/poll-results.tpl.php |
|
Default theme implementation to display the poll results in a block. |
|
poll-rtl.css |
drupal-7.x/modules/poll/poll-rtl.css |
|
.poll .bar .foreground {
float: right;
}
.poll .percent {
text-align: left;
}
.poll .vote-form .choices {
text-align: right;
} |
|
poll-vote.tpl.php |
drupal-7.x/modules/poll/poll-vote.tpl.php |
|
Default theme implementation to display voting form for a poll. |
|
poll.css |
drupal-7.x/modules/poll/poll.css |
|
.poll {
overflow: hidden;
}
.poll .bar {
height: 1em;
margin: 1px 0;
background-color: #ddd;
}
.poll .bar .foreground {
background-color: #000;
height: 1em;
float: left; /* LTR */
}
.poll .links {
text-align: center;
}
.poll .percent… |
|
poll.info |
drupal-7.x/modules/poll/poll.info |
|
name = Poll
description = Allows your site to capture votes on different topics in the form of multiple choice questions.
package = Core
version = VERSION
core = 7.x
files[] = poll.test
stylesheets[all][] = poll.css |
|
poll.install |
drupal-7.x/modules/poll/poll.install |
|
Install, update and uninstall functions for the poll module. |
|
poll.module |
drupal-7.x/modules/poll/poll.module |
|
Enables your site to capture votes on different topics in the form of multiple
choice questions. |
|
poll.pages.inc |
drupal-7.x/modules/poll/poll.pages.inc |
|
User page callbacks for the poll module. |
|
poll.test |
drupal-7.x/modules/poll/poll.test |
|
Tests for poll.module. |
|
poll.tokens.inc |
drupal-7.x/modules/poll/poll.tokens.inc |
|
Builds placeholder replacement tokens for values specific to Poll nodes. |
|
prefetch.inc |
drupal-7.x/includes/database/prefetch.inc |
|
Database interface code for engines that need complete control over their
result sets. For example, SQLite will prefix some column names by the name
of the table. We post-process the data, by renaming the column names
using the same convention as… |
|
presentation_template-OO.zip.txt |
documentation-7.x/marketing/presentations/presentation_template-OO.zip.txt |
|
Non-displayable characters. |
|
presentation_template-ppt.zip.txt |
documentation-7.x/marketing/presentations/presentation_template-ppt.zip.txt |
|
Non-displayable characters. |
|
preview.css |
drupal-7.x/themes/garland/color/preview.css |
|
/* Positioning */
#preview {
overflow: hidden;
max-width: 100%;
}
#preview,
#preview #img {
width: 600px;
height: 371px;
}
#preview #gradient-0 {
position: absolute;
left: 0;
right: 0;
top: 19px;
height: 120px;
z-index:… |
|
preview.css |
drupal-7.x/themes/bartik/color/preview.css |
|
/* ---------- Color form ----------- */
#color_scheme_form #palette .form-item {
width: 25em;
}
#color_scheme_form #palette .form-item label {
width: 15em;
}
/* ---------- Preview Styles ----------- */
html.js #preview {
clear: both;
float:… |
|
preview.html |
drupal-7.x/themes/bartik/color/preview.html |
|
|
|
preview.html |
drupal-7.x/modules/color/preview.html |
|
|
|
print-rtl.css |
drupal-7.x/misc/print-rtl.css |
|
body {
direction: rtl;
}
th {
text-align: right;
} |
|
print.css |
drupal-7.x/themes/bartik/css/print.css |
|
/* ---------- General Layout ---------- */
body,
input,
textarea,
select {
color: #000;
background: none;
}
body.two-sidebars,
body.sidebar-first,
body.sidebar-second,
body {
width:… |
|
print.css |
drupal-7.x/themes/garland/print.css |
|
body,
input,
textarea,
select {
color: #000;
background: none;
font-family: Verdana, sans-serif;
font-size: 11pt;
}
ul.main-menu,
ul.secondary-menu,
#header-region,
.sidebar {
display:… |
|
print.css |
drupal-7.x/misc/print.css |
|
body {
margin: 1em;
background-color: #fff;
}
th {
text-align: left; /* LTR */
color: #006;
border-bottom: 1px solid #ccc;
}
tr.odd {
background-color: #ddd;
}
tr.even {
background-color: #fff;
}
td {
padding: 5px;
}
#menu {
… |
|
profile-block.tpl.php |
drupal-7.x/modules/profile/profile-block.tpl.php |
|
Default theme implementation for displaying a users profile within a
block. It only shows in relation to a node displayed as a full page. |
|
profile-listing.tpl.php |
drupal-7.x/modules/profile/profile-listing.tpl.php |
|
Default theme implementation for displaying a user and their profile data
for member listing pages. |
|
profile-wrapper.tpl.php |
drupal-7.x/modules/profile/profile-wrapper.tpl.php |
|
Default theme implementation for wrapping member listings and their
profiles. |
|
profile.admin.inc |
drupal-7.x/modules/profile/profile.admin.inc |
|
Administrative page callbacks for the profile module. |
|
profile.css |
drupal-7.x/modules/profile/profile.css |
|
#profile-fields td.category {
font-weight: bold;
}
#profile-fields tr.category-message {
color: #999;
}
#profile-fields tr.category-populated {
display: none;
} |
|
profile.info |
drupal-7.x/modules/profile/profile.info |
|
name = Profile
description = Supports configurable user profiles.
package = Core
version = VERSION
core = 7.x
files[] = profile.test
configure = admin/config/people/profile
; The Profile module is deprecated, and included in Drupal 7 for legacy
;… |
|
profile.install |
drupal-7.x/modules/profile/profile.install |
|
Install, update and uninstall functions for the profile module. |
|
profile.module |
drupal-7.x/modules/profile/profile.module |
|
Support for configurable user profiles. |
|
profile.pages.inc |
drupal-7.x/modules/profile/profile.pages.inc |
|
User page callbacks for the profile module. |
|
profile.test |
drupal-7.x/modules/profile/profile.test |
|
Tests for profile.module. |
|
PSR0WebTest.php |
drupal-7.x/modules/simpletest/lib/Drupal/simpletest/Tests/PSR0WebTest.php |
Drupal\simpletest\Tests |
|
|
psr_0_test.info |
drupal-7.x/modules/simpletest/tests/psr_0_test/psr_0_test.info |
|
name = PSR-0 Test cases
description = Test classes to be discovered by simpletest.
core = 7.x
hidden = TRUE
package = Testing |
|
psr_0_test.module |
drupal-7.x/modules/simpletest/tests/psr_0_test/psr_0_test.module |
|
|
|
query.inc |
drupal-7.x/includes/database/pgsql/query.inc |
|
Query code for PostgreSQL embedded database engine. |
|
query.inc |
drupal-7.x/includes/database/mysql/query.inc |
|
Query code for MySQL embedded database engine. |
|
query.inc |
drupal-7.x/includes/database/sqlite/query.inc |
|
Query code for SQLite embedded database engine. |
|
query.inc |
drupal-7.x/includes/database/query.inc |
|
Non-specific Database query code. Used by all engines. |
|
rdf.api.php |
drupal-7.x/modules/rdf/rdf.api.php |
|
Hooks provided by the RDF module. |
|
rdf.info |
drupal-7.x/modules/rdf/rdf.info |
|
name = RDF
description = Enriches your content with metadata to let other applications (e.g. search engines, aggregators) better understand its relationships and attributes.
package = Core
version = VERSION
core = 7.x
files[] = rdf.test |
|
rdf.install |
drupal-7.x/modules/rdf/rdf.install |
|
Install, update and uninstall functions for the rdf module. |
|
rdf.module |
drupal-7.x/modules/rdf/rdf.module |
|
Enables semantically enriched output for Drupal sites in the form of RDFa. |
|
rdf.test |
drupal-7.x/modules/rdf/rdf.test |
|
Tests for rdf.module. |
|
rdf_test.info |
drupal-7.x/modules/rdf/tests/rdf_test.info |
|
name = "RDF module tests"
description = "Support module for RDF module testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE |
|
rdf_test.install |
drupal-7.x/modules/rdf/tests/rdf_test.install |
|
Install, update and uninstall functions for the rdf module. |
|
rdf_test.module |
drupal-7.x/modules/rdf/tests/rdf_test.module |
|
Test API interaction with the RDF module. |
|
README.txt |
drupal-7.x/profiles/standard/translations/README.txt |
|
This directory should be used to place downloaded translations
for installing Drupal core. |
|
README.txt |
drupal-7.x/profiles/minimal/translations/README.txt |
|
This directory should be used to place downloaded translations
for installing Drupal core. |
|
README.txt |
drupal-7.x/themes/stark/README.txt |
|
ABOUT STARK
-----------
The Stark theme is provided for demonstration purposes; it uses Drupal's default
HTML markup and CSS styles. It can be used as a troubleshooting tool to
determine whether module-related CSS and JavaScript are interfering… |
|
README.txt |
drupal-7.x/sites/all/modules/README.txt |
|
Place downloaded and custom modules that extend your site functionality beyond
Drupal core in this directory to ensure clean separation from core modules and
to facilitate safe, self-contained code updates. Contributed modules from the
Drupal… |