Commit 99080ceb authored by Pietro Albini's avatar Pietro Albini

A consistent indentation isn't such a bad thing...

parent dd5f9e65
...@@ -42,21 +42,24 @@ ...@@ -42,21 +42,24 @@
* *
* @ingroup themeable * @ingroup themeable
*/ */
?><!DOCTYPE html> ?>
<!DOCTYPE html>
<html lang="<?php print $language->language; ?>"> <html lang="<?php print $language->language; ?>">
<head profile="<?php print $grddl_profile; ?>"> <head profile="<?php print $grddl_profile; ?>">
<?php print $head; ?> <?php print $head; ?>
<title><?php print $head_title; ?></title> <title><?php print $head_title; ?></title>
<?php print $styles; ?> <?php print $styles; ?>
<?php print $scripts; ?> <?php print $scripts; ?>
</head> </head>
<body class="<?php print $classes; ?>" <?php print $attributes;?>>
<body class="<?php print $classes; ?>" <?php print $attributes;?>>
<div id="skip-link"> <div id="skip-link">
<a href="#main-content" class="element-invisible element-focusable"><?php print t('Skip to main content'); ?></a> <a href="#main-content" class="element-invisible element-focusable"><?php print t('Skip to main content'); ?></a>
</div> </div>
<?php print $page_top; ?> <?php print $page_top; ?>
<?php print $page; ?> <?php print $page; ?>
<?php print $page_bottom; ?> <?php print $page_bottom; ?>
</body> </body>
</html> </html>
...@@ -87,6 +87,7 @@ ...@@ -87,6 +87,7 @@
</div> </div>
</nav> </nav>
</header> </header>
<header class="banner global inverted" role="banner"> <header class="banner global inverted" role="banner">
<nav class="nav-primary nav-left" role="navigation"> <nav class="nav-primary nav-left" role="navigation">
<?php print theme('links__system_main_menu', array( <?php print theme('links__system_main_menu', array(
...@@ -114,9 +115,10 @@ ...@@ -114,9 +115,10 @@
));?> ));?>
</nav> </nav>
<div id="main-wrapper"><div id="main" class="clearfix"> <div id="main-wrapper">
<div id="main" class="clearfix">
<div id="content" class="column"><div class="section"> <div id="content" class="column">
<div class="section">
<a id="main-content"></a> <a id="main-content"></a>
<?php if ($title): ?><h1 class="row" id="page-title"><?php print $title; ?></h1><?php endif; ?> <?php if ($title): ?><h1 class="row" id="page-title"><?php print $title; ?></h1><?php endif; ?>
<?php if ($tabs): ?><div class="tabs"><?php print render($tabs); ?></div><?php endif; ?> <?php if ($tabs): ?><div class="tabs"><?php print render($tabs); ?></div><?php endif; ?>
...@@ -124,12 +126,13 @@ ...@@ -124,12 +126,13 @@
<?php if ($action_links): ?><ul class="action-links"><?php print render($action_links); ?></ul><?php endif; ?> <?php if ($action_links): ?><ul class="action-links"><?php print render($action_links); ?></ul><?php endif; ?>
<?php print render($page['content']); ?> <?php print render($page['content']); ?>
<?php print $feed_icons; ?> <?php print $feed_icons; ?>
</div></div> <!-- /.section, /#content --> </div>
</div>
</div>
</div></div> <!-- /#main, /#main-wrapper --> </div>
</div></div> <!-- /#main-content, /.wrapper --> </div>
</div>
<footer class="global clearfix"> <footer class="global clearfix">
<nav role="navigation"> <nav role="navigation">
...@@ -139,12 +142,15 @@ ...@@ -139,12 +142,15 @@
'links' => $valencia_menu, 'links' => $valencia_menu,
'id' => 'footer' 'id' => 'footer'
));?> ));?>
</div> </div> <!-- /.clearfix, /.footer-a --> </div>
</div>
<div class="legal clearfix"> <div class="legal clearfix">
<p class="twelve-col">&copy; Ubuntu e Canonical sono marchi registrati da Canonical Ltd.</p> <p class="twelve-col">&copy; Ubuntu e Canonical sono marchi registrati da Canonical Ltd.</p>
<p class="twelve-col">Sito realizzato con &hearts; dal Gruppo Web di ubuntu-it, con <a href="http://drupal.org" target="_blank">Drupal</a> e <a href="http://www.postgresql.org/" target="_blank">PostgreSQL</a>.</p> <p class="twelve-col">
Sito realizzato con &hearts; dal Gruppo Web di ubuntu-it, con <a href="http://drupal.org" target="_blank">Drupal</a> e <a href="http://www.postgresql.org/" target="_blank">PostgreSQL</a>.
</p>
<p class="twelve-col"><a href="http://code.ubuntu-it.org/ubuntu-it-web/valencia/issues" target="_blank">Segnala un errore</a> | <a href="http://code.ubuntu-it.org/ubuntu-it-web/www-test" target="_blank">Scarica il codice</a> | <a href="http://wiki.ubuntu-it.org/GruppoWeb/Contribuire" target="_blank">Collabora con noi</a> <p class="twelve-col"><a href="http://code.ubuntu-it.org/ubuntu-it-web/valencia/issues" target="_blank">Segnala un errore</a> | <a href="http://code.ubuntu-it.org/ubuntu-it-web/www-test" target="_blank">Scarica il codice</a> | <a href="http://wiki.ubuntu-it.org/GruppoWeb/Contribuire" target="_blank">Collabora con noi</a>
</div> <!-- /.legal .clearfix --> </div>
<span class="accessibility-aid"><a href="#">Got to the top of the page</a></span> <span class="accessibility-aid"><a href="#">Got to the top of the page</a></span>
</nav> <!-- /nav --> </nav>
</footer> <!-- /footer --> </footer>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment