66 lines
2.0 KiB
HTML
Executable File
66 lines
2.0 KiB
HTML
Executable File
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{{tpl:BlogLanguage}}" lang="{{tpl:BlogLanguage}}">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
|
|
<title>{{tpl:lang Authors}} - {{tpl:BlogName encode_html="1"}}</title>
|
|
|
|
<link rel="contents" title="{{tpl:lang Archives}}" href="{{tpl:BlogArchiveURL}}" />
|
|
<tpl:Categories>
|
|
<link rel="section" href="{{tpl:CategoryURL}}" title="{{tpl:CategoryTitle encode_html="1"}}" />
|
|
</tpl:Categories>
|
|
|
|
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="{{tpl:BlogFeedURL type="rss2"}}" />
|
|
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="{{tpl:BlogFeedURL type="atom"}}" />
|
|
<link rel="meta" type="application/xbel+xml" title="Blogroll" href="{{tpl:BlogrollXbelLink}}" />
|
|
|
|
{{tpl:include src="_head.html"}}
|
|
</head>
|
|
|
|
<body class="dc-authors">
|
|
<div id="page">
|
|
|
|
{{tpl:include src="_top.html"}}
|
|
|
|
<div id="wrapper">
|
|
|
|
<div id="main">
|
|
<div id="content">
|
|
|
|
<div class="grid">
|
|
<!-- # lead -->
|
|
<div id="lead" class="grid-l">
|
|
<h2>{{tpl:lang Authors}}</h2>
|
|
</div>
|
|
|
|
<!-- # meta -->
|
|
<div id="meta" class="grid-s">
|
|
{{tpl:include src="inc_meta.html"}}
|
|
</div>
|
|
|
|
<div class="b grid-l">
|
|
<tpl:Authors>
|
|
<div class="author-info">
|
|
<h3><a href="{{tpl:AuthorPostsURL}}">{{tpl:AuthorCommonName encode_html="1"}}</a></h3>
|
|
{{tpl:AuthorDesc}}
|
|
</div>
|
|
</tpl:Authors>
|
|
</div>
|
|
|
|
<!-- # extra -->
|
|
<div id="extra" class="grid-s widgets">
|
|
{{tpl:include src="inc_extra.html"}}
|
|
{{tpl:Widgets type="nav"}}
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div> <!-- End #main -->
|
|
|
|
</div> <!-- End #wrapper -->
|
|
|
|
{{tpl:include src="_footer.html"}}
|
|
</div> <!-- End #page -->
|
|
</body>
|
|
</html> |