#164935 by Ralf Stamm: standardize CVS Id tags in files:
- always include CVS Id tags in all files - add a new line after the CVS Id, if more code or phpdoc follows in the same code block - fix bogus Id tags previously added6.x
parent
b996a7d30d
commit
f23c24c8a3
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* A stub cache implementation to be used during the installation
|
||||
* process when database access is not yet available. Because Drupal's
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
// $id: $
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
<?php
|
||||
// $Id$
|
||||
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
// $Id
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file block-admin-display.tpl.php
|
||||
* Default theme implementation to configure blocks.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
// $Id
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file comment-folded.tpl.php
|
||||
* Default theme implementation for folded comments.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
// $Id
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file comment-wrapper.tpl.php
|
||||
* Default theme implementation to wrap comments.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
// $Id
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file comment.tpl.php
|
||||
* Default theme implementation for comments.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file forum-icon.tpl.php
|
||||
* Display an appropriate icon for a forum post.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
// $Id
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file forum-list.tpl.php
|
||||
* Default theme implementation to display a list of forums and containers.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file forum-submitted.tpl.php
|
||||
* Default theme implementation to format a simple string indicated when and
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file forum-topic-list.tpl.php
|
||||
* Theme implementation to display a list of forum topics.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file forum-topic-navigation.tpl.php
|
||||
* Default theme implementation to display the topic navigation string at the
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
<?php // $Id$
|
||||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file forums.tpl.php
|
||||
* Default theme implementation to display a forum which may contain forum
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
?>
|
||||
<div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?> clear-block">
|
||||
|
||||
<?php print $picture ?>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file poll-bar-block.tpl.php
|
||||
* Display the bar for a single choice in a poll
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file poll-bar.tpl.php
|
||||
* Display the bar for a single choice in a poll
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file poll-results-block.tpl.php
|
||||
* Display the poll results in a block.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file poll-vote.tpl.php
|
||||
* Voting form for a poll.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
// $Id
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file profile-block.tpl.php
|
||||
* Default theme implementation for displaying a users profile within a
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
// $Id
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file profile-listing.tpl.php
|
||||
* Default theme implementation for displaying a user and their profile data
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
// $Id
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file profile-wrapper.tpl.php
|
||||
* Default theme implementation for wrapping member listings and their
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
?>
|
||||
<div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="block block-<?php print $block->module ?>">
|
||||
|
||||
<?php if ($block->subject): ?>
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
?>
|
||||
<div class="box">
|
||||
|
||||
<?php if ($title): ?>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file page.tpl.php
|
||||
*
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/* $Id$ */
|
||||
|
||||
.update .project {
|
||||
font-weight: bold;
|
||||
font-size: 110%;
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* Form API callback to validate the upload settings form.
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
// $Id
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file user-picture.tpl.php
|
||||
* Default theme implementation to present an picture configured for the
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
// $Id
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file user-profile-category.tpl.php
|
||||
* Default theme implementation to present profile categories (groups of
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
// $Id
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file user-profile-item.tpl.php
|
||||
* Default theme implementation to present profile items (values from user
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
// $Id
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file user-profile.tpl.php
|
||||
* Default theme implementation to present all user profile data.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id$ */
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* Attach handlers to evaluate the strength of any password fields and to check
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/*
|
||||
* In order to customize user profiles, replace the HTML below with your own
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
?>
|
||||
<?php if ($element['#title']): ?>
|
||||
<h3><?php print $element['#title'] ?></h3>
|
||||
<?php endif; ?>
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
$attributes = isset($element['#attributes']) ? ' '. drupal_attributes($element['#attributes']) : '';
|
||||
?>
|
||||
<dt<?php print $attributes ?>><?php print $element['#title'] ?></dt>
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
?>
|
||||
<div class="block block-<?php print $block->module; ?>" id="block-<?php print $block->module; ?>-<?php print $block->delta; ?>">
|
||||
<h2 class="title"><?php print $block->subject; ?></h2>
|
||||
<div class="content"><?php print $block->content; ?></div>
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
?>
|
||||
<div class="box">
|
||||
<?php if ($title) { ?><h2 class="title"><?php print $title; ?></h2><?php } ?>
|
||||
<div class="content"><?php print $content; ?></div>
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
?>
|
||||
<div class="comment<?php if (isset($comment->status) && $comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>">
|
||||
<?php if ($picture) {
|
||||
print $picture;
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
?>
|
||||
<div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
|
||||
<?php if ($picture) {
|
||||
print $picture;
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<?php
|
||||
// $Id$
|
||||
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>">
|
||||
|
||||
<head>
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
?>
|
||||
<div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="clear-block block block-<?php print $block->module ?>">
|
||||
|
||||
<?php if (!empty($block->subject)): ?>
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
?>
|
||||
<div class="comment<?php print ($comment->new) ? ' comment-new' : ''; print (isset($comment->status) && $comment->status == COMMENT_NOT_PUBLISHED) ? ' comment-unpublished' : ''; print ' '. $zebra; ?>">
|
||||
|
||||
<div class="clear-block">
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
?>
|
||||
<div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?>">
|
||||
|
||||
<?php print $picture ?>
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
<?php
|
||||
// $Id$
|
||||
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>">
|
||||
<head>
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
?>
|
||||
<div class="<?php print "block block-$block->module" ?>" id="<?php print "block-$block->module-$block->delta"; ?>">
|
||||
<div class="title"><h3><?php print $block->subject ?></h3></div>
|
||||
<div class="content"><?php print $block->content ?></div>
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
?>
|
||||
<div class="box">
|
||||
<?php if ($title): ?>
|
||||
<h2 class="title"><?php print $title ?></h2>
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
?>
|
||||
<div class="comment<?php if ($comment->status == COMMENT_NOT_PUBLISHED) print ' comment-unpublished'; ?>">
|
||||
<?php if ($picture) : ?>
|
||||
<?php print $picture ?>
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
<?php
|
||||
// $Id$
|
||||
?>
|
||||
<div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
|
||||
<?php print $picture ?>
|
||||
<?php if ($page == 0): ?>
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<?php
|
||||
// $Id$
|
||||
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language ?>" xml:lang="<?php print $language->language ?>">
|
||||
<head>
|
||||
<title><?php print $head_title ?></title>
|
||||
|
|
Loading…
Reference in New Issue