| 1 |
<div id="download" class="grid-12 alpha omega">
|
| 2 |
|
| 3 |
<div class="grid-3 alpha">
|
| 4 |
<h2>Core</h2>
|
| 5 |
<a class="link-button" href="#"><span>Download Drupal <?php print $version ?></span></a>
|
| 6 |
<ul class="flat">
|
| 7 |
<li><a href="#">Other releases</a></li>
|
| 8 |
<li><a class="all" href="#">More information</a></li>
|
| 9 |
</ul>
|
| 10 |
</div>
|
| 11 |
|
| 12 |
<div class="grid-3">
|
| 13 |
<h2>Installation Profiles</h2>
|
| 14 |
<ul class="flat">
|
| 15 |
<li><a href="#">Community Site</a></li>
|
| 16 |
<li><a href="#">E-commerce</a></li>
|
| 17 |
<li><a href="#">News Site</a></li>
|
| 18 |
<li><a href="#">Wiki</a></li>
|
| 19 |
<li><a class="all" href="#">More profiles</a></li>
|
| 20 |
</ul>
|
| 21 |
</div>
|
| 22 |
|
| 23 |
<div class="grid-3">
|
| 24 |
<h2>Themes</h2>
|
| 25 |
<ul class="flat">
|
| 26 |
<li><a href="#">About Themes & Subthemes</a></li>
|
| 27 |
<li><a href="#">Most installed themes</a></li>
|
| 28 |
<li><a href="#">Highest rated themes</a></li>
|
| 29 |
<li><a href="#">Most active themes</a></li>
|
| 30 |
<li><a class="all" href="#">Search for more themes</a></li>
|
| 31 |
</ul>
|
| 32 |
</div>
|
| 33 |
|
| 34 |
<div class="grid-3 omega">
|
| 35 |
<h2>Translations</h2>
|
| 36 |
<ul class="flat">
|
| 37 |
<li><a href="#">Spanish</a></li>
|
| 38 |
<li><a href="#">Chinese</a></li>
|
| 39 |
<li><a href="#">German</a></li>
|
| 40 |
<li><a href="#" class="all">All translations</a></li>
|
| 41 |
</ul>
|
| 42 |
</div>
|
| 43 |
|
| 44 |
<hr>
|
| 45 |
|
| 46 |
<div class="grid-12 alpha omega">
|
| 47 |
<h2>Drupal Modules</h2>
|
| 48 |
<p>Show only modules for Drupal version DROPDOWN</p>
|
| 49 |
</div>
|
| 50 |
|
| 51 |
|
| 52 |
<div class="grid-12 alpha omega">
|
| 53 |
|
| 54 |
<?php /*
|
| 55 |
NOTE: It would be super helpful if these dynamic lists were wrapped in a <ul class="flat">
|
| 56 |
This class removes the padding and bullets from the list items
|
| 57 |
*/ ?>
|
| 58 |
|
| 59 |
<div class="grid-3 alpha">
|
| 60 |
<h2>Most Installed</h2>
|
| 61 |
<?php print $most_popular_modules; ?>
|
| 62 |
<a href="#" class="all">More Most installed</a>
|
| 63 |
</div>
|
| 64 |
|
| 65 |
<div class="grid-3">
|
| 66 |
<h2>Most active modules</h2>
|
| 67 |
<?php print $most_active_modules; ?>
|
| 68 |
<a href="#" class="all">More most active</a>
|
| 69 |
</div>
|
| 70 |
|
| 71 |
<div class="grid-3">
|
| 72 |
<h2>New modules</h2>
|
| 73 |
<?php print $new_modules; ?>
|
| 74 |
<a href="#" class="all">More new modules</a>
|
| 75 |
</div>
|
| 76 |
|
| 77 |
<div class="grid-3 omega">
|
| 78 |
<h2>Placeholder</h2>
|
| 79 |
<a href="#" class="all">More placeholder</a>
|
| 80 |
</div>
|
| 81 |
|
| 82 |
</div>
|
| 83 |
|
| 84 |
<div class="grid-12 alpha omega">
|
| 85 |
|
| 86 |
<div class="grid-3 alpha">
|
| 87 |
<h2>Most popular themes</h2>
|
| 88 |
<?php print $most_popular_themes ?>
|
| 89 |
<a href="#" class="all">More popular themes</a>
|
| 90 |
</div>
|
| 91 |
|
| 92 |
<div class="grid-3">
|
| 93 |
<h2>Most active themes</h2>
|
| 94 |
<?php print $most_active_themes; ?>
|
| 95 |
<a href="#" class="all">More most active</a>
|
| 96 |
</div>
|
| 97 |
|
| 98 |
<div class="grid-3">
|
| 99 |
<h2>New themes</h2>
|
| 100 |
<?php print $new_themes; ?>
|
| 101 |
<a href="#" class="all">More new themes</a>
|
| 102 |
</div>
|
| 103 |
|
| 104 |
<div class="grid-3 omega">
|
| 105 |
<h2>Placeholder</h2>
|
| 106 |
<a href="#" class="all">More placeholder</a>
|
| 107 |
</div>
|
| 108 |
|
| 109 |
</div>
|
| 110 |
|
| 111 |
</div>
|