|
path.module |
drupal-6.x/modules/path/path.module |
|
Enables users to rename URLs. |
|
php.info |
drupal-6.x/modules/php/php.info |
|
name = PHP filter
description = Allows embedded PHP code/snippets to be evaluated.
package = Core - optional
version = VERSION
core = 6.x |
|
php.install |
drupal-6.x/modules/php/php.install |
|
|
|
php.module |
drupal-6.x/modules/php/php.module |
|
Additional filter for PHP input. |
|
phptemplate.engine |
drupal-6.x/themes/engines/phptemplate/phptemplate.engine |
|
Handles integration of PHP templates with the Drupal theme system. |
|
ping.info |
drupal-6.x/modules/ping/ping.info |
|
name = Ping
description = Alerts other sites when your site has been updated.
package = Core - optional
version = VERSION
core = 6.x |
|
ping.module |
drupal-6.x/modules/ping/ping.module |
|
Alerts other sites that your site has been updated. |
|
poll-bar-block.tpl.php |
drupal-6.x/modules/poll/poll-bar-block.tpl.php |
|
poll-bar-block.tpl.php
Display the bar for a single choice in a poll |
|
poll-bar.tpl.php |
drupal-6.x/modules/poll/poll-bar.tpl.php |
|
poll-bar.tpl.php
Display the bar for a single choice in a poll |
|
poll-results-block.tpl.php |
drupal-6.x/modules/poll/poll-results-block.tpl.php |
|
poll-results-block.tpl.php
Display the poll results in a block. |
|
poll-results.tpl.php |
drupal-6.x/modules/poll/poll-results.tpl.php |
|
poll-results-block.tpl.php
Display the poll results in a block. |
|
poll-rtl.css |
drupal-6.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-6.x/modules/poll/poll-vote.tpl.php |
|
poll-vote.tpl.php
Voting form for a poll. |
|
poll.css |
drupal-6.x/modules/poll/poll.css |
|
.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 {
text-align: right; /* LTR… |
|
poll.info |
drupal-6.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 - optional
version = VERSION
core = 6.x |
|
poll.install |
drupal-6.x/modules/poll/poll.install |
|
|
|
poll.module |
drupal-6.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-6.x/modules/poll/poll.pages.inc |
|
User page callbacks for the poll module. |
|
preview.css |
drupal-6.x/themes/garland/color/preview.css |
|
/* Positioning */
#preview {
overflow: hidden;
max-width: 100%;
}
#preview, #preview #img {
width: 596px;
height: 371px;
}
#preview #gradient {
position: absolute;
left: 0;
right: 0;
top: 19px;
height: 120px;
z-index: 2;
}
#preview… |
|
print-rtl.css |
drupal-6.x/misc/print-rtl.css |
|
body {
direction: rtl;
}
th {
text-align: right;
} |
|
print.css |
drupal-6.x/themes/garland/print.css |
|
/**
* Garland, for Drupal 5.0
* Stefan Nagtegaal, iStyledThis [dot] nl
* Steven Wittens, acko [dot] net`
*
* If you use a customized color scheme, you must regenerate it after
* modifying this file.
*/
body, input, textarea, select {
color:… |
|
print.css |
drupal-6.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-6.x/modules/profile/profile-block.tpl.php |
|
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-6.x/modules/profile/profile-listing.tpl.php |
|
profile-listing.tpl.php
Default theme implementation for displaying a user and their profile data
for member listing pages. |
|
profile-wrapper.tpl.php |
drupal-6.x/modules/profile/profile-wrapper.tpl.php |
|
profile-wrapper.tpl.php
Default theme implementation for wrapping member listings and their
profiles. |
|
profile.admin.inc |
drupal-6.x/modules/profile/profile.admin.inc |
|
Administrative page callbacks for the profile module. |
|
profile.css |
drupal-6.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-6.x/modules/profile/profile.info |
|
name = Profile
description = Supports configurable user profiles.
package = Core - optional
version = VERSION
core = 6.x |
|
profile.install |
drupal-6.x/modules/profile/profile.install |
|
|
|
profile.module |
drupal-6.x/modules/profile/profile.module |
|
Support for configurable user profiles. |
|
profile.pages.inc |
drupal-6.x/modules/profile/profile.pages.inc |
|
User page callbacks for the profile module. |
|
pushbutton.info |
drupal-6.x/themes/pushbutton/pushbutton.info |
|
name = Pushbutton
description = Tabled, multi-column theme in blue and orange tones.
version = VERSION
core = 6.x
engine = phptemplate |
|
README.txt |
drupal-6.x/modules/README.txt |
|
This directory is reserved for core module files. Custom or contributed
modules should be placed in their own subdirectory of the sites/all/modules
directory. For multisite installations, they can also be placed in a subdirectory
under… |
|
README.txt |
drupal-6.x/themes/README.txt |
|
This directory is reserved for core theme files. Custom or contributed
themes should be placed in their own subdirectory of the sites/all/themes
directory. For multisite installations, they can also be placed in a subdirectory
under… |
|
README.txt |
drupal-6.x/sites/all/README.txt |
|
This directory should be used to place downloaded and custom modules
and themes which are common to all sites. This will allow you to
more easily update Drupal core files. These modules and themes should
be placed in subdirectories called modules and… |
|
robots.txt |
drupal-6.x/robots.txt |
|
#
# robots.txt
#
# This file is to prevent the crawling and indexing of certain parts
# of your site by web crawlers and spiders run by sites like Yahoo!
# and Google. By telling these "robots" where not to go on your site,
# you save… |
|
search-block-form.tpl.php |
drupal-6.x/modules/search/search-block-form.tpl.php |
|
search-block-form.tpl.php
Default theme implementation for displaying a search form within a block region. |
|
search-result.tpl.php |
drupal-6.x/modules/search/search-result.tpl.php |
|
search-result.tpl.php
Default theme implementation for displaying a single search result. |
|
search-results.tpl.php |
drupal-6.x/modules/search/search-results.tpl.php |
|
search-results.tpl.php
Default theme implementation for displaying search results. |
|
search-rtl.css |
drupal-6.x/modules/search/search-rtl.css |
|
.search-advanced .criterion {
float: right;
margin-right: 0;
margin-left: 2em;
}
.search-advanced .action {
float: right;
clear: right;
} |
|
search-theme-form.tpl.php |
drupal-6.x/modules/search/search-theme-form.tpl.php |
|
search-theme-form.tpl.php
Default theme implementation for displaying a search form directly into the
theme layout. Not to be confused with the search block or the search page. |
|
search.admin.inc |
drupal-6.x/modules/search/search.admin.inc |
|
Admin page callbacks for the search module. |
|
search.css |
drupal-6.x/modules/search/search.css |
|
.search-form {
margin-bottom: 1em;
}
.search-form input {
margin-top: 0;
margin-bottom: 0;
}
.search-results p {
margin-top: 0;
}
.search-results dt {
font-size: 1.1em;
}
.search-results dd {
margin-bottom: 1em;
}
.search-results… |
|
search.info |
drupal-6.x/modules/search/search.info |
|
name = Search
description = Enables site-wide keyword searching.
package = Core - optional
version = VERSION
core = 6.x |
|
search.install |
drupal-6.x/modules/search/search.install |
|
|
|
search.module |
drupal-6.x/modules/search/search.module |
|
Enables site-wide keyword searching. |
|
search.pages.inc |
drupal-6.x/modules/search/search.pages.inc |
|
User page callbacks for the search module. |
|
session.inc |
drupal-6.x/includes/session.inc |
|
User session handling functions. |
|
statistics.admin.inc |
drupal-6.x/modules/statistics/statistics.admin.inc |
|
Admin page callbacks for the statistics module. |
|
statistics.info |
drupal-6.x/modules/statistics/statistics.info |
|
name = Statistics
description = Logs access statistics for your site.
package = Core - optional
version = VERSION
core = 6.x |