Textpattern | PHP Cross Reference | Content Management Systems |
1 <!DOCTYPE html> 2 <html lang="<txp:lang />" dir="<txp:text item="lang_dir" />"> 3 4 <head> 5 <meta charset="utf-8"> 6 <meta http-equiv="x-ua-compatible" content="ie=edge"> 7 <title> 8 <txp:error_status /> 9 </title> 10 11 <!-- Google font API --> 12 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700,700italic"> 13 14 <!-- CSS --> 15 <txp:css format="link" media="" /> 16 <!-- ...or you can use (faster) external CSS files e.g. <link rel="stylesheet" href="<txp:site_url />css/default.css"> --> 17 18 <meta name="generator" content="Textpattern CMS"> 19 <meta name="viewport" content="width=device-width, initial-scale=1"> 20 <meta name="robots" content="none"> 21 22 <!-- content feeds --> 23 <txp:feed_link flavor="atom" format="link" label="Atom" /> 24 <txp:feed_link flavor="rss" format="link" label="RSS" /> 25 </head> 26 27 <body class="error-page" itemscope itemtype="http://schema.org/WebPage"> 28 29 <!-- header --> 30 <header class="site-header"> 31 <h1> 32 <txp:link_to_home> 33 <txp:site_name /> 34 </txp:link_to_home> 35 </h1> 36 <h3> 37 <txp:site_slogan /> 38 </h3> 39 </header> 40 41 <!-- navigation --> 42 <nav class="site-navigation" aria-label="<txp:text item="navigation" />" itemscope itemtype="http://schema.org/SiteNavigationElement"> 43 <div> 44 <txp:section_list default_title='<txp:text item="home" />' include_default="1" wraptag="ul" break=""> 45 <li<txp:if_section name='<txp:section />'> class="active"</txp:if_section>> 46 <a itemprop="url" href="<txp:section url="1" />"> 47 <txp:section title="1" /> 48 </a> 49 </li> 50 </txp:section_list> 51 52 <!-- links by default to form: 'search_input.misc.txp' unless you specify a different form --> 53 <txp:search_input /> 54 </div> 55 </nav> 56 57 <div class="wrapper"> 58 <div class="container"> 59 60 <!-- Main content --> 61 <main aria-label="<txp:text item="main_content" />"> 62 <h1 class="error-status"> 63 <txp:error_status /> 64 </h1> 65 <p class="error-msg"> 66 <txp:error_message /> 67 </p> 68 </main> 69 70 <!-- Complementary content --> 71 <aside class="complementary-content"> 72 73 <!-- feed links, default flavor is RSS, so we don't need to specify a flavor on the first feed_link --> 74 <p> 75 <txp:feed_link class="feed-rss" label="RSS" /> 76 / 77 <txp:feed_link class="feed-atom" flavor="atom" label="Atom" /> 78 </p> 79 80 <!-- if links exist, renders a links list --> 81 <txp:variable name="links" value='<txp:linklist limit="1" />' /> 82 83 <txp:if_variable name="links" value=""> 84 <txp:else /> 85 <section> 86 <h4> 87 <txp:text item="links" /> 88 </h4> 89 90 <!-- links by default to form: 'plainlinks.link.txp' unless you specify a different form --> 91 <txp:linklist wraptag="ul" break="li" /> 92 </section> 93 </txp:if_variable> 94 95 </aside> 96 97 </div> <!-- /.container --> 98 </div> <!-- /.wrapper --> 99 100 <!-- footer --> 101 <footer class="site-footer"> 102 <p> 103 <small> 104 <txp:text item="published_with" /> 105 <a rel="external" href="http://textpattern.com" title="<txp:text item="go_txp_com" />">Textpattern CMS</a> 106 </small> 107 </p> 108 </footer> 109 110 <!-- add your own JavaScript here --> 111 112 </body> 113 </html>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
title