/[drupal]/contributions/modules/drupalorg/drupalorg/drupalorg-home.tpl.php
ViewVC logotype

Contents of /contributions/modules/drupalorg/drupalorg/drupalorg-home.tpl.php

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


Revision 1.14 - (show annotations) (download) (as text)
Sat Apr 11 20:50:29 2009 UTC (7 months, 2 weeks ago) by dmitrig01
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +2 -6 lines
File MIME type: text/x-php
World map frontend - still need the backend
1 <div id="front-top-left" class="grid-4 alpha">
2 <div id="front-top-left-inner">
3 <div class="block-content">
4 <h2><a href="about">Why Choose Drupal?</a></h2>
5 <p>Drupal is like Lego. Connect the pieces and build a site limited only by your imagination. Drupal's passionate, vibrant community are always creating new pieces, or improving existing ones. Choosing Drupal means as your needs evolve, so does your site.</p>
6 <p class="front-get-started">
7 <a href="getting-started" class="link-button"><span>Get Started with Drupal</span></a>
8 </p>
9 <h4><a href="success-stories">Who Else Uses Drupal?</a></h4>
10 Magazines: <a href="">Fast Company</a>, <a href="#">Popular Science</a>.
11 Newspapers:<a href="#">The Onion</a>, <a href="#">Morris Digital</a>, <a href="#">Seattle Times</a> and many, many <a href="success-stories">more...</a>
12 </div>
13 </div>
14 </div>
15
16 <div id="front-top-middle" class="grid-4">
17 <div id="front-top-middle-inner">
18 <div class="block-content">
19 <h2><a href="cases">Things we made with Drupal</a></h2>
20 <img src="/files/mtv_screenshot.jpg" class="homeimage" />
21 </div>
22 </div>
23 </div>
24
25 <div id="front-top-right" class="grid-4 omega">
26 <div id="front-top-right-inner">
27 <div class="block-content">
28 <h2><a href="download">Develop with Drupal</a></h2>
29 <p>Drupal is extensible, powerful, scalable, and flexible.</p>
30 <div class="grid-2 alpha">
31 <h4><a href="cvs">Current activity</a></h4>
32 <ul>
33 <li><a href="#">4212 CVS a/c holders</a></li>
34 <li><a href="#">612 commits this month</a></li>
35 </ul>
36 </div>
37 <div class="grid-2 omega">
38 <ul>
39 <li><a href="http://api.drupal.org">Drupal API</a></li>
40 <li><a href="download">Download Drupal</a></li>
41 <li><a href="security">Security Info</a></li>
42 <li><a href="project/issues">Issue List</a></li>
43 </ul>
44 </div>
45 <h4><a href="download">Modules and Themes</a></h4>
46 Explore Drupal <a href="project/modules">modules</a> and <a href="project/themes">themes</a>
47 <div class="advertising">
48 <img src="/files/ad.png"/>
49 <p><a href="http://association.drupal.org/drupal-org-adsense-banner-advertising">Advertising</a> helps build a successful ecosystem around Drupal</p>
50 </div>
51 </div>
52 </div>
53 </div>
54
55 <div id="front-middle" class="grid-12 alpha omega">
56 <div id="front-middle-inner">
57 <div class="block-content">
58 <div id="front-drupal-stats"><span class="blue"><?php print $number_of_users; ?></span> people in <span class="blue"><?php print $number_of_countries; ?></span> countries speaking <span class="blue"><?php print $number_of_languages; ?></span> different languages are using Drupal.</div>
59 </div>
60 </div>
61 </div>
62
63 <div id="front-bottom-left" class="grid-6 alpha">
64 <div id="front-bottom-left-inner">
65 <div class="block-content">
66 <div class="homepage-map">
67 </div>
68 </div>
69 </div>
70 </div>
71
72 <div id="front-bottom-right" class="grid-6 omega">
73 <div id="front-bottom-right-inner">
74 <div class="block-content">
75 <div id="rotate">
76 <ul class="ui-tabs-nav">
77 <li class="ui-tabs-selected"><a href="#fragment-1">News</a></li>
78 <li><a href="#fragment-2"><img src="<?php print $theme_images_directory; ?>/bullet_home_green.jpg"> Docs updates</a></li>
79 <li><a href="#fragment-3"><img src="<?php print $theme_images_directory; ?>/bullet_home_purple.jpg"> Forum posts</a></li>
80 <li><a href="#fragment-4"><img src="<?php print $theme_images_directory; ?>/bullet_home_red.jpg"> Commits</a></li>
81 <li><a href="#fragment-5">More</a></li>
82 </ul>
83 <div id="fragment-1" class="ui-tabs-panel">
84 <?php print $tab_content_news; ?>
85 </div>
86 <div id="fragment-2" class="ui-tabs-panel ui-tabs-hide">
87 <?php print $tab_content_docs; ?>
88 </div>
89 <div id="fragment-3" class="ui-tabs-panel ui-tabs-hide">
90 <?php print $tab_content_forums; ?>
91 </div>
92 <div id="fragment-4" class="ui-tabs-panel ui-tabs-hide">
93 <?php print $tab_content_cvs; ?>
94 </div>
95 <div id="fragment-5" class="ui-tabs-panel ui-tabs-hide">
96 Tab for more... Whatever that means.
97 </div>
98 </div>
99 </div>
100 </div>
101 </div>

  ViewVC Help
Powered by ViewVC 1.1.2