SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
-- --------------------------------------------------------
-- Table structure for table `[[dbprefix]]textpattern`
CREATE TABLE `[[dbprefix]]textpattern` (
`ID` int(11) NOT NULL AUTO_INCREMENT,
`Posted` datetime NOT NULL,
`Expires` datetime DEFAULT NULL,
`AuthorID` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`LastMod` datetime NOT NULL,
`LastModID` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`Title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`Title_html` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`Body` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`Body_html` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`Excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
`Excerpt_html` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`Image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`Category1` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`Category2` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`Annotate` int(11) NOT NULL DEFAULT '0',
`AnnotateInvite` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`comments_count` int(11) NOT NULL DEFAULT '0',
`Status` int(11) NOT NULL DEFAULT '4',
`textile_body` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
`textile_excerpt` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
`Section` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`override_form` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`Keywords` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`url_title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`custom_1` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`custom_2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`custom_3` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`custom_4` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`custom_5` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`custom_6` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`custom_7` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`custom_8` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`custom_9` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`custom_10` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`uid` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`feed_time` date NOT NULL,
KEY `categories_idx` (`Category1`(10),`Category2`(10)),
KEY `Expires_idx` (`Expires`),
KEY `author_idx` (`AuthorID`),
KEY `section_status_idx` (`Section`(249),`Status`),
KEY `url_title_idx` (`url_title`(250)),
FULLTEXT KEY `searching` (`Title`,`Body`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=2 ;
-- Dumping data for table `[[dbprefix]]textpattern`
INSERT INTO `[[dbprefix]]textpattern` VALUES
(1, '[[regtime]]', NULL, '[[admin_username]]', '[[regtime]]', '', 'Welcome to your site', '', 'h3. What do you want to do next?\n\n* Write a "new article"://[[domhost]][[relativeurl]]/textpattern/index.php?event=article? Let your creativity flow!\n* Change this site''s name, slogan or select a different article URL style? Check and modify your "preferences"://[[domhost]][[relativeurl]]/textpattern/index.php?event=prefs.\n* Edit or delete this article? Your "articles"://[[domhost]][[relativeurl]]/textpattern/index.php?event=list list is the place to start.\n* Upload "images"://[[domhost]][[relativeurl]]/textpattern/index.php?event=image or "files"://[[domhost]][[relativeurl]]/textpattern/index.php?event=file to accompany your articles?\n* Learn Textile, the markup generator included with Textpattern? You can try it in the "Textile sandbox":https://textpattern.com/textile-sandbox.\n** If you want to learn more, you can refer to an extensive "Textile manual":https://textpattern.com/textile-reference-manual.\n* Be guided through your "Textpattern first steps":https://textpattern.com/textpattern-first-steps by completing some tasks?\n* Study the "Textpattern Semantic Model":https://textpattern.com/textpattern-semantic-model?\n* Add one or more additional "users"://[[domhost]][[relativeurl]]/textpattern/index.php?event=admin, or extend Textpattern''s capabilities with "plugins"://[[domhost]][[relativeurl]]/textpattern/index.php?event=plugin from the "Textpattern plugin directory":https://textpattern.com/plugins?\n* Dive in and learn by doing? Please note:\n** When you write an article you assign it to a "section"://[[domhost]][[relativeurl]]/textpattern/index.php?event=section of your site.\n** Sections use a "page"://[[domhost]][[relativeurl]]/textpattern/index.php?event=page template and a "style"://[[domhost]][[relativeurl]]/textpattern/index.php?event=css to define how site content appears in a browser.\n** Page templates typically use HTML(HyperText Markup Language) and "Textpattern tags":https://docs.textpattern.com/tags/ (like this: @<txp:article />@) to build the output code.\n** Some Textpattern tags use "forms"://[[domhost]][[relativeurl]]/textpattern/index.php?event=form, reusable building blocks that provide extensive control and customization over your site construction.\n** Pages, styles and forms can be packaged into "themes"://[[domhost]][[relativeurl]]/textpattern/index.php?event=skin and assigned to one or more sections.\n\nTextpattern tags, their attributes and values are explained within the "Textpattern User Documentation":https://docs.textpattern.com/, where you will also find valuable examples, advice and tutorials.\n\nThere''s also a group of friendly, helpful Textpattern users and administrators at the "Textpattern support forum":https://forum.textpattern.com/.\n\nAdditional language translations and corrections are welcomed. Please visit "Textpattern language translations":https://textpattern.com/languages for further details.\n\nThis is an <txp:permlink id="1">example article</txp:permlink> included with Textpattern to demonstrate some of the first steps you can undertake. An example comment is associated with this article. The article and comment can be safely deleted using the "articles"://[[domhost]][[relativeurl]]/textpattern/index.php?event=list and "comments"://[[domhost]][[relativeurl]]/textpattern/index.php?event=discuss lists.', '<h3>What do you want to do next?</h3>\n\n<ul>\n <li>Write a <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=article">new article</a>? Let your creativity flow!</li>\n <li>Change this site’s name, slogan or select a different article <span class="caps">URL</span> style? Check and modify your <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=prefs">preferences</a>.</li>\n <li>Edit or delete this article? Your <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=list">articles</a> list is the place to start.</li>\n <li>Upload <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=image">images</a> or <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=file">files</a> to accompany your articles?</li>\n <li>Learn Textile, the markup generator included with Textpattern? You can try it in the <a href="https://textpattern.com/textile-sandbox">Textile sandbox</a>.\n <ul>\n <li>If you want to learn more, you can refer to an extensive <a href="https://textpattern.com/textile-reference-manual">Textile manual</a>.</li>\n </ul></li>\n <li>Be guided through your <a href="https://textpattern.com/textpattern-first-steps">Textpattern first steps</a> by completing some tasks?</li>\n <li>Study the <a href="https://textpattern.com/textpattern-semantic-model">Textpattern Semantic Model</a>?</li>\n <li>Add one or more additional <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=admin">users</a>, or extend Textpattern’s capabilities with <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=plugin">plugins</a> from the <a href="https://textpattern.com/plugins">Textpattern plugin directory</a>?</li>\n <li>Dive in and learn by doing? Please note:\n <ul>\n <li>When you write an article you assign it to a <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=section">section</a> of your site.</li>\n <li>Sections use a <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=page">page</a> template and a <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=css">style</a> to define how site content appears in a browser.</li>\n <li>Page templates typically use <abbr title="HyperText Markup Language"><span class="caps">HTML</span></abbr> and <a href="https://docs.textpattern.com/tags/">Textpattern tags</a> (like this: <code><txp:article /></code>) to build the output code.</li>\n <li>Some Textpattern tags use <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=form">forms</a>, reusable building blocks that provide extensive control and customization over your site construction.</li>\n <li>Pages, styles and forms can be packaged into <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=skin">themes</a> and assigned to one or more sections.</li>\n </ul></li>\n </ul>\n\n<p>Textpattern tags, their attributes and values are explained within the <a href="https://docs.textpattern.com/">Textpattern User Documentation</a>, where you will also find valuable examples, advice and tutorials.</p>\n\n<p>There’s also a group of friendly, helpful Textpattern users and administrators at the <a href="https://forum.textpattern.com/">Textpattern support forum</a>.</p>\n\n<p>Additional language translations and corrections are welcomed. Please visit <a href="https://textpattern.com/languages">Textpattern language translations</a> for further details.</p>\n\n<p>This is an <txp:permlink id="1">example article</txp:permlink> included with Textpattern to demonstrate some of the first steps you can undertake. An example comment is associated with this article. The article and comment can be safely deleted using the <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=list">articles</a> and <a href="//[[domhost]][[relativeurl]]/textpattern/index.php?event=discuss">comments</a> lists.</p>', 'This is a Textpattern article excerpt. Article excerpts are optional and can be used effectively to summarize an article''s content, for example with Textpattern''s built-in article syndication.', '<p>This is a Textpattern article excerpt. Article excerpts are optional and can be used effectively to summarize an article’s content, for example with Textpattern’s built-in article syndication.</p>', '', 'hope-for-the-future', 'meaningful-labor', 1, 'Comment', 1, 4, '1', '1', 'articles', '', '', '', 'welcome-to-your-site', '', '', '', '', '', '', '', '', '', '', '[[secret]]', '[[regday]]');
-- --------------------------------------------------------
-- Table structure for table `[[dbprefix]]txp_category`
CREATE TABLE `[[dbprefix]]txp_category` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`type` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`parent` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`lft` int(11) NOT NULL DEFAULT '0',
`rgt` int(11) NOT NULL DEFAULT '0',
`title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=9 ;
-- Dumping data for table `[[dbprefix]]txp_category`
INSERT INTO `[[dbprefix]]txp_category` VALUES
(1, 'root', 'article', '', 1, 8, 'root', ''),
(2, 'root', 'link', '', 1, 4, 'root', ''),
(3, 'root', 'image', '', 1, 2, 'root', ''),
(4, 'root', 'file', '', 1, 2, 'root', ''),
(5, 'everything-is-going-to-be-alright', 'article', 'root', 2, 3, 'Everything is going to be alright', ''),
(6, 'hope-for-the-future', 'article', 'root', 4, 5, 'Hope for the future', ''),
(7, 'meaningful-labor', 'article', 'root', 6, 7, 'Meaningful labor', ''),
(8, 'textpattern', 'link', 'root', 2, 3, 'Textpattern', '');
-- --------------------------------------------------------
-- Table structure for table `[[dbprefix]]txp_css`
CREATE TABLE `[[dbprefix]]txp_css` (
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`css` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
`skin` varchar(63) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'default',
`lastmod` datetime DEFAULT NULL,
UNIQUE KEY `name_skin` (`name`(63),`skin`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- Dumping data for table `[[dbprefix]]txp_css`
INSERT INTO `[[dbprefix]]txp_css` VALUES
('default', '@charset "UTF-8";\n/* ==========================================================================\n Styling and layout for all media\n ========================================================================== */\n/* Reset\n ========================================================================== */\n/**\n * Add the correct display in IE 11 and Firefox.\n */\ndetails,\nmain {\n display: block;\n}\n\n/**\n * Add the correct vertical alignment in Chrome, Edge, Firefox, and Opera.\n */\nprogress {\n vertical-align: baseline;\n}\n\n/**\n * Add the correct display in all browsers.\n */\nsummary {\n display: list-item;\n}\n\n/* Clearfix\n ========================================================================== */\nheader::after,\nfooter::after,\nnav ul::after,\nnav ol::after,\n.container::after {\n content: "";\n display: table;\n clear: both;\n}\n\n/* ==========================================================================\n Styling and layout for screen media (mobile first)\n ========================================================================== */\n@media screen {\n /* Layout\n ========================================================================== */\n /**\n * 1. Prevent adjustments of font size after orientation changes in\n * IE on Windows Phone and in iOS.\n */\n html {\n /* 1 */\n -webkit-text-size-adjust: 100%;\n text-size-adjust: 100%;\n }\n\n /**\n * 1. Set `body` to `relative` to allow positioning of absolute elements.\n * 2. Remove default margin.\n */\n body {\n /* 1 */\n position: relative;\n /* 2 */\n margin: 0;\n background: #f7f7f7;\n }\n\n /**\n * Outer wrapper for main layouts.\n *\n * Example HTML:\n *\n * <div class="wrapper">\n * <div class="container">\n * Content\n * </div>\n * </div>\n */\n .wrapper {\n padding: 1px 0;\n border-bottom: 1px solid #cccccc;\n background: #ffffff;\n }\n\n /**\n * Wrapper for layouts, and for site header/footer.\n *\n * Example HTML:\n *\n * <div class="wrapper">\n * <div class="container">\n * Content\n * </div>\n * </div>\n */\n .site-header,\n.site-footer,\n.container {\n width: 88%;\n max-width: 54em;\n margin: 0 auto;\n }\n\n /**\n * Additional styling for child content within site header.\n */\n .site-header {\n padding: 1em 0;\n }\n .site-header h2 {\n margin: 0;\n }\n .site-header h3 {\n margin: 0.5em 0 0;\n font-family: "PT Serif", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;\n font-size: 1.25rem;\n font-style: italic;\n font-weight: normal;\n line-height: 1.4;\n }\n\n /**\n * Additional styling for child content within site footer.\n */\n .site-footer {\n padding: 0.5em 0;\n }\n\n /**\n * Styling for articles.\n *\n * 1. Prevent really, really long words in article from breaking layout.\n */\n .article {\n margin-bottom: 2em;\n /* 1 */\n word-wrap: break-word;\n }\n\n /**\n * Styling for complementary content.\n *\n * Initially the sidebar appears under main content, it is then repositioned\n * with media queries at 2nd breakpoint.\n *\n * 1. Prevent really, really long words in article from breaking layout.\n */\n .complementary-content {\n margin: 2em -6% 0;\n padding: 0 6%;\n border-top: 2px dashed #cccccc;\n /* 1 */\n word-wrap: break-word;\n }\n\n /**\n * Hide text but still allow screen reader access.\n *\n * Example HTML:\n *\n * <p class="accessibility">\n */\n .accessibility {\n position: absolute;\n width: 1px;\n height: 1px;\n margin: -1px;\n padding: 0;\n overflow: hidden;\n clip: rect(0 0 0 0);\n border: 0;\n white-space: nowrap;\n }\n\n /* Navigation\n ========================================================================== */\n /**\n * Style mobile first version of the navigation menu. Desktop version will\n * override some rules with extra styling at 1st breakpoint.\n *\n * Example HTML:\n *\n * <nav class="site-navigation">\n * <div>\n * <ul>\n * <li class="active"><a></li>\n * <li><a></li>\n * <li><a></li>\n * </ul>\n * <div class="search">\n * <form>\n * <input type="search">\n * </form>\n * </div>\n * </div>\n * </nav>\n */\n .site-navigation {\n background-color: #dddddd;\n }\n .site-navigation > div {\n position: relative;\n max-width: 54em;\n margin: 0 auto;\n }\n .site-navigation ul {\n margin: 0;\n padding: 0;\n border: solid #cccccc;\n border-width: 1px 0;\n list-style: none;\n }\n .site-navigation li {\n border: solid #cccccc;\n border-width: 1px 0;\n background-color: #eeeeee;\n }\n .site-navigation li:hover {\n background-color: #f8f8f8;\n }\n .site-navigation li:active {\n background-color: lightgray;\n box-shadow: inset 0 0.2em 0.25em rgba(0, 0, 0, 0.15);\n }\n .site-navigation li.active {\n background-color: white;\n box-shadow: none;\n }\n .site-navigation a {\n display: block;\n padding: 0.5em 6%;\n color: #333333;\n }\n .site-navigation a:hover, .site-navigation a:visited {\n color: #333333;\n text-decoration: none;\n }\n .site-navigation a:active {\n color: #1a1a1a;\n text-decoration: none;\n }\n\n /**\n * Search field in navigation.\n */\n .search {\n padding: 1em 6% 0.5em;\n background: #ffffff;\n }\n .search input[type=search] {\n width: 16em;\n height: 2.125em;\n padding-right: 0.1875em;\n padding-left: 2em;\n border-radius: 0.5em;\n background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27%3E%3Cg fill=%27%23333%27%3E%3Cpath d=%27M4,13c0-5,4-9,9-9c5,0,9,4,9,9c0,5-4,9-9,9C8,22,4,18,4,13z M13,19c3.3,0,6-2.7,6-6s-2.7-6-6-6s-6,2.7-6,6S9.7,19,13,19z%27/%3E%3Cpath d=%27M17.5,19l1.5-1.5l4.5,3L28,25c0,0,0,1.5-0.75,2.25S25,28,25,28l-4.5-4.5L17.5,19z%27/%3E%3C/g%3E%3C/svg%3E") no-repeat left center;\n background-size: 2em 2em;\n }\n\n /* Links\n ========================================================================== */\n /**\n * 1. Specify link colour.\n * 2. Remove default underline style from non-hover state links.\n * 3. Interrupt the decoration line to let the shape of the text show through\n * in supported browsers.\n * 4. Remove tap delay in modern browsers.\n */\n a {\n /* 1 */\n color: #004cbf;\n /* 2 */\n text-decoration: none;\n /* 3 */\n -webkit-text-decoration-skip: ink;\n text-decoration-skip-ink: auto;\n /* 4 */\n touch-action: manipulation;\n }\n a:hover, a:active {\n outline: 0;\n color: #0066ff;\n text-decoration: underline;\n }\n a:focus {\n outline: 1px solid #0066ff;\n }\n\n /**\n * Additional styling for `h1`-`h3` heading links.\n *\n * 1. Expanded CSS level 3 `text-decoration-color` property in supported\n * browsers, older browsers ignore this addition.\n */\n h1 a,\nh2 a,\nh3 a,\nh4 a,\nh5 a,\nh6 a {\n color: #000000;\n }\n h1 a:hover, h1 a:active,\nh2 a:hover,\nh2 a:active,\nh3 a:hover,\nh3 a:active,\nh4 a:hover,\nh4 a:active,\nh5 a:hover,\nh5 a:active,\nh6 a:hover,\nh6 a:active {\n color: #000000;\n /* 1 */\n -webkit-text-decoration-color: rgba(51, 51, 51, 0.5);\n text-decoration-color: rgba(51, 51, 51, 0.5);\n }\n\n /**\n * Paginator (prev/next) navigation links on articles/article lists.\n *\n * Example HTML:\n *\n * <nav class="paginator">\n * <a rel="prev">\n * <a rel="next">\n */\n .paginator {\n display: flex;\n justify-content: space-between;\n }\n\n /**\n * Visually hide unfocussed/inactive ‘skip links’.\n *\n * Example HTML:\n *\n * <a class="skip-link">\n */\n .skip-link {\n position: absolute;\n z-index: 2;\n top: 1px;\n left: 1px;\n padding: 0.25em 0.5em;\n transform: translateY(-5em);\n transition: transform 0.25s ease-in-out;\n background-color: white;\n color: #333333;\n font-family: system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";\n }\n .skip-link:focus, .skip-link:active {\n transform: translateY(0);\n }\n\n /* Typography\n ========================================================================== */\n /**\n * Establish baseline.\n */\n html {\n font-size: 16px;\n line-height: 1.5;\n }\n\n /**\n * Global font and text colour.\n */\n body {\n color: #333333;\n font-family: "PT Serif", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;\n }\n\n /**\n * Sans-serif font for main navigation menu.\n */\n .site-navigation {\n font-family: system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";\n font-weight: bold;\n }\n\n /**\n * Harmonize size, style and vertical margin of headings.\n */\n h1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n clear: both;\n color: #000000;\n font-family: system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";\n }\n\n h1 {\n margin: 0.6315789em 0;\n font-size: 2.375rem;\n letter-spacing: -0.25px;\n line-height: 1.1842105;\n }\n\n h2 {\n margin: 0.75em 0;\n font-size: 2rem;\n letter-spacing: -0.25px;\n line-height: 1.25;\n }\n\n h3 {\n margin: 1em 0;\n font-size: 1.5rem;\n letter-spacing: -0.25px;\n line-height: 1.3333333;\n }\n\n h4 {\n margin: 1em 0;\n font-size: 1.25rem;\n line-height: 1.4;\n }\n\n h5 {\n margin: 1em 0;\n font-size: 1.125rem;\n line-height: 1.4444444;\n }\n\n h6 {\n margin: 1em 0;\n font-size: 1rem;\n line-height: 1.5;\n }\n\n /**\n * Add the correct font weight in Chrome, Edge, and Safari.\n */\n b,\nstrong {\n font-weight: bolder;\n }\n\n /**\n * Add vertical margin to addresses.\n */\n address {\n margin: 1em 0;\n }\n\n /**\n * Additional styling for blockquotes.\n */\n blockquote {\n margin: 0.8em 0;\n font-size: 1.25rem;\n font-style: italic;\n line-height: 1.4;\n text-align: center;\n }\n\n /**\n * 1. Remove the bottom border in Chrome 57+.\n * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n */\n abbr[title] {\n /* 1 */\n border-bottom: 0;\n /* 2 */\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n }\n\n /**\n * Consistent styling for `mark` and `var` tags.\n */\n mark,\nvar {\n padding: 0 0.25em;\n border-radius: 0.25em;\n background: #fff9e1;\n color: #333333;\n }\n\n /**\n * Harmonize size and style of computer text.\n */\n pre,\ncode,\nkbd,\nsamp {\n border: 1px solid #e3e3e3;\n border-radius: 0.2857143em;\n background-color: #f7f7f7;\n color: #333333;\n font-family: Menlo, Consolas, Monaco, monospace;\n font-size: 0.875rem;\n line-height: 1.5;\n }\n\n code,\nkbd,\nsamp {\n padding: 1px 0.21429em;\n }\n\n /**\n * Additional stylng for preformatted text/code.\n *\n * 1. Contain overflow in all browsers.\n * 2. Don''t wrap long words.\n * 3. Set tab size to 4 spaces.\n */\n pre {\n padding: 0.5714286em 1.1428571em;\n /* 1 */\n overflow-x: auto;\n /* 2 */\n word-wrap: normal;\n /* 3 */\n -moz-tab-size: 4;\n -o-tab-size: 4;\n tab-size: 4;\n }\n pre code {\n padding: 0;\n border: 0;\n background-color: transparent;\n direction: ltr;\n font-size: 1em;\n -webkit-hyphens: none;\n -ms-hyphens: none;\n hyphens: none;\n text-align: left;\n word-wrap: normal;\n word-break: normal;\n word-spacing: normal;\n white-space: pre;\n }\n\n /**\n * Prevent `sub` and `sup` elements from affecting the line height in all\n * browsers.\n */\n sub,\nsup.footnote,\nsup {\n position: relative;\n font-size: 0.75em;\n line-height: 0;\n vertical-align: baseline;\n }\n\n sup {\n top: -0.5em;\n }\n\n sub {\n bottom: -0.25em;\n }\n\n /**\n * Harmonize size and style of small text.\n */\n small,\nfigcaption,\ntfoot,\n.footnote {\n font-size: 0.8125rem;\n line-height: 1.5;\n }\n\n figcaption,\ntfoot,\n.footnote {\n color: #585858;\n }\n\n figcaption {\n margin-top: 0.5em;\n font-style: italic;\n }\n\n /**\n * 1. Add the correct box sizing in Firefox.\n * 2. Show the overflow in Edge and IE.\n */\n hr {\n /* 1 */\n box-sizing: content-box;\n height: 24px;\n margin: 1em 0;\n /* 2 */\n overflow: visible;\n border: 0;\n background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 240 24%27%3E%3Cpath fill=%27%23333%27 d=%27M0,0c1.742,13.61,54.74,20.912,119.995,15.279C184.922,9.679,238.594,13.024,240,24c-1.744-13.613-54.742-20.913-120.005-15.284C55.078,14.32,1.405,10.973,0,0z%27/%3E%3C/svg%3E") 50% 50% no-repeat;\n background-size: 240px 24px;\n }\n\n /* Support for non-latin languages (can be removed if not required)\n ========================================================================== */\n /**\n * Bidirectional (bidi) text support.\n * See: https://www.w3.org/International/articles/inline-bidi-markup/#cssshim\n */\n [dir=ltr],\n[dir=rtl] {\n unicode-bidi: -webkit-isolate;\n unicode-bidi: isolate;\n }\n\n bdo[dir=ltr],\nbdo[dir=rtl] {\n unicode-bidi: isolate-override;\n }\n\n /**\n * Preferred font for Japanese language.\n */\n :lang(ja) {\n font-family: "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Meiryo UI", sans-serif;\n font-weight: 300;\n }\n\n /**\n * Preferred font for Korean language.\n */\n :lang(ko) {\n font-family: GulimChe, Gulim, sans-serif;\n }\n\n /**\n * Preferred font for simplified Chinese (PRC) language.\n */\n :lang(zh-cn) {\n font-family: "PingFang SC", SimHei, sans-serif;\n }\n\n /**\n * Preferred font for traditional Chinese (Taiwan, Hong Kong) language.\n */\n :lang(zh-tw) {\n font-family: "PingFang TC", PMingLiU, sans-serif;\n }\n\n /**\n * Suppress `text-decoration` in some RTL languages for better legibility.\n */\n [lang|=ar] a:hover,\n[lang|=fa] a:hover,\n[lang|=ur] a:hover {\n text-decoration: none;\n }\n\n /**\n * Computer code should be LTR.\n */\n [dir=rtl] code {\n direction: ltr;\n }\n\n /**\n * Swap image alignment right/left positions in RTL languages.\n */\n [dir=rtl] img.align-left {\n margin: 1em 0 1em 1em;\n float: right;\n }\n [dir=rtl] img.align-right {\n margin: 1em 1em 1em 0;\n float: left;\n }\n\n /**\n * Swap table caption alignment in RTL languages.\n */\n [dir=rtl] caption {\n text-align: right;\n }\n\n /**\n * Swap table cell text alignments in RTL languages.\n */\n [dir=rtl] th,\n[dir=rtl] td {\n text-align: right;\n }\n\n /**\n * Swap menu/list padding positions in RTL languages.\n */\n [dir=rtl] menu,\n[dir=rtl] ol,\n[dir=rtl] ul {\n padding: 0 2em 0 0;\n }\n\n [dir=rtl] .site-navigation ul,\n[dir=rtl] .article-list {\n padding: 0;\n }\n\n /**\n * Swap definition description margin positions in RTL languages.\n */\n [dir=rtl] dd {\n margin: 0 2em 0 0;\n }\n\n /**\n * Swap checkbox/radio margin positions in RTL languages.\n */\n [dir=rtl] input[type=checkbox] + label,\n[dir=rtl] input[type=radio] + label {\n margin: 0 0 0 0.5em;\n }\n [dir=rtl] input[type=checkbox] + label:last-of-type,\n[dir=rtl] input[type=radio] + label:last-of-type {\n margin: 0;\n }\n\n /**\n * Swap `select` icon position in RTL languages.\n */\n [dir=rtl] select {\n padding-right: 0.1875em;\n padding-left: 1.5em;\n background-position: 0.5em center;\n }\n\n /**\n * Swap ‘skip links’ position in RTL languages.\n */\n [dir=rtl] .skip-link {\n right: 1px;\n left: auto;\n }\n\n /**\n * Swap anchor float position on comments.\n */\n [dir=rtl] .comments h4 .comment-anchor {\n float: left;\n }\n\n /* Embedded content\n ========================================================================== */\n /**\n * Add the correct display in IE 11.\n */\n video {\n display: inline-block;\n }\n\n /**\n * Make embedded elements responsive.\n */\n img,\nvideo {\n max-width: 100%;\n height: auto;\n }\n\n /**\n * Images.\n *\n * 1. Remove the gap between images and the bottom of their containers.\n *\n * Image alignment (compatible with Textile markup syntax).\n *\n * Example HTML:\n *\n * <img class="align-left">\n * <img class="align-right">\n * <img class="align-center">\n */\n img {\n /* 1 */\n vertical-align: middle;\n }\n img.align-left {\n margin: 1em 1em 1em 0;\n float: left;\n }\n img.align-right {\n margin: 1em 0 1em 1em;\n float: right;\n }\n img.align-center {\n display: block;\n margin: 1em auto;\n }\n\n /**\n * Consistent margins on `figure`.\n */\n figure {\n margin: 1em 0;\n }\n\n /* Tables\n ========================================================================== */\n /**\n * Consistent tables.\n */\n table {\n width: 100%;\n margin-bottom: 1em;\n border-spacing: 0;\n border-collapse: collapse;\n }\n\n /**\n * Styling of table captions.\n */\n caption {\n margin-bottom: 0.5em;\n font-style: italic;\n text-align: left;\n }\n\n /**\n * Make table cells align top and left by default.\n */\n th,\ntd {\n padding: 0.5em;\n border: 1px solid #d4d4d4;\n vertical-align: top;\n text-align: left;\n }\n\n /**\n * Emphasize table header.\n */\n thead tr {\n background-color: #eeeeee;\n }\n thead th,\nthead td {\n border: 1px solid #cccccc;\n }\n\n /**\n * ''Zebra striping'' of `tbody` rows.\n */\n tbody tr:nth-child(even) {\n background-color: #f7f7f7;\n }\n\n /**\n * Adjust padding of table footer due to smaller font size.\n */\n tfoot th,\ntfoot td {\n padding: 0.6666667em;\n }\n\n /**\n * Multi-row span vertical cell alignments.\n */\n [rowspan] {\n vertical-align: middle;\n }\n\n /* Lists\n ========================================================================== */\n /**\n * Address paddings set differently.\n */\n menu,\nol,\nul {\n padding: 0 0 0 2em;\n }\n\n /**\n * Remove margins from nested lists.\n */\n li > ul,\nli > ol {\n margin: 0;\n }\n\n /**\n * CSS Lists and Counters Module Level 3 list marker styling.\n */\n li::marker {\n color: color-text-heading;\n }\n\n /**\n * Address margins set differently.\n */\n dd {\n margin: 0 0 0 2em;\n }\n\n /**\n * Additional styling for article lists.\n *\n * Example HTML:\n *\n * <ul class="article-list">\n */\n .article-list {\n margin: 0 0 2em;\n padding: 0;\n border-top: 1px solid #cccccc;\n list-style: none;\n }\n .article-list li {\n margin-bottom: 0;\n border-bottom: 1px solid #cccccc;\n }\n\n /* Forms\n ========================================================================== */\n /**\n * 1. Address width being affected by wide descendants in Chrome, Firefox.\n * 2. Define consistent fieldset border, margin, and padding.\n */\n fieldset {\n /* 1 */\n min-width: 0;\n /* 2 */\n margin: 1em 0;\n padding: 1px 1em;\n border: 1px solid #cccccc;\n }\n\n /**\n * Normalize styling of `legend`.\n *\n * 1. Correct wrapping not present in IE 11 and Edge 12/13.\n * 2. Remove padding so people aren''t caught out if they zero out fieldsets.\n * 3. Correct `color` not being inherited from fieldset in IE 11.\n */\n legend {\n /* 1 */\n display: table;\n /* 1 */\n box-sizing: border-box;\n /* 1 */\n max-width: 100%;\n /* 2 */\n padding: 0;\n /* 3 */\n color: inherit;\n /* 1 */\n white-space: normal;\n }\n\n /**\n * 1. Show the overflow in Edge.\n * 2. Remove tap delay in modern browsers.\n */\n button,\ninput {\n /* 1 */\n overflow: visible;\n /* 2 */\n touch-action: manipulation;\n }\n\n /**\n * 1. Prevent elements from spilling out of their parent.\n * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.\n * 3. Correct font properties not being inherited.\n */\n button,\ninput,\noptgroup,\nselect,\ntextarea {\n box-sizing: border-box;\n /* 1 */\n max-width: 100%;\n /* 2 */\n margin: 0;\n color: #000000;\n font-family: system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";\n /* 3 */\n font-size: 1rem;\n line-height: 1.375;\n vertical-align: baseline;\n }\n\n /**\n * Styling of form input fields.\n *\n * 1. Remove browser-specific default styling.\n */\n [type=color],\n[type=date],\n[type=datetime],\n[type=datetime-local],\n[type=email],\n[type=month],\n[type=number],\n[type=password],\n[type=search],\n[type=tel],\n[type=text],\n[type=time],\n[type=url],\n[type=week],\nselect,\ntextarea {\n height: 2em;\n padding: 0.25em 0.1875em;\n border: 1px solid #cccccc;\n border-radius: 0;\n background: #ffffff;\n /* 1 */\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n }\n [type=color]:focus,\n[type=date]:focus,\n[type=datetime]:focus,\n[type=datetime-local]:focus,\n[type=email]:focus,\n[type=month]:focus,\n[type=number]:focus,\n[type=password]:focus,\n[type=search]:focus,\n[type=tel]:focus,\n[type=text]:focus,\n[type=time]:focus,\n[type=url]:focus,\n[type=week]:focus,\nselect:focus,\ntextarea:focus {\n border-color: #0066ff;\n outline: 1px solid transparent;\n }\n\n /**\n * 1. Remove any excess padding.\n * 2. Correct margins for inline checkbox/radio labels.\n */\n [type=checkbox],\n[type=radio] {\n /* 1 */\n padding: 0;\n }\n [type=checkbox] + label,\n[type=radio] + label {\n /* 2 */\n margin: 0 0.5em 0 0;\n }\n [type=checkbox] + label:last-of-type,\n[type=radio] + label:last-of-type {\n /* 2 */\n margin: 0;\n }\n\n /**\n * Correct the cursor style of increment and decrement buttons in Safari.\n */\n [type=number]::-webkit-inner-spin-button,\n[type=number]::-webkit-outer-spin-button {\n height: auto;\n }\n\n /**\n * Remove the inner padding in Chrome and Safari on macOS.\n */\n [type=search]::-webkit-search-decoration {\n /* autoprefixer: off */\n appearance: none;\n }\n\n /**\n * Use indicator icon to signify the drop-down ability of `select`.\n */\n select {\n padding-right: 1.5em;\n background: #ffffff url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%275%27 viewBox=%270 0 17 5%27%3E%3Cpolygon fill=%27%23333%27 points=%270,0 5,5 10,0%27/%3E%3C/svg%3E") right center no-repeat;\n background-size: 1.0625em 0.3125em;\n text-transform: none;\n }\n\n /**\n * Remove browser-specific `select` UI in IE 11.\n */\n select::-ms-expand {\n opacity: 0;\n }\n\n /**\n * Override height and background set in a previous rule and allow auto height.\n */\n select[size],\nselect[multiple] {\n height: auto;\n padding-right: 0.5em;\n background-image: none;\n }\n\n /**\n * Override height set in rule above and restrict to one line field.\n */\n select[size="0"],\nselect[size="1"] {\n height: 2em;\n }\n\n /**\n * Normalize styling of `optgroup`.\n */\n optgroup {\n font-style: normal;\n font-weight: bold;\n }\n\n /**\n * 1. Remove default vertical scrollbar in IE 11.\n * 2. Remove unwanted space below `textarea` in Safari, Chrome, Opera.\n * 3. Restrict to vertical resizing to prevent layout breakage.\n */\n textarea {\n width: 100%;\n height: auto;\n min-height: 3em;\n /* 1 */\n overflow: auto;\n /* 2 */\n vertical-align: top;\n /* 3 */\n resize: vertical;\n }\n\n /**\n * Make sure disabled elements really are disabled and styled appropriately.\n *\n * 1. Override default iOS opacity setting.\n * 2. Re-set default cursor for disabled elements.\n */\n [disabled],\n[disabled] option,\n[disabled] optgroup,\nspan.disabled {\n border-color: #d4d4d4 !important;\n /* 1 */\n opacity: 1;\n background: #eeeeee !important;\n box-shadow: none !important;\n color: #aaaaaa !important;\n text-shadow: none !important;\n /* 2 */\n cursor: default !important;\n }\n\n /**\n * Width display options for `input` fields. Height display options\n * for textareas.\n *\n * Example HTML:\n *\n * <input class="small">\n * <input class="large">\n */\n .small input {\n width: 25%;\n min-width: 151px;\n }\n .small textarea {\n height: 5.5em;\n }\n\n .large input {\n width: 50%;\n min-width: 302px;\n }\n .large textarea {\n height: 9.75em;\n }\n\n /**\n * Styling for form field validation.\n */\n input:focus:invalid,\nselect:focus:invalid,\ntextarea:focus:invalid {\n border-color: #9d261d;\n box-shadow: none;\n }\n\n /**\n * Styling for Firefox-specfic form field validation.\n */\n input:-moz-ui-invalid,\nselect:-moz-ui-invalid,\ntextarea:-moz-ui-invalid {\n border-color: #9d261d;\n box-shadow: none;\n }\n\n /**\n * Normalize form placeholder style across browsers.\n *\n * 1. Fix placeholder font properties inheritance.\n */\n :-ms-input-placeholder {\n opacity: 1;\n color: #999999;\n /* 1 */\n font: inherit;\n }\n ::placeholder {\n opacity: 1;\n color: #999999;\n /* 1 */\n font: inherit;\n }\n\n /**\n * Styling for required field indicators.\n *\n * Example HTML:\n *\n * <b class="required" title="Required">*</b>\n */\n .required {\n border: 0;\n color: #9d261d;\n }\n\n /* Buttons\n ========================================================================== */\n /**\n * 1. Address `overflow` set to `hidden` in IE 11.\n * 2. Remove the inheritance of text transform in Edge, Firefox, and IE 11.\n */\n button {\n /* 1 */\n overflow: visible;\n /* 2 */\n text-transform: none;\n }\n\n /**\n * Remove the inner border and padding in Firefox.\n */\n button::-moz-focus-inner,\n[type=button]::-moz-focus-inner,\n[type=reset]::-moz-focus-inner,\n[type=submit]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n }\n\n /**\n * 1. Remove browser-specific default styling.\n * 2. Improve usability and consistency of cursor style between image-type\n * `input` and others.\n */\n button,\n[type=button],\n[type=reset],\n[type=submit] {\n background-color: #dfdfdf;\n background-image: linear-gradient(#eeeeee, #dfdfdf);\n display: inline-block;\n position: relative;\n width: auto;\n height: 2em;\n padding: 0.25em 1em;\n border: 1px solid #dfdfdf;\n border-radius: 1em;\n background-clip: padding-box;\n box-shadow: 0 2px 0 #acacac;\n color: #333333;\n font-weight: normal;\n text-align: center;\n /* 1 */\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n /* 2 */\n cursor: pointer;\n }\n button:hover,\n[type=button]:hover,\n[type=reset]:hover,\n[type=submit]:hover {\n background-color: #e9e9e9;\n background-image: linear-gradient(#f8f8f8, #e9e9e9);\n border-color: #bebebe;\n color: #333333;\n text-decoration: none;\n }\n button:active,\n[type=button]:active,\n[type=reset]:active,\n[type=submit]:active {\n top: 2px;\n border-color: #bebebe;\n box-shadow: none;\n color: #1a1a1a;\n text-decoration: none;\n }\n button:focus,\n[type=button]:focus,\n[type=reset]:focus,\n[type=submit]:focus {\n border-color: #0066ff;\n outline: 1px solid transparent;\n }\n\n /**\n * Disbaled button additional styling.\n */\n button[disabled],\n[type=button][disabled],\n[type=reset][disabled],\n[type=submit][disabled] {\n top: 2px !important;\n }\n\n /* Comments\n ========================================================================== */\n /**\n * Styling for user comments.\n *\n * Example HTML:\n *\n * <article class="comments">\n */\n .comments {\n margin-bottom: 1em;\n padding: 1px 1em;\n border-radius: 0.5em;\n background: #f7f7f7;\n word-wrap: break-word;\n }\n .comments h4 .is-author {\n font-weight: normal;\n }\n .comments h4 .comment-anchor {\n float: right;\n font-weight: normal;\n }\n\n /**\n * Additional styling for article author''s comments.\n *\n * Example HTML:\n *\n * <article class="comments comments-author">\n */\n .comments-author {\n background: #efefef;\n }\n\n /**\n * Styling for user comments preview.\n */\n #cpreview {\n margin-bottom: 2px;\n padding: 1em;\n border-radius: 0.5em;\n background-color: #fff9e1;\n }\n\n /**\n * Highlight text colour for comment errors.\n */\n .error_message li {\n color: #9d261d;\n }\n\n /**\n * Highlighting for comment form errors.\n */\n .comments_error {\n border-color: #9d261d;\n }\n\n /* Popup comments (can be removed if you don''t use popups)\n ========================================================================== */\n /**\n * Restrict maximum width of popup container.\n */\n #popup-page .container {\n max-width: 52em;\n }\n}\n/* ==========================================================================\n Additional layout for screen media 576px and up\n ========================================================================== */\n@media only screen and (min-width: 38em) {\n /**\n * Desktop version of the navigation menu. Overrides mobile first version.\n *\n * Example HTML:\n *\n * <nav class="site-navigation">\n * <div>\n * <ul>\n * <li class="active"><a></li>\n * <li><a></li>\n * <li><a></li>\n * </ul>\n * <div class="search">\n * <form>\n * <input type="search">\n * </form>\n * </div>\n * </div>\n * </nav>\n */\n .site-navigation {\n border-top: 1px solid #cccccc;\n border-bottom: 1px solid #cccccc;\n }\n .site-navigation > div {\n display: flex;\n flex-wrap: wrap;\n justify-content: space-between;\n width: 88%;\n }\n .site-navigation ul {\n display: flex;\n flex-wrap: wrap;\n border: 0;\n }\n .site-navigation li {\n border-width: 0 1px;\n }\n .site-navigation a {\n padding: 0.5em 1em;\n }\n\n .search {\n margin-top: 0.2em;\n padding: 0;\n background: transparent;\n }\n .search input[type=search] {\n width: 2.125em;\n padding-right: 0;\n transition: width 0.2s ease-in-out, border-color 0.2s ease-in-out;\n background-color: #eeeeee;\n cursor: pointer;\n }\n .search input[type=search]:hover {\n background-color: #f8f8f8;\n }\n .search input[type=search]:focus {\n width: 16em;\n padding-right: 0.1875em;\n background-color: white;\n cursor: auto;\n }\n}\n/* ==========================================================================\n Additional layout for screen media 864px and up\n ========================================================================== */\n@media only screen and (min-width: 46em) {\n /**\n * Enlarge baseline text size.\n */\n html {\n font-size: 1.125rem;\n }\n}\n/* ==========================================================================\n Additional accessibility for screen media\n ========================================================================== */\n@media screen and (prefers-reduced-motion: reduce), (update: slow) {\n .search input[type=search] {\n transition-duration: 0;\n }\n}\n/* ==========================================================================\n Styling and layout for print media\n ========================================================================== */\n@media print {\n /**\n * Remove unnecessary global styling from printed media.\n */\n *,\n*::before,\n*::after {\n background: transparent !important;\n box-shadow: none !important;\n color: #000000 !important;\n text-shadow: none !important;\n }\n\n /**\n * Use a print-friendly font size.\n */\n html {\n font-size: 8pt;\n line-height: 1.5;\n }\n\n /**\n * Use a print-friendly font family.\n */\n body {\n margin: 0.5cm;\n padding: 2em 5em;\n font-family: "Helvetica Neue", sans-serif;\n }\n\n /**\n * Make sure links are not underlined.\n */\n a {\n text-decoration: none;\n }\n\n /**\n * Visually separate header from body.\n */\n .site-header {\n border-bottom: 1pt solid #000000;\n }\n\n /**\n * Visually separate footer from body.\n */\n .site-footer {\n margin-top: 12pt;\n border-top: 1pt solid #000000;\n }\n\n /**\n * Hide unnecessary content from print.\n */\n nav,\naudio,\nvideo,\nform,\n#comments-form,\n.comments h4 a:last-child,\n.complementary-content,\n.paginator,\n.skip-link {\n display: none;\n }\n\n /**\n * Show long-form for abbreviations in print.\n */\n abbr[title]::after {\n content: " (" attr(title) ")";\n }\n\n /**\n * Harmonize size, style and vertical margin of headings.\n */\n h1 {\n margin: 16pt 0;\n font-size: 32pt;\n font-weight: normal;\n line-height: 36pt;\n }\n\n h2 {\n margin: 14pt 0;\n font-size: 24pt;\n line-height: 28pt;\n orphans: 2;\n widows: 2;\n page-break-after: avoid;\n }\n\n h3 {\n margin: 12pt 0;\n font-size: 18pt;\n line-height: 22pt;\n orphans: 2;\n widows: 2;\n page-break-after: avoid;\n }\n\n h4 {\n margin: 11pt 0;\n font-size: 14pt;\n line-height: 18pt;\n orphans: 2;\n widows: 2;\n page-break-after: avoid;\n }\n\n h5 {\n margin: 10pt 0;\n font-size: 12pt;\n line-height: 16pt;\n orphans: 2;\n widows: 2;\n page-break-after: avoid;\n }\n\n h6 {\n margin: 9pt 0;\n font-size: 10pt;\n line-height: 14pt;\n orphans: 2;\n widows: 2;\n page-break-after: avoid;\n }\n\n /**\n * Prevent widows (single final paragraph line on next page) and orphans (single\n * first paragraph line on previous page).\n */\n p {\n orphans: 2;\n widows: 2;\n }\n\n /**\n * Harmonize size and style of small text.\n */\n footer,\nfigcaption,\ntfoot,\nsmall,\n.footnote {\n font-size: 6pt;\n }\n\n /**\n * Simple blockquote styling.\n *\n * 1. Avoid blockquotes breaking across multiple pages.\n */\n blockquote {\n padding: 0 0 0 8pt;\n border-left: 3pt solid #000000;\n font-size: 16pt;\n /* 1 */\n page-break-inside: avoid;\n }\n\n [dir=rtl] blockquote {\n padding: 0 8pt 0 0;\n border-right: 3pt solid #000000;\n border-left: 0;\n }\n\n /**\n * Simple preformatted text styling.\n *\n * 1. Ensure pre blocks are wrapped when printed.\n */\n pre {\n margin-bottom: 8pt;\n padding: 8pt;\n border: 1pt solid #000000;\n /* 1 */\n white-space: pre-wrap !important;\n }\n\n /**\n * Use a print-friendly monospaced font and size.\n */\n pre,\ncode,\nkbd,\nsamp,\nvar {\n font-family: "Courier New", Courier, monospace;\n }\n\n /**\n * Images.\n *\n * 1. Avoid images breaking across multiple pages.\n *\n * Image alignment (compatible with Textile markup syntax).\n *\n * Example HTML:\n *\n * <img class="align-left">\n * <img class="align-right">\n * <img class="align-center">\n */\n img {\n /* 1 */\n page-break-inside: avoid;\n }\n img.align-left {\n margin: 1em 1em 1em 0;\n float: left;\n }\n img.align-right {\n margin: 1em 0 1em 1em;\n float: right;\n }\n img.align-center {\n display: block;\n margin: 1em auto;\n }\n\n /**\n * Swap image alignment right/left positions in RTL languages.\n */\n [dir=rtl] img.align-left {\n margin: 1em 0 1em 1em;\n float: right;\n }\n [dir=rtl] img.align-right {\n margin: 1em 1em 1em 0;\n float: left;\n }\n\n /**\n * Ensure margin below `figure`.\n */\n figure {\n margin-bottom: 8pt;\n }\n\n /**\n * Ensure margin above `figcaption`.\n */\n figcaption {\n margin-top: 4pt;\n }\n\n /**\n * Simple bullet styling for `ul` unordered lists.\n */\n ul {\n padding: 0 0 8pt 1.8em;\n list-style: square;\n }\n\n [dir=rtl] ul {\n padding: 0 1.8em 8pt 0;\n }\n\n /**\n * Simple numerical styling for `ol` ordered lists.\n */\n ol {\n padding: 0 0 8pt 1.8em;\n list-style: decimal;\n }\n\n [dir=rtl] ol {\n padding: 0 1.8em 8pt 0;\n }\n\n /**\n * Normalize margins on `dl` definition lists.\n */\n dl {\n padding: 0 0 8pt 1.8em;\n }\n\n [dir=rtl] dl {\n padding: 0 1.8em 8pt 0;\n }\n\n /**\n * 1. Make `table` span entire page width.\n * 2. Ensure margin below `table`.\n */\n table {\n /* 1 */\n width: 100%;\n /* 2 */\n margin-bottom: 8pt;\n }\n\n /**\n * Harmonize styling for `caption`.\n */\n caption {\n margin-bottom: 4pt;\n font-weight: bold;\n }\n\n /**\n * Avoid table rows breaking across multiple pages.\n */\n tr {\n page-break-inside: avoid;\n }\n\n /**\n * Simple styling for table cells.\n */\n th,\ntd {\n padding: 4pt 8pt;\n border-bottom: 1pt solid #000000;\n }\n\n /**\n * Display table head across multi-page tables.\n */\n thead {\n display: table-header-group;\n }\n thead th {\n border-top: 1pt solid #000000;\n }\n\n /**\n * Avoid user comments breaking across multiple pages.\n */\n .comments {\n page-break-inside: avoid;\n }\n}', 'four-point-eight', NULL);
-- --------------------------------------------------------
-- Table structure for table `[[dbprefix]]txp_discuss`
CREATE TABLE `[[dbprefix]]txp_discuss` (
`discussid` int(6) unsigned zerofill NOT NULL AUTO_INCREMENT,
`parentid` int(11) NOT NULL DEFAULT '0',
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`email` varchar(254) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`web` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`posted` datetime NOT NULL,
`message` text COLLATE utf8mb4_unicode_ci NOT NULL,
`visible` tinyint(4) NOT NULL DEFAULT '1',
PRIMARY KEY (`discussid`),
KEY `parentid` (`parentid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=2 ;
-- Dumping data for table `[[dbprefix]]txp_discuss`
INSERT INTO `[[dbprefix]]txp_discuss` VALUES
(000001, 1, 'Donald Swain', 'donald-swain@example.com', 'https://docs.textpattern.com/brand/donald-swain', '[[regtime]]', '<p>I enjoy your site very much.</p>', 1);
-- --------------------------------------------------------
-- Table structure for table `[[dbprefix]]txp_discuss_nonce`
CREATE TABLE `[[dbprefix]]txp_discuss_nonce` (
`issue_time` datetime NOT NULL,
`nonce` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`used` tinyint(4) NOT NULL DEFAULT '0',
`secret` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
PRIMARY KEY (`nonce`(250))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- --------------------------------------------------------
-- Table structure for table `[[dbprefix]]txp_file`
CREATE TABLE `[[dbprefix]]txp_file` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`filename` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`category` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`permissions` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
`description` text COLLATE utf8mb4_unicode_ci NOT NULL,
`downloads` int(10) unsigned NOT NULL DEFAULT '0',
`status` smallint(6) NOT NULL DEFAULT '4',
`modified` datetime NOT NULL,
`created` datetime NOT NULL,
`size` bigint(20) DEFAULT NULL,
`author` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
UNIQUE KEY `filename` (`filename`(250)),
KEY `author_idx` (`author`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
-- Table structure for table `[[dbprefix]]txp_form`
CREATE TABLE `[[dbprefix]]txp_form` (
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`type` varchar(28) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`Form` text COLLATE utf8mb4_unicode_ci NOT NULL,
`skin` varchar(63) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'default',
`lastmod` datetime DEFAULT NULL,
UNIQUE KEY `name_skin` (`name`(63),`skin`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
-- Dumping data for table `[[dbprefix]]txp_form`
INSERT INTO `[[dbprefix]]txp_form` VALUES
('body_header', 'misc', '<a class="skip-link" href="#main"><txp:text item="go_content" /></a>\n\n<header class="site-header">\n <h2><txp:link_to_home><txp:site_name /></txp:link_to_home></h2>\n <txp:evaluate>\n <h3><txp:site_slogan /></h3>\n </txp:evaluate>\n</header>\n\n<nav id="navigation" class="site-navigation" aria-label="<txp:text item="site_nav" />" itemscope itemtype="https://schema.org/SiteNavigationElement">\n <div>\n <txp:section_list default_title=''<txp:text item="home" />'' include_default wraptag="ul" break="">\n <txp:if_status>\n <li<txp:if_section name=''<txp:section />''> class="active"</txp:if_section>>\n <a itemprop="url" href="<txp:section url />"<txp:if_section name=''<txp:section />''> aria-current="page"</txp:if_section>>\n <txp:section title />\n </a>\n </li>\n <txp:else />\n <li>\n <a itemprop="url" href="<txp:section url />">\n <txp:section title />\n </a>\n </li>\n </txp:if_status>\n </txp:section_list>\n\n <!-- links by default to form: ''search_input.txp'' unless you specify a different form -->\n <txp:search_input />\n </div>\n</nav>', 'four-point-eight', NULL),
('body_footer', 'misc', '<footer class="site-footer">\n <p><small><txp:text item="published_with" /> <a rel="external" href="https://textpattern.com/" title="<txp:text item="go_txp_com" />">Textpattern CMS</a></small></p>\n</footer>', 'four-point-eight', NULL),
('body_aside', 'misc', '<aside class="complementary-content">\n <!-- feed links, default flavor is RSS, so we don''t need to specify a flavor on the first feed_link -->\n <p><txp:feed_link class="feed-rss" label="RSS" /> / <txp:feed_link class="feed-atom" flavor="atom" label="Atom" /></p>\n\n <!-- if links exist, renders a links list -->\n <txp:evaluate test="linklist">\n <section>\n <h4><txp:text item="links" /></h4>\n <!-- links by default to form: ''plainlinks.txp'' unless you specify a different form -->\n <txp:linklist wraptag="ul" break="li" />\n </section>\n </txp:evaluate>\n</aside>', 'four-point-eight', NULL),
('search_display', 'misc', '<h1 itemprop="name"><txp:text item="search_results" /></h1>\n\n<txp:if_search_results>\n\n <!-- if search result count greater than 200 then display excessive results message, otherwise show search result count -->\n <txp:if_search_results max="200">\n <h3>\n <txp:search_result_count />\n <txp:text item="matching_search_request" />\n <q><txp:search_term /></q>\n </h3>\n <txp:else />\n <h3>\n <txp:text item="too_common_search_term" />\n <q><txp:search_term /></q>\n </h3>\n </txp:if_search_results>\n\n<!-- if no search results, then display no search results message -->\n<txp:else />\n <h3>\n <txp:text item="no_search_matches" />\n </h3>\n\n</txp:if_search_results>\n\n<!-- display resulting articles (10 per page; default setting) -->\n<txp:article class="article-list" wraptag="ul" />\n\n<!-- check if there are further results and provide pagination links depending on the result -->\n<txp:if_search_results min="11">\n <nav class="paginator" aria-label="<txp:text item="page_nav" />">\n <txp:evaluate>\n <txp:newer rel="prev">\n <txp:text item="prev" />\n </txp:newer>\n <txp:older rel="next">\n <txp:text item="next" />\n </txp:older>\n </txp:evaluate>\n </nav>\n</txp:if_search_results>', 'four-point-eight', NULL),
('images', 'misc', '<!-- set up a variable to check whether an image also has a caption associated with it... -->\n<txp:variable name="caption" value=''<txp:image_info />'' />\n\n<!-- ...now use that image caption and wrap img inside a figure with figcaption tags, otherwise just use a plain img tag -->\n<txp:if_variable name="caption" value="">\n\n <p itemprop="image" itemscope itemtype="https://schema.org/ImageObject">\n <img loading="lazy" itemprop="url contentUrl" src="<txp:image_url link=''0'' />" alt="<txp:image_info type=''alt'' />">\n <meta itemprop="width" content="<txp:image_info type="w" />">\n <meta itemprop="height" content="<txp:image_info type="h" />">\n </p>\n\n<txp:else />\n\n <figure itemprop="image" itemscope itemtype="https://schema.org/ImageObject">\n\n <img loading="lazy" itemprop="url contentUrl" src="<txp:image_url link=''0'' />" alt="<txp:image_info type=''alt'' />">\n <meta itemprop="width" content="<txp:image_info type="w" />">\n <meta itemprop="height" content="<txp:image_info type="h" />">\n\n <!-- you do not need to specify the attribute type="caption" as that is the default setting for <txp:image_info /> tag -->\n <figcaption itemprop="caption">\n <txp:image_info />\n </figcaption>\n\n </figure>\n\n</txp:if_variable>', 'four-point-eight', NULL),
('search_input', 'misc', '<div class="search" aria-label="<txp:text item="search" />" itemscope itemtype="https://schema.org/WebSite">\n <meta itemprop="url" content="<txp:site_url />">\n <form role="search" method="get" action="<txp:site_url />" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction">\n <meta itemprop="target" content="<txp:site_url />?q={q}">\n <label class="accessibility" for="search"><txp:text item="search" /></label>\n <input id="search" name="q" type="search" itemprop="query-input" placeholder="<txp:text item="search" />"<txp:if_search> value="<txp:search_term />"</txp:if_search>>\n </form>\n</div>', 'four-point-eight', NULL),
('comments', 'comment', '<!-- load the comment email into a variable. you will be using this below along with author email variable loaded in form: default.article.txp\n then check the comment email variable against article author email variable, and if it matches add ''comments-author'' class -->\n<txp:variable name="this_comment" value=''<txp:comment_email />'' />\n<txp:if_variable name="this_comment" value=''<txp:author_email />''>\n <article class="comments comments-author" itemscope itemtype="https://schema.org/Comment">\n<txp:else />\n <article class="comments" itemscope itemtype="https://schema.org/Comment">\n</txp:if_variable>\n\n <h4>\n <span class="comment-author" itemprop="author" itemscope itemtype="https://schema.org/Person">\n <span itemprop="name">\n <txp:comment_name />\n </span>\n </span>\n\n <!-- ...now check the comment email variable against article author email variable, and if it matches add ''(author)'' text -->\n <txp:if_variable name="this_comment" value=''<txp:author_email />''>\n <span class="is-author">\n (<txp:text item="author" />)\n </span>\n </txp:if_variable>\n\n <!-- add a permlink so people can link direct to this comment -->\n <span class="comment-anchor" itemprop="url">\n <txp:comment_permlink>#</txp:comment_permlink>\n </span>\n\n </h4>\n\n <!-- also add a ''since'' to show comment freshness -->\n <p class="footnote">\n <time datetime="<txp:comment_time format="iso8601" />" itemprop="dateCreated">\n <txp:comment_time />\n (<txp:comment_time format="since" />)\n </time>\n </p>\n\n <div itemprop="text">\n <txp:comment_message />\n </div>\n\n</article>', 'four-point-eight', NULL),
('popup_comments', 'comment', '<!DOCTYPE html>\n<html lang="<txp:lang />" dir="<txp:text item="lang_dir" />">\n\n<head>\n <meta charset="utf-8">\n <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">\n <title><txp:page_title /></title>\n\n <!-- CSS -->\n <txp:css format="link" media="" />\n <!-- ...or you can use (faster) external CSS files e.g. <link rel="stylesheet" href="<txp:page_url type="theme_path" />/styles/default.css"> -->\n\n <meta name="generator" content="Textpattern CMS">\n <meta name="robots" content="noindex, follow">\n</head>\n\n<body class="popup-page">\n <div class="wrapper">\n <div class="container">\n\n <!-- this form is only used if you set ''Comments mode'' to ''popup'' format in preferences -->\n <txp:popup_comments />\n\n </div> <!-- /.container -->\n </div> <!-- /.wrapper -->\n</body>\n</html>', 'four-point-eight', NULL),
('comments_display', 'comment', '<!-- if there are comments, display them (note: example code below overrides the global preference setting for comments wrapping by stating\n attributes of wraptag="" and break="", you are instead using ol and li tags below)... -->\n<txp:if_comments>\n\n <section id="comments-head">\n <h3>\n <txp:text item="comments" />\n </h3>\n <ol class="comments-list">\n\n <txp:comments wraptag="" break="li" /> <!-- links by default to form: ''comments.comment.txp'' unless you specify a different form -->\n\n <!-- if this is a comment preview, display it (but only if there is no error) -->\n <txp:if_comments_preview>\n <li>\n <p id="cpreview">\n <txp:text item="press_preview_then_submit" />\n </p>\n\n <!-- links by default to form: ''comments.comment.txp'' unless you specify a different form -->\n <txp:comments_preview wraptag="" />\n\n </li>\n </txp:if_comments_preview>\n\n </ol>\n\n<!-- else if there are no comments yet and user is currently previewing comment, display it (but only if there is no error) -->\n<txp:else />\n\n <txp:if_comments_preview>\n <section id="comments-head">\n <h3>\n <txp:text item="comments" />\n </h3>\n <ol class="comments-list">\n <li>\n <p id="cpreview">\n <txp:text item="press_preview_then_submit" />\n </p>\n\n <!-- links by default to form: ''comments.comment.txp'' unless you specify a different form -->\n <txp:comments_preview wraptag="" />\n\n </li>\n </ol>\n\n<!-- else just display that there are simply no comments whatsoever :( ...but only if comments are allowed -->\n <txp:else />\n\n <txp:if_comments_allowed>\n <section id="comments-head">\n <h3>\n <txp:text item="comments" />\n </h3>\n <p>\n <txp:text item="no_comments" />\n </p>\n\n </txp:if_comments_allowed>\n </txp:if_comments_preview>\n</txp:if_comments>\n\n<!-- next, if new comments are allowed for this article then display comment form -->\n<txp:if_comments_allowed>\n\n <section id="comments-form">\n\n <!-- comment invite text is taken for the article''s comment invitation field on the ''write'' screen -->\n <h3>\n <txp:comments_invite showcount="0" textonly showalways />\n </h3>\n\n <!-- links by default to form: ''comment_form.comment.txp'' unless you specify a different form -->\n <txp:comments_form />\n\n </section>\n\n<!-- else display a comments expired message ...but only if comments had previously been allowed -->\n<txp:else />\n\n <txp:if_comments>\n <p>\n <strong>\n <txp:text item="comments_expired" />\n </strong>\n </p>\n </txp:if_comments>\n\n</txp:if_comments_allowed>\n\n<!-- if a comments section was rendered above, close the tag -->\n<txp:if_comments>\n </section>\n<txp:else />\n <txp:if_comments_allowed>\n </section>\n </txp:if_comments_allowed>\n</txp:if_comments>', 'four-point-eight', NULL),
('comment_form', 'comment', '<p>\n <txp:text item="enter_comment_here" />\n</p>\n\n<!-- if there is an error, then inform user -->\n<txp:if_comments_error>\n <txp:comments_error class="error_message" wraptag="ol" break="li" />\n</txp:if_comments_error>\n\n<p class="large">\n <label for="name">\n <txp:text item="comment_name" />\n <b class="required" title="<txp:text item="required" />">*</b>\n </label>\n <br>\n <txp:comment_name_input size="32" />\n</p>\n\n<p class="large">\n <label for="email">\n <txp:text item="comment_email" />\n <b class="required" title="<txp:text item="required" />">*</b>\n </label>\n <br>\n <txp:comment_email_input size="32" />\n</p>\n\n<p class="large">\n <label for="web">\n <txp:text item="comment_web" />\n </label>\n <br>\n <txp:comment_web_input size="32" />\n</p>\n\n<p class="small">\n <label for="message">\n <txp:text item="comment_message" />\n <b class="required" title="<txp:text item="required" />">*</b>\n </label>\n <br>\n <txp:comment_message_input cols="64" rows="4" />\n</p>\n\n<!-- preview and submit buttons (note: submit button will have a class of ''disabled''\n applied until you have previewed the message at least once) -->\n<p>\n <txp:comment_preview />\n <txp:comment_submit />\n</p>', 'four-point-eight', NULL),
('default', 'article', '<article class="article" itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">\n <meta itemprop="mainEntityOfPage" content="<txp:permlink />">\n\n <txp:if_individual_article>\n <h1 itemprop="headline"><txp:title /></h1>\n <txp:else />\n <h1 itemprop="headline"><a href="<txp:permlink />" itemprop="url" title="<txp:text item="read_more" />"><txp:title /></a>\n </h1>\n </txp:if_individual_article>\n\n <p>\n <strong>\n <txp:text item="posted" />\n </strong>\n <time datetime="<txp:posted format="iso8601" />" itemprop="datePublished">\n <txp:posted />\n </time>\n <meta itemprop="dateModified" content="<txp:modified format="iso8601" />" />\n\n <!-- only display comments count if comments posted, or if new comments allowed -->\n <txp:if_comments>\n <br>\n <strong>\n <txp:text item="comments" />\n </strong>\n <a href="<txp:permlink />#comments-head" title="<txp:text item="go_comments" />" itemprop="discussionUrl">\n <span itemprop="interactionStatistic" itemscope itemtype="https://schema.org/InteractionCounter">\n <meta itemprop="interactionType" content="https://schema.org/CommentAction" />\n <span itemprop="userInteractionCount"><txp:comments_count /></span>\n </span>\n </a>\n <txp:else />\n <txp:if_comments_allowed>\n <br>\n <strong>\n <txp:text item="comments" />\n </strong>\n <a href="<txp:permlink />#comments-head" title="<txp:text item="go_comments" />" itemprop="discussionUrl">\n <span itemprop="interactionStatistic" itemscope itemtype="https://schema.org/InteractionCounter">\n <meta itemprop="interactionType" content="https://schema.org/CommentAction" />\n <span itemprop="userInteractionCount">0</span>\n </span>\n </a>\n </txp:if_comments_allowed>\n </txp:if_comments>\n </p>\n\n <txp:if_article_image>\n <txp:images form="images" />\n </txp:if_article_image>\n\n <div itemprop="articleBody">\n <txp:body />\n </div>\n\n <p>\n <strong>\n <txp:text item="author" />\n </strong>\n <span itemprop="author" itemscope itemtype="https://schema.org/Person">\n <span itemprop="name">\n <txp:author link this_section />\n </span>\n </span>\n\n <!-- only display categories if they are actually set for an article, otherwise omit -->\n <txp:if_article_category>\n <br>\n <strong>\n <txp:text item="categories" />\n </strong>\n <span itemprop="keywords">\n <txp:category_list categories=''<txp:category1 />,<txp:category2 />'' children="0" break=", " trim>\n <txp:category title link />\n </txp:category_list>\n </span>\n </txp:if_article_category>\n </p>\n\n <!-- if this is an individual article then add the comments section via form: comments_display.article.txp -->\n <txp:if_individual_article>\n <txp:output_form form="comments_display" />\n </txp:if_individual_article>\n\n</article>', 'four-point-eight', NULL),
('article_listing', 'article', '<li class="article" itemprop="blogPost" itemscope itemtype="https://schema.org/BlogPosting">\n <h4 itemprop="headline">\n <a href="<txp:permlink />" itemprop="url mainEntityOfPage" title="<txp:text item="read_more" />">\n <txp:title />\n </a>\n </h4>\n\n <!-- if the article has an excerpt, display that -->\n <txp:if_excerpt>\n <div itemprop="description">\n <txp:excerpt />\n </div>\n </txp:if_excerpt>\n\n <p class="footnote">\n <txp:text item="posted" />\n <time datetime="<txp:posted format="iso8601" />" itemprop="datePublished">\n <txp:posted />\n </time>\n <meta itemprop="dateModified" content="<txp:modified format="iso8601" />" />\n ·\n <txp:text item="author" />\n <span itemprop="author" itemscope itemtype="https://schema.org/Person">\n <span itemprop="name">\n <txp:author link this_section />\n </span>\n </span>\n </p>\n</li>', 'four-point-eight', NULL),
('search_results', 'article', '<li class="article" itemscope itemtype="https://schema.org/Article">\n <h4 itemprop="headline">\n <a href="<txp:permlink />" itemprop="url mainEntityOfPage" title="<txp:text item="read_more" />">\n <txp:title />\n </a>\n </h4>\n\n <!-- if the article has an excerpt, display that, otherwise show highlighted keywords in context of article -->\n <txp:if_excerpt>\n <div itemprop="description">\n <txp:excerpt />\n </div>\n <txp:else />\n <p>\n <txp:search_result_excerpt />\n </p>\n </txp:if_excerpt>\n\n <p class="footnote">\n <txp:text item="posted" />\n <time datetime="<txp:posted format="iso8601" />" itemprop="datePublished">\n <txp:posted />\n </time>\n <meta itemprop="dateModified" content="<txp:modified format="iso8601" />" />\n ·\n <txp:text item="author" />\n <span itemprop="author" itemscope itemtype="https://schema.org/Person">\n <span itemprop="name">\n <txp:author link this_section />\n </span>\n </span>\n </p>\n</li>', 'four-point-eight', NULL),
('files', 'file', '<div itemscope itemtype="https://schema.org/DataDownload">\n\n <!-- ...if exists, use the file title, otherwise use file name -->\n <a href="<txp:file_download_link />" itemprop="url contentUrl">\n <strong itemprop="name">\n <txp:evaluate>\n <txp:file_download_name title />\n <txp:else />\n <txp:file_download_name />\n </txp:evaluate>\n </strong>\n </a>\n\n <!-- ...if exists, use the file description, otherwise omit that line -->\n <txp:evaluate test>\n <div itemprop="description">\n <txp:file_download_description />\n </div>\n </txp:evaluate>\n\n <div class="footnote">\n\n <!-- ...if exists, use the file category, otherwise omit that line -->\n <txp:evaluate test="file_download_category">\n <strong>\n <txp:text item="category" />\n </strong>\n <span itemprop="keywords">\n <txp:file_download_category title />\n </span>\n ·\n </txp:evaluate>\n\n <strong>\n <txp:text item="author" />\n </strong>\n <span itemprop="author" itemscope itemtype="https://schema.org/Person">\n <span itemprop="name">\n <txp:file_download_author link />\n </span>\n </span>\n ·\n <strong>\n <txp:text item="file_size" />\n </strong>\n <span itemprop="contentSize">\n <txp:file_download_size />\n </span>\n ·\n <strong>\n <txp:text item="last_modified" />\n </strong>\n <time datetime="<txp:file_download_modified format="iso8601" />" itemprop="dateModified">\n <txp:file_download_modified />\n </time>\n ·\n <strong>\n <txp:text item="download_count" />\n </strong>\n <span itemprop="interactionStatistic" itemscope itemtype="https://schema.org/InteractionCounter">\n <meta itemprop="interactionType" content="https://schema.org/DownloadAction" />\n <span itemprop="userInteractionCount">\n <txp:file_download_downloads />\n </span>\n </span>\n\n </div>\n\n</div>', 'four-point-eight', NULL),
('plainlinks', 'link', '<!-- This is being used as an external links form, therefore rel is set to ''external'' -->\n<txp:linkdesctitle rel="external" />', 'four-point-eight', NULL);
-- --------------------------------------------------------
-- Table structure for table `[[dbprefix]]txp_image`
CREATE TABLE `[[dbprefix]]txp_image` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`category` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`ext` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`w` int(11) NOT NULL DEFAULT '0',
`h` int(11) NOT NULL DEFAULT '0',
`alt` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`caption` text COLLATE utf8mb4_unicode_ci NOT NULL,
`date` datetime NOT NULL,
`author` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`thumbnail` int(11) NOT NULL DEFAULT '0',
`thumb_w` int(11) NOT NULL DEFAULT '0',
`thumb_h` int(11) NOT NULL DEFAULT '0',
KEY `author_idx` (`author`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1 ;
-- --------------------------------------------------------
-- Table structure for table `[[dbprefix]]txp_lang`
CREATE TABLE `[[dbprefix]]txp_lang` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`lang` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL,
`name` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL,
`event` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL,
`owner` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
`data` text COLLATE utf8mb4_unicode_ci,
`lastmod` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
UNIQUE KEY `lang` (`lang`,`name`),
KEY `lang_2` (`lang`,`event`),
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=1077 ;
-- Dumping data for table `[[dbprefix]]txp_lang`
INSERT INTO `[[dbprefix]]txp_lang` VALUES
(1, 'en', 'active', 'common', '', 'Active', '[[regtime]]'),
(2, 'en', 'add', 'common', '', 'Add', '[[regtime]]'),
(3, 'en', 'admin', 'common', '', 'Admin', '[[regtime]]'),
(4, 'en', 'ago', 'common', '', '{qty} {period} ago', '[[regtime]]'),
(5, 'en', 'all', 'common', '', 'All', '[[regtime]]'),
(6, 'en', 'are_you_sure', 'common', '', 'Are you sure?', '[[regtime]]'),
(7, 'en', 'article', 'common', '', 'Article', '[[regtime]]'),
(8, 'en', 'articles', 'common', '', 'Articles', '[[regtime]]'),
(9, 'en', 'article_image', 'common', '', 'Article image', '[[regtime]]'),
(10, 'en', 'any', 'common', '', 'Any', '[[regtime]]'),
(11, 'en', 'ascending', 'common', '', 'Ascending', '[[regtime]]'),
(12, 'en', 'auth_required', 'common', '', 'Authorization required.', '[[regtime]]'),
(13, 'en', 'author', 'common', '', 'Author', '[[regtime]]'),
(14, 'en', 'authors', 'common', '', 'Authors', '[[regtime]]'),
(15, 'en', 'back_to_login', 'common', '', 'Back to Textpattern login', '[[regtime]]'),
(16, 'en', 'back_to_top', 'common', '', 'Back to top', '[[regtime]]'),
(17, 'en', 'bad_cookie', 'common', '', 'Your session has expired. Please log in again.', '[[regtime]]'),
(18, 'en', 'bad_login', 'common', '', 'Could not log in with that username/password.', '[[regtime]]'),
(19, 'en', 'breadcrumb_nav', 'common', '', 'Breadcrumb navigation', '[[regtime]]'),
(20, 'en', 'browse', 'common', '', 'Browse', '[[regtime]]'),
(21, 'en', 'cancel', 'common', '', 'Cancel', '[[regtime]]'),
(22, 'en', 'caption', 'common', '', 'Caption', '[[regtime]]'),
(23, 'en', 'category', 'common', '', 'Category', '[[regtime]]'),
(24, 'en', 'categories', 'common', '', 'Categories', '[[regtime]]'),
(25, 'en', 'categorize', 'common', '', 'Categorize', '[[regtime]]'),
(26, 'en', 'category1', 'common', '', 'Category 1', '[[regtime]]'),
(27, 'en', 'category2', 'common', '', 'Category 2', '[[regtime]]'),
(28, 'en', 'choose', 'common', '', 'Choose…', '[[regtime]]'),
(29, 'en', 'close', 'common', '', 'Close', '[[regtime]]'),
(30, 'en', 'code', 'common', '', 'Code', '[[regtime]]'),
(31, 'en', 'comment', 'common', '', 'Comment', '[[regtime]]'),
(32, 'en', 'comment_invitation', 'common', '', 'Invitation', '[[regtime]]'),
(33, 'en', 'comments', 'common', '', 'Comments', '[[regtime]]'),
(34, 'en', 'comments_expired', 'common', '', 'Commenting has expired for this article.', '[[regtime]]'),
(35, 'en', 'confirm_delete_popup', 'common', '', 'Really delete?', '[[regtime]]'),
(36, 'en', 'contact', 'common', '', 'Contact', '[[regtime]]'),
(37, 'en', 'cookies_must_be_enabled', 'common', '', 'Browser cookies must be enabled to use Textpattern.', '[[regtime]]'),
(38, 'en', 'copy', 'common', '', 'Copy', '[[regtime]]'),
(39, 'en', 'could_not_log_in', 'common', '', 'Could not log in with that username/password.', '[[regtime]]'),
(40, 'en', 'create', 'common', '', 'Create', '[[regtime]]'),
(41, 'en', 'css', 'common', '', 'Style', '[[regtime]]'),
(42, 'en', 'current', 'common', '', 'Current', '[[regtime]]'),
(43, 'en', 'date', 'common', '', 'Date', '[[regtime]]'),
(44, 'en', 'date_added', 'common', '', 'Date added', '[[regtime]]'),
(45, 'en', 'dateformat', 'common', '', 'Date format', '[[regtime]]'),
(46, 'en', 'default', 'common', '', 'Default', '[[regtime]]'),
(47, 'en', 'delete', 'common', '', 'Delete', '[[regtime]]'),
(48, 'en', 'delete_selected', 'common', '', 'Delete selected', '[[regtime]]'),
(49, 'en', 'descending', 'common', '', 'Descending', '[[regtime]]'),
(50, 'en', 'description', 'common', '', 'Description', '[[regtime]]'),
(51, 'en', 'documentation', 'common', '', 'Documentation', '[[regtime]]'),
(52, 'en', 'download', 'common', '', 'Download', '[[regtime]]'),
(53, 'en', 'download_count', 'common', '', 'Download count', '[[regtime]]'),
(54, 'en', 'downloads', 'common', '', 'Downloads', '[[regtime]]'),
(55, 'en', 'duplicate', 'common', '', 'Duplicate', '[[regtime]]'),
(56, 'en', 'edit', 'common', '', 'Edit', '[[regtime]]'),
(57, 'en', 'email', 'common', '', 'Email', '[[regtime]]'),
(58, 'en', 'email_address', 'common', '', 'Email address', '[[regtime]]'),
(59, 'en', 'exact', 'common', '', 'Exact', '[[regtime]]'),
(60, 'en', 'excerpt', 'common', '', 'Excerpt', '[[regtime]]'),
(61, 'en', 'expired', 'common', '', 'Expired', '[[regtime]]'),
(62, 'en', 'expires', 'common', '', 'Expires', '[[regtime]]'),
(63, 'en', 'expire_date', 'common', '', 'Expire date', '[[regtime]]'),
(64, 'en', 'expire_time', 'common', '', 'Expire time', '[[regtime]]'),
(65, 'en', 'export', 'common', '', 'Export', '[[regtime]]'),
(66, 'en', 'extension', 'common', '', 'Extension', '[[regtime]]'),
(67, 'en', 'extensions', 'common', '', 'Extensions', '[[regtime]]'),
(68, 'en', 'file', 'common', '', 'File', '[[regtime]]'),
(69, 'en', 'files', 'common', '', 'Files', '[[regtime]]'),
(70, 'en', 'file_download', 'common', '', 'File download', '[[regtime]]'),
(71, 'en', 'file_size', 'common', '', 'File size', '[[regtime]]'),
(72, 'en', 'forget', 'common', '', 'Forget', '[[regtime]]'),
(73, 'en', 'form', 'common', '', 'Form', '[[regtime]]'),
(74, 'en', 'form_submission_error', 'common', '', 'Sorry, the form could not be submitted. Please try again later.', '[[regtime]]'),
(75, 'en', 'forms', 'common', '', 'Forms', '[[regtime]]'),
(76, 'en', 'gallery', 'common', '', 'Gallery', '[[regtime]]'),
(77, 'en', 'general_error', 'common', '', 'General error', '[[regtime]]'),
(78, 'en', 'go', 'common', '', 'Go', '[[regtime]]'),
(79, 'en', 'go_back', 'common', '', 'Go back', '[[regtime]]'),
(80, 'en', 'go_comments', 'common', '', 'Go to comments', '[[regtime]]'),
(81, 'en', 'go_content', 'common', '', 'Go to content', '[[regtime]]'),
(82, 'en', 'go_nav', 'common', '', 'Go to navigation', '[[regtime]]'),
(83, 'en', 'go_search', 'common', '', 'Go to search', '[[regtime]]'),
(84, 'en', 'go_to', 'common', '', 'Go to', '[[regtime]]'),
(85, 'en', 'go_txp_com', 'common', '', 'Go to the Textpattern website', '[[regtime]]'),
(86, 'en', 'height', 'common', '', 'Height', '[[regtime]]'),
(87, 'en', 'help', 'common', '', 'Help', '[[regtime]]'),
(88, 'en', 'hidden', 'common', '', 'Hidden', '[[regtime]]'),
(89, 'en', 'home', 'common', '', 'Home', '[[regtime]]'),
(90, 'en', 'host', 'common', '', 'Host', '[[regtime]]'),
(91, 'en', 'id', 'common', '', 'ID#', '[[regtime]]'),
(92, 'en', 'image', 'common', '', 'Image', '[[regtime]]'),
(93, 'en', 'images', 'common', '', 'Images', '[[regtime]]'),
(94, 'en', 'import', 'common', '', 'Import', '[[regtime]]'),
(95, 'en', 'input_day', 'common', '', 'Day', '[[regtime]]'),
(96, 'en', 'input_hour', 'common', '', 'Hour', '[[regtime]]'),
(97, 'en', 'input_minute', 'common', '', 'Minute', '[[regtime]]'),
(98, 'en', 'input_month', 'common', '', 'Month', '[[regtime]]'),
(99, 'en', 'input_second', 'common', '', 'Second', '[[regtime]]'),
(100, 'en', 'input_year', 'common', '', 'Year', '[[regtime]]'),
(101, 'en', 'install', 'common', '', 'Install', '[[regtime]]'),
(102, 'en', 'internal_error', 'common', '', 'Internal error', '[[regtime]]'),
(103, 'en', 'keywords', 'common', '', 'Keywords', '[[regtime]]'),
(104, 'en', 'label', 'common', '', 'Label', '[[regtime]]'),
(105, 'en', 'language', 'common', '', 'Language', '[[regtime]]'),
(106, 'en', 'last_modification', 'common', '', 'Last modification', '[[regtime]]'),
(107, 'en', 'last_modified', 'common', '', 'Last modified', '[[regtime]]'),
(108, 'en', 'lightswitch', 'common', '', 'Toggle light/dark mode', '[[regtime]]'),
(109, 'en', 'link', 'common', '', 'Link', '[[regtime]]'),
(110, 'en', 'links', 'common', '', 'Links', '[[regtime]]'),
(111, 'en', 'list', 'common', '', 'List', '[[regtime]]'),
(112, 'en', 'list_articles', 'common', '', 'List articles', '[[regtime]]'),
(113, 'en', 'list_categories', 'common', '', 'List categories', '[[regtime]]'),
(114, 'en', 'list_links', 'common', '', 'List links', '[[regtime]]'),
(115, 'en', 'list_options', 'common', '', 'Column display options', '[[regtime]]'),
(116, 'en', 'logged_in_as', 'common', '', 'Logged in as', '[[regtime]]'),
(117, 'en', 'login', 'common', '', 'Log in', '[[regtime]]'),
(118, 'en', 'login_to_textpattern', 'common', '', 'Log in to Textpattern', '[[regtime]]'),
(119, 'en', 'logout', 'common', '', 'Log out', '[[regtime]]'),
(120, 'en', 'log_in_button', 'common', '', 'Log in', '[[regtime]]'),
(121, 'en', 'manual', 'common', '', 'Manual', '[[regtime]]'),
(122, 'en', 'message', 'common', '', 'Message', '[[regtime]]'),
(123, 'en', 'method', 'common', '', 'Method', '[[regtime]]'),
(124, 'en', 'misc', 'common', '', 'Miscellaneous', '[[regtime]]'),
(125, 'en', 'modified', 'common', '', 'Modified', '[[regtime]]'),
(126, 'en', 'modified_by', 'common', '', 'Last modified by', '[[regtime]]'),
(127, 'en', 'month', 'common', '', 'Month', '[[regtime]]'),
(128, 'en', 'more', 'common', '', 'More', '[[regtime]]'),
(129, 'en', 'more_pages', 'common', '', 'More pages', '[[regtime]]'),
(130, 'en', 'navigation', 'common', '', 'Navigation', '[[regtime]]'),
(131, 'en', 'name', 'common', '', 'Name', '[[regtime]]'),
(132, 'en', 'never', 'common', '', 'Never', '[[regtime]]'),
(133, 'en', 'newer', 'common', '', 'Newer', '[[regtime]]'),
(134, 'en', 'next', 'common', '', 'Next', '[[regtime]]'),
(135, 'en', 'no', 'common', '', 'No', '[[regtime]]'),
(136, 'en', 'no_results_found', 'common', '', 'No results found.', '[[regtime]]'),
(137, 'en', 'none', 'common', '', 'None', '[[regtime]]'),
(138, 'en', 'noscript', 'common', '', '<strong>Note:</strong> JavaScript is currently disabled in your browser.', '[[regtime]]'),
(139, 'en', 'of', 'common', '', 'of', '[[regtime]]'),
(140, 'en', 'off', 'common', '', 'Off', '[[regtime]]'),
(141, 'en', 'older', 'common', '', 'Older', '[[regtime]]'),
(142, 'en', 'on', 'common', '', 'On', '[[regtime]]'),
(143, 'en', 'opens_external_link', 'common', '', '(opens an external link in a new window)', '[[regtime]]'),
(144, 'en', 'options', 'common', '', 'Options', '[[regtime]]'),
(145, 'en', 'organization', 'common', '', 'Company/organization', '[[regtime]]'),
(146, 'en', 'page', 'common', '', 'Page', '[[regtime]]'),
(147, 'en', 'pages', 'common', '', 'Pages', '[[regtime]]'),
(148, 'en', 'page_nav', 'common', '', 'Page navigation', '[[regtime]]'),
(149, 'en', 'password', 'common', '', 'Password', '[[regtime]]'),
(150, 'en', 'password_forgotten', 'common', '', 'Forgot password?', '[[regtime]]'),
(151, 'en', 'permlink', 'common', '', 'Permanent link', '[[regtime]]'),
(152, 'en', 'pophelp', 'common', '', 'Pop-up help links', '[[regtime]]'),
(153, 'en', 'post', 'common', '', 'Post', '[[regtime]]'),
(154, 'en', 'posted', 'common', '', 'Posted', '[[regtime]]'),
(155, 'en', 'posted_by', 'common', '', 'Posted by', '[[regtime]]'),
(156, 'en', 'prev', 'common', '', 'Previous', '[[regtime]]'),
(157, 'en', 'preview', 'common', '', 'Preview', '[[regtime]]'),
(158, 'en', 'publish', 'common', '', 'Publish', '[[regtime]]'),
(159, 'en', 'published_at', 'common', '', 'Published at', '[[regtime]]'),
(160, 'en', 'published_with', 'common', '', 'Published with', '[[regtime]]'),
(161, 'en', 'publish_date', 'common', '', 'Publish date', '[[regtime]]'),
(162, 'en', 'publish_time', 'common', '', 'Publish time', '[[regtime]]'),
(163, 'en', 'range', 'common', '', 'Range', '[[regtime]]'),
(164, 'en', 'recently', 'common', '', 'Recently', '[[regtime]]'),
(165, 'en', 'recent_articles', 'common', '', 'Recent articles', '[[regtime]]'),
(166, 'en', 'recent_comments', 'common', '', 'Recent comments', '[[regtime]]'),
(167, 'en', 'recent_posts', 'common', '', 'Recent posts', '[[regtime]]'),
(168, 'en', 'related_articles', 'common', '', 'Related articles', '[[regtime]]'),
(169, 'en', 'reload', 'common', '', 'Reload', '[[regtime]]'),
(170, 'en', 'remember', 'common', '', 'Remember', '[[regtime]]'),
(171, 'en', 'remove', 'common', '', 'Remove', '[[regtime]]'),
(172, 'en', 'required', 'common', '', 'Required', '[[regtime]]'),
(173, 'en', 'reset', 'common', '', 'Reset', '[[regtime]]'),
(174, 'en', 'restricted_area', 'common', '', 'Restricted area.', '[[regtime]]'),
(175, 'en', 'revert', 'common', '', 'Revert', '[[regtime]]'),
(176, 'en', 'salutation', 'common', '', 'Dear {name},', '[[regtime]]'),
(177, 'en', 'save', 'common', '', 'Save', '[[regtime]]'),
(178, 'en', 'save_new', 'common', '', 'Save new', '[[regtime]]'),
(179, 'en', 'search', 'common', '', 'Search', '[[regtime]]'),
(180, 'en', 'search_results', 'common', '', 'Search results', '[[regtime]]'),
(181, 'en', 'section', 'common', '', 'Section', '[[regtime]]'),
(182, 'en', 'sections', 'common', '', 'Sections', '[[regtime]]'),
(183, 'en', 'select', 'common', '', 'Select', '[[regtime]]'),
(184, 'en', 'selected', 'common', '', 'Selected', '[[regtime]]'),
(185, 'en', 'send', 'common', '', 'Send', '[[regtime]]'),
(186, 'en', 'site', 'common', '', 'Site', '[[regtime]]'),
(187, 'en', 'sitename', 'common', '', 'Site name', '[[regtime]]'),
(188, 'en', 'siteurl', 'common', '', 'Site URL', '[[regtime]]'),
(189, 'en', 'site_slogan', 'common', '', 'Site slogan', '[[regtime]]'),
(190, 'en', 'skin', 'common', '', 'Theme', '[[regtime]]'),
(191, 'en', 'spam', 'common', '', 'Spam', '[[regtime]]'),
(192, 'en', 'status', 'common', '', 'Status', '[[regtime]]'),
(193, 'en', 'status_in_use', 'common', '', 'In use', '[[regtime]]'),
(194, 'en', 'status_missing', 'common', '', 'Missing', '[[regtime]]'),
(195, 'en', 'status_ok', 'common', '', 'OK', '[[regtime]]'),
(196, 'en', 'stay_logged_in', 'common', '', 'Remain logged in with this browser', '[[regtime]]'),
(197, 'en', 'submit', 'common', '', 'Submit', '[[regtime]]'),
(198, 'en', 'tel', 'common', '', 'Phone number', '[[regtime]]'),
(199, 'en', 'thumbnail', 'common', '', 'Thumbnail', '[[regtime]]'),
(200, 'en', 'time', 'common', '', 'Time', '[[regtime]]'),
(201, 'en', 'title', 'common', '', 'Title', '[[regtime]]'),
(202, 'en', 'toggle_all_selected', 'common', '', 'Toggle all/none selected', '[[regtime]]'),
(203, 'en', 'toggle_yes_no', 'common', '', 'Toggle yes/no', '[[regtime]]'),
(204, 'en', 'txt_quote_double_close', 'common', '', '”', '[[regtime]]'),
(205, 'en', 'txt_quote_double_open', 'common', '', '“', '[[regtime]]'),
(206, 'en', 'txt_quote_single_close', 'common', '', '’', '[[regtime]]'),
(207, 'en', 'txt_quote_single_open', 'common', '', '‘', '[[regtime]]'),
(208, 'en', 'type', 'common', '', 'Type', '[[regtime]]'),
(209, 'en', 'undefined', 'common', '', 'Undefined', '[[regtime]]'),
(210, 'en', 'unknown', 'common', '', 'Unknown', '[[regtime]]'),
(211, 'en', 'unknown_section', 'common', '', 'Unknown section', '[[regtime]]'),
(212, 'en', 'units_b', 'common', '', 'B', '[[regtime]]'),
(213, 'en', 'units_e', 'common', '', 'EB', '[[regtime]]'),
(214, 'en', 'units_g', 'common', '', 'GB', '[[regtime]]'),
(215, 'en', 'units_k', 'common', '', 'kB', '[[regtime]]'),
(216, 'en', 'units_m', 'common', '', 'MB', '[[regtime]]'),
(217, 'en', 'units_p', 'common', '', 'PB', '[[regtime]]'),
(218, 'en', 'units_t', 'common', '', 'TB', '[[regtime]]'),
(219, 'en', 'units_y', 'common', '', 'YB', '[[regtime]]'),
(220, 'en', 'units_z', 'common', '', 'ZB', '[[regtime]]'),
(221, 'en', 'untitled', 'common', '', 'Untitled', '[[regtime]]'),
(222, 'en', 'update', 'common', '', 'Update', '[[regtime]]'),