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

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

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


Revision 1.6 - (show annotations) (download) (as text)
Fri Apr 10 23:00:42 2009 UTC (7 months, 2 weeks ago) by sagannotcarl
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +6 -6 lines
File MIME type: text/x-php
populating any dummy links that go to existing static pages in drupalorg-start.tpl.php
1 <div id="getting-started" class="grid-12 alpha omega">
2 <a href="download"><img src="<?php print $theme_images_directory; ?>/gettingstarted-header1.png" alt="Download Drupal"/></a>
3 <a href="download"><img src="<?php print $theme_images_directory; ?>/gettingstarted-header2.png" alt="Extend Drupal"/></a>
4 <a href="documentation"><img src="<?php print $theme_images_directory; ?>/gettingstarted-header3.png" alt="Documentation"/></a>
5 <a href="forum"><img src="<?php print $theme_images_directory; ?>/gettingstarted-header4.png" alt="Get Support"/></a>
6 </div>
7 <div class="grid-3 alpha">
8 <div class="narrow-box">
9 <p>The Drupal Core is a collection of files that you must download in order to get started with Drupal. </p>
10 <a class="link-button" href="download"><span>Download Drupal <?php print $version; ?></span></a>
11 <h5>Installation Profiles</h5>
12 <p>Already know what site you need? Drupal's <a href="/project/installation+profiles">installation profiles</a> can help you get started with your shop, blog, or social network, providing all the modules you need in one place.</p>
13 <ul>
14 <li><a href="#">Drupal Developer</a></li>
15 <li><a href="#">French Installation Profile</a></li>
16 <li><a href="#">Single User Blog</a></li>
17 <li><a href="#">Wiki Installation Profile</a></li>
18 </ul>
19 </div>
20 </div>
21 <div class="grid-3">
22 <div class="narrow-box">
23 <p>Access hundreds of modules to customize and extend your site. </p>
24 <div class="narrow-box-list">
25 <h5 class="lined">Most Popular Modules</h5>
26 <?php print $most_popular_modules; ?>
27 <a href="#" class="all">All modules</a>
28 </div><!--/narrow-box-list-->
29 <div class="narrow-box-list">
30 <h5 class="lined">Most Popular Themes</h5>
31 <?php print $most_popular_themes; ?>
32 <a href="#" class="all">All themes</a>
33 </div><!--/narrow-box-list-->
34 <div class="narrow-box-list">
35 <h5 class="lined">Translations</h5>
36 <ul>
37 <li><a href="#">Spanish</a></li>
38 <li><a href="#">Chinese</a></li>
39 <li><a href="#">German</a></li>
40 </ul>
41 <a href="#" class="all">All translations</a>
42 </div><!--/narrow-box-list-->
43 </div>
44 </div>
45 <div class="grid-3">
46 <div class="narrow-box">
47 <p>Want more information before you begin using Drupal? Our extensive documentation will tell you how.</p>
48 <div class="narrow-box-list">
49 <h5 class="lined">Handbooks</h5>
50 <ul>
51 <li><a href="#">Installation Instructions</a></li>
52 <li><a href="#">Site Configuration</a></li>
53 <li><a href="#">Site Building</a></li>
54 <li><a href="#">Content Management</a></li>
55 <li><a href="#">Adding Content to Your Site</a></li>
56 </ul>
57 <a href="#" class="all">All Handbooks</a>
58 </div><!--/narrow-box-list-->
59 <div class="narrow-box-list">
60 <h5 class="lined">Recent Books and Resources</h5>
61 <p><img src="images/book_dd.jpg" height="72"><a href="#">Pro Drupal Development</a><br>
62 Drupal is one of the most popular content management systems in use today. With it, you can create a variety of community-driven sites, including blogs, forums, wiki-style sites, and much more.</p>
63 </div><!--/narrow-box-list-->
64 </div>
65 </div>
66 <div class="grid-3 omega">
67 <div class="narrow-box">
68 <p>Drupal's community offers a wealth of support. See more resources on our <a href="/community">Community &amp; Support</a> page.</p>
69 <h5 class="lined"><a href="/forum">Forum</a></h5>
70 <p>Whether you are asking questions or answering them, the forum will connect you to the community and provide the help you need.</p>
71 <h5 class="lined"><a href="/irc">IRC</a></h5>
72 <p>For rapid responses, check out our IRC (Internet Relay Chat) channels.</p>
73 <h5 class="lined"><a href="/services">Services</a></h5>
74 <p>For commercial support, check out our directory with service providers.</p>
75
76
77 </div>
78 </div>

  ViewVC Help
Powered by ViewVC 1.1.2