/[drupal]/contributions/modules/drupalorg/drupalorg_handbook/handbook-meta-data.tpl.php
ViewVC logotype

Contents of /contributions/modules/drupalorg/drupalorg_handbook/handbook-meta-data.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Fri Feb 13 19:29:46 2009 UTC (9 months, 1 week ago) by goba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
Migrate all handbook related code to drupalorg_handbook.module:

 - Existing handbook.module code.
 - Form altering from drupalorg.module
1 <div class="meta">
2 <h5>About This Article</h5>
3 <ul>
4 <?php if ($versions): ?>
5 <li class="versions">Drupal versions: <?php print $versions; ?>
6 <?php endif; ?>
7 <?php if ($modified): ?>
8 <li class="modified">Last modified: <?php print $modified; ?></li>
9 <?php endif; ?>
10 <?php if ($authors): ?>
11 <li class="authors">Authors: <?php print $authors; ?></li>
12 <?php endif; ?>
13 <?php if ($languages): ?>
14 <li class="languages">Languages: <?php print $languages; ?><a href="#">Cymraeg</a>, <a href="#">English</a> </li>
15 <?php endif; ?>
16 <?php if ($features || $add_tag_link): ?>
17 <li class="feature-tags">Tags: <?php print $features; ?><span><?php //print $add_tag_link; ?></span></li>
18 <?php endif; ?>
19 <?php if ($alerts): ?>
20 <?php print $alerts; ?>
21 <?php endif;?>
22 </ul>
23 </div>

  ViewVC Help
Powered by ViewVC 1.1.2