#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 added
6.x
Gábor Hojtsy 2007-08-07 08:39:36 +00:00
parent b996a7d30d
commit f23c24c8a3
50 changed files with 102 additions and 22 deletions

View File

@ -1,5 +1,4 @@
<?php
// $Id$
/**

View File

@ -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

View File

@ -1,5 +1,4 @@
<?php
// $Id$
/**

View File

@ -1,5 +1,5 @@
<?php
// $id: $
// $Id$
/**
* @file

View 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>

View File

@ -1,5 +1,6 @@
<?php
// $Id
// $Id$
/**
* @file block-admin-display.tpl.php
* Default theme implementation to configure blocks.

View File

@ -1,5 +1,6 @@
<?php
// $Id
// $Id$
/**
* @file comment-folded.tpl.php
* Default theme implementation for folded comments.

View File

@ -1,5 +1,6 @@
<?php
// $Id
// $Id$
/**
* @file comment-wrapper.tpl.php
* Default theme implementation to wrap comments.

View File

@ -1,5 +1,6 @@
<?php
// $Id
// $Id$
/**
* @file comment.tpl.php
* Default theme implementation for comments.

View File

@ -1,5 +1,6 @@
<?php
// $Id$
// $Id$
/**
* @file forum-icon.tpl.php
* Display an appropriate icon for a forum post.

View File

@ -1,5 +1,6 @@
<?php
// $Id
// $Id$
/**
* @file forum-list.tpl.php
* Default theme implementation to display a list of forums and containers.

View File

@ -1,5 +1,6 @@
<?php
// $Id$
/**
* @file forum-submitted.tpl.php
* Default theme implementation to format a simple string indicated when and

View File

@ -1,5 +1,6 @@
<?php
// $Id$
/**
* @file forum-topic-list.tpl.php
* Theme implementation to display a list of forum topics.

View File

@ -1,5 +1,6 @@
<?php
// $Id$
/**
* @file forum-topic-navigation.tpl.php
* Default theme implementation to display the topic navigation string at the

View File

@ -1,4 +1,6 @@
<?php // $Id$
<?php
// $Id$
/**
* @file forums.tpl.php
* Default theme implementation to display a forum which may contain forum

View File

@ -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 ?>

View File

@ -1,5 +1,6 @@
<?php
// $Id$
/**
* @file poll-bar-block.tpl.php
* Display the bar for a single choice in a poll

View File

@ -1,5 +1,6 @@
<?php
// $Id$
/**
* @file poll-bar.tpl.php
* Display the bar for a single choice in a poll

View File

@ -1,5 +1,6 @@
<?php
// $Id$
/**
* @file poll-results-block.tpl.php
* Display the poll results in a block.

View File

@ -1,5 +1,6 @@
<?php
// $Id$
/**
* @file poll-vote.tpl.php
* Voting form for a poll.

View File

@ -1,5 +1,6 @@
<?php
// $Id
// $Id$
/**
* @file profile-block.tpl.php
* Default theme implementation for displaying a users profile within a

View File

@ -1,5 +1,6 @@
<?php
// $Id
// $Id$
/**
* @file profile-listing.tpl.php
* Default theme implementation for displaying a user and their profile data

View File

@ -1,5 +1,6 @@
<?php
// $Id
// $Id$
/**
* @file profile-wrapper.tpl.php
* Default theme implementation for wrapping member listings and their

View File

@ -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): ?>

View File

@ -1,3 +1,6 @@
<?php
// $Id$
?>
<div class="box">
<?php if ($title): ?>

View File

@ -1,5 +1,6 @@
<?php
// $Id$
/**
* @file page.tpl.php
*

View File

@ -1,4 +1,5 @@
/* $Id$ */
.update .project {
font-weight: bold;
font-size: 110%;

View File

@ -1,4 +1,5 @@
<?php
// $Id$
/**
* Form API callback to validate the upload settings form.

View File

@ -1,5 +1,6 @@
<?php
// $Id
// $Id$
/**
* @file user-picture.tpl.php
* Default theme implementation to present an picture configured for the

View File

@ -1,5 +1,6 @@
<?php
// $Id
// $Id$
/**
* @file user-profile-category.tpl.php
* Default theme implementation to present profile categories (groups of

View File

@ -1,5 +1,6 @@
<?php
// $Id
// $Id$
/**
* @file user-profile-item.tpl.php
* Default theme implementation to present profile items (values from user

View File

@ -1,5 +1,6 @@
<?php
// $Id
// $Id$
/**
* @file user-profile.tpl.php
* Default theme implementation to present all user profile data.

View File

@ -1,4 +1,4 @@
/* $Id$ */
// $Id$
/**
* Attach handlers to evaluate the strength of any password fields and to check

View File

@ -1,4 +1,5 @@
<?php
// $Id$
/*
* In order to customize user profiles, replace the HTML below with your own

View File

@ -1,3 +1,6 @@
<?php
// $Id$
?>
<?php if ($element['#title']): ?>
<h3><?php print $element['#title'] ?></h3>
<?php endif; ?>

View File

@ -1,4 +1,6 @@
<?php
// $Id$
$attributes = isset($element['#attributes']) ? ' '. drupal_attributes($element['#attributes']) : '';
?>
<dt<?php print $attributes ?>><?php print $element['#title'] ?></dt>

View File

@ -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>

View File

@ -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>

View File

@ -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;

View File

@ -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;

View File

@ -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>

View File

@ -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)): ?>

View File

@ -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">

View File

@ -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 ?>

View 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" xml:lang="<?php print $language->language ?>" lang="<?php print $language->language ?>">
<head>

View File

@ -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>

View File

@ -1,3 +1,6 @@
<?php
// $Id$
?>
<div class="box">
<?php if ($title): ?>
<h2 class="title"><?php print $title ?></h2>

View File

@ -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 ?>

View File

@ -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): ?>

View File

@ -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>