root/trunk/Sandbox/plugins/Sandbox/templates/sandbox/header.mtml @ 818

Revision 818, 3.2 kB (checked in by bsmith, 17 months ago)

updating header default descrition

  • Property svn:executable set to *
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" id="sandbox-standard">
3<head profile="http://gmpg.org/xfn/11">
4    <meta http-equiv="Content-Type" content="text/html; charset=<$mt:PublishCharset$>" />
5    <title><$mt:Var name="title"$></title>
6    <meta name="description" content="<mt:If tag="BlogDescription"><$mt:BlogDescription$><mt:Else>Just another awesome Movable Type theme.</mt:If>" />
7    <meta name="generator" content="<$mt:ProductName version="1"$>" /><!-- Please leave for stats -->
8    <link rel="stylesheet" href="<$mt:Link template="style"$>" type="text/css" />
9    <link rel="alternate" type="application/atom+xml" title="Atom" href="<$mt:Link template="atom"$>" />
10    <link rel="start" href="<$mt:BlogURL$>" title="Home" />
11<mt:If name="index">
12    <link rel="EditURI" type="application/rsd+xml" title="RSD" href="<$mt:Link template="rsd"$>" />
13    <meta name='robots' content='noindex,follow' />
14    <!-- <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://reverse.local/wp/wp-includes/wlwmanifest.xml" />  -->
15</mt:If>
16    <$mt:CCLicenseRDF$>
17    <script type="text/javascript" src="<$mt:Link template="javascript"$>"></script>
18    <$mt:Var name="html_head"$>
19</head>
20<body id="<$mt:BlogTemplateSetID$>" class="<$mt:SandboxBodyClass$> <mt:if name="system_template"><$mt:Date format="d%d m%m y%Y h%H"$><mt:else><?php echo date("\dd \mm \yY \hH"); ?></mt:if> <$mt:Var name="page_layout"$>">
21<div id="wrapper" class="hfeed">
22    <div id="header">
23        <h1 id="blog-title"><a href="<$mt:BlogURL$>" title="<$mt:BlogName encode_html="1"$>" rel="home"><$mt:BlogName encode_html="1"$></a></h1>
24        <mt:If tag="BlogDescription"><div id="blog-description"><$mt:BlogDescription$></div></mt:If>
25    </div><!--  #header -->
26    <div id="access">
27        <div class="skip-link"><a href="#content" title="<__trans phrase="Skip navigation to the content">"><__trans phrase="Skip to content"></a></div>
28<mt:IfArchiveTypeEnabled archive_type="Page">
29        <div id="menu">
30            <ul>
31    <mt:Pages no_folder="1" sort_by="title" sort_order="ascend">
32                <li class="page_item page-item-<$mt:PageID$><mt:If tag="PageID" eq="$page_id"> current_page_item</mt:If>"><a href="<$mt:PagePermalink$>"><$mt:PageTitle$></a></li>
33    </mt:Pages>
34    <mt:TopLevelFolders>
35                <li class="page_item folder_item folder-item-<$mt:FolderID$><mt:If tag="FolderID" eq="$top_level_folder_id"> current_page_parent</mt:If>"><a href="<$mt:BlogURL$><$mt:FolderPath$>/"><$mt:FolderLabel$></a>
36        <mt:Pages sort_by="title" sort_order="ascend">
37            <mt:PagesHeader>
38                    <ul>
39            </mt:PagesHeader>
40                        <li class="page_item page-item-<$mt:PageID$><mt:If tag="PageID" eq="$page_id"> current_page_item</mt:If>"><a href="<$mt:PagePermalink$>"><$mt:PageTitle$></a></li>
41            <mt:PagesFooter>
42                    </ul>
43            </mt:PagesFooter>
44        </mt:Pages>
45        <$mt:SubFolderRecurse$>
46                </li>
47    </mt:TopLevelFolders>
48            </ul>
49        </div>
50</mt:IfArchiveTypeEnabled>
51    </div><!-- #access -->
Note: See TracBrowser for help on using the browser.