From 305f68fba7c4610bb32aca9896f7249782d2a438 Mon Sep 17 00:00:00 2001 From: Christophe K <ckforall@gmail.com> Date: Wed, 15 Dec 2021 23:22:44 +0100 Subject: [PATCH] Replace like_mybb_bT4CK-theme.xml - modifications menu optimisation etc.. --- like_mybb_bT4CK-theme.xml | 13822 ++++++++++++++++-------------------- 1 file changed, 6045 insertions(+), 7777 deletions(-) diff --git a/like_mybb_bT4CK-theme.xml b/like_mybb_bT4CK-theme.xml index b697c52..e4fb8a1 100644 --- a/like_mybb_bT4CK-theme.xml +++ b/like_mybb_bT4CK-theme.xml @@ -1,3754 +1,4012 @@ -<?xml version="1.0" encoding="UTF-8"?> -<theme name="like_mybb_bT4CK" version="1824"> - <properties> - <templateset><![CDATA[42]]></templateset> - <editortheme><![CDATA[square.css]]></editortheme> - <imgdir><![CDATA[images]]></imgdir> - <logo><![CDATA[themes/like_mybb_bT4CK/images/logo.png]]></logo> - <tablespace><![CDATA[5]]></tablespace> - <borderwidth><![CDATA[0]]></borderwidth> - <color><![CDATA[]]></color> - <disporder><![CDATA[a:11:{s:10:"global.css";i:1;s:8:"css3.css";i:2;s:12:"headerck.css";i:3;s:16:"star_ratings.css";i:4;s:9:"modcp.css";i:4;s:10:"usercp.css";i:4;s:14:"showthread.css";i:5;s:17:"thread_status.css";i:6;s:8:"site.css";i:9;s:15:"calendar_ck.css";i:11;s:18:"hack_line_code.css";i:12;}]]></disporder> - </properties> - <stylesheets> - <stylesheet name="hack_line_code.css" version="1824"><![CDATA[pre[class*=language-].line-numbers { - position: relative; - padding-left: 3.8em; - counter-reset: linenumber; - background: #fffb465e; - border-radius: 15px; - border: 1px solid #017cce78; -} - -.block-code, .block-code[class*="language-"] { - border: solid 1px #EEE; - max-height: 280px; - font-size: 13px; - font-weight: lighter; - white-space: pre-wrap; - background:#fffb465e; - border-radius: 15px; - border: 1px solid #017cce78; -} - -/* Prism toolsBar */ -div.code-toolbar { - position: relative; -} - -div.code-toolbar > .toolbar { - position: absolute; - top: -1.7em; - right: 0.2em; - transition: opacity 0.3s ease-in-out; - opacity: 0; -} - -div.code-toolbar:hover > .toolbar { - opacity: 1; -} - -div.code-toolbar > .toolbar .toolbar-item { - display: inline-block; -} - -div.code-toolbar > .toolbar a { - cursor: pointer; -} - -div.code-toolbar > .toolbar button { - background: none; - border: 0; - color: inherit; - font: inherit; - line-height: normal; - overflow: visible; - padding: 0; - -webkit-user-select: none; /* for button */ - -moz-user-select: none; - -ms-user-select: none; -} - -div.code-toolbar > .toolbar a, -div.code-toolbar > .toolbar button, -div.code-toolbar > .toolbar span { - color: #bbb; - font-size: .8em; - padding: 0 .5em; - background: #f5f2f0; - background: rgba(224, 224, 224, 0.2); - box-shadow: 0 2px 0 0 rgba(0,0,0,0.2); - border-radius: .5em; -} - -div.code-toolbar > .toolbar a:hover, -div.code-toolbar > .toolbar a:focus, -div.code-toolbar > .toolbar button:hover, -div.code-toolbar > .toolbar button:focus, -div.code-toolbar > .toolbar span:hover, -div.code-toolbar > .toolbar span:focus { - color: inherit; - text-decoration: none; -} - -/* <link type="text/css" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.16.0/themes/prism.min.css" integrity="sha256-77qGXu2p8NpfcBpTjw4jsMeQnz0vyh74f5do0cWjQ/Q=" crossorigin="anonymous" /> */ -/** - * prism.js default theme for JavaScript, CSS and HTML - * Based on dabblet (http://dabblet.com) - * @author Lea Verou - */ - -code[class*="language-"], -pre[class*="language-"] { - color: #3e3a3a; - background: none; - /*text-shadow: 0 1px white;*/ - font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; - font-size: 1.3em; - text-align: left; - white-space: pre; - word-spacing: normal; - word-break: normal; - word-wrap: normal; - line-height: 1.5; - - -moz-tab-size: 4; - -o-tab-size: 4; - tab-size: 4; - - -webkit-hyphens: none; - -moz-hyphens: none; - -ms-hyphens: none; - hyphens: none; -} - -pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, -code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection { - text-shadow: none; - background: #b3d4fc; -} - -pre[class*="language-"]::selection, pre[class*="language-"] ::selection, -code[class*="language-"]::selection, code[class*="language-"] ::selection { - text-shadow: none; - background: #b3d4fc; -} - -@media print { - code[class*="language-"], - pre[class*="language-"] { - text-shadow: none; - } -} - -/* Code blocks */ -pre[class*="language-"] { - padding: 1em; - margin: .5em 0; - overflow: auto; -} - -:not(pre) > code[class*="language-"], -pre[class*="language-"] { - background: #f5f2f0; -} - -/* Inline code */ -:not(pre) > code[class*="language-"] { - padding: .1em; - border-radius: .3em; - white-space: normal; -} - -.token.comment, -.token.prolog, -.token.doctype, -.token.cdata { - color: slategray; -} - -.token.punctuation { - color: #999; -} - -.namespace { - opacity: .7; -} - -.token.property, -.token.tag, -.token.boolean, -.token.number, -.token.constant, -.token.symbol, -.token.deleted { - color: #905; -} - -.token.selector, -.token.attr-name, -.token.string, -.token.char, -.token.builtin, -.token.inserted { - color: #690; -} - -.token.operator, -.token.entity, -.token.url, -.language-css .token.string, -.style .token.string { - color: #9a6e3a; - background: hsla(0, 0%, 100%, .5); -} - -.token.atrule, -.token.attr-value, -.token.keyword { - color: #07a; -} - -.token.function, -.token.class-name { - color: #DD4A68; -} - -.token.regex, -.token.important, -.token.variable { - color: #e90; -} - -.token.important, -.token.bold { - font-weight: bold; -} -.token.italic { - font-style: italic; -} - -.token.entity { - cursor: help; -} - - -/* https://cdnjs.cloudflare.com/ajax/libs/prism/1.16.0/plugins/line-numbers/prism-line-numbers.css -plugins/line-numbers/prism-line-numbers.min.css sha256-Afz2ZJtXw+OuaPX10lZHY7fN1+FuTE/KdCs+j7WZTGc= */ - -pre[class*="language-"].line-numbers { - position: relative; - padding-left: 3.8em; - counter-reset: linenumber; -} - -pre[class*="language-"].line-numbers > code { - position: relative; - white-space: inherit; -} - -.line-numbers .line-numbers-rows { - position: absolute; - pointer-events: none; - top: 0; - font-size: 100%; - left: -3.8em; - width: 3em; /* works for line-numbers below 1000 lines */ - letter-spacing: -1px; - border-right: 1px solid #999; - - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - -} - - .line-numbers-rows > span { - pointer-events: none; - display: block; - counter-increment: linenumber; - } - - .line-numbers-rows > span:before { - content: counter(linenumber); - color: #999; - display: block; - padding-right: 0.8em; - text-align: right; - } - -/* -plugins/show-invisibles/prism-show-invisibles.min.css sha256-nOfkEPu/TzBvIxN8D/vW8weOUczzDbxRjgik/hA2hBI= -https://cdnjs.cloudflare.com/ajax/libs/prism/1.16.0/plugins/show-invisibles/prism-show-invisibles.css -*/ -.token.tab:not(:empty), -.token.cr, -.token.lf, -.token.space { - position: relative; -} - -.token.tab:not(:empty):before, -.token.cr:before, -.token.lf:before, -.token.space:before { - color: #808080; - opacity: 0.6; - position: absolute; -} - -.token.tab:not(:empty):before { - content: '\21E5'; -} - -.token.cr:before { - content: '\240D'; -} - -.token.crlf:before { - content: '\240D\240A'; -} -.token.lf:before { - content: '\240A'; -} - -.token.space:before { - content: '\00B7'; -}]]> - </stylesheet> - <stylesheet name="calendar_ck.css" version="1824"><![CDATA[/*style pour le calendrier basé sur bootstrap*/ - -/* calendar_weekrow_day */ -.trow_sep > div.float_right.smalltext > a:link { - box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; - vertical-align: middle!important; - background-color: #ffc107; - display: inline-block; - padding: .25em .4em; - line-height: 1; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: .25rem; - padding-right: .6em; - padding-left: .6em; - border-radius: 10rem; - color: #fff; - font-size: 100%; - font-weight: 700; -} - -/* calendar_weekrow */ -.trow2 > div.float_right.smalltext > a:link -{ - box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; - vertical-align: middle!important; - background-color: #007bff; - display: inline-block; - padding: .25em .4em; - line-height: 1; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: .25rem; - color: #f8f9fa; - font-size: 100%; - font-weight: 700; - padding-right: .6em; - padding-left: .6em; - border-radius: 10rem; -} -/*forum sub forum*/ -.trow2 > div.smalltext > a:link { - box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; - vertical-align: middle!important; - background-color: #17a2b8; - display: inline-block; - padding: .25em .4em; - line-height: 1; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: .25rem; - color: #f8f9fa; - font-size: 100%; - font-weight: 700; - padding-right: .6em; - padding-left: .6em; - border-radius: 10rem; -} -/*forum sub forum*/ -.trow1 > div.smalltext > a:link { - box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; - vertical-align: middle!important; - background-color: #17a2b8; - display: inline-block; - padding: .25em .4em; - line-height: 1; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: .25rem; - color: #f8f9fa; - font-size: 100%; - font-weight: 700; - padding-right: .6em; - padding-left: .6em; - border-radius: 10rem; -} -/* Les liens des sous forum */ -.trow2 > div.smalltext > a.nodeco:link, a.nodeco:visited { - color : #fff; - text-transform: capitalize; -} -.trow1 > div.smalltext > a.nodeco:link, a.nodeco:visited { - color : #fff; - text-transform: capitalize; -} -.trow1 > .trow1 > div.smalltext > a.nodeco:link, a.nodeco:visited { - color : #fff; - text-transform: capitalize; -} - ]]> - </stylesheet> - <stylesheet name="css3.css" version="1824"><![CDATA[tr td.trow1:first-child, -tr td.trow2:first-child, -tr td.trow_shaded:first-child { - border-left: 0; - font-size:16px; -} - -tr td.trow1:last-child, -tr td.trow2:last-child, -tr td.trow_shaded:last-child { - border-right: 0; - font-size:16px; -} - -.tborder { - -moz-border-radius: 11px; - -webkit-border-radius: 11px; - border-radius: 11px; -} - -.tborder tbody tr:last-child > td { - border-bottom: 0; -} - -.tborder tbody tr:last-child > td:first-child { - -moz-border-radius-bottomleft: 11px; - -webkit-border-bottom-left-radius: 11px; - border-bottom-left-radius: 11px; -} - -.tborder tbody tr:last-child > td:last-child { - -moz-border-radius-bottomright: 11px; - -webkit-border-bottom-right-radius: 11px; - border-bottom-right-radius: 11px; -} - -.thead { - -moz-border-radius-topleft: 11px; - -moz-border-radius-topright: 11px; - -webkit-border-top-left-radius: 11px; - -webkit-border-top-right-radius: 11px; - border-top-left-radius: 11px; - border-top-right-radius: 11px; -} - -.thead_collapsed { - -moz-border-radius-bottomleft: 11px; - -moz-border-radius-bottomright: 11px; - -webkit-border-bottom-left-radius: 11px; - -webkit-border-bottom-right-radius: 11px; - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; -} - -.thead_left { - -moz-border-radius-topright: 0; - -webkit-border-top-right-radius: 0; - border-top-right-radius: 0; -} - -.thead_right { - -moz-border-radius-topleft: 0; - -webkit-border-top-left-radius: 0; - border-top-left-radius: 0; -} - -.tcat_menu { - -moz-border-radius: 0 !important; - -webkit-border-radius: 0 !important; - border-radius: 0 !important; -} - -.tborder tbody:nth-last-child(2) .tcat_collapse_collapsed { - -moz-border-radius-bottomleft: 11px !important; - -moz-border-radius-bottomright: 11px !important; - -webkit-border-bottom-left-radius: 11px !important; - -webkit-border-bottom-right-radius: 11px !important; - border-bottom-left-radius: 11px !important; - border-bottom-right-radius: 11px !important; -} - -button, -input.button, -input.textbox, -input.invalid_field, -input.valid_field, -select, -textarea, -.editor_control_bar, -blockquote, -.codeblock, -fieldset, -.pm_alert, -.red_alert, -.popup_menu, -.postbit_buttons > a, -a.button { - -moz-border-radius: 11px; - -webkit-border-radius: 11px; - border-radius: 11px; -} - -.post.classic .post_author { - -moz-border-radius: 0 11px 11px 0; - -webkit-border-radius: 0 11px 11px 0; - border-radius: 0 11px 11px 0; -} - -.popup_menu .popup_item_container:first-child .popup_item { - -moz-border-radius-topleft: 11px; - -moz-border-radius-topright: 11px; - -webkit-border-top-left-radius: 11px; - -webkit-border-top-right-radius: 11px; - border-top-left-radius: 11px; - border-top-right-radius: 11px; -} - -.popup_menu .popup_item_container:last-child .popup_item { - -moz-border-radius-bottomleft: 11px; - -moz-border-radius-bottomright: 11px; - -webkit-border-bottom-left-radius: 11px; - -webkit-border-bottom-right-radius: 11px; - border-bottom-left-radius: 11px; - border-bottom-right-radius: 11px; -} - -.pagination a { - -moz-border-radius: 11px; - -webkit-border-radius: 11px; - border-radius: 11px; -} - -.pollbar { - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; -} - -div.error { - -moz-border-radius: 11px; - -webkit-border-radius: 11px; - border-radius: 11px; -} - - -/* The alert message in post Mybcode box color -asked by yoyo made for ckforum */ - -.alertred { - padding: 20px; - background-color: #f44336; /* Red */ - color: white; - margin-bottom: 15px; - width:70%; - margin: auto; - border: 1px solid white; - border-radius: 10px; - font-size:16px; -} - -.alertyellow { - padding: 20px; - background-color: #ffeb3b!important; /* yellow */ - color: black; - margin-bottom: 15px; - width:70%; - margin: auto; - border: 1px solid white; - border-radius: 10px; - font-size:16px; -} - -.alertblue { - padding: 20px; - background-color: #ddffff!important; /* blue cyan */ - color: black; - margin-bottom: 15px; - width:70%; - margin: auto; - border: 1px solid white; - border-radius: 10px; - font-size:16px; -} - -i.alertred { /* icon head */ - font-size: 24px; - border-radius: 0px; - border: 0px; - padding: 0px; - background-color: inherit; - color : inherit; -} - -span.alertred { /* title alert */ - font-family:Roboto,arial; - font-size:18px; - border:inherit; - background-color: inherit; - color : inherit; -} - - -// pour meganavbar - -.btn btn-outline-success my-2 my-sm-0 { - color: #fff; - background-color: transparent; - background-image: none; - border-color: #fff; -} - -.btn-outline-success { - color: #f6f9f6; - background-color: #0ca8e4; - background-image: none; - border-color: #4b4e4c; -} - -.btn-outline-success:hover { - color: #fff; - background-color: #32baef; - border-color: #007fd0; -} - - - +<?xml version="1.0" encoding="UTF-8"?> +<theme name="like_mybb_bT4CK" version="1829"> + <properties> + <templateset><![CDATA[42]]></templateset> + <editortheme><![CDATA[mybb.css]]></editortheme> + <imgdir><![CDATA[images]]></imgdir> + <logo><![CDATA[images/roundo/roundo-logo.png]]></logo> + <tablespace><![CDATA[5]]></tablespace> + <borderwidth><![CDATA[0]]></borderwidth> + <color><![CDATA[]]></color> + <disporder><![CDATA[a:15:{s:10:"global.css";i:1;s:8:"css3.css";i:2;s:12:"headerck.css";i:3;s:16:"star_ratings.css";i:4;s:9:"modcp.css";i:4;s:10:"usercp.css";i:4;s:14:"showthread.css";i:5;s:17:"thread_status.css";i:6;s:8:"site.css";i:9;s:15:"calendar_ck.css";i:11;s:18:"hack_line_code.css";i:12;s:16:"refurb_theme.css";i:13;s:12:"searchck.css";i:14;s:11:"ckblink.css";i:15;s:17:"Lien_effects1.css";i:16;}]]></disporder> + </properties> + <stylesheets> + <stylesheet name="hack_line_code.css" version="1829"><![CDATA[pre[class*=language-].line-numbers { + position: relative; + padding-left: 3.8em; + counter-reset: linenumber; + background: #fffb465e; + border-radius: 15px; + border: 1px solid #017cce78; +} + +.block-code, .block-code[class*="language-"] { + border: solid 1px #EEE; + max-height: 280px; + font-size: 13px; + font-weight: lighter; + white-space: pre-wrap; + background:#fffb465e; + border-radius: 15px; + border: 1px solid #017cce78; +} + +/* Prism toolsBar */ +div.code-toolbar { + position: relative; +} + +div.code-toolbar > .toolbar { + position: absolute; + top: -1.7em; + right: 0.2em; + transition: opacity 0.3s ease-in-out; + opacity: 0; +} + +div.code-toolbar:hover > .toolbar { + opacity: 1; +} + +div.code-toolbar > .toolbar .toolbar-item { + display: inline-block; +} + +div.code-toolbar > .toolbar a { + cursor: pointer; +} + +div.code-toolbar > .toolbar button { + background: none; + border: 0; + color: inherit; + font: inherit; + line-height: normal; + overflow: visible; + padding: 0; + -webkit-user-select: none; /* for button */ + -moz-user-select: none; + -ms-user-select: none; +} + +div.code-toolbar > .toolbar a, +div.code-toolbar > .toolbar button, +div.code-toolbar > .toolbar span { + color: #bbb; + font-size: .8em; + padding: 0 .5em; + background: #f5f2f0; + background: rgba(224, 224, 224, 0.2); + box-shadow: 0 2px 0 0 rgba(0,0,0,0.2); + border-radius: .5em; +} + +div.code-toolbar > .toolbar a:hover, +div.code-toolbar > .toolbar a:focus, +div.code-toolbar > .toolbar button:hover, +div.code-toolbar > .toolbar button:focus, +div.code-toolbar > .toolbar span:hover, +div.code-toolbar > .toolbar span:focus { + color: inherit; + text-decoration: none; +} + +/* <link type="text/css" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.16.0/themes/prism.min.css" integrity="sha256-77qGXu2p8NpfcBpTjw4jsMeQnz0vyh74f5do0cWjQ/Q=" crossorigin="anonymous" /> */ +/** + * prism.js default theme for JavaScript, CSS and HTML + * Based on dabblet (http://dabblet.com) + * @author Lea Verou + */ + +code[class*="language-"], +pre[class*="language-"] { + color: #3e3a3a; + background: none; + /*text-shadow: 0 1px white;*/ + font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; + font-size: 1.3em; + text-align: left; + white-space: pre; + word-spacing: normal; + word-break: normal; + word-wrap: normal; + line-height: 1.5; + + -moz-tab-size: 4; + -o-tab-size: 4; + tab-size: 4; + + -webkit-hyphens: none; + -moz-hyphens: none; + -ms-hyphens: none; + hyphens: none; +} + +pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, +code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection { + text-shadow: none; + background: #b3d4fc; +} + +pre[class*="language-"]::selection, pre[class*="language-"] ::selection, +code[class*="language-"]::selection, code[class*="language-"] ::selection { + text-shadow: none; + background: #b3d4fc; +} + +@media print { + code[class*="language-"], + pre[class*="language-"] { + text-shadow: none; + } +} + +/* Code blocks */ +pre[class*="language-"] { + padding: 1em; + margin: .5em 0; + overflow: auto; +} + +:not(pre) > code[class*="language-"], +pre[class*="language-"] { + background: #f5f2f0; +} + +/* Inline code */ +:not(pre) > code[class*="language-"] { + padding: .1em; + border-radius: .3em; + white-space: normal; +} + +.token.comment, +.token.prolog, +.token.doctype, +.token.cdata { + color: slategray; +} + +.token.punctuation { + color: #999; +} + +.namespace { + opacity: .7; +} + +.token.property, +.token.tag, +.token.boolean, +.token.number, +.token.constant, +.token.symbol, +.token.deleted { + color: #905; +} + +.token.selector, +.token.attr-name, +.token.string, +.token.char, +.token.builtin, +.token.inserted { + color: #690; +} + +.token.operator, +.token.entity, +.token.url, +.language-css .token.string, +.style .token.string { + color: #9a6e3a; + background: hsla(0, 0%, 100%, .5); +} + +.token.atrule, +.token.attr-value, +.token.keyword { + color: #07a; +} + +.token.function, +.token.class-name { + color: #DD4A68; +} + +.token.regex, +.token.important, +.token.variable { + color: #e90; +} + +.token.important, +.token.bold { + font-weight: bold; +} +.token.italic { + font-style: italic; +} + +.token.entity { + cursor: help; +} + + +/* https://cdnjs.cloudflare.com/ajax/libs/prism/1.16.0/plugins/line-numbers/prism-line-numbers.css +plugins/line-numbers/prism-line-numbers.min.css sha256-Afz2ZJtXw+OuaPX10lZHY7fN1+FuTE/KdCs+j7WZTGc= */ + +pre[class*="language-"].line-numbers { + position: relative; + padding-left: 3.8em; + counter-reset: linenumber; +} + +pre[class*="language-"].line-numbers > code { + position: relative; + white-space: inherit; +} + +.line-numbers .line-numbers-rows { + position: absolute; + pointer-events: none; + top: 0; + font-size: 100%; + left: -3.8em; + width: 3em; /* works for line-numbers below 1000 lines */ + letter-spacing: -1px; + border-right: 1px solid #999; + + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + +} + + .line-numbers-rows > span { + pointer-events: none; + display: block; + counter-increment: linenumber; + } + + .line-numbers-rows > span:before { + content: counter(linenumber); + color: #999; + display: block; + padding-right: 0.8em; + text-align: right; + } + +/* +plugins/show-invisibles/prism-show-invisibles.min.css sha256-nOfkEPu/TzBvIxN8D/vW8weOUczzDbxRjgik/hA2hBI= +https://cdnjs.cloudflare.com/ajax/libs/prism/1.16.0/plugins/show-invisibles/prism-show-invisibles.css +*/ +.token.tab:not(:empty), +.token.cr, +.token.lf, +.token.space { + position: relative; +} + +.token.tab:not(:empty):before, +.token.cr:before, +.token.lf:before, +.token.space:before { + color: #808080; + opacity: 0.6; + position: absolute; +} + +.token.tab:not(:empty):before { + content: '\21E5'; +} + +.token.cr:before { + content: '\240D'; +} + +.token.crlf:before { + content: '\240D\240A'; +} +.token.lf:before { + content: '\240A'; +} + +.token.space:before { + content: '\00B7'; +}]]> + </stylesheet> + <stylesheet name="calendar_ck.css" version="1829"><![CDATA[/*style pour le calendrier basé sur bootstrap*/ + +/* calendar_weekrow_day */ +.trow_sep > div.float_right.smalltext > a:link { + box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; + vertical-align: middle!important; + background-color: #ffc107; + display: inline-block; + padding: .25em .4em; + line-height: 1; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: .25rem; + padding-right: .6em; + padding-left: .6em; + border-radius: 10rem; + color: #fff; + font-size: 100%; + font-weight: 700; +} + +/* calendar_weekrow */ +.trow2 > div.float_right.smalltext > a:link +{ + box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; + vertical-align: middle!important; + background-color: #007bff; + display: inline-block; + padding: .25em .4em; + line-height: 1; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: .25rem; + color: #f8f9fa; + font-size: 100%; + font-weight: 700; + padding-right: .6em; + padding-left: .6em; + border-radius: 10rem; +} +/*forum sub forum*/ +.trow2 > div.smalltext > a:link { + box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; + vertical-align: middle!important; + background-color: #17a2b8; + display: inline-block; + padding: .25em .4em; + line-height: 1; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: .25rem; + color: #f8f9fa; + font-size: 100%; + font-weight: 700; + padding-right: .6em; + padding-left: .6em; + border-radius: 10rem; +} +/*forum sub forum*/ +.trow1 > div.smalltext > a:link { + box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; + vertical-align: middle!important; + background-color: #17a2b8; + display: inline-block; + padding: .25em .4em; + line-height: 1; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + border-radius: .25rem; + color: #f8f9fa; + font-size: 100%; + font-weight: 700; + padding-right: .6em; + padding-left: .6em; + border-radius: 10rem; +} +/* Les liens des sous forum */ +.trow2 > div.smalltext > a.nodeco:link, a.nodeco:visited { + color : #fff; + text-transform: capitalize; +} +.trow1 > div.smalltext > a.nodeco:link, a.nodeco:visited { + color : #fff; + text-transform: capitalize; +} +.trow1 > .trow1 > div.smalltext > a.nodeco:link, a.nodeco:visited { + color : #fff; + text-transform: capitalize; +} + ]]> + </stylesheet> + <stylesheet name="css3.css" version="1829"><![CDATA[tr td.trow1:first-child, +tr td.trow2:first-child, +tr td.trow_shaded:first-child { + border-left: 0; + font-size:16px; +} + +tr td.trow1:last-child, +tr td.trow2:last-child, +tr td.trow_shaded:last-child { + border-right: 0; + font-size:16px; +} + +.tborder { + -moz-border-radius: 11px; + -webkit-border-radius: 11px; + border-radius: 11px; +} + +.tborder tbody tr:last-child > td { + border-bottom: 0; +} + +.tborder tbody tr:last-child > td:first-child { + -moz-border-radius-bottomleft: 11px; + -webkit-border-bottom-left-radius: 11px; + border-bottom-left-radius: 11px; +} + +.tborder tbody tr:last-child > td:last-child { + -moz-border-radius-bottomright: 11px; + -webkit-border-bottom-right-radius: 11px; + border-bottom-right-radius: 11px; +} + +.thead { + -moz-border-radius-topleft: 11px; + -moz-border-radius-topright: 11px; + -webkit-border-top-left-radius: 11px; + -webkit-border-top-right-radius: 11px; + border-top-left-radius: 11px; + border-top-right-radius: 11px; +} + +.thead_collapsed { + -moz-border-radius-bottomleft: 11px; + -moz-border-radius-bottomright: 11px; + -webkit-border-bottom-left-radius: 11px; + -webkit-border-bottom-right-radius: 11px; + border-bottom-left-radius: 11px; + border-bottom-right-radius: 11px; +} + +.thead_left { + -moz-border-radius-topright: 0; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; +} + +.thead_right { + -moz-border-radius-topleft: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; +} + +.tcat_menu { + -moz-border-radius: 0 !important; + -webkit-border-radius: 0 !important; + border-radius: 0 !important; +} + +.tborder tbody:nth-last-child(2) .tcat_collapse_collapsed { + -moz-border-radius-bottomleft: 11px !important; + -moz-border-radius-bottomright: 11px !important; + -webkit-border-bottom-left-radius: 11px !important; + -webkit-border-bottom-right-radius: 11px !important; + border-bottom-left-radius: 11px !important; + border-bottom-right-radius: 11px !important; +} + +button, +input.button, +input.textbox, +input.invalid_field, +input.valid_field, +select, +textarea, +.editor_control_bar, +blockquote, +.codeblock, +fieldset, +.pm_alert, +.red_alert, +.popup_menu, +.postbit_buttons > a, +a.button { + -moz-border-radius: 11px; + -webkit-border-radius: 11px; + border-radius: 11px; +} + +.post.classic .post_author { + -moz-border-radius: 0 11px 11px 0; + -webkit-border-radius: 0 11px 11px 0; + border-radius: 0 11px 11px 0; +} + +.popup_menu .popup_item_container:first-child .popup_item { + -moz-border-radius-topleft: 11px; + -moz-border-radius-topright: 11px; + -webkit-border-top-left-radius: 11px; + -webkit-border-top-right-radius: 11px; + border-top-left-radius: 11px; + border-top-right-radius: 11px; +} + +.popup_menu .popup_item_container:last-child .popup_item { + -moz-border-radius-bottomleft: 11px; + -moz-border-radius-bottomright: 11px; + -webkit-border-bottom-left-radius: 11px; + -webkit-border-bottom-right-radius: 11px; + border-bottom-left-radius: 11px; + border-bottom-right-radius: 11px; +} + +.pagination a { + -moz-border-radius: 11px; + -webkit-border-radius: 11px; + border-radius: 11px; +} + +.pollbar { + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; +} + +div.error { + -moz-border-radius: 11px; + -webkit-border-radius: 11px; + border-radius: 11px; +} + + +/* The alert message in post Mybcode box color +asked by yoyo made for ckforum */ + +.alertred { + padding: 20px; + background-color: #f44336; /* Red */ + color: white; + margin-bottom: 15px; + width:70%; + margin: auto; + border: 1px solid white; + border-radius: 10px; + font-size:16px; +} + +.alertyellow { + padding: 20px; + background-color: #ffeb3b!important; /* yellow */ + color: black; + margin-bottom: 15px; + width:70%; + margin: auto; + border: 1px solid white; + border-radius: 10px; + font-size:16px; +} + +.alertblue { + padding: 20px; + background-color: #ddffff!important; /* blue cyan */ + color: black; + margin-bottom: 15px; + width:70%; + margin: auto; + border: 1px solid white; + border-radius: 10px; + font-size:16px; +} + +i.alertred { /* icon head */ + font-size: 24px; + border-radius: 0px; + border: 0px; + padding: 0px; + background-color: inherit; + color : inherit; +} + +span.alertred { /* title alert */ + font-family:Roboto,arial; + font-size:18px; + border:inherit; + background-color: inherit; + color : inherit; +} + + +/* pour meganavbar */ + +.btn btn-outline-success my-2 my-sm-0 { + color: #fff; + background-color: transparent; + background-image: none; + border-color: #fff; +} + +.btn-outline-success { + color: #f6f9f6; + background-color: #0ca8e4; + background-image: none; + border-color: #4b4e4c; +} + +.btn-outline-success:hover { + color: #fff; + background-color: #32baef; + border-color: #007fd0; +} + + + + + + ]]> + </stylesheet> + <stylesheet name="headerck.css" version="1829"><![CDATA[#video-fond +{ + overflow: hidden; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: -1; +} + +#video-fond .overlay +{ + position: absolute; + top: 0; + left: 0; + height: 100%; + width: 100%; + background-color: #a8cfe8c2; + opacity: 0.5; + z-index: 1; +} + +#video-fond > video +{ + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; +} + +/* 1. Pas de support d'object-fit */ + +@media (min-aspect-ratio: 16/9) +{ + #video-fond > video + { + height: 300%; + top: -100%; + } +} + +@media (max-aspect-ratio: 16/9) +{ + #video-fond > video + { + width: 300%; + left: -100%; + } +} + +/* 2. En cas de support d'object-fit, écrase les règles en (1) */ + +@supports (object-fit: cover) { + #video-fond > video { + width: 100%; + height: 100%; + top: 0; + left: 0; + object-fit: cover; + } +} + +#shoutbox.ckround +{ + background: #fff; + padding-left: 0px; + padding-right: 0px; + padding-top: 0px; + padding-bottom: 13px; + border-bottom-right-radius: 11px; + -webkit-border-bottom-right-radius: 11px; + border-bottom-left-radius: 11px; + -webkit-border-bottom-left-radius: 11px; +} + +/* lien du menu MeganavBar */ + +h5.dropdown-header > strong > a:link, a:visited { + color:#fff; + text-transform:uppercase; +} + +.fa, .far, .fas { + margin-top:10px; +}]]> + </stylesheet> + <stylesheet name="global.css" version="1829"><![CDATA[@charset "UTF-8"; + +body { + background: #fff; + color: #000; + text-align: center; + margin: 0; + font-family: "Montserrat", sans-serif; + overflow-y: hidden; + font-weight: 500; + line-height: 1.5; + text-rendering: optimizeLegibility; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +a:link { + color: #0072BC; + text-decoration: none; +} + +a:visited { + color: #fff; + text-decoration: none; +} + +a:hover, +a:active { + color: #0072BC; + text-decoration: underline; +} + +#container { + text-align: left; + margin: 0; + + color: #333; +} + +/*.wrapper { +width: 85%; +min-width: 970px; +max-width: 1500px; +margin: auto auto; +} + +*/ + +#logo { + /*background: #007fd0;*/ + background: #007fd0bd; + padding: 10px 0; + color: white; +} + +#content { + background: #007fd03d; + width: auto !important; + padding: 20px 10px; + overflow: hidden; +} + +#header ul.menu { + margin: 0; + padding: 0; + list-style: none; +} + +#header ul.menu li { + margin: 0 7px; + display: inline; +} + +#header ul.menu li a { + padding-left: 20px; + background-image: url(../../../images/headerlinks_sprite.png); + background-repeat: no-repeat; + display: inline-block; + line-height: 16px; + color: #fff; + font-weight: normal; + text-transform: uppercase; +} + +#logo ul.top_links { + font-weight: bold; + text-align: right; + margin: -10px 5px 0 0; +} + +#logo ul.top_links a.search { + background-position: 0 0; +} + +#logo ul.top_links a.memberlist { + background-position: 0 -20px; +} + +#logo ul.top_links a.calendar { + background-position: 0 -40px; +} + +#logo ul.top_links a.help { + background-position: 0 -60px; +} + +#logo ul.top_links a.portal { + background-position: 0 -180px; +} + +#panel .upper a.logout { + font-weight: bold; + background: url(../../../images/headerlinks_sprite.png) right -80px no-repeat; + padding-right: 20px; + margin-left: 10px; +} + +#panel .upper a.login, +#panel .upper a.lost_password { + background: url(../../../images/headerlinks_sprite.png) 0 -100px no-repeat; + padding-left: 20px; + margin-left: 10px; + font-weight: bold; +} + +#panel .upper a.register { + background: url(../../../images/headerlinks_sprite.png) right -80px no-repeat; + padding-right: 20px; + margin-left: 10px; + font-weight: bold; +} + +#panel .lower ul.panel_links { + float: left; +} + +#panel .lower ul.panel_links a.usercp { + background-position: 0 -120px; +} + +#panel .lower ul.panel_links a.modcp { + background-position: 0 -140px; +} + +#panel .lower ul.panel_links a.admincp { + background-position: 0 -160px; +} + +#panel .lower ul.user_links { + float: right; +} + +#panel .lower ul.user_links li a { + padding: 0; + background-image: none; +} + +#panel .upper { + background: #e1e1e1; + color: #777; + padding: 0px; + clear: both; +} + +#panel .upper a:link, +#panel .upper a:visited, +#panel .upper a:hover, +#panel .upper a:active { + color: #777; + text-decoration: none; +} + +#panel .lower { + background: #f2f2f2; + color: #999; + border-top: 1px solid #f2f2f2; + border-bottom: 1px solid #f2f2f2; + padding: 12px; +} + +#panel .lower a:link, +#panel .lower a:visited, +#panel .lower a:hover, +#panel .lower a:active { + color: #666; + text-transform: none; +} + +#search { + border: 0; + padding: 0; + margin: 0; + float: right; + vertical-align: middle; + background: #e1e1e1; +} + +#search input.button, +#search input.textbox { + border-color: #007fd0; +} + +#search input.button { + background: #007fd0; + color: #fff; +} + +#search input { + margin: -3px 0; +} + +#quick_login .remember_me input { + vertical-align: middle; + margin: -3px 0 0 5px; +} + +#footer { + clear: both; +} + +#footer ul.menu { + margin: 0; + padding: 0; + list-style: none; +} + +#footer ul.menu li { + /*margin: 0 5px;*/ + display: inline; +} + +#footer .upper { + background: #efefef; + border-top: 1px solid #bbb; + border-bottom: 1px solid #bbb; + padding: 6px; + font-size: 12px; + overflow: hidden; +} + +#footer a:link, +#footer a:visited, +#footer a:hover, +#footer a:active { + color: #777; +} + +#footer .upper .language { + float: right; + margin: -1px; + margin-left: 15px; +} + +#footer .upper .language select { + border-color: #ccc; +} + +#footer .upper .theme { + float: right; + margin: -1px; + margin-left: 15px; +} + +#footer .upper .theme select { + border-color: #ccc; +} + +#footer .upper ul.bottom_links { + float: left; + margin: 4px 0 0 0; +} + +#footer .lower { + color: #aaa; + padding: 6px 6px 12px 6px; + overflow: hidden; + background: #444444; + font-size: 11px; +} + +#footer .lower a:link, +#footer .lower a:visited { + color: #eee; + font-weight: bold; +} + +#footer .lower a:hover, +#footer .lower a:active { + color: #333; + text-decoration: underline; + font-weight: bold; +} + +#footer .lower #current_time { + float: right; + color: #888; +} + +#debug { + text-align: right; + margin-top: 20px; + font-size: 11px; +} + +.scaleimages img { + max-width: 100%; +} + +.forum_status { + height: 30px; + width: 30px; + background: url(../../../images/forum_icon_sprite.png) no-repeat 0 0; + display: inline-block; +} + +.forum_on { + background-position: 0 0; +} + +.forum_off { + background-position: 0 -30px; +} + +.forum_offclose { + background-position: 0 -60px; +} + +.forum_offlink { + background-position: 0 -90px; +} + +.subforumicon { + height: 10px; + width: 10px; + display: inline-block; + margin: 0 5px; + background: url(../../../images/mini_status_sprite.png) no-repeat 0 0; +} + +.subforum_minion { + background-position: 0 0; +} + +.subforum_minioff { + background-position: 0 -10px; +} + +.subforum_minioffclose { + background-position: 0 -20px; +} + +.subforum_miniofflink { + background-position: 0 -30px; +} + +table { + color: #333; + /*font-size: 13px;*/ + font-size: 14px; +} + +.tborder { + background: white; + width: 100%; + margin: auto auto; + /*border: 1px solid #ccc; + padding: 1px;*/ + /*padding: 1px;*/ + /* border: 1px solid #e7e7e7;*/ + border-radius: 11px; + box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; +} + +.tfixed { + table-layout: fixed; + word-wrap: break-word; +} + +.thead { + /*background: #0066a2 url(../../../images/thead.png) top left repeat-x;*/ + color: #ffffff; + /*border-bottom: 1px solid #263c30; + padding: 8px;*/ + background: #007fd0; + border: none; + font-size: 1.1em; + padding: 8px 12px; + text-transform: uppercase; +} + +.thead a:link { + color: #ffffff; + text-decoration: none; + text-transform: uppercase; + font-size: 18px; +} + +.thead a:visited { + color: #ffffff; +} + +.thead a:hover, +.thead a:active { + color: #ffffff; + text-decoration: underline; +} + +.tcat { + /*background: #0f0f0f url(../../../images/tcat.png) repeat-x;*/ + color: #000; + /*border-top: 1px solid #444; + border-bottom: 1px solid #000; + padding: 6px;*/ + font-size: 12px; + background: #ddd; + padding: 8px 12px; + border: none; +} + +.tcat span.smalltext { + color: #000; +} + +td.tcat a:link { + color: #000; +} + +.tcat a:link { + color: #fff; +} + +.tcat a:visited { + color: #fff; +} + +.tcat a:hover, +.tcat a:active { + color: #fff; +} + +.trow1 { + /*background: #f5f5f5; + border: 1px solid; + border-color: #fff #ddd #ddd #fff;*/ + background: #fafafa; + padding: 8px 12px; + border-right: 1px solid #e7e7e7; + border-bottom: 1px solid #e7e7e7; +} + +.trow1 a:link { + font-size: 16px; + text-transform: none; +} + +.trow2 a:link { + font-size: 16px; + text-transform: uppercase; +} + +.trow2 { + /*background: #efefef; + border: 1px solid; + border-color: #fff #ddd #ddd #fff;*/ + background: #f6f6f6; + padding: 8px 12px; + border-right: 1px solid #e7e7e7; + border-bottom: 1px solid #e7e7e7; +} + +.trow2 .smalltext { + font-size: 13px; +} + +.trow1 .smalltext { + font-size: 13px; +} + +.trow_shaded { + background: #ffdde0; + /*border: 1px solid; + border-color: #fff #ffb8be #ffb8be #fff;*/ + border-right: 1px solid #ffb8be; + border-bottom: 1px solid #ffb8be; +} + +.trow1:hover { + background-color: #e9e9e9; +} + +.trow2:hover { + background-color: #e9e9e9; +} + +.no_bottom_border { + border-bottom: 0; +} + +.post.unapproved_post { + background: #ffdde0; +} + +.post.unapproved_post .post_author { + border-bottom-color: #ffb8be; +} + +.post.classic.unapproved_post .post_author { + border-color: #ffb8be; +} + +.post.unapproved_post .post_controls { + border-top-color: #ffb8be; +} + +.trow_deleted, +.post.deleted_post { + background: #E8DEFF; +} + +.trow_selected, +tr.trow_selected td { + background: #FFFBD9; + color: #333; + border-right-color: #F7E86A; + border-bottom-color: #F7E86A; +} + +.trow_selected a:link, +.trow_selected a:visited, +.trow_selected a:hover, +.trow_selected a:active { + color: #333; +} + +.trow_sep { + background: #ddd; + color: #333; + /*border-bottom: 1px solid #c5c5c5; + padding: 6px;*/ + font-size: 12px; + font-weight: bold; + padding: 6px 12px; +} + +.tfoot { + /*border-top: 1px solid #fff; + padding: 6px;*/ + background: #ddd; + color: #666; + padding: 6px 12px; +} + +.tfoot a:link { + color: #444; + text-decoration: none; +} + +.tfoot a:visited { + color: #444; + text-decoration: none; +} + +.tfoot a:hover, +.tfoot a:active { + color: #444; + text-decoration: underline; +} + +.thead input.textbox, +.thead select { + border: 1px solid #263c30; +} + +.bottommenu { + background: #efefef; + color: #333; + border: 1px solid #4874a3; + padding: 10px; +} + +.navigation { + color: #333; + font-size: 12px; +} + +.navigation a:link { + text-decoration: none; +} + +.navigation a:visited { + text-decoration: none; +} + +.navigation a:hover, +.navigation a:active { + text-decoration: underline; +} + +.navigation .active { + color: #333; + font-size: small; + font-weight: bold; +} + +.smalltext { + /*font-size: 11px;*/ + font-size: 14px; +} + +.largetext { + font-size: 16px; + font-weight: bold; +} + +fieldset { + padding: 12px; + border: 1px solid #007fd0; + margin: 0; + background: white; +} + +fieldset.trow1, +fieldset.trow2 { + border-color: #bbb; +} + +fieldset.align_right { + text-align: right; +} + +input.textbox { + background: #ffffff; + color: #333; + border: 1px solid #ccc; + padding: 3px; + outline: 0; + /*font-size: 13px;*/ + /*font-family: Tahoma, Verdana, Arial, Sans-Serif;*/ + font-family: "Open Sans", sans-serif; + font-size: 14px; +} + +input.textbox.portal_search { + width: 68%; +} + +textarea { + background: #ffffff; + color: #333; + border: 1px solid #ccc; + padding: 2px; + line-height: 1.4; + outline: 0; + /*font-family: Tahoma, Verdana, Arial, Sans-Serif;*/ + font-family: "Open Sans", sans-serif; + font-size: 14px; +} + +select { + background: #ffffff; + padding: 3px; + border: 1px solid #ccc; + outline: 0; + /*font-family: Tahoma, Verdana, Arial, Sans-Serif;*/ + font-family: "Open Sans", sans-serif; + /*font-size: 13px;*/ + font-size: 14px; +} + +button, +input.button { + padding: 3px 8px; + cursor: pointer; + /*font-family: Tahoma, Verdana, Arial, Sans-Serif;*/ + font-family: "Open Sans", sans-serif; + /*font-size: 13px;*/ + font-size: 14px; + background: #eee url(../../../images/buttons_bg.png) repeat-x; + border: 1px solid #bbb; + color: #333; + outline: 0; +} + +button:hover, +input.button:hover { + border-color: #aaa; +} + +form { + margin: 0; + padding: 0; +} + +input.error, textarea.error, select.error { + border: 1px solid #f30; + color: #f30; +} + +input.valid, textarea.valid, select.valid { + border: 1px solid #0c0; +} + +label.error { + color: #f30; + margin: 5px; + padding: 0px; + display: block; + font-weight: bold; + font-size: 11px; +} + +form #message { + width: 500px; +} + +.editor { + background: #f1f1f1; + border: 1px solid #ccc; +} + +.editor_control_bar { + background: #fff; + border: 1px solid #ccc; +} + +.post .editor_control_bar { + background: #f5f5f5; +} + +.popup_menu { + background: #fff; + border: 1px solid #ccc; +} + +.popup_menu .popup_item { + background: #efefef; + color: #333; +} + +.popup_menu .popup_item:hover { + background: #0072BC; + color: #fff; +} + +.trow_reputation_positive { + background: #ccffcc; +} + +.trow_reputation_negative { + background: #ffcccc; +} + +.reputation_positive { + color: green; +} + +.reputation_neutral { + color: #444; +} + +.reputation_negative { + color: red; +} + +.repbox { + font-size: 16px; + font-weight: bold; + padding: 5px 7px 5px 7px; +} + +._neutral { + background-color: #FAFAFA; + color: #999999; + border: 1px solid #CCCCCC; +} + +._minus { + background-color: #FDD2D1; + color: #CB0200; + border: 1px solid #980201; +} + +._plus { + background-color: #E8FCDC; + color: #008800; + border: 1px solid #008800; +} + +img { + border: none; +} + +img.attachment { + border: 1px solid #E9E5D7; + padding: 2px; +} + +hr { + background-color: #000000; + color: #000000; + height: 1px; + border: 0px; +} + +.clear { + clear: both; +} + +.float_left { + float: left; +} + +.float_right { + float: right; +} + +.hidden { + display: none; + float: none; + width: 1%; +} + +.hiddenrow { + display: none; +} + +.selectall { + background: #FFFBD9; + border-bottom: 1px solid #F7E86A; + color: #333; + text-align: center; +} + +.expcolimage { + float: right; + width: auto; + vertical-align: middle; + margin-top: 3px; +} + +.tcat_menu > .expcolimage { + margin-top: 0; +} + +blockquote { + border: 1px solid #ccc; + margin: 0; + background: #fff; + padding: 10px; +} + +blockquote cite { + font-weight: bold; + border-bottom: 1px solid #ccc; + font-style: normal; + display: block; + padding-bottom: 3px; + margin: 0 0 10px 0; +} + +blockquote cite > span { + float: right; + font-weight: normal; + font-size: 12px; + color: #666; +} + +blockquote cite span.highlight { + float: none; + font-weight: bold; + padding-bottom: 0; +} + +.codeblock { + background: #fff; + /*border: 1px solid #ccc;*/ + padding: 20px; + color: #000; + line-height: .95 em; + font-size: 14px; + font-family: Monaco, Consolas, Courier, monospace; +} + +.codeblock .title { + border-bottom: 1px solid #ccc; + font-weight: bold; + padding-bottom: 3px; + margin: 0 0 10px 0; + color: #000; +} + +.codeblock code { + overflow: auto; + height: auto; + max-height: 200px; + display: block; + font-family: Monaco, Consolas, Courier, monospace; + /*font-size: 13px;*/ + font-size: 14px; + color: #000; +} + +.smilie { + vertical-align: middle; +} + +.smilie_pointer { + cursor: pointer; +} + +.separator { + margin: 5px; + padding: 0; + height: 0px; + font-size: 1px; + list-style-type: none; +} + +.popup_menu .popup_item_container { + margin: 1px; + text-align: left; +} + +.popup_menu .popup_item { + display: block; + padding: 4px; + white-space: nowrap; + text-decoration: none; +} + +.popup_menu a.popup_item:hover { + text-decoration: none; +} + +.subject_new { + font-weight: bold; +} + +.highlight { + background: #FFFFCC; + padding-top: 3px; + padding-bottom: 3px; +} + +.pm_alert { + background: #FFF6BF; + border: 1px solid #FFD324; + text-align: center; + padding: 5px 20px; + margin-bottom: 15px; + font-size: 11px; +} + +.red_alert { + background: #FBE3E4; + border: 1px solid #A5161A; + color: #A5161A; + text-align: center; + padding: 5px 20px; + margin-bottom: 15px; + font-size: 11px; + word-wrap: break-word; +} + +.red_alert a:link, +.red_alert a:visited, +.red_alert a:hover, +.red_alert a:active { + color: #A5161A; +} + +.high_warning { + color: #CC0000; +} + +.moderate_warning { + color: #F3611B; +} + +.low_warning { + color: #AE5700; +} + +.imminent_banned { + color: #880000; +} + +.high_banned { + color: #FF0000; +} + +.moderate_banned { + color: #FF6600; +} + +.low_banned { + color: #008000; +} + +.online { + color: #15A018; +} + +.offline { + color: #C7C7C7; +} + +div.error { + padding: 5px 10px; + border: 2px solid #FFD324; + background: #FFF6BF; + font-size: 12px; +} + +div.error p { + margin: 0; + color: #333; + font-weight: normal; +} + +div.error p em { + font-style: normal; + font-weight: bold; + padding-left: 24px; + display: block; + color: #C00; + background: url(../../../images/error.png) no-repeat 0; +} + +div.error ul { + margin-left: 24px; +} + +.pagination { + font-size: 11px; + padding-top: 10px; + margin-bottom: 5px; +} + +.tfoot .pagination, +.tcat .pagination { + padding-top: 0; +} + +.pagination .pages { + font-weight: bold; +} + +.pagination .pagination_current, +.pagination a { + padding: 3px 6px; + margin-bottom: 3px; +} + +.pagination a { + background: #f5f5f5; + border: 1px solid #ccc; +} + +.pagination .pagination_current { + background: none; + color: #333; + border: none; + font-weight: bold; +} + +.pagination a:hover { + background: #0072BC; + color: #fff; + border-color: #263c30; + text-decoration: none; +} + +.pagination .go_page img { + margin-bottom: -4px; +} + +.drop_go_page { + background: #f5f5f5; + padding: 4px; +} + +.pagination_breadcrumb { + background-color: #efefef; + border: 1px solid #fff; + outline: 1px solid #ccc; + padding: 5px; + margin-top: 5px; + font-weight: normal; +} + +.pagination_breadcrumb_link { + vertical-align: middle; + cursor: pointer; +} + +.thread_legend, +.thread_legend dd { + margin: 0; + padding: 0; +} + +.thread_legend dd { + padding-bottom: 4px; + margin-right: 15px; +} + +.thread_legend img { + margin-right: 4px; + vertical-align: bottom; +} + +.forum_legend, +.forum_legend dt, +.forum_legend dd { + margin: 0; + padding: 0; +} + +.forum_legend dd { + float: left; + margin-right: 10px; + margin-top: 7px; +} + +.forum_legend dt { + margin-right: 10px; + float: left; +} + +.success_message { + color: #00b200; + font-weight: bold; + font-size: 10px; + margin-bottom: 10px; +} + +.error_message { + color: #C00; + font-weight: bold; + font-size: 10px; + margin-bottom: 10px; +} + +#posts_container { + padding: 0; +} + +.ignored_post { + border-top: 3px solid #333; + padding: 15px; +} + +.ignored_post .show_ignored_post { + margin-top: -15px; +} + +.ignored_post .show_ignored_post a.button span { + background-position: 0 -400px; +} + +.deleted_post_hidden { + border-top: 2px solid #ccc; + padding: 15px; +} + +.deleted_post_collapsed { + border-top: 3px solid #333; + padding: 15px; +} + +.deleted_post_collapsed .show_deleted_post { + margin-top: -15px; +} + +.deleted_post_collapsed .show_deleted_post a.button span { + background-position: 0 -400px; +} + +.post { + overflow: hidden; +} + +.post.classic { + padding-top: 15px; +} + +.post .post_author { + border-bottom: 1px solid #ccc; + border-top: 2px solid #ccc; + background: #f5f5f5; + padding: 5px; + overflow: hidden; +} + +.post.classic .post_author { + border: 1px solid #ddd; + float: left; + width: 15%; + margin: 0 1% 15px 0; + border-left: 0; + padding: 5px 1%; +} + +.post .post_author .buddy_status { + vertical-align: middle; + margin-top: -4px; +} + +.post .post_author div.author_avatar { + float: left; + margin-right: 3px; +} + +.post.classic .post_author div.author_avatar { + float: none; + text-align: center; + margin-bottom: 8px; +} + +.post .post_author div.author_avatar img { + padding: 5px; + border: 1px solid #ddd; + background: #fff; +} + +.post .post_author div.author_information { + float: left; + padding: 6px 8px; +} + +.post.classic .post_author div.author_information { + float: none; + padding: 0; + text-align: center; +} + +.post .post_author div.author_statistics { + float: right; + font-size: 11px; + padding: 3px 10px 3px 5px; + color: #666; + line-height: 1.3; +} + +.post.classic .post_author div.author_statistics { + border-top: 1px dotted #ccc; + margin: 6px 0 0 0; + padding: 6px 6px 3px 6px; + float: none; +} + +.post .post_head { + font-size: 11px; + padding-bottom: 4px; + border-bottom: 1px dotted #ddd; + margin-bottom: 4px; +} + +.post .post_head span.post_date { + color: #666; +} + +.post .post_head span.edited_post { + font-size: 10px; + color: #999; +} + +.post .post_head span.edited_post a { + color: #666; +} + +.post_body { + font-size: 16px; + padding: 12px 0; +} + +.post.classic .post_content { + float: left; + width: 79%; + padding: 0 1% 5px 1%; +} + +.post_content { + padding: 9px 10px 5px 10px; +} + +.post_content .signature { + margin-top: 5px; + border-top: 1px dotted #ddd; + padding: 10px 0 4px 0; +} + +.post .post_meta { + margin: 4px 0; + font-size: 11px; + color: #999; +} + +.post .post_meta a:link, +.post .post_meta a:visited { + color: #777; +} + +.post .post_meta a:hover, +.post .post_meta a:active { + color: #777; +} + +.post_controls { + clear: both; + background: #f5f5f5; + border-bottom: 1px solid #ccc; + padding: 5px; + overflow: hidden; +} + +.postbit_buttons > a:link, +.postbit_buttons > a:hover, +.postbit_buttons > a:visited, +.postbit_buttons > a:active { + display: inline-block; + padding: 2px 5px; + margin: 2px; + font-size: 11px; + background: #eee url(../../../images/buttons_bg.png) repeat-x; + border: 1px solid #ccc; + color: #555; +} + +.postbit_buttons > a:hover { + border-color: #bbb; +} + +.postbit_buttons a span { + padding-left: 20px; + display: inline-block; + height: 16px; + background-image: url(../../../images/buttons_sprite.png); + background-repeat: no-repeat; +} + +.postbit_buttons a.postbit_find span { + background-position: 0 0; +} + +.postbit_buttons a.postbit_reputation_add span { + background-position: 0 -20px; +} + +.postbit_buttons a.postbit_email span { + background-position: 0 -40px; +} + +.postbit_buttons a.postbit_website span { + background-position: 0 -60px; +} + +.postbit_buttons a.postbit_pm span { + background-position: 0 -80px; +} + +.postbit_buttons a.postbit_quote span { + background-position: 0 -100px; +} + +.postbit_buttons a.postbit_multiquote span { + background-position: 0 -120px; +} + +.postbit_buttons a.postbit_multiquote_on span { + background-position: 0 -140px; +} + +.postbit_buttons a.postbit_edit span { + background-position: 0 -160px; +} + +.postbit_buttons a.postbit_qdelete span { + background-position: 0 -180px; +} + +.postbit_buttons a.postbit_qrestore span { + background-position: 0 -200px; +} + +.postbit_buttons a.postbit_report span { + background-position: 0 -220px; +} + +.postbit_buttons a.postbit_warn span { + background-position: 0 -240px; +} + +.postbit_buttons a.postbit_purgespammer span { + background-position: 0 -540px; +} + +.postbit_buttons a.postbit_reply_pm span { + background-position: 0 -260px; +} + +.postbit_buttons a.postbit_reply_all span { + background-position: 0 -280px; +} + +.postbit_buttons a.postbit_forward_pm span { + background-position: 0 -300px; +} + +.postbit_buttons a.postbit_delete_pm span { + background-position: 0 -320px; +} + +a.button:link, +a.button:hover, +a.button:visited, +a.button:active { + /*background: #0f0f0f url(../../../images/tcat.png) repeat-x;*/ + color: #fff; + display: inline-block; + padding: 4px 8px; + margin: 2px 2px 6px 2px; + /*border: 1px solid #000;*/ + font-size: 14px; + background: #111; + border: 1px solid #111; +} + +a.button.small_button { + font-size: 13px; + margin: 0; + padding: 3px 6px; +} + +a.button span { + padding-left: 20px; + display: inline-block; + background-image: url(../../../images/buttons_sprite.png); + background-repeat: no-repeat; +} + +a.button.new_thread_button span { + background-position: 0 -340px; +} + +a.button.new_reply_button span { + background-position: 0 -360px; +} + +a.button.closed_button span { + background-position: 0 -380px; +} + +a.button.rate_user_button span { + background-position: 0 -400px; +} + +a.button.add_buddy_button span { + background-position: 0 -440px; +} + +a.button.remove_buddy_button span { + background-position: 0 -480px; +} + +a.button.add_ignore_button span { + background-position: 0 -460px; +} + +a.button.remove_ignore_button span { + background-position: 0 -500px; +} + +a.button.report_user_button span { + background-position: 0 -520px; +} + +.postbit_qrestore, +.status_type { + display: none!important; +} + +.deleted_post .postbit_qrestore, +.deleted_post .status_type { + display: inline!important; +} + +.deleted_post .postbit_mirage { + display: none!important; +} + +.quick_jump { + background: url(../../../images/jump.png) no-repeat 0; + width: 13px; + height: 13px; + padding-left: 13px; + /* amount of padding needed for image to fully show */ + margin-top: -3px; + border: none; +} + +.pollbar { + background: url(../../../images/pollbar.png) top left repeat-x; + border: 1px solid #3f3f3f; + height: 10px; +} + +.pollbar .percent { + display: none; +} + +.posticons_label { + white-space: nowrap; +} + +/** jGrowl Start **/ +/** Special IE6 Style Positioning **/ +.ie6 { + position: absolute; +} + +.ie6.top-right { + right: auto; + bottom: auto; + left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); + top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); +} + +.ie6.top-left { + left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); + top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); +} + +.ie6.bottom-right { + left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); + top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); +} + +.ie6.bottom-left { + left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); + top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); +} + +.ie6.center { + left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); + top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); + width: 100%; +} + +/** jGrowl Styling **/ +.jGrowl { + z-index: 9999; + color: #ffffff; + font-size: 12px; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + position: fixed; +} + +.jGrowl.top-left { + left: 0px; + top: 0px; +} + +.jGrowl.top-right { + right: 0px; + top: 0px; +} + +.jGrowl.bottom-left { + left: 0px; + bottom: 0px; +} + +.jGrowl.bottom-right { + right: 0px; + bottom: 0px; +} + +.jGrowl.center { + top: 0px; + width: 50%; + left: 25%; +} + +/** Cross Browser Styling **/ +.jGrowl.center .jGrowl-notification, +.jGrowl.center .jGrowl-closer { + margin-left: auto; + margin-right: auto; +} + +.jGrowl-notification { + background-color: transparent; + opacity: 0.9; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); + -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); + zoom: 1; + width: 250px; + padding: 10px; + margin: 10px; + text-align: left; + display: none; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; + word-break: break-all; +} + +.jGrowl .jGrowl-notification { + min-height: 40px; +} + +.jGrowl-notification .ui-state-highlight, +.jGrowl-notification .ui-widget-content .ui-state-highlight, +.jGrowl-notification .ui-widget-header .ui-state-highlight { + border: 1px solid #000; + background: #000; + color: #fff; +} + +.jGrowl-notification .jGrowl-header { + font-weight: bold; + font-size: .85em; +} + +.jGrowl-notification .jGrowl-close { + background-color: transparent; + color: inherit; + border: none; + z-index: 99; + float: right; + font-weight: bold; + font-size: 1em; + cursor: pointer; +} + +.jGrowl-closer { + background-color: #000000; + opacity: 0.9; + filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); + -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); + zoom: 1; + width: 250px; + padding: 10px; + margin: 10px; + display: none; + border-radius: 5px; + word-break: break-all; + padding-top: 4px; + padding-bottom: 4px; + cursor: pointer; + font-size: .9em; + font-weight: bold; + text-align: center; +} + +.jGrowl-closer .ui-state-highlight, +.jGrowl-closer .ui-widget-content .ui-state-highlight, +.jGrowl-closer .ui-widget-header .ui-state-highlight { + border: 1px solid #000; + background: #000; + color: #fff; +} + +.jGrowl .jGrowl-notification.jgrowl_success { + background: lightgreen; + border: 1px solid lightgreen; + color: #333; +} + +.jGrowl .jGrowl-notification.jgrowl_error { + background: red; + border: 1px solid red; + color: #333; +} + +.jGrowl .jGrowl-notification.jgrowl_process, .jGrowl .jGrowl-closer { + background: yellow; + border: 1px solid yellow; + color: #333; +} + +/** Hide jGrowl when printing **/ + +@media print { + .jGrowl { + display: none; + } + + +} + +/** jGrowl End **/ +/** Modal Start **/ +.blocker { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + width: 100%; + height: 100%; + overflow: auto; + z-index: 9999; + padding: 20px; + box-sizing: border-box; + background-color: rgba(0,0,0,0.75); + text-align: center; +} + +.blocker:before { + content: ""; + display: inline-block; + height: 100%; + vertical-align: middle; + margin-right: -0.05em; +} + +.blocker.behind { + background-color: transparent; +} + +.modal { + width: 400px; + /*a retravailler cause jquery 3.5.1*/ + max-height: 255px; + text-align: left; + display: inline-block; + vertical-align: middle; + position: relative; + z-index: 2; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + -webkit-border-radius: 11px; + -moz-border-radius: 11px; + -o-border-radius: 11px; + -ms-border-radius: 11px; + border-radius: 11px; + -webkit-box-shadow: 0 0 10px #000; + -moz-box-shadow: 0 0 10px #000; + -o-box-shadow: 0 0 10px #000; + -ms-box-shadow: 0 0 10px #000; + box-shadow: 0 0 10px #000; + +} + +.modal a.close-modal { + position: absolute; + top: 4.5px; + right: 13.5px; + display: block; + width: 30px; + height: 30px; + text-indent: -9999px; + background: url(../../../images/close.png) no-repeat 0 0; +} + +.modal-spinner { + display: none; + width: 64px; + height: 64px; + position: fixed; + top: 50%; + left: 50%; + margin-right: -32px; + margin-top: -32px; + background: url(../../../images/spinner_big.gif) no-repeat center center; + -webkit-border-radius: 8px; + -moz-border-radius: 8px; + -o-border-radius: 8px; + -ms-border-radius: 8px; + border-radius: 8px; +} + +/** Modal End **/ +/** Impromptu Start **/ + +/*! jQuery-Impromptu - v6.2.3 - 2016-04-23 +* http://trentrichardson.com/Impromptu +* Copyright (c) 2016 Trent Richardson; Licensed MIT */ + +.jqifade { + position: absolute; + background-color: #777777; +} + +iframe.jqifade { + display: block; + z-index: -1; +} + +div.jqi { + width: 400px; + max-width: 90%; + font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; + position: absolute; + background-color: #ffffff; + font-size: 11px; + text-align: left; + border: solid 1px #eeeeee; + border-radius: 6px; + -moz-border-radius: 6px; + -webkit-border-radius: 6px; + padding: 7px; +} + +div.jqi .jqicontainer { +} + +div.jqi .jqiclose { + position: absolute; + top: 4px; + right: -2px; + width: 18px; + cursor: default; + color: #bbbbbb; + font-weight: bold; +} + +div.jqi .jqistate { + background-color: #fff; +} + +div.jqi .jqititle { + padding: 5px 10px; + font-size: 16px; + line-height: 20px; + border-bottom: solid 1px #eeeeee; +} + +div.jqi .jqimessage { + padding: 10px; + line-height: 20px; + color: #444444; + overflow: auto; +} + +div.jqi .jqibuttonshide { + display: none; +} + +div.jqi .jqibuttons { + text-align: right; + margin: 0 -7px -7px -7px; + border-top: solid 1px #e4e4e4; + background-color: #f4f4f4; + border-radius: 0 0 6px 6px; + -moz-border-radius: 0 0 6px 6px; + -webkit-border-radius: 0 0 6px 6px; +} + +div.jqi .jqibuttons button { + margin: 0; + padding: 15px 20px; + background-color: transparent; + border: none; + border-left: solid 1px #e4e4e4; + color: #777; + font-weight: bold; + font-size: 12px; +} + +div.jqi .jqibuttons button.jqidefaultbutton { + color: #489afe; +} + +div.jqi .jqibuttons button:hover, +div.jqi .jqibuttons button:focus { + color: #287ade; + outline: none; +} + +div.jqi .jqibuttons button[disabled] { + color: #aaa; +} + +.jqiwarning .jqi .jqibuttons { + background-color: #b95656; +} + +/* sub states */ +div.jqi .jqiparentstate::after { + background-color: #777; + opacity: 0.6; + filter: alpha(opacity=60); + content: ''; + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + border-radius: 6px; + -moz-border-radius: 6px; + -webkit-border-radius: 6px; +} + +div.jqi .jqisubstate { + position: absolute; + top: 0; + left: 20%; + width: 60%; + padding: 7px; + border: solid 1px #eeeeee; + border-top: none; + border-radius: 0 0 6px 6px; + -moz-border-radius: 0 0 6px 6px; + -webkit-border-radius: 0 0 6px 6px; +} + +div.jqi .jqisubstate .jqibuttons button { + padding: 10px 18px; +} + +/* arrows for tooltips/tours */ +.jqi .jqiarrow { + position: absolute; + height: 0; + width: 0; + line-height: 0; + font-size: 0; + border: solid 10px transparent; +} + +.jqi .jqiarrowtl { + left: 10px; + top: -20px; + border-bottom-color: #ffffff; +} + +.jqi .jqiarrowtc { + left: 50%; + top: -20px; + border-bottom-color: #ffffff; + margin-left: -10px; +} + +.jqi .jqiarrowtr { + right: 10px; + top: -20px; + border-bottom-color: #ffffff; +} + +.jqi .jqiarrowbl { + left: 10px; + bottom: -20px; + border-top-color: #ffffff; +} + +.jqi .jqiarrowbc { + left: 50%; + bottom: -20px; + border-top-color: #ffffff; + margin-left: -10px; +} + +.jqi .jqiarrowbr { + right: 10px; + bottom: -20px; + border-top-color: #ffffff; +} + +.jqi .jqiarrowlt { + left: -20px; + top: 10px; + border-right-color: #ffffff; +} + +.jqi .jqiarrowlm { + left: -20px; + top: 50%; + border-right-color: #ffffff; + margin-top: -10px; +} + +.jqi .jqiarrowlb { + left: -20px; + bottom: 10px; + border-right-color: #ffffff; +} + +.jqi .jqiarrowrt { + right: -20px; + top: 10px; + border-left-color: #ffffff; +} + +.jqi .jqiarrowrm { + right: -20px; + top: 50%; + border-left-color: #ffffff; + margin-top: -10px; +} + +.jqi .jqiarrowrb { + right: -20px; + bottom: 10px; + border-left-color: #ffffff; +} + +/** Impromptu End */ +.mysupport_status_technical { + color: blue; +} + +.mysupport_status_solved { + color: green; +} + +.mysupport_status_notsolved { + color: red; +} + +.mysupport_bar_technical { + background: blue; + height: 10px; +} + +.mysupport_bar_solved { + background: green; + height: 10px; +} + +.mysupport_bar_notsolved { + background: red; + height: 10px; +} + +.mysupport_bestanswer_highlight { + background: #D6ECA6 !important; +} + +.mysupport_staff_highlight { + background: #E6E8FA !important; +} + +.usercp_nav_support_threads { + background: url(../../../images/usercp/mysupport_support.png) no-repeat left center; +} + +.usercp_nav_assigned_threads { + background: url(../../../images/usercp/mysupport_assigned.png) no-repeat left center; +} + +.modcp_nav_tech_threads { + background: url(../../../images/modcp/mysupport_technical.png) no-repeat left center; +} + +.modcp_nav_deny_support { + background: url(../../../images/mysupport_no_support.gif) no-repeat left center; +} + +.thread-prefix { + display: inline-block; + padding: 3px 4px; + font-size: 12px; + font-weight: 600; + line-height: 1; + color: #fff; + border-radius: 2px; + box-shadow: inset 0 -1px 0 rgba(27,31,35,0.12); +} + +.thread-prefix--20 { + background-color: #006b75; +} + +.thread-prefix--110 { + background-color: #33aaee; +} + +.thread-prefix--18 { + background-color: #5319e7; +} + +.inline-code { + padding: 1px; + background: #FAFAFA; + border: solid 1px #EEE; + border-radius: 3px; + word-wrap: break-word; + font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace; + font-size: 12px; +} + +.block-code { + overflow-y: auto; +} + +.block-code, .block-code[class*="language-"] { + border: solid 1px #EEE; + max-height: 280px; + font-size: 13px; + white-space: pre-wrap; +} + +/* Custom browser scrollbar (webkit browsers only), you may remove. It won't hurt anything. */ +::-webkit-scrollbar { + width: 12px; +} + +::-webkit-scrollbar-thumb { + background: #007FC6; + border: 2px solid #000; + border-radius: 6px; + padding: 4px; +} + +::-webkit-scrollbar-track { + background: #252525; + border-top: 1px solid #282828; + border-left: 1px solid #282828; + border-right: 1px solid #000; + border-bottom: 1px solid #000; +} + +/* END: Custom Scrollbar */ +/* DVZ Shoutbox */ +#shoutbox { + margin-bottom: 10px; + /*border: solid 2px rgba(0,0,0,0.1);*/ + -webkit-border-top-left-radius: 11px; + -webkit-border-top-right-radius: 11px; + border-top-left-radius: 11px; + border-top-right-radius: 11px; + background: white; + /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;*/ +} + +.expcolimage a:link, .expcolimage a:visited { + color: #fff; + text-decoration: none; + text-transform: none; +} + +#shoutbox a:link { + color: #0072BC; + text-decoration: none; + text-transform: none; +} + +#shoutbox .head { + /*padding: 8px;*/ + background: #007fd0; + color: #fff; + /*border-bottom: 1px solid #263c30;*/ + padding: 8px; + text-transform: uppercase; + -webkit-border-top-left-radius: 11px; + -webkit-border-top-right-radius: 11px; + border-top-left-radius: 11px; + border-top-right-radius: 11px; +} + +#shoutbox .head a:link, a:visited { + color: #fff; + text-decoration: none; + text-transform: none; +} + +#shoutbox.front .head { + cursor: pointer; +} + +#shoutbox .head .right { + float: right; + margin: 0; + font-size: 13px; +} + +#shoutbox.collapsed .head { + opacity: 0.6; +} + +#shoutbox.collapsed .body { + display: none; +} + +#shoutbox .panel { + /* border-top: solid 2px rgba(0,0,0,0.1);*/ +} + +/* +#shoutbox input.text { +margin: 0; +padding: 10px 8px; +width: 100%; +box-sizing: border-box; +border: none; +box-shadow: inset 0 2px 4px rgba(0,0,0,0.08); +font-family: Montserrat, sans-serif; +font-size: 14px; color: #000; +background: #ddd; +color: #000; +border: 1px solid #efefef; +} + +*/ + +#shoutbox .minposts, #shoutbox .blocked { + padding: 6px; + font-size: 11px; +} + +#shoutbox .panel.minposts { + background: #FFFED8; + color: #727250; +} + +#shoutbox .panel.blocked { + background: #FCEFEF; + color: #543A3A; +} + +#shoutbox .panel p { + margin: 0; +} + +#shoutbox .window { + border-top: solid 0px rgba(0,0,0,0.1); + overflow-y: scroll; + background: #fafafa; +} + +#shoutbox .data { + display: table; + width: 100%; + border-top: solid 2px rgba(0,0,0,0.1); + /*font-family: Arial, sans-serif; font-size: 14px;*/ +} + +#shoutbox.front .data { + border-top: none; +} + +#shoutbox .entry { + display: table-row !important; + width: 100%; + transition: background-color 0.2s; +} + +#shoutbox .entry:nth-child(even) { + background-color: rgba(0,0,0,0.01); +} + +#shoutbox .entry.new { + background-color: rgba(255,255,100,0.1); +} + +#shoutbox .entry:target { + background-color: rgba(50,200,255,0.1); +} + +#shoutbox .entry > div { + border-bottom: dashed 1px rgba(0,0,0,0.05); +} + +#shoutbox .entry:last-child > div { + border-bottom: none; +} + +#shoutbox .entry > div { + display: table-cell; + padding: 6px; +} + +#shoutbox .entry:hover { + background-color: #e9e9e9; +} + +#shoutbox .avatar img { + margin: 0 auto; + vertical-align: middle; + max-height: 20px; + max-width: 20px; + border: solid 1px rgba(255,255,255,0.1); + box-shadow: 0 0 2px rgba(0,0,0,0.1); + cursor: pointer; + border-radius: 50%; + -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3); +} + +#shoutbox .user { + border-right: solid 1px rgba(0,0,0,0.05); + text-align: right; + white-space: nowrap; +} + +#shoutbox .text { + width: 100%; + color: #555; + word-break: break-all; + word-wrap: break-word; +} + +#shoutbox .info { + font-size: 11px; + color: #AAA; + white-space: nowrap; + /*text-align: right;*/ +} + +#shoutbox .entry.unread .info:before { + display: inline-block; + position: relative; + top: -2px; + margin-right: 10px; + height: 4px; + width: 4px; + content: ''; + background: rgba(255,100,0,0.8); + border-radius: 10px; +} + +#shoutbox .info a { + color: inherit; +} + +#shoutbox .mod { + padding: 6px 8px; + font-size: 9px; + font-weight: bold; + color: #AAA; + text-decoration: none; +} + +#shoutbox .mod:nth-of-type(2) { + margin-right: 5px; + border-left: solid 1px rgba(0,0,0,0.1); +} + +#shoutbox .ip { + margin-right: 10px; + color: #CECECE; +} + +.smalltext a:link, a:visited { + font-size: 12px; + text-decoration: none; + color: #000; +} + +/*input color*/ +.text.form-control.mr-sm-1 { + color: #fff; + background-color: #1395e836; + border-color: #65bcf3; +} + +table { + border-collapse: inherit; +} + +#shout_sw.front { + float: right; + background: url("./images/collapse.png"); + width: 16px; + height: 16px; + margin-top: 7px; + margin-left: 9px; +} + +#shout_sw div .front .collapse { + float: right; + background: url("./images/collapse_collapsed.png"); + width: 16px; + height: 16px; + margin-top: 7px; + margin-left: 9px; +} + +]]> + </stylesheet> + <stylesheet name="site.css" version="1829"><![CDATA[article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } +audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } +audio:not([controls]) { display: none; } +[hidden] { display: none; } + + +html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } +body { margin: 0; font-size: 14px; line-height: 1.7; +font-weight: 600; +font-size: 100%; +} + +::-moz-selection { background: #f8891f; background: #ff7500; color: #fff; text-shadow: none; } +::selection { background: #f8891f; background: #ff7500; color: #fff; text-shadow: none; } + +abbr[title] { border-bottom: 1px dotted; } +b, strong { font-weight: bold; } +blockquote { margin: 1em 40px; } +dfn { font-style: italic; } +hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } +ins { background: #ff9; color: #000; text-decoration: none; } +mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; } +pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; } +pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; } +q { quotes: none; } +q:before, q:after { content: ""; content: none; } +small { font-size: 85%; } +sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } +sup { top: -0.5em; } +sub { bottom: -0.25em; } +ul, ol { margin: 1em 0; padding: 0 0 0 40px; } +dd { margin: 0 0 0 40px; } +nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; } +img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; } +svg:not(:root) { overflow: hidden; } +figure { margin: 0; } + +form { margin: 0; } + +label { cursor: pointer; } +legend { border: 0; *margin-left: -7px; padding: 0; } +button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; outline: 0; } +button, input { line-height: normal; *overflow: visible; } +table button, table input { *overflow: auto; } +button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; } +input[type="checkbox"], input[type="radio"] { box-sizing: border-box; } +input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } +input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } +button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } +textarea { overflow: auto; vertical-align: top; resize: vertical; } +input:valid, textarea:valid { } +input:invalid, textarea:invalid { background-color: #f0dddd; } + +p { + margin: 5px 0 15px 0; +} + +h1, h2, h3, h4, h5, h6 { + margin: 0; +} + +a:link, +a:visited { + /*color: #007fd0;*/ + color:unset; + text-decoration: none; +} + +a:hover, +a:active { + color: #ff7500; + text-decoration: underline; +} + +.wrapper { + /*width: 950px;*/ + padding: 0 10px; + margin: 0 auto; + box-sizing: border-box; +} +.wrapper:after { + content: ""; + display: table; + clear: both; +} + +@media only screen and (min-width: 1140px) { + .wrapper { + width: 97%; + max-width: 1500px; + padding: 0; + margin: 0 auto; + } +} + +.logo { + display: block; + text-decoration: none; +} +.logo__icon > svg { + height: 40px; + width: 50px; + display: inline-block; + vertical-align: middle; +} +.logo__icon > svg * { + transition: fill 0.25s ease; +} +.logo__text { + font-family: "Asap", sans-serif; + font-style: italic; + color: #fff; + text-indent: 5px; +} +.logo:hover { + text-decoration: none; +} +.logo--light .logo__icon > svg * { + fill: #fff; +} +.logo--light:hover .logo__icon > svg * { + fill: #ccc; +} +.logo--primary .logo__icon > svg * { + fill: #007fd0; +} +.logo--primary:hover .logo__icon > svg * { + fill: #ff7500; +} + +.header { + background: #393d3f; + font: 16px/26px "Open Sans", sans-serif; + display: flex; + flex-direction: row; + height: 75px; +} + +.js .header { + position: fixed; + z-index: 10; + right: 0; + left: 0; + top: 0; +} + +.header__title { + height: 100%; + margin: 0; + float: left; +} +.header__title .logo { + align-items: center; + display: flex; + height: 100%; +} +.header .wrapper { + position: relative; +} +.header .menu-button, +.header .menu-close-button { + display: none; +} +.header__checkbox { + display: none; +} + +.main-menu { + height: 100%; +} +.main-menu__links { + height: 100%; + list-style: none; + margin: 0; + padding: 0; + font-size: 0; + display: flex; +} +.main-menu__links__gap { + flex-grow: 2; +} +.main-menu__links__item { + flex-grow: 1; +} +.main-menu__links__item__link { + display: block; + margin: 0; + font-size: 18px; + height: 100%; + font-weight: 300; + box-sizing: border-box; + display: flex; + align-items: center; + justify-content: center; + transition: background 0.25s ease; +} +.main-menu__links__item__link:link, .main-menu__links__item__link:visited { + color: #fff; + text-decoration: none; +} +.main-menu__links__item__link:hover, .main-menu__links__item__link:active { + background: rgba(85, 85, 85, 0.6); +} +.main-menu__links__item--search { + flex-grow: 0; + padding: 0 0 0 20px; + position: relative; + justify-content: center; + align-items: center; +} +.js .main-menu__links__item--search { + display: flex; +} +.main-menu__links__item--search__icon .icon svg { + width: 20px; + height: 20px; + vertical-align: middle; + margin-top: -2px; + margin-left: 0; + margin-right: 0; +} +.main-menu__links__item--search__icon .icon svg * { + fill: #999 !important; +} +.main-menu__links__item--search__icon:hover, .main-menu__links__item--search__icon:active { + cursor: pointer; +} +.main-menu__links__item--search__icon:hover .icon svg *, .main-menu__links__item--search__icon:active .icon svg * { + fill: #ccc !important; +} +.main-menu__links__item--active { + background: #007fd0; + color: #fff; +} +.main-menu__links__item--active .main-menu__links__item__link { + color: inherit; +} +.main-menu__links__item--active .main-menu__links__item__link:hover, .main-menu__links__item--active .main-menu__links__item__link:active { + background: #007fd0; +} + +.site-search { + background: #393d3f; + text-align: right; + padding: 15px 0 14px 0; + position: absolute; + top: 0; + right: 0; + width: 77%; + will-change: transform; + transition: transform 0.25s linear, opacity 0.25s linear; + transform: translateY(-100%); + opacity: 0; + } + + .site-search input[type="text"].site-search__field { + font: 16px "Open Sans", sans-serif; + border: 1px solid #fff; + font-size: 0.9em; + outline: 0; + border-radius: 4px; + box-sizing: border-box; + margin: 1px 5px 1px 0; + width: 250px; + padding: 7px 7px 8px 7px; + } + .site-search button { + font: 0.9em/26px "Open Sans", sans-serif; +} + .site-search__button--cancel.site-button { + margin-right: 0; + display: inline-block; +} + + #show-site-search:checked ~ .site-search { + opacity: 1; + transform: translateY(0%); + } + +.header .site-button, +.header a.site-button { + color: #fff; + background: #007fd0; + border: 1px solid #007fd0; + padding: 4px 10px; + margin: 5px; + font-size: 0.9em; + text-decoration: none; + display: inline-block; + line-height: 26px; + border-radius: 4px; +} +.header .site-button:link, .header .site-button:visited, +.header a.site-button:link, +.header a.-sitebutton:visited { + color: #fff; +} +.header .site-button:hover, .header .site-button:active, +.header a.site-button:hover, +.header a.site-button:active { + background: #ff7500; + border-color: #ff7500; + text-decoration: none; + cursor: pointer; +} +.header .site-button .icon svg, +.header a.site-button .icon svg { + width: 16px; + height: 16px; + vertical-align: middle; + margin-top: -2px; + margin-left: 0; + margin-right: 6px; +} +.header .site-button .icon svg *, +.header a.site-button .icon svg * { + fill: #fff !important; +} +.header .site-button.site-button--dark, +.header a.site-button.site-button--dark { + background: #393D3F; + border-color: #666; +} +.header .site-button.site-button--dark:hover, +.header a.site-button.site-button--dark:hover { + border-color: #999; +} +.header .site-button:hover, .header .site-button:active, +.header a.site-button:hover, +.header a.site-button:active { + outline: none; +} + +.headroom { + will-change: transform; + transition: transform 200ms linear; +} + +.headroom--pinned { + transform: translateY(0%); +} + +.headroom--unpinned { + transform: translateY(-100%); +} +.headroom--unpinned.headroom--disabled { + transform: translateY(0%); +} + +.footer { + background: #393D3F; + font: 16px/26px "Open Sans", sans-serif; +} +.footer .wrapper { + padding: 20px 0; + display: flex; + justify-content: space-between; + padding: 0; + flex-direction: row; + } + +.footer__nav { + flex-grow: 1; +} +.footer__nav__links { + list-style: none; + margin: 0; + padding: 0; +} +.footer__nav__links__item { + font-size: 0.8em; + padding: 0; + display: inline-block; +} +@media only screen and (min-width: 1140px) { + .footer__nav__links__item { + font-size: 0.8em; + } +} +.footer__nav__links__item__link { + display: block; + transition: background 0.25s ease, color 0.25s ease; + padding: 14px 6px; +} +@media only screen and (min-width: 1140px) { + .footer__nav__links__item__link { + padding: 18px 12px; + } +} +.footer__nav__links__item__link:link, .footer__nav__links__item__link:visited, .footer__nav__links__item__link:hover, .footer__nav__links__item__link:active { + color: #ccc; + text-decoration: none; +} +.footer__nav__links__item__link:hover, .footer__nav__links__item__link:active { + color: #fff; + background: rgba(85, 85, 85, 0.6); +} +.footer__nav__links__item__link .icon svg { + width: 16px; + height: 16px; + vertical-align: middle; + margin-top: -2px; + margin-left: auto; + margin-right: auto; + margin-right: 2px; +} +.footer__nav__links__item__link .icon svg * { + fill: #999 !important; +} +.footer__nav--internal { + text-transform: uppercase; +} + + .footer__nav--social { + text-align: right; +} + +.copyright { + display: none; + background: #444; + font-size: 0.75em; + color: #999; + margin: 0; + text-align: center; + padding: 10px 0; +} + +.blog_updates { + text-align: center; + border: 1px solid #ccc; + background: #f5f5f5; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; + padding: 8px 12px; + margin: 10px 0 0; +} + +.blog_updates strong { + margin-right: 6px; +} + +.blog_updates .date { + color: #666; + font-size: 0.8em; + margin-left: 6px; +} + +.blog_updates.release { + background-color: #fff6bf; + border-color: #ffd324; +} + +.blog_updates.latest { + background-color:#D6ECA6; + border-color: #8DC93E; +} + +.blog_updates.important { + background-color:#FFEAEA; + border-color: #e06666; +} + +.social { + padding: 12px; + text-align: center; +} + +.social .intro { + color: #666; + margin-right: 16px; +} + +.social .twitter, +.social .facebook, +.social .youtube, +.social .discord { + margin: 0 16px 0 0; + border-left: 1px solid #ddd; + padding: 0 0 0 16px; +} + +.social .twitter a, +.social .facebook a, +.social .youtube a, +.social .discord a { + padding-left: 25px; +} + +.social .twitter a { + background: url(https://mybb.com/assets/images/twitter.png) left center no-repeat; +} + +.social .facebook a { + background: url(https://mybb.com/assets/images/facebook.png) left center no-repeat; +} + +.social .youtube a { + background: url(https://mybb.com/assets/images/youtube.png) left center no-repeat; +} + +.social .discord a { + background: url(https://mybb.com/assets/images/discord.png) left center no-repeat; +} + +#forum { + font-family: "Open Sans", sans-serif; + font-size: 14px; + line-height: 1.5; +} + +#forum #panel .upper { + background: #e1e1e1; + border: none; + color: #777; + padding: 0; +} + +#forum #panel .upper .wrapper { + padding-top: 90px; + padding-bottom: 12px; +} + +#forum #panel .lower { + background: #f2f2f2; + border: none; + padding: 0; +} + +#forum #panel .lower .wrapper { + padding-top: 10px; + padding-bottom: 10px; +} + +#forum #panel a:link, +#forum #panel a:visited { + color: #555; + text-decoration: none; +} + +#forum #panel a:hover, +#forum #panel a:active { + color: #ff7500; + text-decoration: underline; +} + +#forumMenu ul.top_links { + float: right; + font-weight: bold; + text-align: right; + margin: 0 5px 0 0; +} + +#forumMenu ul.top_links a.search { + background-position: 0 0; +} + +#forumMenu ul.top_links a.memberlist { + background-position: 0 -20px; +} + +#forumMenu ul.top_links a.calendar { + background-position: 0 -40px; +} + +#forumMenu ul.top_links a.help { + background-position: 0 -60px; +} + +#forum #footer .upper { + border-radius: 5px; + border: 1px solid #bbb; +} + +.old-site-header, +.old-site-footer { + display: none; +} + +#extend .extend-feature { + background: #f2f2f2; + padding-top: 85px; + padding-bottom: 10px; + border: none; +} + +#extend .extend-feature .extend-nav__list__item__link { + color: #007fd0; +} + +#extend .extend-feature .extend-nav__list__item__link:hover, +#extend .extend-feature .extend-nav__list__item__link:active { + color: #ff7500; +} + +#extend .extend-primer { + padding-top: 20px; +} + +#extend .extend-primer .navigation .active { + font-weight: 400; + font-family: Asap, sans-serif; + font-size: 3em; + color: #222; +} + +#extend .extend-page { + padding-bottom: 40px; +} +#extend .extend-project__title { + font-size: 2.4em; + font-weight: 400; + color: #222; + font-family: Asap, sans-serif; +} - ]]> - </stylesheet> - <stylesheet name="headerck.css" version="1824"><![CDATA[#video-fond -{ - overflow: hidden; - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: -1; -} - -#video-fond .overlay -{ - position: absolute; - top: 0; - left: 0; - height: 100%; - width: 100%; - background-color: #a8cfe8c2; - opacity: 0.5; - z-index: 1; -} - -#video-fond > video -{ - width: 100%; - height: 100%; - position: absolute; - top: 0; - left: 0; -} - -/* 1. Pas de support d'object-fit */ - -@media (min-aspect-ratio: 16/9) -{ - #video-fond > video - { - height: 300%; - top: -100%; - } -} - -@media (max-aspect-ratio: 16/9) -{ - #video-fond > video - { - width: 300%; - left: -100%; - } -} - -/* 2. En cas de support d'object-fit, écrase les règles en (1) */ - -@supports (object-fit: cover) { - #video-fond > video { - width: 100%; - height: 100%; - top: 0; - left: 0; - object-fit: cover; - } -} - -#shoutbox.ckround -{ - background: #fff; - padding-left: 0px; - padding-right: 0px; - padding-top: 0px; - padding-bottom: 13px; - border-bottom-right-radius: 11px; - -webkit-border-bottom-right-radius: 11px; - border-bottom-left-radius: 11px; - -webkit-border-bottom-left-radius: 11px; -} - -/* lien du menu MeganavBar */ - -h5.dropdown-header > strong > a:link, a:visited { - color:#fff; - text-transform:uppercase; -}]]> - </stylesheet> - <stylesheet name="global.css" version="1824"><![CDATA[@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600,700); -@charset "UTF-8"; - -body { - background: #fff; - color: #333; - text-align: center; - margin: 0; - font-family: "Montserrat", sans-serif; - overflow-y: hidden; - font-weight: 400; - line-height: 1.5; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -a:link { - color: #0072BC; - text-decoration: none; -} - -a:visited { - color: #0072BC; - text-decoration: none; -} - -a:hover, -a:active { - color: #0072BC; - text-decoration: underline; -} - -#container { - text-align: left; - margin: 0; - - color: #333; -} - -/*.wrapper { -width: 85%; -min-width: 970px; -max-width: 1500px; -margin: auto auto; -} - -*/ - -#logo { - /*background: #007fd0;*/ - background: #007fd0bd; - padding: 10px 0; - color: white; -} - -#content { - background: #007fd03d; - width: auto !important; - padding: 20px 10px; - overflow: hidden; -} - -#header ul.menu { - margin: 0; - padding: 0; - list-style: none; -} - -#header ul.menu li { - margin: 0 7px; - display: inline; -} - -#header ul.menu li a { - padding-left: 20px; - background-image: url(../../../images/headerlinks_sprite.png); - background-repeat: no-repeat; - display: inline-block; - line-height: 16px; - color: #fff; - font-weight: normal; - text-transform: uppercase; -} - -#logo ul.top_links { - font-weight: bold; - text-align: right; - margin: -10px 5px 0 0; -} - -#logo ul.top_links a.search { - background-position: 0 0; -} - -#logo ul.top_links a.memberlist { - background-position: 0 -20px; -} - -#logo ul.top_links a.calendar { - background-position: 0 -40px; -} - -#logo ul.top_links a.help { - background-position: 0 -60px; -} - -#logo ul.top_links a.portal { - background-position: 0 -180px; -} - -#panel .upper a.logout { - font-weight: bold; - background: url(../../../images/headerlinks_sprite.png) right -80px no-repeat; - padding-right: 20px; - margin-left: 10px; -} - -#panel .upper a.login, -#panel .upper a.lost_password { - background: url(../../../images/headerlinks_sprite.png) 0 -100px no-repeat; - padding-left: 20px; - margin-left: 10px; - font-weight: bold; -} - -#panel .upper a.register { - background: url(../../../images/headerlinks_sprite.png) right -80px no-repeat; - padding-right: 20px; - margin-left: 10px; - font-weight: bold; -} - -#panel .lower ul.panel_links { - float: left; -} - -#panel .lower ul.panel_links a.usercp { - background-position: 0 -120px; -} - -#panel .lower ul.panel_links a.modcp { - background-position: 0 -140px; -} - -#panel .lower ul.panel_links a.admincp { - background-position: 0 -160px; -} - -#panel .lower ul.user_links { - float: right; -} - -#panel .lower ul.user_links li a { - padding: 0; - background-image: none; -} - -#panel .upper { - background: #e1e1e1; - color: #777; - padding: 0px; - clear: both; -} - -#panel .upper a:link, -#panel .upper a:visited, -#panel .upper a:hover, -#panel .upper a:active { - color: #777; - text-decoration: none; -} - -#panel .lower { - background: #f2f2f2; - color: #999; - border-top: 1px solid #f2f2f2; - border-bottom: 1px solid #f2f2f2; - padding: 12px; -} - -#panel .lower a:link, -#panel .lower a:visited, -#panel .lower a:hover, -#panel .lower a:active { - color: #666; - text-transform: none; -} - -#search { - border: 0; - padding: 0; - margin: 0; - float: right; - vertical-align: middle; - background: #e1e1e1; -} - -#search input.button, -#search input.textbox { - border-color: #007fd0; -} - -#search input.button { - background: #007fd0; - color: #fff; -} - -#search input { - margin: -3px 0; -} - -#quick_login .remember_me input { - vertical-align: middle; - margin: -3px 0 0 5px; -} - -#footer { - clear: both; -} - -#footer ul.menu { - margin: 0; - padding: 0; - list-style: none; -} - -#footer ul.menu li { - /*margin: 0 5px;*/ - display: inline; -} - -#footer .upper { - background: #efefef; - border-top: 1px solid #bbb; - border-bottom: 1px solid #bbb; - padding: 6px; - font-size: 12px; - overflow: hidden; -} - -#footer a:link, -#footer a:visited, -#footer a:hover, -#footer a:active { - color: #777; -} - -#footer .upper .language { - float: right; - margin: -1px; - margin-left: 15px; -} - -#footer .upper .language select { - border-color: #ccc; -} - -#footer .upper .theme { - float: right; - margin: -1px; - margin-left: 15px; -} - -#footer .upper .theme select { - border-color: #ccc; -} - -#footer .upper ul.bottom_links { - float: left; - margin: 4px 0 0 0; -} - -#footer .lower { - color: #aaa; - padding: 6px 6px 12px 6px; - overflow: hidden; - background: #444444; - font-size: 11px; -} - -#footer .lower a:link, -#footer .lower a:visited { - color: #eee; - font-weight: bold; -} - -#footer .lower a:hover, -#footer .lower a:active { - color: #333; - text-decoration: underline; - font-weight: bold; -} - -#footer .lower #current_time { - float: right; - color: #888; -} - -#debug { - text-align: right; - margin-top: 20px; - font-size: 11px; -} - -.scaleimages img { - max-width: 100%; -} - -.forum_status { - height: 30px; - width: 30px; - background: url(../../../images/forum_icon_sprite.png) no-repeat 0 0; - display: inline-block; -} - -.forum_on { - background-position: 0 0; -} - -.forum_off { - background-position: 0 -30px; -} - -.forum_offclose { - background-position: 0 -60px; -} - -.forum_offlink { - background-position: 0 -90px; -} - -.subforumicon { - height: 10px; - width: 10px; - display: inline-block; - margin: 0 5px; - background: url(../../../images/mini_status_sprite.png) no-repeat 0 0; -} - -.subforum_minion { - background-position: 0 0; -} - -.subforum_minioff { - background-position: 0 -10px; -} - -.subforum_minioffclose { - background-position: 0 -20px; -} - -.subforum_miniofflink { - background-position: 0 -30px; -} - -table { - color: #333; - /*font-size: 13px;*/ - font-size: 14px; -} - -.tborder { - background: white; - width: 100%; - margin: auto auto; - /*border: 1px solid #ccc; - padding: 1px;*/ - /*padding: 1px;*/ - /* border: 1px solid #e7e7e7;*/ - border-radius: 11px; - box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; -} - -.tfixed { - table-layout: fixed; - word-wrap: break-word; -} - -.thead { - /*background: #0066a2 url(../../../images/thead.png) top left repeat-x;*/ - color: #ffffff; - /*border-bottom: 1px solid #263c30; - padding: 8px;*/ - background: #007fd0; - border: none; - font-size: 1.1em; - padding: 8px 12px; - text-transform: uppercase; -} - -.thead a:link { - color: #ffffff; - text-decoration: none; - text-transform: uppercase; - font-size: 18px; -} - -.thead a:visited { - color: #ffffff; -} - -.thead a:hover, -.thead a:active { - color: #ffffff; - text-decoration: underline; -} - -.tcat { - /*background: #0f0f0f url(../../../images/tcat.png) repeat-x;*/ - color: #000; - /*border-top: 1px solid #444; - border-bottom: 1px solid #000; - padding: 6px;*/ - font-size: 12px; - background: #ddd; - padding: 8px 12px; - border: none; -} - -.tcat span.smalltext { - color: #000; -} - -td.tcat a:link { - color: #000; -} - -.tcat a:link { - color: #fff; -} - -.tcat a:visited { - color: #fff; -} - -.tcat a:hover, -.tcat a:active { - color: #fff; -} - -.trow1 { - /*background: #f5f5f5; - border: 1px solid; - border-color: #fff #ddd #ddd #fff;*/ - background: #fafafa; - padding: 8px 12px; - border-right: 1px solid #e7e7e7; - border-bottom: 1px solid #e7e7e7; -} - -.trow1 a:link { - font-size: 16px; - text-transform: uppercase; -} - -.trow2 a:link { - font-size: 16px; - text-transform: uppercase; -} - -.trow2 { - /*background: #efefef; - border: 1px solid; - border-color: #fff #ddd #ddd #fff;*/ - background: #f6f6f6; - padding: 8px 12px; - border-right: 1px solid #e7e7e7; - border-bottom: 1px solid #e7e7e7; -} - -.trow2 .smalltext { - font-size: 13px; -} - -.trow1 .smalltext { - font-size: 13px; -} - -.trow_shaded { - background: #ffdde0; - /*border: 1px solid; - border-color: #fff #ffb8be #ffb8be #fff;*/ - border-right: 1px solid #ffb8be; - border-bottom: 1px solid #ffb8be; -} - -.trow1:hover { - background-color: #e9e9e9; -} - -.trow2:hover { - background-color: #e9e9e9; -} - -.no_bottom_border { - border-bottom: 0; -} - -.post.unapproved_post { - background: #ffdde0; -} - -.post.unapproved_post .post_author { - border-bottom-color: #ffb8be; -} - -.post.classic.unapproved_post .post_author { - border-color: #ffb8be; -} - -.post.unapproved_post .post_controls { - border-top-color: #ffb8be; -} - -.trow_deleted, -.post.deleted_post { - background: #E8DEFF; -} - -.trow_selected, -tr.trow_selected td { - background: #FFFBD9; - color: #333; - border-right-color: #F7E86A; - border-bottom-color: #F7E86A; -} - -.trow_selected a:link, -.trow_selected a:visited, -.trow_selected a:hover, -.trow_selected a:active { - color: #333; -} - -.trow_sep { - background: #ddd; - color: #333; - /*border-bottom: 1px solid #c5c5c5; - padding: 6px;*/ - font-size: 12px; - font-weight: bold; - padding: 6px 12px; -} - -.tfoot { - /*border-top: 1px solid #fff; - padding: 6px;*/ - background: #ddd; - color: #666; - padding: 6px 12px; -} - -.tfoot a:link { - color: #444; - text-decoration: none; -} - -.tfoot a:visited { - color: #444; - text-decoration: none; -} - -.tfoot a:hover, -.tfoot a:active { - color: #444; - text-decoration: underline; -} - -.thead input.textbox, -.thead select { - border: 1px solid #263c30; -} - -.bottommenu { - background: #efefef; - color: #333; - border: 1px solid #4874a3; - padding: 10px; -} - -.navigation { - color: #333; - font-size: 12px; -} - -.navigation a:link { - text-decoration: none; -} - -.navigation a:visited { - text-decoration: none; -} - -.navigation a:hover, -.navigation a:active { - text-decoration: underline; -} - -.navigation .active { - color: #333; - font-size: small; - font-weight: bold; -} - -.smalltext { - /*font-size: 11px;*/ - font-size: 14px; -} - -.largetext { - font-size: 16px; - font-weight: bold; -} - -fieldset { - padding: 12px; - border: 1px solid #007fd0; - margin: 0; - background: white; -} - -fieldset.trow1, -fieldset.trow2 { - border-color: #bbb; -} - -fieldset.align_right { - text-align: right; -} - -input.textbox { - background: #ffffff; - color: #333; - border: 1px solid #ccc; - padding: 3px; - outline: 0; - /*font-size: 13px;*/ - /*font-family: Tahoma, Verdana, Arial, Sans-Serif;*/ - font-family: "Open Sans", sans-serif; - font-size: 14px; -} - -input.textbox.portal_search { - width: 68%; -} - -textarea { - background: #ffffff; - color: #333; - border: 1px solid #ccc; - padding: 2px; - line-height: 1.4; - outline: 0; - /*font-family: Tahoma, Verdana, Arial, Sans-Serif;*/ - font-family: "Open Sans", sans-serif; - font-size: 14px; -} - -select { - background: #ffffff; - padding: 3px; - border: 1px solid #ccc; - outline: 0; - /*font-family: Tahoma, Verdana, Arial, Sans-Serif;*/ - font-family: "Open Sans", sans-serif; - /*font-size: 13px;*/ - font-size: 14px; -} - -button, -input.button { - padding: 3px 8px; - cursor: pointer; - /*font-family: Tahoma, Verdana, Arial, Sans-Serif;*/ - font-family: "Open Sans", sans-serif; - /*font-size: 13px;*/ - font-size: 14px; - background: #eee url(../../../images/buttons_bg.png) repeat-x; - border: 1px solid #bbb; - color: #333; - outline: 0; -} - -button:hover, -input.button:hover { - border-color: #aaa; -} - -form { - margin: 0; - padding: 0; -} - -input.error, textarea.error, select.error { - border: 1px solid #f30; - color: #f30; -} - -input.valid, textarea.valid, select.valid { - border: 1px solid #0c0; -} - -label.error { - color: #f30; - margin: 5px; - padding: 0px; - display: block; - font-weight: bold; - font-size: 11px; -} - -form #message { - width: 500px; -} - -.editor { - background: #f1f1f1; - border: 1px solid #ccc; -} - -.editor_control_bar { - background: #fff; - border: 1px solid #ccc; -} - -.post .editor_control_bar { - background: #f5f5f5; -} - -.popup_menu { - background: #fff; - border: 1px solid #ccc; -} - -.popup_menu .popup_item { - background: #efefef; - color: #333; -} - -.popup_menu .popup_item:hover { - background: #0072BC; - color: #fff; -} - -.trow_reputation_positive { - background: #ccffcc; -} - -.trow_reputation_negative { - background: #ffcccc; -} - -.reputation_positive { - color: green; -} - -.reputation_neutral { - color: #444; -} - -.reputation_negative { - color: red; -} - -.repbox { - font-size: 16px; - font-weight: bold; - padding: 5px 7px 5px 7px; -} - -._neutral { - background-color: #FAFAFA; - color: #999999; - border: 1px solid #CCCCCC; -} - -._minus { - background-color: #FDD2D1; - color: #CB0200; - border: 1px solid #980201; -} - -._plus { - background-color: #E8FCDC; - color: #008800; - border: 1px solid #008800; -} - -img { - border: none; -} - -img.attachment { - border: 1px solid #E9E5D7; - padding: 2px; -} - -hr { - background-color: #000000; - color: #000000; - height: 1px; - border: 0px; -} - -.clear { - clear: both; -} - -.float_left { - float: left; -} - -.float_right { - float: right; -} - -.hidden { - display: none; - float: none; - width: 1%; -} - -.hiddenrow { - display: none; -} - -.selectall { - background: #FFFBD9; - border-bottom: 1px solid #F7E86A; - color: #333; - text-align: center; -} - -.expcolimage { - float: right; - width: auto; - vertical-align: middle; - margin-top: 3px; -} - -.tcat_menu > .expcolimage { - margin-top: 0; -} - -blockquote { - border: 1px solid #ccc; - margin: 0; - background: #fff; - padding: 10px; -} - -blockquote cite { - font-weight: bold; - border-bottom: 1px solid #ccc; - font-style: normal; - display: block; - padding-bottom: 3px; - margin: 0 0 10px 0; -} - -blockquote cite > span { - float: right; - font-weight: normal; - font-size: 12px; - color: #666; -} - -blockquote cite span.highlight { - float: none; - font-weight: bold; - padding-bottom: 0; -} - -.codeblock { - background: #fff; - /*border: 1px solid #ccc;*/ - padding: 20px; - color: #000; - line-height: .95 em; - font-size: 14px; - font-family: Monaco, Consolas, Courier, monospace; -} - -.codeblock .title { - border-bottom: 1px solid #ccc; - font-weight: bold; - padding-bottom: 3px; - margin: 0 0 10px 0; - color: #000; -} - -.codeblock code { - overflow: auto; - height: auto; - max-height: 200px; - display: block; - font-family: Monaco, Consolas, Courier, monospace; - /*font-size: 13px;*/ - font-size: 14px; - color: #000; -} - -.smilie { - vertical-align: middle; -} - -.smilie_pointer { - cursor: pointer; -} - -.separator { - margin: 5px; - padding: 0; - height: 0px; - font-size: 1px; - list-style-type: none; -} - -.popup_menu .popup_item_container { - margin: 1px; - text-align: left; -} - -.popup_menu .popup_item { - display: block; - padding: 4px; - white-space: nowrap; - text-decoration: none; -} - -.popup_menu a.popup_item:hover { - text-decoration: none; -} - -.subject_new { - font-weight: bold; -} - -.highlight { - background: #FFFFCC; - padding-top: 3px; - padding-bottom: 3px; -} - -.pm_alert { - background: #FFF6BF; - border: 1px solid #FFD324; - text-align: center; - padding: 5px 20px; - margin-bottom: 15px; - font-size: 11px; -} - -.red_alert { - background: #FBE3E4; - border: 1px solid #A5161A; - color: #A5161A; - text-align: center; - padding: 5px 20px; - margin-bottom: 15px; - font-size: 11px; - word-wrap: break-word; -} - -.red_alert a:link, -.red_alert a:visited, -.red_alert a:hover, -.red_alert a:active { - color: #A5161A; -} - -.high_warning { - color: #CC0000; -} - -.moderate_warning { - color: #F3611B; -} - -.low_warning { - color: #AE5700; -} - -.imminent_banned { - color: #880000; -} - -.high_banned { - color: #FF0000; -} - -.moderate_banned { - color: #FF6600; -} - -.low_banned { - color: #008000; -} - -.online { - color: #15A018; -} - -.offline { - color: #C7C7C7; -} - -div.error { - padding: 5px 10px; - border: 2px solid #FFD324; - background: #FFF6BF; - font-size: 12px; -} - -div.error p { - margin: 0; - color: #333; - font-weight: normal; -} - -div.error p em { - font-style: normal; - font-weight: bold; - padding-left: 24px; - display: block; - color: #C00; - background: url(../../../images/error.png) no-repeat 0; -} - -div.error ul { - margin-left: 24px; -} - -.pagination { - font-size: 11px; - padding-top: 10px; - margin-bottom: 5px; -} - -.tfoot .pagination, -.tcat .pagination { - padding-top: 0; -} - -.pagination .pages { - font-weight: bold; -} - -.pagination .pagination_current, -.pagination a { - padding: 3px 6px; - margin-bottom: 3px; -} - -.pagination a { - background: #f5f5f5; - border: 1px solid #ccc; -} - -.pagination .pagination_current { - background: none; - color: #333; - border: none; - font-weight: bold; -} - -.pagination a:hover { - background: #0072BC; - color: #fff; - border-color: #263c30; - text-decoration: none; -} - -.pagination .go_page img { - margin-bottom: -4px; -} - -.drop_go_page { - background: #f5f5f5; - padding: 4px; -} - -.pagination_breadcrumb { - background-color: #efefef; - border: 1px solid #fff; - outline: 1px solid #ccc; - padding: 5px; - margin-top: 5px; - font-weight: normal; -} - -.pagination_breadcrumb_link { - vertical-align: middle; - cursor: pointer; -} - -.thread_legend, -.thread_legend dd { - margin: 0; - padding: 0; -} - -.thread_legend dd { - padding-bottom: 4px; - margin-right: 15px; -} - -.thread_legend img { - margin-right: 4px; - vertical-align: bottom; -} - -.forum_legend, -.forum_legend dt, -.forum_legend dd { - margin: 0; - padding: 0; -} - -.forum_legend dd { - float: left; - margin-right: 10px; - margin-top: 7px; -} - -.forum_legend dt { - margin-right: 10px; - float: left; -} - -.success_message { - color: #00b200; - font-weight: bold; - font-size: 10px; - margin-bottom: 10px; -} - -.error_message { - color: #C00; - font-weight: bold; - font-size: 10px; - margin-bottom: 10px; -} - -#posts_container { - padding: 0; -} - -.ignored_post { - border-top: 3px solid #333; - padding: 15px; -} - -.ignored_post .show_ignored_post { - margin-top: -15px; -} - -.ignored_post .show_ignored_post a.button span { - background-position: 0 -400px; -} - -.deleted_post_hidden { - border-top: 2px solid #ccc; - padding: 15px; -} - -.deleted_post_collapsed { - border-top: 3px solid #333; - padding: 15px; -} - -.deleted_post_collapsed .show_deleted_post { - margin-top: -15px; -} - -.deleted_post_collapsed .show_deleted_post a.button span { - background-position: 0 -400px; -} - -.post { - overflow: hidden; -} - -.post.classic { - padding-top: 15px; -} - -.post .post_author { - border-bottom: 1px solid #ccc; - border-top: 2px solid #ccc; - background: #f5f5f5; - padding: 5px; - overflow: hidden; -} - -.post.classic .post_author { - border: 1px solid #ddd; - float: left; - width: 15%; - margin: 0 1% 15px 0; - border-left: 0; - padding: 5px 1%; -} - -.post .post_author .buddy_status { - vertical-align: middle; - margin-top: -4px; -} - -.post .post_author div.author_avatar { - float: left; - margin-right: 3px; -} - -.post.classic .post_author div.author_avatar { - float: none; - text-align: center; - margin-bottom: 8px; -} - -.post .post_author div.author_avatar img { - padding: 5px; - border: 1px solid #ddd; - background: #fff; -} - -.post .post_author div.author_information { - float: left; - padding: 6px 8px; -} - -.post.classic .post_author div.author_information { - float: none; - padding: 0; - text-align: center; -} - -.post .post_author div.author_statistics { - float: right; - font-size: 11px; - padding: 3px 10px 3px 5px; - color: #666; - line-height: 1.3; -} - -.post.classic .post_author div.author_statistics { - border-top: 1px dotted #ccc; - margin: 6px 0 0 0; - padding: 6px 6px 3px 6px; - float: none; -} - -.post .post_head { - font-size: 11px; - padding-bottom: 4px; - border-bottom: 1px dotted #ddd; - margin-bottom: 4px; -} - -.post .post_head span.post_date { - color: #666; -} - -.post .post_head span.edited_post { - font-size: 10px; - color: #999; -} - -.post .post_head span.edited_post a { - color: #666; -} - -.post_body { - font-size: 16px; - padding: 12px 0; -} - -.post.classic .post_content { - float: left; - width: 79%; - padding: 0 1% 5px 1%; -} - -.post_content { - padding: 9px 10px 5px 10px; -} - -.post_content .signature { - margin-top: 5px; - border-top: 1px dotted #ddd; - padding: 10px 0 4px 0; -} - -.post .post_meta { - margin: 4px 0; - font-size: 11px; - color: #999; -} - -.post .post_meta a:link, -.post .post_meta a:visited { - color: #777; -} - -.post .post_meta a:hover, -.post .post_meta a:active { - color: #777; -} - -.post_controls { - clear: both; - background: #f5f5f5; - border-bottom: 1px solid #ccc; - padding: 5px; - overflow: hidden; -} - -.postbit_buttons > a:link, -.postbit_buttons > a:hover, -.postbit_buttons > a:visited, -.postbit_buttons > a:active { - display: inline-block; - padding: 2px 5px; - margin: 2px; - font-size: 11px; - background: #eee url(../../../images/buttons_bg.png) repeat-x; - border: 1px solid #ccc; - color: #555; -} - -.postbit_buttons > a:hover { - border-color: #bbb; -} - -.postbit_buttons a span { - padding-left: 20px; - display: inline-block; - height: 16px; - background-image: url(../../../images/buttons_sprite.png); - background-repeat: no-repeat; -} - -.postbit_buttons a.postbit_find span { - background-position: 0 0; -} - -.postbit_buttons a.postbit_reputation_add span { - background-position: 0 -20px; -} - -.postbit_buttons a.postbit_email span { - background-position: 0 -40px; -} - -.postbit_buttons a.postbit_website span { - background-position: 0 -60px; -} - -.postbit_buttons a.postbit_pm span { - background-position: 0 -80px; -} - -.postbit_buttons a.postbit_quote span { - background-position: 0 -100px; -} - -.postbit_buttons a.postbit_multiquote span { - background-position: 0 -120px; -} - -.postbit_buttons a.postbit_multiquote_on span { - background-position: 0 -140px; -} - -.postbit_buttons a.postbit_edit span { - background-position: 0 -160px; -} - -.postbit_buttons a.postbit_qdelete span { - background-position: 0 -180px; -} - -.postbit_buttons a.postbit_qrestore span { - background-position: 0 -200px; -} - -.postbit_buttons a.postbit_report span { - background-position: 0 -220px; -} - -.postbit_buttons a.postbit_warn span { - background-position: 0 -240px; -} - -.postbit_buttons a.postbit_purgespammer span { - background-position: 0 -540px; -} - -.postbit_buttons a.postbit_reply_pm span { - background-position: 0 -260px; -} - -.postbit_buttons a.postbit_reply_all span { - background-position: 0 -280px; -} - -.postbit_buttons a.postbit_forward_pm span { - background-position: 0 -300px; -} - -.postbit_buttons a.postbit_delete_pm span { - background-position: 0 -320px; -} - -a.button:link, -a.button:hover, -a.button:visited, -a.button:active { - /*background: #0f0f0f url(../../../images/tcat.png) repeat-x;*/ - color: #fff; - display: inline-block; - padding: 4px 8px; - margin: 2px 2px 6px 2px; - /*border: 1px solid #000;*/ - font-size: 14px; - background: #111; - border: 1px solid #111; -} - -a.button.small_button { - font-size: 13px; - margin: 0; - padding: 3px 6px; -} - -a.button span { - padding-left: 20px; - display: inline-block; - background-image: url(../../../images/buttons_sprite.png); - background-repeat: no-repeat; -} - -a.button.new_thread_button span { - background-position: 0 -340px; -} - -a.button.new_reply_button span { - background-position: 0 -360px; -} - -a.button.closed_button span { - background-position: 0 -380px; -} - -a.button.rate_user_button span { - background-position: 0 -400px; -} - -a.button.add_buddy_button span { - background-position: 0 -440px; -} - -a.button.remove_buddy_button span { - background-position: 0 -480px; -} - -a.button.add_ignore_button span { - background-position: 0 -460px; -} - -a.button.remove_ignore_button span { - background-position: 0 -500px; -} - -a.button.report_user_button span { - background-position: 0 -520px; -} - -.postbit_qrestore, -.status_type { - display: none!important; -} - -.deleted_post .postbit_qrestore, -.deleted_post .status_type { - display: inline!important; -} - -.deleted_post .postbit_mirage { - display: none!important; -} - -.quick_jump { - background: url(../../../images/jump.png) no-repeat 0; - width: 13px; - height: 13px; - padding-left: 13px; - /* amount of padding needed for image to fully show */ - margin-top: -3px; - border: none; -} - -.pollbar { - background: url(../../../images/pollbar.png) top left repeat-x; - border: 1px solid #3f3f3f; - height: 10px; -} - -.pollbar .percent { - display: none; -} - -.posticons_label { - white-space: nowrap; -} - -/** jGrowl Start **/ -/** Special IE6 Style Positioning **/ -.ie6 { - position: absolute; -} - -.ie6.top-right { - right: auto; - bottom: auto; - left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); - top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); -} - -.ie6.top-left { - left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); - top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); -} - -.ie6.bottom-right { - left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); - top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); -} - -.ie6.bottom-left { - left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); - top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); -} - -.ie6.center { - left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' ); - top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' ); - width: 100%; -} - -/** jGrowl Styling **/ -.jGrowl { - z-index: 9999; - color: #ffffff; - font-size: 12px; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - position: fixed; -} - -.jGrowl.top-left { - left: 0px; - top: 0px; -} - -.jGrowl.top-right { - right: 0px; - top: 0px; -} - -.jGrowl.bottom-left { - left: 0px; - bottom: 0px; -} - -.jGrowl.bottom-right { - right: 0px; - bottom: 0px; -} - -.jGrowl.center { - top: 0px; - width: 50%; - left: 25%; -} - -/** Cross Browser Styling **/ -.jGrowl.center .jGrowl-notification, -.jGrowl.center .jGrowl-closer { - margin-left: auto; - margin-right: auto; -} - -.jGrowl-notification { - background-color: transparent; - opacity: 0.9; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); - -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); - zoom: 1; - width: 250px; - padding: 10px; - margin: 10px; - text-align: left; - display: none; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; - word-break: break-all; -} - -.jGrowl .jGrowl-notification { - min-height: 40px; -} - -.jGrowl-notification .ui-state-highlight, -.jGrowl-notification .ui-widget-content .ui-state-highlight, -.jGrowl-notification .ui-widget-header .ui-state-highlight { - border: 1px solid #000; - background: #000; - color: #fff; -} - -.jGrowl-notification .jGrowl-header { - font-weight: bold; - font-size: .85em; -} - -.jGrowl-notification .jGrowl-close { - background-color: transparent; - color: inherit; - border: none; - z-index: 99; - float: right; - font-weight: bold; - font-size: 1em; - cursor: pointer; -} - -.jGrowl-closer { - background-color: #000000; - opacity: 0.9; - filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); - -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100)); - zoom: 1; - width: 250px; - padding: 10px; - margin: 10px; - display: none; - border-radius: 5px; - word-break: break-all; - padding-top: 4px; - padding-bottom: 4px; - cursor: pointer; - font-size: .9em; - font-weight: bold; - text-align: center; -} - -.jGrowl-closer .ui-state-highlight, -.jGrowl-closer .ui-widget-content .ui-state-highlight, -.jGrowl-closer .ui-widget-header .ui-state-highlight { - border: 1px solid #000; - background: #000; - color: #fff; -} - -.jGrowl .jGrowl-notification.jgrowl_success { - background: lightgreen; - border: 1px solid lightgreen; - color: #333; -} - -.jGrowl .jGrowl-notification.jgrowl_error { - background: red; - border: 1px solid red; - color: #333; -} - -.jGrowl .jGrowl-notification.jgrowl_process, .jGrowl .jGrowl-closer { - background: yellow; - border: 1px solid yellow; - color: #333; -} - -/** Hide jGrowl when printing **/ - -@media print { - .jGrowl { - display: none; -} - - -} - -/** jGrowl End **/ -/** Modal Start **/ -.blocker { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - width: 100%; - height: 100%; - overflow: auto; - z-index: 9999; - padding: 20px; - box-sizing: border-box; - background-color: rgba(0,0,0,0.75); - text-align: center; -} - -.blocker:before { - content: ""; - display: inline-block; - height: 100%; - vertical-align: middle; - margin-right: -0.05em; -} - -.blocker.behind { - background-color: transparent; -} - - -.modal { - width: 400px; - /*a retravailler cause jquery 3.5.1*/ - max-height: 255px; - text-align: left; - background: #fff; - display: inline-block; - vertical-align: middle; - position: relative; - z-index: 2; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - -webkit-border-radius: 11px; - -moz-border-radius: 11px; - -o-border-radius: 11px; - -ms-border-radius: 11px; - border-radius: 11px; - -webkit-box-shadow: 0 0 10px #000; - -moz-box-shadow: 0 0 10px #000; - -o-box-shadow: 0 0 10px #000; - -ms-box-shadow: 0 0 10px #000; - box-shadow: 0 0 10px #000; -} - -.modal a.close-modal { - position: absolute; - top: 6.5px; - right: 5.5px; - display: block; - width: 30px; - height: 30px; - text-indent: -9999px; - background: url(../../../images/close.png) no-repeat 0 0; -} - -.modal-spinner { - display: none; - width: 64px; - height: 64px; - position: fixed; - top: 50%; - left: 50%; - margin-right: -32px; - margin-top: -32px; - background: url(../../../images/spinner_big.gif) no-repeat center center; - -webkit-border-radius: 8px; - -moz-border-radius: 8px; - -o-border-radius: 8px; - -ms-border-radius: 8px; - border-radius: 8px; -} - - -/** Modal End **/ -/** Impromptu Start **/ - -/*! jQuery-Impromptu - v6.2.3 - 2016-04-23 -* http://trentrichardson.com/Impromptu -* Copyright (c) 2016 Trent Richardson; Licensed MIT */ - -.jqifade { - position: absolute; - background-color: #777777; -} - -iframe.jqifade { - display: block; - z-index: -1; -} - -div.jqi { - width: 400px; - max-width: 90%; - font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; - position: absolute; - background-color: #ffffff; - font-size: 11px; - text-align: left; - border: solid 1px #eeeeee; - border-radius: 6px; - -moz-border-radius: 6px; - -webkit-border-radius: 6px; - padding: 7px; -} - -div.jqi .jqicontainer { -} - -div.jqi .jqiclose { - position: absolute; - top: 4px; - right: -2px; - width: 18px; - cursor: default; - color: #bbbbbb; - font-weight: bold; -} - -div.jqi .jqistate { - background-color: #fff; -} - -div.jqi .jqititle { - padding: 5px 10px; - font-size: 16px; - line-height: 20px; - border-bottom: solid 1px #eeeeee; -} - -div.jqi .jqimessage { - padding: 10px; - line-height: 20px; - color: #444444; - overflow: auto; -} - -div.jqi .jqibuttonshide { - display: none; -} - -div.jqi .jqibuttons { - text-align: right; - margin: 0 -7px -7px -7px; - border-top: solid 1px #e4e4e4; - background-color: #f4f4f4; - border-radius: 0 0 6px 6px; - -moz-border-radius: 0 0 6px 6px; - -webkit-border-radius: 0 0 6px 6px; -} - -div.jqi .jqibuttons button { - margin: 0; - padding: 15px 20px; - background-color: transparent; - border: none; - border-left: solid 1px #e4e4e4; - color: #777; - font-weight: bold; - font-size: 12px; -} - -div.jqi .jqibuttons button.jqidefaultbutton { - color: #489afe; -} - -div.jqi .jqibuttons button:hover, -div.jqi .jqibuttons button:focus { - color: #287ade; - outline: none; -} - -div.jqi .jqibuttons button[disabled] { - color: #aaa; -} - -.jqiwarning .jqi .jqibuttons { - background-color: #b95656; -} - -/* sub states */ -div.jqi .jqiparentstate::after { - background-color: #777; - opacity: 0.6; - filter: alpha(opacity=60); - content: ''; - position: absolute; - top: 0; - left: 0; - bottom: 0; - right: 0; - border-radius: 6px; - -moz-border-radius: 6px; - -webkit-border-radius: 6px; -} - -div.jqi .jqisubstate { - position: absolute; - top: 0; - left: 20%; - width: 60%; - padding: 7px; - border: solid 1px #eeeeee; - border-top: none; - border-radius: 0 0 6px 6px; - -moz-border-radius: 0 0 6px 6px; - -webkit-border-radius: 0 0 6px 6px; -} - -div.jqi .jqisubstate .jqibuttons button { - padding: 10px 18px; -} - -/* arrows for tooltips/tours */ -.jqi .jqiarrow { - position: absolute; - height: 0; - width: 0; - line-height: 0; - font-size: 0; - border: solid 10px transparent; -} - -.jqi .jqiarrowtl { - left: 10px; - top: -20px; - border-bottom-color: #ffffff; -} - -.jqi .jqiarrowtc { - left: 50%; - top: -20px; - border-bottom-color: #ffffff; - margin-left: -10px; -} - -.jqi .jqiarrowtr { - right: 10px; - top: -20px; - border-bottom-color: #ffffff; -} - -.jqi .jqiarrowbl { - left: 10px; - bottom: -20px; - border-top-color: #ffffff; -} - -.jqi .jqiarrowbc { - left: 50%; - bottom: -20px; - border-top-color: #ffffff; - margin-left: -10px; -} - -.jqi .jqiarrowbr { - right: 10px; - bottom: -20px; - border-top-color: #ffffff; -} - -.jqi .jqiarrowlt { - left: -20px; - top: 10px; - border-right-color: #ffffff; -} - -.jqi .jqiarrowlm { - left: -20px; - top: 50%; - border-right-color: #ffffff; - margin-top: -10px; -} - -.jqi .jqiarrowlb { - left: -20px; - bottom: 10px; - border-right-color: #ffffff; -} - -.jqi .jqiarrowrt { - right: -20px; - top: 10px; - border-left-color: #ffffff; -} - -.jqi .jqiarrowrm { - right: -20px; - top: 50%; - border-left-color: #ffffff; - margin-top: -10px; -} - -.jqi .jqiarrowrb { - right: -20px; - bottom: 10px; - border-left-color: #ffffff; -} - -/** Impromptu End */ -.mysupport_status_technical { - color: blue; -} - -.mysupport_status_solved { - color: green; -} - -.mysupport_status_notsolved { - color: red; -} - -.mysupport_bar_technical { - background: blue; - height: 10px; -} - -.mysupport_bar_solved { - background: green; - height: 10px; -} - -.mysupport_bar_notsolved { - background: red; - height: 10px; -} - -.mysupport_bestanswer_highlight { - background: #D6ECA6 !important; -} - -.mysupport_staff_highlight { - background: #E6E8FA !important; -} - -.usercp_nav_support_threads { - background: url(../../../images/usercp/mysupport_support.png) no-repeat left center; -} - -.usercp_nav_assigned_threads { - background: url(../../../images/usercp/mysupport_assigned.png) no-repeat left center; -} - -.modcp_nav_tech_threads { - background: url(../../../images/modcp/mysupport_technical.png) no-repeat left center; -} - -.modcp_nav_deny_support { - background: url(../../../images/mysupport_no_support.gif) no-repeat left center; -} - -.thread-prefix { - display: inline-block; - padding: 3px 4px; - font-size: 12px; - font-weight: 600; - line-height: 1; - color: #fff; - border-radius: 2px; - box-shadow: inset 0 -1px 0 rgba(27,31,35,0.12); -} - -.thread-prefix--20 { - background-color: #006b75; -} - -.thread-prefix--110 { - background-color: #33aaee; -} - -.thread-prefix--18 { - background-color: #5319e7; -} - -.inline-code { - padding: 1px; - background: #FAFAFA; - border: solid 1px #EEE; - border-radius: 3px; - word-wrap: break-word; - font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace; - font-size: 12px; -} - -.block-code { - overflow-y: auto; -} - -.block-code, .block-code[class*="language-"] { - border: solid 1px #EEE; - max-height: 280px; - font-size: 13px; - white-space: pre-wrap; -} - -/* Custom browser scrollbar (webkit browsers only), you may remove. It won't hurt anything. */ -::-webkit-scrollbar { - width: 12px; -} - -::-webkit-scrollbar-thumb { - background: #007FC6; - border: 2px solid #000; - border-radius: 6px; - padding: 4px; -} - -::-webkit-scrollbar-track { - background: #252525; - border-top: 1px solid #282828; - border-left: 1px solid #282828; - border-right: 1px solid #000; - border-bottom: 1px solid #000; -} - -/* END: Custom Scrollbar */ -/* DVZ Shoutbox */ -#shoutbox { - margin-bottom: 10px; - /*border: solid 2px rgba(0,0,0,0.1);*/ - -webkit-border-top-left-radius: 11px; - -webkit-border-top-right-radius: 11px; - border-top-left-radius: 11px; - border-top-right-radius: 11px; - background: white; - /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;*/ -} - -.expcolimage a:link, .expcolimage a:visited { - color: #fff; - text-decoration: none; - text-transform: none; -} - -#shoutbox a:link { - color: #0072BC; - text-decoration: none; - text-transform: none; -} - -#shoutbox .head { - /*padding: 8px;*/ - background: #007fd0; - color: #fff; - /*border-bottom: 1px solid #263c30;*/ - padding: 8px; - text-transform: uppercase; - -webkit-border-top-left-radius: 11px; - -webkit-border-top-right-radius: 11px; - border-top-left-radius: 11px; - border-top-right-radius: 11px; -} - -#shoutbox .head a:link, a:visited { - color: #fff; - text-decoration: none; - text-transform: none; -} - -#shoutbox.front .head { - cursor: pointer; -} - -#shoutbox .head .right { - float: right; - margin: 0; - font-size: 13px; -} - -#shoutbox.collapsed .head { - opacity: 0.6; -} - -#shoutbox.collapsed .body { - display: none; -} - -#shoutbox .panel { - /* border-top: solid 2px rgba(0,0,0,0.1);*/ -} - -/* -#shoutbox input.text { -margin: 0; -padding: 10px 8px; -width: 100%; -box-sizing: border-box; -border: none; -box-shadow: inset 0 2px 4px rgba(0,0,0,0.08); -font-family: Montserrat, sans-serif; -font-size: 14px; color: #000; -background: #ddd; -color: #000; -border: 1px solid #efefef; -} - -*/ - -#shoutbox .minposts, #shoutbox .blocked { - padding: 6px; - font-size: 11px; -} - -#shoutbox .panel.minposts { - background: #FFFED8; - color: #727250; -} - -#shoutbox .panel.blocked { - background: #FCEFEF; - color: #543A3A; -} - -#shoutbox .panel p { - margin: 0; -} - -#shoutbox .window { - border-top: solid 0px rgba(0,0,0,0.1); - overflow-y: scroll; - background: #fafafa; -} - -#shoutbox .data { - display: table; - width: 100%; - border-top: solid 2px rgba(0,0,0,0.1); - /*font-family: Arial, sans-serif; font-size: 14px;*/ -} - -#shoutbox.front .data { - border-top: none; -} - -#shoutbox .entry { - display: table-row !important; - width: 100%; - transition: background-color 0.2s; -} - -#shoutbox .entry:nth-child(even) { - background-color: rgba(0,0,0,0.01); -} - -#shoutbox .entry.new { - background-color: rgba(255,255,100,0.1); -} - -#shoutbox .entry:target { - background-color: rgba(50,200,255,0.1); -} - -#shoutbox .entry > div { - border-bottom: dashed 1px rgba(0,0,0,0.05); -} - -#shoutbox .entry:last-child > div { - border-bottom: none; -} - -#shoutbox .entry > div { - display: table-cell; - padding: 6px; -} - -#shoutbox .entry:hover { - background-color: #e9e9e9; -} - -#shoutbox .avatar img { - margin: 0 auto; - vertical-align: middle; - max-height: 20px; - max-width: 20px; - border: solid 1px rgba(255,255,255,0.1); - box-shadow: 0 0 2px rgba(0,0,0,0.1); - cursor: pointer; - border-radius: 50%; - -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3); -} - -#shoutbox .user { - border-right: solid 1px rgba(0,0,0,0.05); - text-align: right; - white-space: nowrap; -} - -#shoutbox .text { - width: 100%; - color: #555; - word-break: break-all; - word-wrap: break-word; -} - -#shoutbox .info { - font-size: 11px; - color: #AAA; - white-space: nowrap; - /*text-align: right;*/ -} - -#shoutbox .entry.unread .info:before { - display: inline-block; - position: relative; - top: -2px; - margin-right: 10px; - height: 4px; - width: 4px; - content: ''; - background: rgba(255,100,0,0.8); - border-radius: 10px; -} - -#shoutbox .info a { - color: inherit; -} - -#shoutbox .mod { - padding: 6px 8px; - font-size: 9px; - font-weight: bold; - color: #AAA; - text-decoration: none; -} - -#shoutbox .mod:nth-of-type(2) { - margin-right: 5px; - border-left: solid 1px rgba(0,0,0,0.1); -} - -#shoutbox .ip { - margin-right: 10px; - color: #CECECE; -} - -.smalltext a:link, a:visited { - font-size: 12px; - text-decoration: none; - color: #000; -} - -/*input color*/ -.text.form-control.mr-sm-1 { - color: #fff; - background-color: #1395e836; - border-color: #65bcf3; -} - -table { - border-collapse: inherit; -} - -#shout_sw.front { - float: right; - background: url("./images/collapse.png"); - width: 16px; - height: 16px; - margin-top: 7px; - margin-left: 9px; -} - -#shout_sw div .front .collapse { - float: right; - background: url("./images/collapse_collapsed.png"); - width: 16px; - height: 16px; - margin-top: 7px; - margin-left: 9px; -} - -]]> - </stylesheet> - <stylesheet name="site.css" version="1824"><![CDATA[article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } -audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } -audio:not([controls]) { display: none; } -[hidden] { display: none; } - - -html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } -body { margin: 0; font-size: 14px; line-height: 1.7; -font-weight: 600; -font-size: 100%; -} - -::-moz-selection { background: #f8891f; background: #ff7500; color: #fff; text-shadow: none; } -::selection { background: #f8891f; background: #ff7500; color: #fff; text-shadow: none; } - -abbr[title] { border-bottom: 1px dotted; } -b, strong { font-weight: bold; } -blockquote { margin: 1em 40px; } -dfn { font-style: italic; } -hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; } -ins { background: #ff9; color: #000; text-decoration: none; } -mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; } -pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; } -pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; } -q { quotes: none; } -q:before, q:after { content: ""; content: none; } -small { font-size: 85%; } -sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } -sup { top: -0.5em; } -sub { bottom: -0.25em; } -ul, ol { margin: 1em 0; padding: 0 0 0 40px; } -dd { margin: 0 0 0 40px; } -nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; } -img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; } -svg:not(:root) { overflow: hidden; } -figure { margin: 0; } - -form { margin: 0; } - -label { cursor: pointer; } -legend { border: 0; *margin-left: -7px; padding: 0; } -button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; outline: 0; } -button, input { line-height: normal; *overflow: visible; } -table button, table input { *overflow: auto; } -button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; } -input[type="checkbox"], input[type="radio"] { box-sizing: border-box; } -input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } -input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } -button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } -textarea { overflow: auto; vertical-align: top; resize: vertical; } -input:valid, textarea:valid { } -input:invalid, textarea:invalid { background-color: #f0dddd; } - -p { - margin: 5px 0 15px 0; -} - -h1, h2, h3, h4, h5, h6 { - margin: 0; -} - -a:link, -a:visited { - color: #007fd0; - text-decoration: none; -} - -a:hover, -a:active { - color: #ff7500; - text-decoration: underline; -} - -.wrapper { - /*width: 950px;*/ - padding: 0 10px; - margin: 0 auto; - box-sizing: border-box; -} -.wrapper:after { - content: ""; - display: table; - clear: both; -} - -@media only screen and (min-width: 1140px) { - .wrapper { - width: 88%; - max-width: 1250px; - padding: 0; - margin: 0 auto; - } -} - -.logo { - display: block; - text-decoration: none; -} -.logo__icon > svg { - height: 40px; - width: 50px; - display: inline-block; - vertical-align: middle; -} -.logo__icon > svg * { - transition: fill 0.25s ease; -} -.logo__text { - font-family: "Asap", sans-serif; - font-style: italic; - color: #fff; - text-indent: 5px; -} -.logo:hover { - text-decoration: none; -} -.logo--light .logo__icon > svg * { - fill: #fff; -} -.logo--light:hover .logo__icon > svg * { - fill: #ccc; -} -.logo--primary .logo__icon > svg * { - fill: #007fd0; -} -.logo--primary:hover .logo__icon > svg * { - fill: #ff7500; -} - -.header { - background: #393d3f; - font: 16px/26px "Open Sans", sans-serif; - display: flex; - flex-direction: row; - height: 75px; -} - -.js .header { - position: fixed; - z-index: 10; - right: 0; - left: 0; - top: 0; -} - -.header__title { - height: 100%; - margin: 0; - float: left; -} -.header__title .logo { - align-items: center; - display: flex; - height: 100%; -} -.header .wrapper { - position: relative; -} -.header .menu-button, -.header .menu-close-button { - display: none; -} -.header__checkbox { - display: none; -} - -.main-menu { - height: 100%; -} -.main-menu__links { - height: 100%; - list-style: none; - margin: 0; - padding: 0; - font-size: 0; - display: flex; -} -.main-menu__links__gap { - flex-grow: 2; -} -.main-menu__links__item { - flex-grow: 1; -} -.main-menu__links__item__link { - display: block; - margin: 0; - font-size: 18px; - height: 100%; - font-weight: 300; - box-sizing: border-box; - display: flex; - align-items: center; - justify-content: center; - transition: background 0.25s ease; -} -.main-menu__links__item__link:link, .main-menu__links__item__link:visited { - color: #fff; - text-decoration: none; -} -.main-menu__links__item__link:hover, .main-menu__links__item__link:active { - background: rgba(85, 85, 85, 0.6); -} -.main-menu__links__item--search { - flex-grow: 0; - padding: 0 0 0 20px; - position: relative; - justify-content: center; - align-items: center; -} -.js .main-menu__links__item--search { - display: flex; -} -.main-menu__links__item--search__icon .icon svg { - width: 20px; - height: 20px; - vertical-align: middle; - margin-top: -2px; - margin-left: 0; - margin-right: 0; -} -.main-menu__links__item--search__icon .icon svg * { - fill: #999 !important; -} -.main-menu__links__item--search__icon:hover, .main-menu__links__item--search__icon:active { - cursor: pointer; -} -.main-menu__links__item--search__icon:hover .icon svg *, .main-menu__links__item--search__icon:active .icon svg * { - fill: #ccc !important; -} -.main-menu__links__item--active { - background: #007fd0; - color: #fff; -} -.main-menu__links__item--active .main-menu__links__item__link { - color: inherit; -} -.main-menu__links__item--active .main-menu__links__item__link:hover, .main-menu__links__item--active .main-menu__links__item__link:active { - background: #007fd0; -} - -.site-search { - background: #393d3f; - text-align: right; - padding: 15px 0 14px 0; - position: absolute; - top: 0; - right: 0; - width: 77%; - will-change: transform; - transition: transform 0.25s linear, opacity 0.25s linear; - transform: translateY(-100%); - opacity: 0; - } - - .site-search input[type="text"].site-search__field { - font: 16px "Open Sans", sans-serif; - border: 1px solid #fff; - font-size: 0.9em; - outline: 0; - border-radius: 4px; - box-sizing: border-box; - margin: 1px 5px 1px 0; - width: 250px; - padding: 7px 7px 8px 7px; - } - .site-search button { - font: 0.9em/26px "Open Sans", sans-serif; -} - .site-search__button--cancel.site-button { - margin-right: 0; - display: inline-block; -} - - #show-site-search:checked ~ .site-search { - opacity: 1; - transform: translateY(0%); - } - -.header .site-button, -.header a.site-button { - color: #fff; - background: #007fd0; - border: 1px solid #007fd0; - padding: 4px 10px; - margin: 5px; - font-size: 0.9em; - text-decoration: none; - display: inline-block; - line-height: 26px; - border-radius: 4px; -} -.header .site-button:link, .header .site-button:visited, -.header a.site-button:link, -.header a.-sitebutton:visited { - color: #fff; -} -.header .site-button:hover, .header .site-button:active, -.header a.site-button:hover, -.header a.site-button:active { - background: #ff7500; - border-color: #ff7500; - text-decoration: none; - cursor: pointer; -} -.header .site-button .icon svg, -.header a.site-button .icon svg { - width: 16px; - height: 16px; - vertical-align: middle; - margin-top: -2px; - margin-left: 0; - margin-right: 6px; -} -.header .site-button .icon svg *, -.header a.site-button .icon svg * { - fill: #fff !important; -} -.header .site-button.site-button--dark, -.header a.site-button.site-button--dark { - background: #393D3F; - border-color: #666; -} -.header .site-button.site-button--dark:hover, -.header a.site-button.site-button--dark:hover { - border-color: #999; -} -.header .site-button:hover, .header .site-button:active, -.header a.site-button:hover, -.header a.site-button:active { - outline: none; -} - -.headroom { - will-change: transform; - transition: transform 200ms linear; -} - -.headroom--pinned { - transform: translateY(0%); -} - -.headroom--unpinned { - transform: translateY(-100%); -} -.headroom--unpinned.headroom--disabled { - transform: translateY(0%); -} - -.footer { - background: #393D3F; - font: 16px/26px "Open Sans", sans-serif; -} -.footer .wrapper { - padding: 20px 0; - display: flex; - justify-content: space-between; - padding: 0; - flex-direction: row; - } - -.footer__nav { - flex-grow: 1; -} -.footer__nav__links { - list-style: none; - margin: 0; - padding: 0; -} -.footer__nav__links__item { - font-size: 0.8em; - padding: 0; - display: inline-block; -} -@media only screen and (min-width: 1140px) { - .footer__nav__links__item { - font-size: 0.8em; - } -} -.footer__nav__links__item__link { - display: block; - transition: background 0.25s ease, color 0.25s ease; - padding: 14px 6px; -} -@media only screen and (min-width: 1140px) { - .footer__nav__links__item__link { - padding: 18px 12px; - } -} -.footer__nav__links__item__link:link, .footer__nav__links__item__link:visited, .footer__nav__links__item__link:hover, .footer__nav__links__item__link:active { - color: #ccc; - text-decoration: none; -} -.footer__nav__links__item__link:hover, .footer__nav__links__item__link:active { - color: #fff; - background: rgba(85, 85, 85, 0.6); -} -.footer__nav__links__item__link .icon svg { - width: 16px; - height: 16px; - vertical-align: middle; - margin-top: -2px; - margin-left: auto; - margin-right: auto; - margin-right: 2px; -} -.footer__nav__links__item__link .icon svg * { - fill: #999 !important; -} -.footer__nav--internal { - text-transform: uppercase; -} - - .footer__nav--social { - text-align: right; -} - -.copyright { - display: none; - background: #444; - font-size: 0.75em; - color: #999; - margin: 0; - text-align: center; - padding: 10px 0; -} - -.blog_updates { - text-align: center; - border: 1px solid #ccc; - background: #f5f5f5; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - border-radius: 5px; - padding: 8px 12px; - margin: 10px 0 0; -} - -.blog_updates strong { - margin-right: 6px; -} - -.blog_updates .date { - color: #666; - font-size: 0.8em; - margin-left: 6px; -} - -.blog_updates.release { - background-color: #fff6bf; - border-color: #ffd324; -} - -.blog_updates.latest { - background-color:#D6ECA6; - border-color: #8DC93E; -} - -.blog_updates.important { - background-color:#FFEAEA; - border-color: #e06666; -} - -.social { - padding: 12px; - text-align: center; -} - -.social .intro { - color: #666; - margin-right: 16px; -} - -.social .twitter, -.social .facebook, -.social .youtube, -.social .discord { - margin: 0 16px 0 0; - border-left: 1px solid #ddd; - padding: 0 0 0 16px; -} - -.social .twitter a, -.social .facebook a, -.social .youtube a, -.social .discord a { - padding-left: 25px; -} - -.social .twitter a { - background: url(https://mybb.com/assets/images/twitter.png) left center no-repeat; -} - -.social .facebook a { - background: url(https://mybb.com/assets/images/facebook.png) left center no-repeat; -} - -.social .youtube a { - background: url(https://mybb.com/assets/images/youtube.png) left center no-repeat; -} - -.social .discord a { - background: url(https://mybb.com/assets/images/discord.png) left center no-repeat; -} - -#forum { - font-family: "Open Sans", sans-serif; - font-size: 14px; - line-height: 1.5; -} - -#forum #panel .upper { - background: #e1e1e1; - border: none; - color: #777; - padding: 0; -} - -#forum #panel .upper .wrapper { - padding-top: 90px; - padding-bottom: 12px; -} - -#forum #panel .lower { - background: #f2f2f2; - border: none; - padding: 0; -} - -#forum #panel .lower .wrapper { - padding-top: 10px; - padding-bottom: 10px; -} - -#forum #panel a:link, -#forum #panel a:visited { - color: #555; - text-decoration: none; -} - -#forum #panel a:hover, -#forum #panel a:active { - color: #ff7500; - text-decoration: underline; -} - -#forumMenu ul.top_links { - float: right; - font-weight: bold; - text-align: right; - margin: 0 5px 0 0; -} - -#forumMenu ul.top_links a.search { - background-position: 0 0; -} - -#forumMenu ul.top_links a.memberlist { - background-position: 0 -20px; -} - -#forumMenu ul.top_links a.calendar { - background-position: 0 -40px; -} - -#forumMenu ul.top_links a.help { - background-position: 0 -60px; -} - -#forum #footer .upper { - border-radius: 5px; - border: 1px solid #bbb; -} - -.old-site-header, -.old-site-footer { - display: none; -} - -#extend .extend-feature { - background: #f2f2f2; - padding-top: 85px; - padding-bottom: 10px; - border: none; -} - -#extend .extend-feature .extend-nav__list__item__link { - color: #007fd0; -} - -#extend .extend-feature .extend-nav__list__item__link:hover, -#extend .extend-feature .extend-nav__list__item__link:active { - color: #ff7500; -} - -#extend .extend-primer { - padding-top: 20px; -} - -#extend .extend-primer .navigation .active { - font-weight: 400; - font-family: Asap, sans-serif; - font-size: 3em; - color: #222; -} - -#extend .extend-page { - padding-bottom: 40px; -} - -#extend .extend-project__title { - font-size: 2.4em; - font-weight: 400; - color: #222; - font-family: Asap, sans-serif; -} - - - ]]> - </stylesheet> - </stylesheets> - <templates> - <template name="announcement" version="1822"><![CDATA[<html> - <head> - <title>{$lang->forum_announcement}</title> - {$headerinclude} - <script type="text/javascript"> - var announcement_quickdelete_confirm = "{$lang->announcement_quickdelete_confirm}"; - </script> - </head> - <body> - {$header} - <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed clear no_bottom_border"> - <tr> - <td class="thead"><strong>{$lang->forum_announcement}</strong></td> - </tr> - <tr><td id="posts_container"> - <div id="posts"> - {$announcement} - </div> - </td></tr> - </table> - {$footer} - </body> -</html>]]></template> - <template name="announcement_edit" version="1800"><![CDATA[<a href="modcp.php?action=edit_announcement&aid={$post['aid']}" title="{$lang->announcement_edit}" class="postbit_edit"><span>{$lang->postbit_button_edit}</span></a>]]></template> - <template name="announcement_quickdelete" version="1800"><![CDATA[<a href="modcp.php?action=delete_announcement&aid={$post['aid']}&my_post_key={$mybb->post_code}" onclick="MyBB.deleteAnnouncement(this); return false;" class="postbit_qdelete"><span>{$lang->postbit_button_qdelete}</span></a>]]></template> - <template name="attachment_icon" version="1800"><![CDATA[<img src="{$icon}" title="{$name}" border="0" alt=".{$ext}" />]]></template> + + ]]> + </stylesheet> + <stylesheet name="refurb_theme.css" version="1829"><![CDATA[.navbar.navbar-expand-xl .navbar-collapse .navbar-nav { + align-items:baseline; +} +ul.nav.navbar-nav > li >div > a > h5 { +margin-right : -10px; +} + + +/*font menu*/ +.navbar-brand { + font-size: 1.1rem; +} + +.imgportalavatar { + border-radius: 50%; + -webkit-box-shadow: 0 15px 20px rgb(0 0 0 / 30%); + width: 4%; + height: auto; + float: left; + margin-right: 20px; + position: relative; + top: -45px; +} + +.avatarmenu { + border-radius: 50%; + -webkit-box-shadow: 0 15px 20px rgb(0 0 0 / 30%); + width: 28px; + height: auto; + float: left; + margin-right: 5px; + position: relative; + top: 6px; +} + +.trow1:hover.nothover { + background-color: inherit; +} + +.trow2:hover.nothover { + background-color: inherit; +} + +.trow2>div.float_right.smalltext > a:link, .trow2>div.float_right.smalltext > a:visited { + color:#fff; +} + +.cklogo { + width:131px; + height:22px; + position: relative; + top: -3px; + filter:invert(100); +}]]> + </stylesheet> + <stylesheet name="searchck.css" version="1829"><![CDATA[/*source : https://codepen.io/jkantner/pen/eYmvvqQ +et https://freefrontend.com/css-search-boxes/ */ + +/* +:root { +font-size: calc(16px + (24 - 16)*(100vw - 320px)/(1920 - 320)); +}*/ + +.searchck { + display:block; + margin : 0px; + padding:0px; + width : 300px; +} + +.search-bar input, +.search-btn, +.search-btn:before, +.search-btn:after { + transition: all 0.25s ease-out; +} +.search-bar input, +.search-btn { + width: 3em; + height: 3em; + border: 0; + box-sizing: border-box; + margin: 0; + padding: 0; +} +.search-bar input:invalid:not(:focus), +.search-btn { + cursor: pointer; + +} +.search-bar, +.search-bar input:focus, +.search-bar input:valid { + width: 80%; + +} +.search-bar input:focus, +.search-bar input:not(:focus) + .search-btn:focus { + outline: transparent; +} +.search-bar { + margin: auto; + padding: 0em; + justify-content: right; + max-width: 20em; +} +.search-bar input { + background: transparent; + border-radius: 1.5em; + box-shadow: 0 0 0 0.1em #fff inset; + padding: 0.75em; + transform: translate(0.5em,0.5em) scale(0.5); + transform-origin: 100% 0; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} +.search-bar input::-webkit-search-decoration { + -webkit-appearance: none; +} +.search-bar input:focus, +.search-bar input:valid { + background: #fff; + border-radius: 0.375em 0 0 0.375em; + box-shadow: 0 0 0 0.1em #d9d9d9 inset; + transform: scale(1); +} +.search-btn { + background: #fff; + border-radius: 0 0.75em 0.75em 0 / 0 1.5em 1.5em 0; + padding: 0.75em; + position: relative; + transform: translate(0.25em,0.25em) rotate(45deg) scale(0.25,0.125); + transform-origin: 0 50%; +} +.search-btn:before, +.search-btn:after { + content: ""; + display: block; + opacity: 0; + position: absolute; +} +.search-btn:before { + border-radius: 50%; + box-shadow: 0 0 0 0.2em #f1f1f1 inset; + top: 0.75em; + left: 0.75em; + width: 1.2em; + height: 1.2em; +} +.search-btn:after { + background: #f1f1f1; + border-radius: 0 0.25em 0.25em 0; + top: 51%; + left: 51%; + width: 0.75em; + height: 0.25em; + transform: translate(0.2em,0) rotate(45deg); + transform-origin: 0 50%; +} +.search-btn span { + display: inline-block; + overflow: hidden; + width: 1px; + height: 1px; +} + +/* Active state */ +.search-bar input:focus + .search-btn, +.search-bar input:valid + .search-btn { + background: #2762f3; + border-radius: 0 0.375em 0.375em 0; + transform: scale(1); +} +.search-bar input:focus + .search-btn:before, +.search-bar input:focus + .search-btn:after, +.search-bar input:valid + .search-btn:before, +.search-bar input:valid + .search-btn:after { + opacity: 1; +} +.search-bar input:focus + .search-btn:hover, +.search-bar input:valid + .search-btn:hover, +.search-bar input:valid:not(:focus) + .search-btn:focus { + background: #0c48db; +} +.search-bar input:focus + .search-btn:active, +.search-bar input:valid + .search-btn:active { + transform: translateY(1px); +} +]]> + </stylesheet> + <stylesheet name="Lien_effects1.css" version="1829"><![CDATA[ /* les effets liens */ + + /*pour article ouvert */ + .post_body > a:not(.post_author) { + box-shadow: inset 0 0px 0 #405efb; + transition: all .3s ease-in-out; + } + .post_body > a:not(.post_author):hover { + color: #fff; + box-shadow:inset 0 -20px 0 #405efb + } + + .post_body > ul > li > a:not(h2,.author_information,.noeffet) { + box-shadow: inset 0 0px 0 #405efb; + transition: all .3s ease-in-out; + } + .post_body > ul > li > a:not(h2,.author_information,.noeffet):hover { + color: #fff; + box-shadow:inset 0 -20px 0 #405efb + } + + /* Les liens accueil */ + + .trow1 > ul:not(h2,.author_information,.category_ul) > li > a { + box-shadow: inset 0 0px 0 #405efb; + transition: all .3s ease-in-out; + } + .trow1 > ul:not(h2,.author_information,.category_ul) > li > a:hover { + color: #fff; + box-shadow:inset 0 -20px 0 #405efb + } + /* class a dans article */ + a.mycode_url { + box-shadow: inset 0 0px 0 #405efb; + transition: all .3s ease-in-out; + } + a.mycode_url:hover { + color: #fff; + box-shadow:inset 0 -20px 0 #405efb + } + +]]> + </stylesheet> + <stylesheet name="ckblink.css" attachedto="calendar.php" version="1829"><![CDATA[@keyframes blink { + 50% { + opacity: 0.0; + } +} +@-webkit-keyframes blink { + 50% { + opacity: 0.0; + } +} +.ckpmsblink { + animation: blink 1s step-start 0s infinite; + -webkit-animation: blink 1s step-start 0s infinite; +} + +.ckpmsstd { +} + +.cksquare-sp { +}]]> + </stylesheet> + </stylesheets> + <templates> + <template name="announcement" version="1822"><![CDATA[<html> + <head> + <title>{$lang->forum_announcement}</title> + {$headerinclude} + <script type="text/javascript"> + var announcement_quickdelete_confirm = "{$lang->announcement_quickdelete_confirm}"; + </script> + </head> + <body> + {$header} + <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed clear no_bottom_border"> + <tr> + <td class="thead"><strong>{$lang->forum_announcement}</strong></td> + </tr> + <tr><td id="posts_container"> + <div id="posts"> + {$announcement} + </div> + </td></tr> + </table> + {$footer} + </body> +</html>]]></template> + <template name="announcement_edit" version="1800"><![CDATA[<a href="modcp.php?action=edit_announcement&aid={$post['aid']}" title="{$lang->announcement_edit}" class="postbit_edit"><span>{$lang->postbit_button_edit}</span></a>]]></template> + <template name="announcement_quickdelete" version="1800"><![CDATA[<a href="modcp.php?action=delete_announcement&aid={$post['aid']}&my_post_key={$mybb->post_code}" onclick="MyBB.deleteAnnouncement(this); return false;" class="postbit_qdelete"><span>{$lang->postbit_button_qdelete}</span></a>]]></template> + <template name="attachment_icon" version="1800"><![CDATA[<img src="{$icon}" title="{$name}" border="0" alt=".{$ext}" />]]></template> <template name="calendar" version="1813"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->calendar}</title> @@ -3818,7 +4076,7 @@ a:active { </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="calendar_addevent" version="1800"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->calendar} - {$lang->add_event}</title> @@ -4115,8 +4373,8 @@ a:active { </form> {$footer} </body> -</html>]]></template> - <template name="calendar_addeventlink" version="1400"><![CDATA[<a href="calendar.php?action=addevent&calendar={$calendar['cid']}">{$lang->add_public_event}</a> | <a href="calendar.php?action=addevent&calendar={$calendar['cid']}&private=1">{$lang->add_private_event}</a>]]></template> +</html>]]></template> + <template name="calendar_addeventlink" version="1400"><![CDATA[<a href="calendar.php?action=addevent&calendar={$calendar['cid']}">{$lang->add_public_event}</a> | <a href="calendar.php?action=addevent&calendar={$calendar['cid']}&private=1">{$lang->add_private_event}</a>]]></template> <template name="calendar_addevent_calendarselect" version="1800"><![CDATA[ <tr> <td width="20%" class="trow1"><strong>{$lang->select_calendar}</strong></td> <td class="trow1"> @@ -4124,11 +4382,11 @@ a:active { {$select_calendar} </select> </td> - </tr>]]></template> - <template name="calendar_addevent_calendarselect_hidden" version="1800"><![CDATA[<input type="hidden" name="calendar" value="{$calendar['cid']}" />]]></template> - <template name="calendar_addprivateevent" version="1400"><![CDATA[<a href="calendar.php?action=addevent&calendar={$calendar['cid']}&private=1">{$lang->add_private_event}</a>]]></template> - <template name="calendar_addpublicevent" version="1400"><![CDATA[<a href="calendar.php?action=addevent&calendar={$calendar['cid']}">{$lang->add_public_event}</a>]]></template> - <template name="calendar_day" version="1800"><![CDATA[<option value="{$day}" {$selected}>{$day}</option>]]></template> + </tr>]]></template> + <template name="calendar_addevent_calendarselect_hidden" version="1800"><![CDATA[<input type="hidden" name="calendar" value="{$calendar['cid']}" />]]></template> + <template name="calendar_addprivateevent" version="1400"><![CDATA[<a href="calendar.php?action=addevent&calendar={$calendar['cid']}&private=1">{$lang->add_private_event}</a>]]></template> + <template name="calendar_addpublicevent" version="1400"><![CDATA[<a href="calendar.php?action=addevent&calendar={$calendar['cid']}">{$lang->add_public_event}</a>]]></template> + <template name="calendar_day" version="1800"><![CDATA[<option value="{$day}" {$selected}>{$day}</option>]]></template> <template name="calendar_dayview" version="1800"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->calendar}</title> @@ -4181,7 +4439,7 @@ a:active { </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="calendar_dayview_birthdays" version="1400"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong>{$lang->birthdays_on_day}</strong></td> @@ -4190,8 +4448,8 @@ a:active { <td class="trow1"><span class="smalltext">{$birthday_list}</span></td> </tr> </table> -<br />]]></template> - <template name="calendar_dayview_birthdays_bday" version="1400"><![CDATA[{$comma}{$birthday['profilelink']}{$age}]]></template> +<br />]]></template> + <template name="calendar_dayview_birthdays_bday" version="1400"><![CDATA[{$comma}{$birthday['profilelink']}{$age}]]></template> <template name="calendar_dayview_event" version="1800"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed"> <tr> <td class="thead"><strong>{$event['name']}</strong></td> @@ -4222,12 +4480,12 @@ a:active { </td> </tr> </table> -<br />]]></template> +<br />]]></template> <template name="calendar_dayview_noevents" version="1400"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="trow1">{$lang->no_events}</td> </tr> -</table>]]></template> +</table>]]></template> <template name="calendar_editevent" version="1806"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->calendar} - {$lang->edit_event}</title> @@ -4540,7 +4798,7 @@ a:active { </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="calendar_event" version="1800"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->calendar} - {$event['name']}</title> @@ -4619,12 +4877,12 @@ a:active { </form> {$footer} </body> -</html>]]></template> - <template name="calendar_eventbit" version="1402"><![CDATA[<div style="margin-bottom: 4px;" class="smalltext {$event_class}"><a href="{$event['eventlink']}" title="{$event['fullname']}">{$event['name']}</a></div>]]></template> +</html>]]></template> + <template name="calendar_eventbit" version="1402"><![CDATA[<div style="margin-bottom: 4px;" class="smalltext {$event_class}"><a href="{$event['eventlink']}" title="{$event['fullname']}">{$event['name']}</a></div>]]></template> <template name="calendar_event_editbutton" version="1809"><![CDATA[<div style="text-align: right; vertical-align: bottom;" class="postbit_buttons"> <a href="calendar.php?action=editevent&eid={$event['eid']}" class="postbit_edit"><span>{$lang->postbit_button_edit}</span></a> <a href="javascript:void(0)" onclick="MyBB.deleteEvent({$event['eid']}); return false;" class="postbit_qdelete"><span>{$lang->postbit_button_qdelete}</span></a> -</div>]]></template> +</div>]]></template> <template name="calendar_event_modoptions" version="1604"><![CDATA[ <form method="post" action="calendar.php"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <input type="hidden" name="eid" value="{$event['eid']}"> @@ -4635,15 +4893,15 @@ a:active { </select> {$gobutton} </form> - <br />]]></template> - <template name="calendar_event_userstar" version="1800"><![CDATA[<img src="{$event['starimage']}" border="0" alt="*" />]]></template> + <br />]]></template> + <template name="calendar_event_userstar" version="1800"><![CDATA[<img src="{$event['starimage']}" border="0" alt="*" />]]></template> <template name="calendar_jump" version="1800"><![CDATA[<br /> <span class="smalltext"><strong>{$lang->jump_to_calendar}</strong></span> <select name="calendar"> {$jump_options} </select> -{$gobutton}]]></template> - <template name="calendar_jump_option" version="1800"><![CDATA[<option value="{$calendar['cid']}" {$sel}>{$calendar['name']}</option>]]></template> +{$gobutton}]]></template> + <template name="calendar_jump_option" version="1800"><![CDATA[<option value="{$calendar['cid']}" {$sel}>{$calendar['name']}</option>]]></template> <template name="calendar_mini" version="1400"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="width: 180px;"> <thead> <tr> @@ -4659,16 +4917,8 @@ a:active { <tbody> {$calendar_rows} </tbody> -</table>]]></template> - <template name="calendar_mini_weekdayheader" version="1400"><![CDATA[ <td class="tcat" align="center" width="14%"><strong>{$weekday_name}</strong></td>]]></template> - <template name="calendar_mini_weekrow" version="1822"><![CDATA[ <tr> - <td class="tcat" align="center" width="1"><a href="{$week_link}" >»</a></td> - {$day_bits} - </tr>]]></template> - <template name="calendar_mini_weekrow_day" version="1822"><![CDATA[ <td class="{$day_class}" valign="middle" align="center"> - {$day_link} - </td>]]></template> - <template name="calendar_mini_weekrow_day_link" version="1822"><![CDATA[<a href="{$calendar['link']}" >{$day}</a>]]></template> +</table>]]></template> + <template name="calendar_mini_weekdayheader" version="1400"><![CDATA[ <td class="tcat" align="center" width="14%"><strong>{$weekday_name}</strong></td>]]></template> <template name="calendar_move" version="1800"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->calendar} - {$lang->move_event}</title> @@ -4698,44 +4948,47 @@ a:active { </form> {$footer} </body> -</html>]]></template> - <template name="calendar_nextlink" version="1813"><![CDATA[<a href="{$next_link}">{$next_month['name']} {$next_month['year']} »</a>]]></template> - <template name="calendar_prevlink" version="1813"><![CDATA[<a href="{$prev_link}">« {$prev_month['name']} {$prev_month['year']}</a>]]></template> - <template name="calendar_repeats" version="1800"><![CDATA[<span class="smalltext"><strong>{$lang->repeats}</strong><br />{$repeats}</span>]]></template> - <template name="calendar_select" version="1800"><![CDATA[<option value="{$calendar_option['cid']}"{$selected}>{$calendar_option['name']}</option>]]></template> - <template name="calendar_weekdayheader" version="1400"><![CDATA[ <td class="tcat" align="center" width="14%"><strong>{$weekday_name}</strong></td>]]></template> - <template name="calendar_weekrow" version="1822"><![CDATA[ <tr> - <td class="tcat" align="center" width="1"><a href="{$week_link}">»</a></td> - {$day_bits} - </tr>]]></template> - <template name="calendar_weekrow_day" version="1822"><![CDATA[<td class="{$day_class}" style="vertical-align: top; height: 100px;"> - <div class="float_right smalltext"> - <a href="{$day_link}" class="nodeco">{$day}</a> - </div> - <div class="clear"> - {$day_birthdays} - {$day_events} - </div> -</td>]]></template> - <template name="calendar_weekrow_day_birthdays" version="1822"><![CDATA[<div style="margin-bottom: 4px;"><a href="{$calendar['link']}" class="smalltext blink_me align-middle badge badge-success badge-pill shadow nodeco">{$bday_count} {$birthday_lang}</a></div>]]></template> - <template name="calendar_weekrow_day_events" version="1822"><![CDATA[<div style="margin-bottom: 4px;"> - <a href="{$calendar['link']}" class="smalltext" >{$total_events} {$event_lang}</a> -</div>]]></template> +</html>]]></template> + <template name="calendar_nextlink" version="1813"><![CDATA[<a href="{$next_link}">{$next_month['name']} {$next_month['year']} »</a>]]></template> + <template name="calendar_prevlink" version="1813"><![CDATA[<a href="{$prev_link}">« {$prev_month['name']} {$prev_month['year']}</a>]]></template> + <template name="calendar_repeats" version="1800"><![CDATA[<span class="smalltext"><strong>{$lang->repeats}</strong><br />{$repeats}</span>]]></template> + <template name="calendar_select" version="1800"><![CDATA[<option value="{$calendar_option['cid']}"{$selected}>{$calendar_option['name']}</option>]]></template> + <template name="calendar_weekdayheader" version="1400"><![CDATA[ <td class="tcat" align="center" width="14%"><strong>{$weekday_name}</strong></td>]]></template> + <template name="calendar_weekrow_currentday" version="1829"><![CDATA[ <td class="trow_sep" style="vertical-align: top; height: 100px;"> + <div class="float_right smalltext"><a href="{$day_link}" class="ckpmsblink" title="{$day}">{$day}</a></div> + <div class="clear"> + {$day_birthdays} + {$day_events} + </div> + </td>]]></template> + <template name="calendar_weekrow_day" version="1822"><![CDATA[<td class="{$day_class}" style="vertical-align: top; height: 100px;"> + <div class="float_right smalltext"> + <a href="{$day_link}" class="nodeco">{$day}</a> + </div> + <div class="clear"> + {$day_birthdays} + {$day_events} + </div> +</td>]]></template> + <template name="calendar_weekrow_day_birthdays" version="1822"><![CDATA[<div style="margin-bottom: 4px;"><a href="{$calendar['link']}" class="smalltext blink_me align-middle badge badge-success badge-pill shadow nodeco">{$bday_count} {$birthday_lang}</a></div>]]></template> + <template name="calendar_weekrow_day_events" version="1822"><![CDATA[<div style="margin-bottom: 4px;"> + <a href="{$calendar['link']}" class="smalltext" >{$total_events} {$event_lang}</a> +</div>]]></template> <template name="calendar_weekrow_day_external" version="1400"><![CDATA[ <td class="calendar_daybit_external"> <div class="float_right smalltext"><a href="{$day_link}">{$day}</a></div> <div> {$day_events} {$day_birthdays} </div> - </td>]]></template> - <template name="calendar_weekrow_day_today" version="1822"><![CDATA[<td class="calendar_daybit_today"> - <div class="float_right smalltext"> - <a href="{$day_link}" >{$day}</a></div> - <div> - {$day_events} - {$day_birthdays} - </div> -</td>]]></template> + </td>]]></template> + <template name="calendar_weekrow_day_today" version="1822"><![CDATA[<td class="calendar_daybit_today"> + <div class="float_right smalltext"> + <a href="{$day_link}" >{$day}</a></div> + <div> + {$day_events} + {$day_birthdays} + </div> +</td>]]></template> <template name="calendar_weekview" version="1813"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->calendar}</title> @@ -4808,257 +5061,211 @@ a:active { </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="calendar_weekview_day" version="1400"><![CDATA[ <tr> <td class="trow_sep" colspan="2">{$weekday_name}</td> </tr> <tr> <td class="trow2{$day_shaded}" style="text-align: center; padding: 8px;"><span class="largetext">{$weekday_day}</span></td> <td class="trow1" width="100%">{$day_birthdays}{$day_events}</td> - </tr>]]></template> - <template name="calendar_weekview_day_birthdays" version="1800"><![CDATA[<a href="{$calendar_link}">{$bday_count} {$birthday_lang}</a><br />]]></template> - <template name="calendar_weekview_day_event" version="1400"><![CDATA[<a href="{$event['eventlink']}" class="{$event_class}" title="{$event['fullname']}">{$event['fullname']}</a>{$event_time}<br />]]></template> - <template name="calendar_weekview_day_event_time" version="1800"><![CDATA[<span class="smalltext"> ({$time_period})</span>]]></template> + </tr>]]></template> + <template name="calendar_weekview_day_birthdays" version="1800"><![CDATA[<a href="{$calendar_link}">{$bday_count} {$birthday_lang}</a><br />]]></template> + <template name="calendar_weekview_day_event" version="1400"><![CDATA[<a href="{$event['eventlink']}" class="{$event_class}" title="{$event['fullname']}">{$event['fullname']}</a>{$event_time}<br />]]></template> + <template name="calendar_weekview_day_event_time" version="1800"><![CDATA[<span class="smalltext"> ({$time_period})</span>]]></template> <template name="calendar_weekview_month" version="1400"><![CDATA[ <tr> <td class="tcat" colspan="2"><strong>{$weekday_month} {$weekday_year}</strong></td> </tr> - {$days}]]></template> - <template name="calendar_weekview_nextlink" version="1813"><![CDATA[<a href="{$next_link}">{$lang->next_week} »</a>]]></template> - <template name="calendar_weekview_prevlink" version="1813"><![CDATA[<a href="{$prev_link}">« {$lang->previous_week}</a>]]></template> - <template name="calendar_year" version="1800"><![CDATA[<option value="{$year}" {$selected}>{$year}</option>]]></template> - <template name="calendar_year_sel" version="1800"><![CDATA[<option value="{$year_sel}">{$year_sel}</option>]]></template> + {$days}]]></template> + <template name="calendar_weekview_nextlink" version="1813"><![CDATA[<a href="{$next_link}">{$lang->next_week} »</a>]]></template> + <template name="calendar_weekview_prevlink" version="1813"><![CDATA[<a href="{$prev_link}">« {$lang->previous_week}</a>]]></template> + <template name="calendar_year" version="1800"><![CDATA[<option value="{$year}" {$selected}>{$year}</option>]]></template> + <template name="calendar_year_sel" version="1800"><![CDATA[<option value="{$year_sel}">{$year_sel}</option>]]></template> <template name="changeuserbox" version="1400"><![CDATA[<tr> <td class="trow1" width="20%"><strong>{$lang->username}</strong></td> <td class="trow1">{$mybb->user['username']} <span class="smalltext">[<strong><a href="member.php?action=logout&logoutkey={$mybb->user['logoutkey']}">{$lang->change_user}</a></strong>]</span></td> -</tr>]]></template> - <template name="codebuttons" version="1822"><![CDATA[<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/sceditor/themes/{$theme['editortheme']}" type="text/css" media="all" /> -<script type="text/javascript" src="{$mybb->asset_url}/jscripts/sceditor/myinsertbuttons/mibutton.js?ver=3.0.0"></script> -<script type="text/javascript" src="{$mybb->asset_url}/jscripts/sceditor/jquery.sceditor.bbcode.min.js?ver=1822"></script> -<script type="text/javascript" src="{$mybb->asset_url}/jscripts/bbcodes_sceditor.js?ver=1822"></script> -<script type="text/javascript" src="{$mybb->asset_url}/jscripts/sceditor/plugins/undo.js?ver=1821"></script> -<script type="text/javascript" src="{$mybb->asset_url}/jscripts/sceditor/icons/monocons.js?ver=1821"></script> -<script type="text/javascript"> -var newbutbar = newbutbar2 = '', -iclid = '{$mybb->settings['myinsertbuttons_imgurapi']}'; -if (!'{$mybb->settings['myinsertbuttons_rules']}'.trim() == ''){ - newbut = '{$mybb->settings['myinsertbuttons_rules']}'; - newbutbar = ''+newbut+'|'; - icm_but_rls = newbut.split(','); - for (var i = icm_but_rls.length-1; i >= 0; i--) { - mibutton(''+icm_but_rls[i]+'',0); - $(mibimage(''+icm_but_rls[i]+'')).insertAfter('textarea'); - } -} -if (!'{$mybb->settings['myinsertbuttons_rules_des']}'.trim() == ''){ - newbut2 = '{$mybb->settings['myinsertbuttons_rules_des']}'; - newbutbar2 = ''+newbut2+'|'; - icm_but_rls = newbut2.split(','); - for (var i = icm_but_rls.length-1; i >= 0; i--) { - mibutton(''+icm_but_rls[i]+'',1); - $(mibimage(''+icm_but_rls[i]+'')).insertAfter('textarea'); - } -} -var newbutbar = newbutbar2 = '', -iclid = '{$mybb->settings['myinsertbuttons_imgurapi']}'; -if (!'{$mybb->settings['myinsertbuttons_rules']}'.trim() == ''){ - newbut = '{$mybb->settings['myinsertbuttons_rules']}'; - newbutbar = ''+newbut+'|'; - icm_but_rls = newbut.split(','); - for (var i = icm_but_rls.length-1; i >= 0; i--) { - mibutton(''+icm_but_rls[i]+'',0); - $(mibimage(''+icm_but_rls[i]+'')).insertAfter('textarea'); - } -} -if (!'{$mybb->settings['myinsertbuttons_rules_des']}'.trim() == ''){ - newbut2 = '{$mybb->settings['myinsertbuttons_rules_des']}'; - newbutbar2 = ''+newbut2+'|'; - icm_but_rls = newbut2.split(','); - for (var i = icm_but_rls.length-1; i >= 0; i--) { - mibutton(''+icm_but_rls[i]+'',1); - $(mibimage(''+icm_but_rls[i]+'')).insertAfter('textarea'); - } -} -var partialmode = {$mybb->settings['partialmode']}, -opt_editor = { - plugins: "undo", - format: "bbcode", - icons: "monocons", - bbcodeTrim: true, - style: "{$mybb->asset_url}/jscripts/sceditor/styles/jquery.sceditor.{$theme['editortheme']}?ver=1821", - rtl: {$lang->settings['rtl']}, - locale: "mybblang", - width: "100%", - enablePasteFiltering: true, - autoUpdate: true, - emoticonsEnabled: {$emoticons_enabled}, - emoticons: { - // Emoticons to be included in the dropdown - dropdown: { - {$dropdownsmilies} - }, - // Emoticons to be included in the more section - more: { - {$moresmilies} - }, - // Emoticons that are not shown in the dropdown but will still be converted. Can be used for things like aliases - hidden: { - {$hiddensmilies} - } - }, - emoticonsCompat: true, - toolbar: "{$basic1}{$align}{$font}{$size}{$color}{$removeformat}{$basic2}image,{$email}{$link}|video{$emoticon}|{$list}{$code}quote|"+newbutbar+newbutbar2+"maximize,source", -}; -{$editor_language} -$(function() { - $("#{$bind}").sceditor(opt_editor); - - MyBBEditor = $("#{$bind}").sceditor("instance"); - {$sourcemode} -}); -</script>]]></template> - <template name="debug_summary" version="1800"><![CDATA[<div id="debug">{$generated_in} {$debug_weight} <br />{$sql_queries} / {$server_load} / {$memory_usage}<br />[<a href="{$debuglink}" target="_blank">{$lang->debug_advanced_details}</a>]<br /></div>]]></template> - <template name="dvz_shoutbox" version="1822"><![CDATA[ <table id="shoutbox" border="0" cellspacing="0" cellpadding="0" class="tborder" > - <thead> - <tr> - <td class="thead" colspan="5"> - <div class="head" style="padding:0;cursor: pointer;" data-toggle="tooltip" title="Expand / Collapse" style="height:{$mybb->settings['dvz_sb_height']}px"> - {$lang->dvz_sb_shoutbox} - <div id="shout_sw" style="float:right; background:url('{$mybb->settings['bburl']}/images/collapse.png');width: 16px; height: 16px; margin-top: 7px; margin-left: 9px;"></div> - <span class="expcolimage"> - <span class="badge badge-pill badge-info"> - <a href="{$mybb->settings['bburl']}/index.php?action=shoutbox_archive" data-toggle="tooltip" title="Archives">a</a> - </span> - </span> - </div> - </td> - </tr> - <tr> - <td> - <div id="shoutbox" class="front{$classes}" style="border:0px"> - <div class="body" style="padding-left: 9px; padding-right: 9px; padding-top: 9px;"> - {$panel} - <div class="window" style="height:{$mybb->settings['dvz_sb_height']}px"> - <div class="data"> - {$html} - </div> - </div> - </div> - </div> - </td> - </tr> - </thead> - </table> - <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/dvz_shoutbox.js"></script> - {$javascript} - <br />]]></template> - <template name="dvz_shoutbox_archive" version="1822"><![CDATA[<html> - <head> - <title>{$lang->dvz_sb_archive}</title> - {$headerinclude} - </head> - <body> - {$header} - <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/dvz_shoutbox.js"></script> - {$javascript} - {$modoptions} - {$multipage} - <br /> - <div id="shoutbox" class="tborder"> - <div class="thead"> - <strong>{$lang->dvz_sb_archive}</strong> - {$last_read_link} - </div> - <div class="data"> - {$archive} - </div> - </div> - <br /> - {$multipage} - {$footer} - </body> -</html>]]></template> - <template name="dvz_shoutbox_archive_modoptions" version="1822"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> - <tr><td class="thead" colspan="2"><strong>{$lang->dvz_sb_mod}</strong></td></tr> - <tr><td class="tcat">{$lang->dvz_sb_mod_banlist}</td><td class="tcat">{$lang->dvz_sb_mod_clear}</td></tr> - <tr> - <td class="trow1"> - <form action="" method="post"> - <input type="text" class="textbox" style="width:80%" name="banlist" value="{$blocked_users}" /> - <input type="hidden" name="postkey" value="{$mybb->post_code}" /> - <input type="submit" class="button" value="{$lang->dvz_sb_mod_banlist_button}" /> - </form> - </td> - <td class="trow1"> - <form action="" method="post"> - <select name="days"> - <option value="2">2 {$lang->days}</option> - <option value="7">7 {$lang->days}</option> - <option value="30">30 {$lang->days}</option> - <option value="90">90 {$lang->days}</option> - <option value="all">* {$lang->dvz_sb_mod_clear_all} *</option> - </select> - <input type="hidden" name="postkey" value="{$mybb->post_code}" /> - <input type="submit" class="button" value="{$lang->dvz_sb_mod_clear_button}" /> - </form> - </td> - </tr> -</table>]]></template> - <template name="dvz_shoutbox_last_read_link" version="1822"><![CDATA[<p class="right"><a href="{$last_read_url}">{$lang->dvz_sb_last_read_link}</a> | <a href="{$unmark_all_url}">{$lang->dvz_sb_last_read_unmark_all}</a></p>]]></template> - <template name="dvz_shoutbox_panel" version="1822"><![CDATA[<div class="panel"> - <form> - <div class="form-group"> - <input type="text" class="text form-control mr-sm-1" placeholder="{$lang->dvz_sb_default}" maxlength="{$maxlength}" autocomplete="off" /> - <input type="submit" style="display:none" /> - </div> - </form> -</div>]]></template> - <template name="editpost" version="1820"><![CDATA[<html> -<head> -<title>{$mybb->settings['bbname']} - {$lang->edit_post}</title> -{$headerinclude} -{$post_javascript} -</head> -<body> -{$header} -{$preview} -{$post_errors} -{$attacherror} -{$moderation_notice} -{$deletebox} -<form id="editpost" action="editpost.php?pid={$pid}&processed=1" method="post" enctype="multipart/form-data" name="input"> -<input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> -<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> -<tr> -<td class="thead" colspan="2"><strong>{$lang->edit_post}</strong></td> -</tr> -{$loginbox} -<tr> -<td class="trow2"><strong>{$lang->subject}</strong></td> -<td class="trow2">{$prefixselect}<input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /></td> -</tr> -{$posticons} -<tr> -<td class="trow2" valign="top"><strong>{$lang->your_message}:</strong><br /><div style="text-align: center;">{$smilieinserter}</div></td> -<td class="trow2"> -<textarea name="message" id="message" rows="20" cols="70" tabindex="3">{$message}</textarea> -{$codebuttons} -</td> -</tr> -{$editreason} -{$postoptions} -{$subscriptionmethod} -{$pollbox} -</table> -{$attachbox} -<br /> -<div align="center"><input type="submit" class="button" name="submitbutton" value="{$lang->update_post}" tabindex="3" accesskey="s" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="4" /></div> -<input type="hidden" name="action" value="do_editpost" /> -<input type="hidden" name="attachmentaid" value="" /> -<input type="hidden" name="attachmentact" value="" /> -</form> -{$footer} -</body> -</html>]]></template> +</tr>]]></template> + <template name="codebuttons" version="1822"><![CDATA[<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/sceditor/themes/{$theme['editortheme']}" type="text/css" media="all" /> +<script type="text/javascript" src="{$mybb->asset_url}/jscripts/sceditor/myinsertbuttons/mibutton.js?ver=4.0.1"></script> +<script type="text/javascript" src="{$mybb->asset_url}/jscripts/sceditor/myinsertbuttons/mibutton.js?ver=3.0.0"></script> +<script type="text/javascript" src="{$mybb->asset_url}/jscripts/sceditor/jquery.sceditor.bbcode.min.js?ver=1822"></script> +<script type="text/javascript" src="{$mybb->asset_url}/jscripts/bbcodes_sceditor.js?ver=1822"></script> +<script type="text/javascript" src="{$mybb->asset_url}/jscripts/sceditor/plugins/undo.js?ver=1821"></script> +<script type="text/javascript" src="{$mybb->asset_url}/jscripts/sceditor/icons/monocons.js?ver=1821"></script> +<script type="text/javascript"> +var newbutbar = newbutbar2 = '', +iclid = '{$mybb->settings['myinsertbuttons_imgurapi']}'; +if (!'{$mybb->settings['myinsertbuttons_rules']}'.trim() == ''){ + newbut = '{$mybb->settings['myinsertbuttons_rules']}'; + newbutbar = ''+newbut+'|'; + icm_but_rls = newbut.split(','); + for (var i = icm_but_rls.length-1; i >= 0; i--) { + mibutton(''+icm_but_rls[i]+'',0); + $(mibimage(''+icm_but_rls[i]+'')).insertAfter('textarea'); + } +} +if (!'{$mybb->settings['myinsertbuttons_rules_des']}'.trim() == ''){ + newbut2 = '{$mybb->settings['myinsertbuttons_rules_des']}'; + newbutbar2 = ''+newbut2+'|'; + icm_but_rls = newbut2.split(','); + for (var i = icm_but_rls.length-1; i >= 0; i--) { + mibutton(''+icm_but_rls[i]+'',1); + $(mibimage(''+icm_but_rls[i]+'')).insertAfter('textarea'); + } +} +var newbutbar = newbutbar2 = '', +iclid = '{$mybb->settings['myinsertbuttons_imgurapi']}'; +if (!'{$mybb->settings['myinsertbuttons_rules']}'.trim() == ''){ + newbut = '{$mybb->settings['myinsertbuttons_rules']}'; + newbutbar = ''+newbut+'|'; + icm_but_rls = newbut.split(','); + for (var i = icm_but_rls.length-1; i >= 0; i--) { + mibutton(''+icm_but_rls[i]+'',0); + $(mibimage(''+icm_but_rls[i]+'')).insertAfter('textarea'); + } +} +if (!'{$mybb->settings['myinsertbuttons_rules_des']}'.trim() == ''){ + newbut2 = '{$mybb->settings['myinsertbuttons_rules_des']}'; + newbutbar2 = ''+newbut2+'|'; + icm_but_rls = newbut2.split(','); + for (var i = icm_but_rls.length-1; i >= 0; i--) { + mibutton(''+icm_but_rls[i]+'',1); + $(mibimage(''+icm_but_rls[i]+'')).insertAfter('textarea'); + } +} +var partialmode = {$mybb->settings['partialmode']}, +opt_editor = { + plugins: "undo", + format: "bbcode", + icons: "monocons", + bbcodeTrim: true, + style: "{$mybb->asset_url}/jscripts/sceditor/styles/jquery.sceditor.{$theme['editortheme']}?ver=1821", + rtl: {$lang->settings['rtl']}, + locale: "mybblang", + width: "100%", + enablePasteFiltering: true, + autoUpdate: true, + emoticonsEnabled: {$emoticons_enabled}, + emoticons: { + // Emoticons to be included in the dropdown + dropdown: { + {$dropdownsmilies} + }, + // Emoticons to be included in the more section + more: { + {$moresmilies} + }, + // Emoticons that are not shown in the dropdown but will still be converted. Can be used for things like aliases + hidden: { + {$hiddensmilies} + } + }, + emoticonsCompat: true, + toolbar: "{$basic1}{$align}{$font}{$size}{$color}{$removeformat}{$basic2}image,{$email}{$link}|video{$emoticon}|{$list}{$code}quote|"+newbutbar+newbutbar2+"maximize,source", +}; +{$editor_language} +$(function() { + $("#{$bind}").sceditor(opt_editor); + + MyBBEditor = $("#{$bind}").sceditor("instance"); + {$sourcemode} +}); +</script>]]></template> + <template name="debug_summary" version="1800"><![CDATA[<div id="debug">{$generated_in} {$debug_weight} <br />{$sql_queries} / {$server_load} / {$memory_usage}<br />[<a href="{$debuglink}" target="_blank">{$lang->debug_advanced_details}</a>]<br /></div>]]></template> + <template name="dvz_shoutbox" version="1822"><![CDATA[ <table id="shoutbox" border="0" cellspacing="0" cellpadding="0" class="tborder" > + <thead> + <tr> + <td class="thead" colspan="5"> + <div class="head" style="padding:0;cursor: pointer;" data-toggle="tooltip" title="Expand / Collapse" style="height:{$mybb->settings['dvz_sb_height']}px"> + {$lang->dvz_sb_shoutbox} + <div id="shout_sw" style="float:right; background:url('{$mybb->settings['bburl']}/images/collapse.png');width: 16px; height: 16px; margin-top: 7px; margin-left: 9px;"></div> + <span class="expcolimage"> + <span class="badge badge-pill badge-info"> + <a href="{$mybb->settings['bburl']}/index.php?action=shoutbox_archive" data-toggle="tooltip" title="Archives">a</a> + </span> + </span> + </div> + </td> + </tr> + <tr> + <td> + <div id="shoutbox" class="front{$classes}" style="border:0px"> + <div class="body" style="padding-left: 9px; padding-right: 9px; padding-top: 9px;"> + {$panel} + <div class="window" style="height:{$mybb->settings['dvz_sb_height']}px"> + <div class="data"> + {$html} + </div> + </div> + </div> + </div> + </td> + </tr> + </thead> + </table> + <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/dvz_shoutbox.js"></script> + {$javascript} + <br />]]></template> + <template name="dvz_shoutbox_archive" version="1822"><![CDATA[<html> + <head> + <title>{$lang->dvz_sb_archive}</title> + {$headerinclude} + </head> + <body> + {$header} + <script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/dvz_shoutbox.js"></script> + {$javascript} + {$modoptions} + {$multipage} + <br /> + <div id="shoutbox" class="tborder"> + <div class="thead"> + <strong>{$lang->dvz_sb_archive}</strong> + {$last_read_link} + </div> + <div class="data"> + {$archive} + </div> + </div> + <br /> + {$multipage} + {$footer} + </body> +</html>]]></template> + <template name="dvz_shoutbox_archive_modoptions" version="1822"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> + <tr><td class="thead" colspan="2"><strong>{$lang->dvz_sb_mod}</strong></td></tr> + <tr><td class="tcat">{$lang->dvz_sb_mod_banlist}</td><td class="tcat">{$lang->dvz_sb_mod_clear}</td></tr> + <tr> + <td class="trow1"> + <form action="" method="post"> + <input type="text" class="textbox" style="width:80%" name="banlist" value="{$blocked_users}" /> + <input type="hidden" name="postkey" value="{$mybb->post_code}" /> + <input type="submit" class="button" value="{$lang->dvz_sb_mod_banlist_button}" /> + </form> + </td> + <td class="trow1"> + <form action="" method="post"> + <select name="days"> + <option value="2">2 {$lang->days}</option> + <option value="7">7 {$lang->days}</option> + <option value="30">30 {$lang->days}</option> + <option value="90">90 {$lang->days}</option> + <option value="all">* {$lang->dvz_sb_mod_clear_all} *</option> + </select> + <input type="hidden" name="postkey" value="{$mybb->post_code}" /> + <input type="submit" class="button" value="{$lang->dvz_sb_mod_clear_button}" /> + </form> + </td> + </tr> +</table>]]></template> + <template name="dvz_shoutbox_last_read_link" version="1822"><![CDATA[<p class="right"><a href="{$last_read_url}">{$lang->dvz_sb_last_read_link}</a> | <a href="{$unmark_all_url}">{$lang->dvz_sb_last_read_unmark_all}</a></p>]]></template> + <template name="dvz_shoutbox_panel" version="1822"><![CDATA[<div class="panel"> + <form> + <div class="form-group"> + <input type="text" class="text form-control mr-sm-1" placeholder="{$lang->dvz_sb_default}" maxlength="{$maxlength}" autocomplete="off" /> + <input type="submit" style="display:none" /> + </div> + </form> +</div>]]></template> <template name="editpost_delete" version="1800"><![CDATA[<form action="editpost.php" method="post" name="editpost"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> @@ -5074,20 +5281,20 @@ $(function() { <input type="hidden" name="action" value="deletepost" /> <input type="hidden" name="pid" value="{$pid}" /> </form> -<br />]]></template> - <template name="editpost_disablesmilies" version="1809"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" tabindex="8"{$postoptionschecked['disablesmilies']} /> {$lang->options_disablesmilies}</label>]]></template> +<br />]]></template> + <template name="editpost_disablesmilies" version="1809"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" tabindex="8"{$postoptionschecked['disablesmilies']} /> {$lang->options_disablesmilies}</label>]]></template> <template name="editpost_postoptions" version="1809"><![CDATA[<tr> <td class="trow2" valign="top"><strong>{$lang->post_options}</strong></td> <td class="trow2"><span class="smalltext"> {$signature} {$disablesmilies}</span> </td> -</tr>]]></template> +</tr>]]></template> <template name="editpost_reason" version="1800"><![CDATA[<tr> <td class="trow1"><strong>{$lang->editreason}</strong></td> <td class="trow1"><input type="text" class="textbox" name="editreason" size="40" maxlength="150" value="{$reason}" tabindex="5" /></td> -</tr>]]></template> - <template name="editpost_signature" version="1809"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="6"{$postoptionschecked['signature']} /> {$lang->options_sig}</label><br />]]></template> +</tr>]]></template> + <template name="editpost_signature" version="1809"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="6"{$postoptionschecked['signature']} /> {$lang->options_sig}</label><br />]]></template> <template name="error" version="120"><![CDATA[<html> <head> <title>{$title}</title> @@ -5106,15 +5313,15 @@ $(function() { </table> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="error_inline" version="120"><![CDATA[<div class="error"> <p><em>{$title}</em></p> <ul> {$errorlist} </ul> </div> -<br />]]></template> - <template name="error_inline_item" version="1818"><![CDATA[<li>{$error}</li>]]></template> +<br />]]></template> + <template name="error_inline_item" version="1818"><![CDATA[<li>{$error}</li>]]></template> <template name="error_nopermission" version="1818"><![CDATA[{$lang->error_nopermission_guest_1} <ol> <li>{$lang->error_nopermission_guest_2}</li> @@ -5146,7 +5353,7 @@ $(function() { </tr> </table> </form> -<br />]]></template> +<br />]]></template> <template name="error_nopermission_loggedin" version="1600"><![CDATA[{$lang->error_nopermission_user_1} <ol> <li>{$lang->error_nopermission_user_2}</li> @@ -5155,67 +5362,55 @@ $(function() { <li>{$lang->error_nopermission_user_5}</li> </ol> <br /> -{$lang->error_nopermission_user_username}]]></template> - <template name="footer" version="1822"><![CDATA[<debugstuff> - </div> -</div> -<div id="footer"> - <div class="upper"> - <div class="wrapper"> - {$lang_select} - {$theme_select} - <ul class="menu bottom_links"> - {$showteamlink} - {$contact_us} - <li><a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a></li> - <li><a href="#top">{$lang->bottomlinks_returntop}</a></li> - <li><a href="<archive_url>">{$lang->bottomlinks_litemode}</a></li> - <li><a href="{$mybb->settings['bburl']}/misc.php?action=markread{$post_code_string}">{$lang->bottomlinks_markread}</a></li> - <li><a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></li> - </ul> - </div> - </div> - <div class="lower"> - <div class="wrapper"> - <span id="current_time">{$lang->welcome_current_time}</span> - <span id="copyright"> - <!-- MyBB is free software developed and maintained by a volunteer community. -It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact, -to show your support for MyBB. If you choose to remove or modify the copyright below, -you may be refused support on the MyBB Community Forums. -This is free software, support us and we'll support you. --> - {$lang->powered_by} <a href="https://mybb.com" target="_blank" rel="noopener">MyBB{$mybbversion}</a>, © 2002-{$copy_year} <a href="https://mybb.com" target="_blank" rel="noopener">MyBB Group</a>. - <!-- End powered by --> - </span> - </div> - </div> -</div> -<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code --> -{$auto_dst_detection} -<!--Start of Tawk.to Script -<script type="text/javascript"> -var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); -(function(){ -var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0]; -s1.async=true; -s1.src='https://embed.tawk.to/5c7673c83341d22d9ce6613c/1d5m7q3lq'; -s1.charset='UTF-8'; -s1.setAttribute('crossorigin','*'); -s0.parentNode.insertBefore(s1,s0); -})(); -</script>--> -</div> -<!-- Google Analytics --> -<script> - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) - })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); - ga('create', 'UA-1402192-1', 'auto'); - ga('send', 'pageview'); -</script> -<!-- End Google Analytics -->]]></template> - <template name="footer_contactus" version="1800"><![CDATA[<li><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a></li>]]></template> +{$lang->error_nopermission_user_username}]]></template> + <template name="footer" version="1829"><![CDATA[<debugstuff> + </div> +</div> +<div id="footer"> + <div class="upper"> + <div class="wrapper"> + {$lang_select} + {$theme_select} + <ul class="menu bottom_links"> + {$showteamlink} + {$contact_us} + <li><a href="{$mybb->settings['homeurl']}">{$mybb->settings['homename']}</a></li> + <li><a href="#top">{$lang->bottomlinks_returntop}</a></li> + <li><a href="<archive_url>">{$lang->bottomlinks_litemode}</a></li> + <li><a href="{$mybb->settings['bburl']}/misc.php?action=markread{$post_code_string}">{$lang->bottomlinks_markread}</a></li> + <li><a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></li> + </ul> + </div> + </div> + <div class="lower"> + <div class="wrapper"> + <span id="current_time">{$lang->welcome_current_time}</span> + <span id="copyright"> + <!-- MyBB is free software developed and maintained by a volunteer community. +It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact, +to show your support for MyBB. If you choose to remove or modify the copyright below, +you may be refused support on the MyBB Community Forums. +This is free software, support us and we'll support you. --> + {$lang->powered_by} <a href="https://mybb.com" target="_blank" rel="noopener">MyBB{$mybbversion}</a>, © 2002-{$copy_year} <a href="https://mybb.com" target="_blank" rel="noopener">MyBB Group</a>. + <!-- End powered by --> + </span> + </div> + </div> +</div> +<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code --> +{$auto_dst_detection} +</div> +<!-- Google Analytics --> +<script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); + ga('create', 'UA-1402192-1', 'auto'); + ga('send', 'pageview'); +</script> +<!-- End Google Analytics -->]]></template> + <template name="footer_contactus" version="1800"><![CDATA[<li><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a></li>]]></template> <template name="footer_languageselect" version="1811"><![CDATA[<div class="language"> <form method="POST" action="{$lang_redirect_url['location']}" id="lang_select"> {$lang_redirect_url['form_html']} @@ -5227,9 +5422,9 @@ s0.parentNode.insertBefore(s1,s0); </select> {$gobutton} </form> -</div>]]></template> - <template name="footer_languageselect_option" version="1800"><![CDATA[<option value="{$key}"{$selected}> {$language}</option>]]></template> - <template name="footer_showteamlink" version="1820"><![CDATA[<li><a href="showteam.php">{$lang->bottomlinks_forumteam}</a></li>]]></template> +</div>]]></template> + <template name="footer_languageselect_option" version="1800"><![CDATA[<option value="{$key}"{$selected}> {$language}</option>]]></template> + <template name="footer_showteamlink" version="1820"><![CDATA[<li><a href="showteam.php">{$lang->bottomlinks_forumteam}</a></li>]]></template> <template name="footer_themeselect" version="1811"><![CDATA[<div class="theme"> <form method="POST" action="{$theme_redirect_url['location']}" id="theme_select"> {$theme_redirect_url['form_html']} @@ -5237,46 +5432,46 @@ s0.parentNode.insertBefore(s1,s0); {$theme_options} {$gobutton} </form> -</div>]]></template> +</div>]]></template> <template name="footer_themeselector" version="1800"><![CDATA[<select name="{$name}" onchange="MyBB.changeTheme();"> <optgroup label="{$lang->select_theme}"> {$themeselect_option} </optgroup> -</select>]]></template> - <template name="forumbit_depth1_cat" version="1822"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> - <thead> - <tr> - <td class="thead{$expthead}" colspan="5"> - <div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div> - <div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div> - </td> - </tr> - </thead> - <tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e"> - <tr> - <td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td> - <td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td> - <td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td> - <td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td> - </tr> - {$sub_forums} - </tbody> -</table> -<br />]]></template> +</select>]]></template> + <template name="forumbit_depth1_cat" version="1822"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> + <thead> + <tr> + <td class="thead{$expthead}" colspan="5"> + <div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div> + <div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div> + </td> + </tr> + </thead> + <tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e"> + <tr> + <td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td> + <td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td> + <td class="tcat" width="85" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td> + <td class="tcat" width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td> + </tr> + {$sub_forums} + </tbody> +</table> +<br />]]></template> <template name="forumbit_depth1_cat_subforum" version="1400"><![CDATA[<tr> -<td class="tcat" colspan="6"><strong>» <a href="{$forum_url}">{$forum['name']}</a></strong><br /><span class="smalltext">{$forum['description']}</span></td></tr>{$sub_forums}]]></template> +<td class="tcat" colspan="6"><strong>» <a href="{$forum_url}">{$forum['name']}</a></strong><br /><span class="smalltext">{$forum['description']}</span></td></tr>{$sub_forums}]]></template> <template name="forumbit_depth1_forum_lastpost" version="1800"><![CDATA[<span class="smalltext"> <a href="{$lastpost_link}" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a> -<br />{$lastpost_date}<br />{$lang->by} {$lastpost_profilelink}</span>]]></template> - <template name="forumbit_depth2_cat" version="1822"><![CDATA[<tr> -<td class="{$bgcolor}" align="center" width="1"><span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span></td> -<td class="{$bgcolor}"> -<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$subforums}</div> -</td> -<td class="{$bgcolor}" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td> -<td class="{$bgcolor}" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td> -<td class="{$bgcolor}" align="right" style="white-space: nowrap">{$lastpost}</td> -</tr>]]></template> +<br />{$lastpost_date}<br />{$lang->by} {$lastpost_profilelink}</span>]]></template> + <template name="forumbit_depth2_cat" version="1822"><![CDATA[<tr> +<td class="{$bgcolor}" align="center" width="1"><span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span></td> +<td class="{$bgcolor}"> +<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$subforums}</div> +</td> +<td class="{$bgcolor}" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td> +<td class="{$bgcolor}" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td> +<td class="{$bgcolor}" align="right" style="white-space: nowrap">{$lastpost}</td> +</tr>]]></template> <template name="forumbit_depth2_forum" version="1804"><![CDATA[<tr> <td class="{$bgcolor}" align="center" width="1"><span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span></td> <td class="{$bgcolor}"> @@ -5285,52 +5480,52 @@ s0.parentNode.insertBefore(s1,s0); <td class="{$bgcolor}" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td> <td class="{$bgcolor}" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td> <td class="{$bgcolor}" align="right" style="white-space: nowrap">{$lastpost}</td> -</tr>]]></template> +</tr>]]></template> <template name="forumbit_depth2_forum_lastpost" version="1800"><![CDATA[<span class="smalltext"> <a href="{$lastpost_link}" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a> -<br />{$lastpost_date}<br />{$lang->by} {$lastpost_profilelink}</span>]]></template> - <template name="forumbit_depth2_forum_lastpost_hidden" version="1800"><![CDATA[<div style="text-align: center;">-</div>]]></template> - <template name="forumbit_depth2_forum_lastpost_never" version="1800"><![CDATA[<div style="text-align: center;">{$lang->lastpost_never}</div>]]></template> - <template name="forumbit_depth2_forum_unapproved_posts" version="1800"><![CDATA[ <span title="{$unapproved_posts_count}">({$forum['unapprovedposts']})</span>]]></template> - <template name="forumbit_depth2_forum_unapproved_threads" version="1800"><![CDATA[ <span title="{$unapproved_threads_count}">({$forum['unapprovedthreads']})</span>]]></template> - <template name="forumbit_depth2_forum_viewers" version="1800"><![CDATA[<span class="smalltext">{$forum_viewers_text}</span>]]></template> - <template name="forumbit_depth3" version="1822"><![CDATA[{$comma}{$statusicon}<a href="{$forum_url}" title="{$forum_viewers_text_plain}" class="nodeco">{$forum['name']}</a>]]></template> - <template name="forumbit_depth3_statusicon" version="1800"><![CDATA[<div title="{$lightbulb['altonoff']}" class="subforumicon subforum_{$lightbulb['folder']} ajax_mark_read" id="mark_read_{$forum['fid']}"></div>]]></template> - <template name="forumbit_moderators" version="120"><![CDATA[<br />{$lang->forumbit_moderated_by} {$moderators}]]></template> - <template name="forumbit_moderators_group" version="1800"><![CDATA[{$comma}{$moderator['title']}]]></template> - <template name="forumbit_moderators_user" version="1800"><![CDATA[{$comma}<a href="{$moderator['profilelink']}">{$moderator['username']}</a>]]></template> - <template name="forumbit_subforums" version="1808"><![CDATA[<br /><strong>{$lang->subforums}</strong> {$sub_forums}]]></template> - <template name="forumdisplay" version="1822"><![CDATA[<html> - <head> - <title>{$mybb->settings['bbname']} - {$foruminfo['name']} </title> - {$headerinclude} - {$rssdiscovery} - <script type="text/javascript"> - <!-- - lang.no_new_posts = "{$lang->no_new_posts}"; - lang.click_mark_read = "{$lang->click_mark_read}"; - lang.inline_edit_description = "{$lang->inline_edit_description}"; - lang.post_fetch_error = "{$lang->post_fetch_error}"; - // --> - </script> - <!-- jeditable (jquery) --> - <script type="text/javascript" src="{$mybb->asset_url}/jscripts/jeditable/jeditable.min.js"></script> - <script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_edit.js?ver=1821"></script> - </head> - <body> - {$header} - {$moderatedby} - {$usersbrowsing} - {$rules} - {$subforums} - {$threadslist} - {$footer} - </body> -</html>]]></template> +<br />{$lastpost_date}<br />{$lang->by} {$lastpost_profilelink}</span>]]></template> + <template name="forumbit_depth2_forum_lastpost_hidden" version="1800"><![CDATA[<div style="text-align: center;">-</div>]]></template> + <template name="forumbit_depth2_forum_lastpost_never" version="1800"><![CDATA[<div style="text-align: center;">{$lang->lastpost_never}</div>]]></template> + <template name="forumbit_depth2_forum_unapproved_posts" version="1800"><![CDATA[ <span title="{$unapproved_posts_count}">({$forum['unapprovedposts']})</span>]]></template> + <template name="forumbit_depth2_forum_unapproved_threads" version="1800"><![CDATA[ <span title="{$unapproved_threads_count}">({$forum['unapprovedthreads']})</span>]]></template> + <template name="forumbit_depth2_forum_viewers" version="1800"><![CDATA[<span class="smalltext">{$forum_viewers_text}</span>]]></template> + <template name="forumbit_depth3" version="1822"><![CDATA[{$comma}{$statusicon}<a href="{$forum_url}" title="{$forum_viewers_text_plain}" class="nodeco">{$forum['name']}</a>]]></template> + <template name="forumbit_depth3_statusicon" version="1800"><![CDATA[<div title="{$lightbulb['altonoff']}" class="subforumicon subforum_{$lightbulb['folder']} ajax_mark_read" id="mark_read_{$forum['fid']}"></div>]]></template> + <template name="forumbit_moderators" version="120"><![CDATA[<br />{$lang->forumbit_moderated_by} {$moderators}]]></template> + <template name="forumbit_moderators_group" version="1800"><![CDATA[{$comma}{$moderator['title']}]]></template> + <template name="forumbit_moderators_user" version="1800"><![CDATA[{$comma}<a href="{$moderator['profilelink']}">{$moderator['username']}</a>]]></template> + <template name="forumbit_subforums" version="1808"><![CDATA[<br /><strong>{$lang->subforums}</strong> {$sub_forums}]]></template> + <template name="forumdisplay" version="1822"><![CDATA[<html> + <head> + <title>{$mybb->settings['bbname']} - {$foruminfo['name']} </title> + {$headerinclude} + {$rssdiscovery} + <script type="text/javascript"> + <!-- + lang.no_new_posts = "{$lang->no_new_posts}"; + lang.click_mark_read = "{$lang->click_mark_read}"; + lang.inline_edit_description = "{$lang->inline_edit_description}"; + lang.post_fetch_error = "{$lang->post_fetch_error}"; + // --> + </script> + <!-- jeditable (jquery) --> + <script type="text/javascript" src="{$mybb->asset_url}/jscripts/jeditable/jeditable.min.js"></script> + <script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_edit.js?ver=1821"></script> + </head> + <body> + {$header} + {$moderatedby} + {$usersbrowsing} + {$rules} + {$subforums} + {$threadslist} + {$footer} + </body> +</html>]]></template> <template name="forumdisplay_announcements" version="120"><![CDATA[<tr> <td class="trow_sep" colspan="{$colspan}">{$lang->forum_announcements}</td> </tr> -{$announcements}]]></template> +{$announcements}]]></template> <template name="forumdisplay_announcements_announcement" version="1800"><![CDATA[<tr> <td align="center" class="{$bgcolor} forumdisplay_announcement" width="2%"><span class="thread_status {$folder}"> </span></td> <td align="center" class="{$bgcolor} forumdisplay_announcement" width="2%"> </td> @@ -5343,9 +5538,9 @@ s0.parentNode.insertBefore(s1,s0); {$rating} <td class="{$bgcolor} forumdisplay_announcement" style="white-space: nowrap; text-align: right"><span class="smalltext">{$postdate}</span></td> {$modann} -</tr>]]></template> - <template name="forumdisplay_announcements_announcement_modbit" version="1800"><![CDATA[<td align="center" class="{$bgcolor} forumdisplay_announcement">-</td>]]></template> - <template name="forumdisplay_announcement_rating" version="1801"><![CDATA[ <td class="{$bgcolor} forumdisplay_announcement" align="center">-</td>]]></template> +</tr>]]></template> + <template name="forumdisplay_announcements_announcement_modbit" version="1800"><![CDATA[<td align="center" class="{$bgcolor} forumdisplay_announcement">-</td>]]></template> + <template name="forumdisplay_announcement_rating" version="1801"><![CDATA[ <td class="{$bgcolor} forumdisplay_announcement" align="center">-</td>]]></template> <template name="forumdisplay_inlinemoderation" version="1821"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1821"></script> <form action="moderation.php" method="post"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> @@ -5368,24 +5563,24 @@ s0.parentNode.insertBefore(s1,s0); var inlineId = {$fid}; // --> </script> -<br />]]></template> +<br />]]></template> <template name="forumdisplay_inlinemoderation_approveunapprove" version="1800"><![CDATA[<option value="multiapprovethreads">{$lang->approve_threads}</option> -<option value="multiunapprovethreads">{$lang->unapprove_threads}</option>]]></template> - <template name="forumdisplay_inlinemoderation_col" version="1400"><![CDATA[<td class="tcat" align="center" width="1"><input type="checkbox" name="allbox" onclick="inlineModeration.checkAll(this)" /></td>]]></template> - <template name="forumdisplay_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customthreadtools}</optgroup>]]></template> - <template name="forumdisplay_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template> - <template name="forumdisplay_inlinemoderation_delete" version="1800"><![CDATA[<option value="multideletethreads">{$lang->delete_threads}</option>]]></template> - <template name="forumdisplay_inlinemoderation_manage" version="1800"><![CDATA[<option value="multimovethreads">{$lang->move_threads}</option>]]></template> +<option value="multiunapprovethreads">{$lang->unapprove_threads}</option>]]></template> + <template name="forumdisplay_inlinemoderation_col" version="1400"><![CDATA[<td class="tcat" align="center" width="1"><input type="checkbox" name="allbox" onclick="inlineModeration.checkAll(this)" /></td>]]></template> + <template name="forumdisplay_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customthreadtools}</optgroup>]]></template> + <template name="forumdisplay_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template> + <template name="forumdisplay_inlinemoderation_delete" version="1800"><![CDATA[<option value="multideletethreads">{$lang->delete_threads}</option>]]></template> + <template name="forumdisplay_inlinemoderation_manage" version="1800"><![CDATA[<option value="multimovethreads">{$lang->move_threads}</option>]]></template> <template name="forumdisplay_inlinemoderation_openclose" version="1800"><![CDATA[<option value="multiclosethreads">{$lang->close_threads}</option> -<option value="multiopenthreads">{$lang->open_threads}</option>]]></template> - <template name="forumdisplay_inlinemoderation_restore" version="1800"><![CDATA[<option value="multirestorethreads">{$lang->restore_threads}</option>]]></template> +<option value="multiopenthreads">{$lang->open_threads}</option>]]></template> + <template name="forumdisplay_inlinemoderation_restore" version="1800"><![CDATA[<option value="multirestorethreads">{$lang->restore_threads}</option>]]></template> <template name="forumdisplay_inlinemoderation_selectall" version="1809"><![CDATA[<tr id="selectAllrow" class="hiddenrow"> <td colspan="8" class="selectall">{$lang->page_selected} <a href="javascript:void(0)" onclick='inlineModeration.selectAll(); return false;'>{$lang->select_all}</a></td> </tr> <tr id="allSelectedrow" class="hiddenrow"> <td colspan="8" class="selectall">{$lang->all_selected} <a href="javascript:void(0)" onclick='inlineModeration.clearChecked(); return false;'>{$lang->clear_selection}</a></td> -</tr>]]></template> - <template name="forumdisplay_inlinemoderation_softdelete" version="1800"><![CDATA[<option value="multisoftdeletethreads">{$lang->soft_delete_threads}</option>]]></template> +</tr>]]></template> + <template name="forumdisplay_inlinemoderation_softdelete" version="1800"><![CDATA[<option value="multisoftdeletethreads">{$lang->soft_delete_threads}</option>]]></template> <template name="forumdisplay_inlinemoderation_standard" version="1800"><![CDATA[<optgroup label="{$lang->standard_mod_tools}"> {$inlinemodopenclose} {$inlinemodstickunstick} @@ -5394,18 +5589,18 @@ s0.parentNode.insertBefore(s1,s0); {$inlinemoddelete} {$inlinemodmanage} {$inlinemodapproveunapprove} -</optgroup>]]></template> +</optgroup>]]></template> <template name="forumdisplay_inlinemoderation_stickunstick" version="1800"><![CDATA[<option value="multistickthreads">{$lang->stick_threads}</option> -<option value="multiunstickthreads">{$lang->unstick_threads}</option>]]></template> - <template name="forumdisplay_moderatedby" version="1600"><![CDATA[<span class="smalltext">{$lang->moderated_by} <strong>{$moderators}</strong></span><br />]]></template> - <template name="forumdisplay_newthread" version="1800"><![CDATA[<a href="newthread.php?fid={$fid}" class="button new_thread_button"><span>{$lang->post_thread}</span></a>]]></template> +<option value="multiunstickthreads">{$lang->unstick_threads}</option>]]></template> + <template name="forumdisplay_moderatedby" version="1600"><![CDATA[<span class="smalltext">{$lang->moderated_by} <strong>{$moderators}</strong></span><br />]]></template> + <template name="forumdisplay_newthread" version="1800"><![CDATA[<a href="newthread.php?fid={$fid}" class="button new_thread_button"><span>{$lang->post_thread}</span></a>]]></template> <template name="forumdisplay_nopermission" version="1807"><![CDATA[<tr> <td colspan="{$colspan}" class="trow1">{$lang->nopermission}</td> -</tr>]]></template> +</tr>]]></template> <template name="forumdisplay_nothreads" version="120"><![CDATA[<tr> <td colspan="{$colspan}" class="trow1">{$lang->nothreads}</td> -</tr>]]></template> - <template name="forumdisplay_orderarrow" version="120"><![CDATA[<span class="smalltext">[<a href="{$sorturl}&sortby={$sortby}&order={$oppsortnext}">{$oppsort}</a>]</span>]]></template> +</tr>]]></template> + <template name="forumdisplay_orderarrow" version="120"><![CDATA[<span class="smalltext">[<a href="{$sorturl}&sortby={$sortby}&order={$oppsortnext}">{$oppsort}</a>]</span>]]></template> <template name="forumdisplay_password" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->password_required} </title> @@ -5434,12 +5629,12 @@ s0.parentNode.insertBefore(s1,s0); </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="forumdisplay_password_wrongpass" version="120"><![CDATA[<tr> <td class="trow1" align="center" colspan="2"><strong>{$lang->wrong_forum_password}</strong></td> -</tr>]]></template> +</tr>]]></template> <template name="forumdisplay_rssdiscovery" version="120"><![CDATA[<link rel="alternate" type="application/rss+xml" title="{$lang->rss_discovery_forum} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php?fid={$fid}" /> -<link rel="alternate" type="application/atom+xml" title="{$lang->rss_discovery_forum} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0&fid={$fid}" />]]></template> +<link rel="alternate" type="application/atom+xml" title="{$lang->rss_discovery_forum} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0&fid={$fid}" />]]></template> <template name="forumdisplay_rules" version="1800"><![CDATA[<br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed"> <tr> @@ -5449,24 +5644,24 @@ s0.parentNode.insertBefore(s1,s0); <td class="trow1 scaleimages"><span class="smalltext">{$foruminfo['rules']}</span></td> </tr> </table> -<br />]]></template> +<br />]]></template> <template name="forumdisplay_rules_link" version="1607"><![CDATA[<br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="trow1"><strong><a href="misc.php?action=rules&fid={$fid}">{$foruminfo['rulestitle']}</a></strong></td> </tr> </table> -<br />]]></template> +<br />]]></template> <template name="forumdisplay_searchforum" version="1822"><![CDATA[<form action="search.php"> <span class="smalltext"><strong>{$lang->search_forum}</strong></span> <input type="text" class="textbox" name="keywords" /> {$gobutton} <input type="hidden" name="action" value="do_search" /> <input type="hidden" name="forums" value="{$fid}" /> <input type="hidden" name="postthread" value="1" /> - </form><br />]]></template> + </form><br />]]></template> <template name="forumdisplay_sticky_sep" version="120"><![CDATA[<tr> <td class="trow_sep" colspan="{$colspan}">{$lang->sticky_threads}</td> -</tr>]]></template> +</tr>]]></template> <template name="forumdisplay_subforums" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="5" align="center"><strong>{$lang->sub_forums_in}</strong></td> @@ -5480,14 +5675,14 @@ s0.parentNode.insertBefore(s1,s0); </tr> {$forums} </table> -<br />]]></template> - <template name="forumdisplay_thread" version="1813"><![CDATA[<tr class="inline_row"> +<br />]]></template> + <template name="forumdisplay_thread" version="1829"><![CDATA[<tr class="inline_row"> <td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}"> </span></td> <td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$icon}</td> <td class="{$bgcolor}{$thread_type_class}"> {$attachment_count} <div> - <span>{$prefix} {$gotounread}{$thread['threadprefix']}<span class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}"><a href="{$thread['threadlink']}">{$thread['subject']}</a></span>{$thread['multipage']}</span> + <span>{$prefix} {$gotounread}{$thread['threadprefix']}<span class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}"><a href="{$thread['threadlink']}">{$thread['subject']}</a></span>{$thread['multipage']}</span> <div class="author smalltext">{$thread['profilelink']}</div> </div> </td> @@ -5496,10 +5691,10 @@ s0.parentNode.insertBefore(s1,s0); {$rating} <td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: right;"> <span class="lastpost smalltext">{$lastpostdate}<br /> - <a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span> + <a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span> </td> -{$modbit} -</tr>]]></template> + {$modbit} +</tr>]]></template> <template name="forumdisplay_threadlist" version="1820"><![CDATA[<div class="float_left"> {$multipage} </div> @@ -5593,16 +5788,16 @@ s0.parentNode.insertBefore(s1,s0); {$forumjump} </div> <br class="clear" /> -{$inline_edit_js}]]></template> - <template name="forumdisplay_threadlist_clearpass" version="1606"><![CDATA[ | <a href="misc.php?action=clearpass&fid={$fid}&my_post_key={$mybb->post_code}">{$lang->clear_stored_password}</a>]]></template> +{$inline_edit_js}]]></template> + <template name="forumdisplay_threadlist_clearpass" version="1606"><![CDATA[ | <a href="misc.php?action=clearpass&fid={$fid}&my_post_key={$mybb->post_code}">{$lang->clear_stored_password}</a>]]></template> <template name="forumdisplay_threadlist_prefixes" version="1801"><![CDATA[<select name="prefix"> <option value="-2"{$default_selected['any']}>{$lang->prefix_any}</option> <option value="-1"{$default_selected['none']}>{$lang->prefix_none}</option> <option value="0"{$default_selected['all']}>{$lang->prefix_all}</option> {$prefixselect_prefix} -</select>]]></template> - <template name="forumdisplay_threadlist_prefixes_prefix" version="1800"><![CDATA[<option value="{$prefix['pid']}"{$selected}>{$lang->prefix} {$prefix['prefix']}</option>]]></template> - <template name="forumdisplay_threadlist_rating" version="1821"><![CDATA[ <td class="tcat" align="center" width="80"> +</select>]]></template> + <template name="forumdisplay_threadlist_prefixes_prefix" version="1800"><![CDATA[<option value="{$prefix['pid']}"{$selected}>{$lang->prefix} {$prefix['prefix']}</option>]]></template> + <template name="forumdisplay_threadlist_rating" version="1829"><![CDATA[ <td class="tcat" align="center" width="80"> <span class="smalltext"><strong><a href="{$sorturl}&sortby=rating&order=desc">{$lang->rating}</a> {$orderarrow['rating']}</strong></span> <script type="text/javascript" src="{$mybb->asset_url}/jscripts/rating.js?ver=1821"></script> <script type="text/javascript"> @@ -5616,13 +5811,13 @@ s0.parentNode.insertBefore(s1,s0); lang.ratings_update_error = "{$lang->ratings_update_error}"; // --> </script> - </td>]]></template> - <template name="forumdisplay_threadlist_sortrating" version="120"><![CDATA[<option value="rating" {$sortsel['rating']}>{$lang->sort_by_rating}</option>]]></template> - <template name="forumdisplay_threadlist_subscription" version="1820"><![CDATA[ | <a href="usercp.php?action={$add_remove_subscription}subscription&type=forum&fid={$fid}&my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a>]]></template> + </td>]]></template> + <template name="forumdisplay_threadlist_sortrating" version="120"><![CDATA[<option value="rating" {$sortsel['rating']}>{$lang->sort_by_rating}</option>]]></template> + <template name="forumdisplay_threadlist_subscription" version="1820"><![CDATA[ | <a href="usercp.php?action={$add_remove_subscription}subscription&type=forum&fid={$fid}&my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a>]]></template> <template name="forumdisplay_threads_sep" version="120"><![CDATA[<tr> <td class="trow_sep" colspan="{$colspan}">{$lang->normal_threads}</td> -</tr>]]></template> - <template name="forumdisplay_thread_attachment_count" version="1800"><![CDATA[<div class="float_right"><img src="{$theme['imgdir']}/paperclip.png" alt="" title="{$attachment_count}" /></div>]]></template> +</tr>]]></template> + <template name="forumdisplay_thread_attachment_count" version="1800"><![CDATA[<div class="float_right"><img src="{$theme['imgdir']}/paperclip.png" alt="" title="{$attachment_count}" /></div>]]></template> <template name="forumdisplay_thread_deleted" version="1809"><![CDATA[<tr class="inline_row"> <td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}"> </span></td> <td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"> </td> @@ -5632,13 +5827,13 @@ s0.parentNode.insertBefore(s1,s0); {$rating} <td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: right;">-</td> {$modbit} -</tr>]]></template> - <template name="forumdisplay_thread_gotounread" version="1800"><![CDATA[<a href="{$thread['newpostlink']}"><img src="{$theme['imgdir']}/jump.png" alt="{$lang->goto_first_unread}" title="{$lang->goto_first_unread}" /></a> ]]></template> - <template name="forumdisplay_thread_icon" version="1800"><![CDATA[<img src="{$icon['path']}" alt="{$icon['name']}" title="{$icon['name']}" />]]></template> - <template name="forumdisplay_thread_modbit" version="1800"><![CDATA[<td class="{$bgcolor}{$thread_type_class}" align="center" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="inlinemod_{$multitid}" id="inlinemod_{$multitid}" value="1" {$inlinecheck} /></td>]]></template> - <template name="forumdisplay_thread_multipage" version="120"><![CDATA[ <span class="smalltext">({$lang->pages} {$threadpages}{$morelink})</span>]]></template> - <template name="forumdisplay_thread_multipage_more" version="1600"><![CDATA[... <a href="{$page_link}">{$thread['pages']}</a>]]></template> - <template name="forumdisplay_thread_multipage_page" version="1400"><![CDATA[<a href="{$page_link}">{$i}</a> ]]></template> +</tr>]]></template> + <template name="forumdisplay_thread_gotounread" version="1800"><![CDATA[<a href="{$thread['newpostlink']}"><img src="{$theme['imgdir']}/jump.png" alt="{$lang->goto_first_unread}" title="{$lang->goto_first_unread}" /></a> ]]></template> + <template name="forumdisplay_thread_icon" version="1800"><![CDATA[<img src="{$icon['path']}" alt="{$icon['name']}" title="{$icon['name']}" />]]></template> + <template name="forumdisplay_thread_modbit" version="1800"><![CDATA[<td class="{$bgcolor}{$thread_type_class}" align="center" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="inlinemod_{$multitid}" id="inlinemod_{$multitid}" value="1" {$inlinecheck} /></td>]]></template> + <template name="forumdisplay_thread_multipage" version="120"><![CDATA[ <span class="smalltext">({$lang->pages} {$threadpages}{$morelink})</span>]]></template> + <template name="forumdisplay_thread_multipage_more" version="1600"><![CDATA[... <a href="{$page_link}">{$thread['pages']}</a>]]></template> + <template name="forumdisplay_thread_multipage_page" version="1400"><![CDATA[<a href="{$page_link}">{$i}</a> ]]></template> <template name="forumdisplay_thread_rating" version="1600"><![CDATA[<td align="center" class="{$bgcolor}{$thread_type_class}" id="rating_table_{$thread['tid']}"> <ul class="star_rating{$not_rated}" id="rating_thread_{$thread['tid']}"> <li style="width: {$thread['width']}%" class="current_rating" id="current_rating_{$thread['tid']}">{$ratingvotesav}</li> @@ -5648,11 +5843,11 @@ s0.parentNode.insertBefore(s1,s0); Rating.build_forumdisplay({$thread['tid']}, { width: '{$thread['width']}', extra_class: '{$not_rated}', current_average: '{$ratingvotesav}' }); // --> </script> - </td>]]></template> - <template name="forumdisplay_thread_rating_moved" version="1800"><![CDATA[<td class="{$bgcolor}" style="text-align: center;">-</td>]]></template> - <template name="forumdisplay_thread_unapproved_posts" version="1800"><![CDATA[ <span title="{$unapproved_posts_count}">({$thread['unapprovedposts']})</span>]]></template> - <template name="forumdisplay_usersbrowsing" version="1400"><![CDATA[<span class="smalltext">{$lang->users_browsing_forum} {$onlinemembers}{$onlinesep}{$invisonline}{$onlinesep2}{$guestsonline}</span><br />]]></template> - <template name="forumdisplay_usersbrowsing_user" version="1400"><![CDATA[{$comma}{$user['profilelink']}{$invisiblemark}]]></template> + </td>]]></template> + <template name="forumdisplay_thread_rating_moved" version="1800"><![CDATA[<td class="{$bgcolor}" style="text-align: center;">-</td>]]></template> + <template name="forumdisplay_thread_unapproved_posts" version="1800"><![CDATA[ <span title="{$unapproved_posts_count}">({$thread['unapprovedposts']})</span>]]></template> + <template name="forumdisplay_usersbrowsing" version="1400"><![CDATA[<span class="smalltext">{$lang->users_browsing_forum} {$onlinemembers}{$onlinesep}{$invisonline}{$onlinesep2}{$guestsonline}</span><br />]]></template> + <template name="forumdisplay_usersbrowsing_user" version="1400"><![CDATA[{$comma}{$user['profilelink']}{$invisiblemark}]]></template> <template name="forumjump_advanced" version="1821"><![CDATA[<form action="forumdisplay.php" method="get"> <span class="smalltext"><strong>{$lang->forumjump}</strong></span> <select name="{$name}" class="forumjump"> @@ -5678,20 +5873,20 @@ $(".forumjump").on('change', function() { window.location = {$forum_link}; } }); -</script>]]></template> - <template name="forumjump_bit" version="120"><![CDATA[<option value="{$forum['fid']}" {$optionselected}>{$depth} {$forum['name']}</option>]]></template> +</script>]]></template> + <template name="forumjump_bit" version="120"><![CDATA[<option value="{$forum['fid']}" {$optionselected}>{$depth} {$forum['name']}</option>]]></template> <template name="forumjump_special" version="1804"><![CDATA[<select name="{$name}"> {$forumjumpbits} -</select>]]></template> - <template name="global_awaiting_activation" version="1800"><![CDATA[<div class="red_alert">{$awaiting_message}</div>]]></template> +</select>]]></template> + <template name="global_awaiting_activation" version="1800"><![CDATA[<div class="red_alert">{$awaiting_message}</div>]]></template> <template name="global_bannedwarning" version="1400"><![CDATA[<div class="red_alert"> <strong>{$lang->banned_warning}</strong> {$lang->banned_warning2}: {$reason}<br /> {$lang->banned_warning3}: {$banlift}<br /> </div> -<br />]]></template> - <template name="global_boardclosed_reason" version="1808"><![CDATA[<blockquote>{$mybb->settings['boardclosed_reason']}</blockquote>]]></template> - <template name="global_boardclosed_warning" version="1600"><![CDATA[<div class="red_alert"><strong>{$lang->bbclosed_warning}</strong></div>]]></template> +<br />]]></template> + <template name="global_boardclosed_reason" version="1808"><![CDATA[<blockquote>{$mybb->settings['boardclosed_reason']}</blockquote>]]></template> + <template name="global_boardclosed_warning" version="1600"><![CDATA[<div class="red_alert"><strong>{$lang->bbclosed_warning}</strong></div>]]></template> <template name="global_board_offline_modal" version="1804"><![CDATA[<div class="modal"> <div style="overflow-y: auto; max-height: 400px;"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> @@ -5705,11 +5900,10 @@ $(".forumjump").on('change', function() { </tr> </table> </div> -</div>]]></template> - <template name="global_dst_detection" version="1821"><![CDATA[<script type="text/javascript">if(MyBB) { $([document, window]).on("load", function() { MyBB.detectDSTChange('{$timezone}'); }); }</script>]]></template> - <template name="global_moderation_notice" version="1800"><![CDATA[<div class="pm_alert">{$moderation_text}</div>]]></template> - <template name="global_modqueue" version="1820"><![CDATA[<a href="{$mybb->settings['bburl']}/modcp.php?action=modqueue&type={$modqueue_type}">{$modqueue_message}</a>]]></template> - <template name="global_modqueue_notice" version="1820"><![CDATA[<div class="red_alert">{$moderation_queue}</div>]]></template> +</div>]]></template> + <template name="global_dst_detection" version="1821"><![CDATA[<script type="text/javascript">if(MyBB) { $([document, window]).on("load", function() { MyBB.detectDSTChange('{$timezone}'); }); }</script>]]></template> + <template name="global_modqueue" version="1820"><![CDATA[<a href="{$mybb->settings['bburl']}/modcp.php?action=modqueue&type={$modqueue_type}">{$modqueue_message}</a>]]></template> + <template name="global_modqueue_notice" version="1820"><![CDATA[<div class="red_alert">{$moderation_queue}</div>]]></template> <template name="global_no_permission_modal" version="1808"><![CDATA[<div class="modal"> <div style="overflow-y: auto; max-height: 400px;"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> @@ -5723,430 +5917,426 @@ $(".forumjump").on('change', function() { </tr> </table> </div> -</div>]]></template> - <template name="global_pending_joinrequests" version="1600"><![CDATA[<div class="red_alert"><a href="{$mybb->settings['bburl']}/usercp.php?action=usergroups">{$lang->pending_joinrequests}</a></div>]]></template> +</div>]]></template> + <template name="global_pending_joinrequests" version="1600"><![CDATA[<div class="red_alert"><a href="{$mybb->settings['bburl']}/usercp.php?action=usergroups">{$lang->pending_joinrequests}</a></div>]]></template> <template name="global_pm_alert" version="1800"><![CDATA[<div class="pm_alert" id="pm_notice"> <div class="float_right"><a href="{$mybb->settings['bburl']}/private.php?action=dismiss_notice&my_post_key={$mybb->post_code}" title="{$lang->dismiss_notice}" onclick="return MyBB.dismissPMNotice('{$mybb->settings['bburl']}/')"><img src="{$theme['imgdir']}/dismiss_notice.png" alt="{$lang->dismiss_notice}" title="{$lang->dismiss_notice}" /></a></div> <div>{$privatemessage_text}</div> -</div>]]></template> - <template name="global_remote_avatar_notice" version="1809"><![CDATA[<div class="red_alert"><a href="{$mybb->settings['bburl']}/usercp.php?action=avatar">{$lang->remote_avatar_disabled_default_avatar}</a></div>]]></template> - <template name="global_unreadreports" version="1820"><![CDATA[<a href="{$mybb->settings['bburl']}/modcp.php?action=reports">{$lang->unread_reports}</a>]]></template> - <template name="gobutton" version="120"><![CDATA[<input type="submit" class="button" value="{$lang->go}" />]]></template> - <template name="header" version="1823"><![CDATA[<div id="video-fond"> - <div class="overlay"></div> - <video playsinline autoplay muted loop > - <source src="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/assets/video/Fichier21c.webm" type="video/webm"> - <source src="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/assets/video/Fichier21c.mp4" type="video/mp4"> - </video> -</div> -<!-- MegaNavbar BS4 outer --> -<a name="top" id="top"></a> -<div class="container-fluid pl-0 pr-0 sticky-top"> - <nav class="navbar navbar-inverse navbar-expand-xl navbar-hover" data-show="hingeUp" ole="navigation"> - <!-- MegaNavbar BS4 inner --> - <div class="container-fluid"> - <!-- MegaNavbar BS4 brand --> - <a class="navbar-brand" href="{$mybb->settings['bburl']}/index.php"><i class="fa fa-home"></i> CKFORUM</a> - <!-- MegaNavbar BS4 toggler --> - <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#MNBS4" aria-controls="MNBS4" aria-expanded="false" aria-label="Toggle navigation"> - <span class="navbar-toggler-icon"></span> - </button> - <!-- MegaNavbar BS4 collapsible content --> - <!-- Grouping and hiding contents by a parent breakpoint --> - <div class="collapse navbar-collapse" id="MNBS4"> - <!-- All items placed below, will be displayed in the mainbar even on small devices --> - <ul class="nav navbar-nav "> - <li class="nav-divider"></li> - <!-- Level1--> - <div class="nav-item dropdown"> - <a class="navbar-brand dropdown-toggle collapsed" href="#ckm1-1" data-toggle="collapse" aria-haspopup="true" aria-expanded="false"><i class="fab fa-forumbee"></i> FORUM</a> - <div class="dropdown-menu collapsed" id="ckm1-1" > - <h5 class="dropdown-header"> - <a class="navbar-brand" href="{$mybb->settings['bburl']}/index.php"><i class="fas fa-home"></i> Accueil</a> - </h5> - <div class="dropdown-divider m-0"></div> - <h5 class="dropdown-header"> - <a class="navbar-brand" href="{$mybb->settings['bburl']}/search.php?action=getnew"><i class="fas fa-glasses"></i> {$lang->welcome_newposts}</a> - </h5> - <div class="dropdown-divider m-0"></div> - <h5 class="dropdown-header"> - <a class="navbar-brand" href="{$mybb->settings['bburl']}/search.php?action=getdaily"><i class="fas fa-folder-plus"></i> {$lang->welcome_todaysposts}</a> - </h5> - <div class="dropdown-divider m-0"></div> - <h5 class="dropdown-header"> - <a class="navbar-brand" id="buddylink" href="javascript:void(0)" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup&modal=1', null, true); return false;"><i class="far fa-address-card"></i> {$lang->welcome_open_buddy_list}</a> - </h5> - <div class="dropdown-divider m-0"></div> - <h5 class="dropdown-header"> - <a class="navbar-brand" href="{$mybb->settings['bburl']}/memberlist.php"><i class="fas fa-users"></i> Liste des membres</a> - </h5> - <div class="dropdown-divider m-0"></div> - <h5 class="dropdown-header"> - <a class="navbar-brand" href="{$mybb->settings['bburl']}/online.php"><i class="fas fa-globe-europe"></i> Qui est en ligne ?</a> - </h5> - <div class="dropdown-divider m-0"></div> - <h5 class="dropdown-header"> - <a class="navbar-brand" href="{$mybb->settings['bburl']}/stats.php"><i class="fas fa-signal"></i> Stats !</a> - </h5> - </div> - </div> - <!--Fin Level1 std--> - </ul> - <ul class="nav navbar-nav "> - <li class="nav-divider"></li> - <a class="navbar-brand" href="{$mybb->settings['bburl']}/portal.php"><i class="fas fa-newspaper"></i> Portail</a> - </ul> - {$quicksearch} - {$welcomeblock} - </div> - </nav> - </div> - <script> - $( document ).ready(function() { - var target=$('.navbar'), offset = target.offset().top; - $(window).scroll(function() { - if ($(window).scrollTop()-target.height() >= offset) { - target.addClass('fixed-top'); $('body').css({'margin-top': target.height()+'px'}); - } - else {target.removeClass('fixed-top'); $('body').css({'margin-top': ''});} - }); - }); - // tooltips - $(document).ready(function(){ - $('[data-toggle="tooltip"]').tooltip({placement: "auto"}); - }); - (function blink() { - $('.blink_me').fadeOut(500).fadeIn(500, blink); - })(); - </script></div> - <div id="container"> - <div id="header" > - <div id="logo" style="display:none"></div> - <div id="panel"> - <div class="upper"> - <div class="wrapper"> - </div> - </div> - </div> - </div> - <div id="content"> - <div class="wrapper"> - {$pm_notice} - {$remote_avatar_notice} - {$bannedwarning} - {$bbclosedwarning} - {$modnotice} - {$pending_joinrequests} - {$awaitingusers}<!-- BAM -->{$bam_announcements}<!-- /BAM --> - <navigation> - <br />]]></template> - <template name="headerinclude" version="1824"><![CDATA[<meta charset="utf-8"> -<meta name="viewport" content="width=device-width, initial-scale=1" /> -<meta name="Description" content="A french tech IT for friends only - a lot of tips :). Author : ckforum" /> -<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" /> -<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" /> -<!-- preconnect prefetch --> -<link href="https://www.google-analytics.com" rel="preconnect" crossorigin /> -<link href="https://stats.g.doubleclick.net" rel="preconnect" crossorigin /> -<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin /> -<link href="https://www.google.co.in" rel="preconnect" crossorigin /> -<!-- End preconnect prefetch --> -<!-- preload --> - <link rel="preload" href="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/orcdn/bootstrap.min.css" as="style" crossorigin="anonymous"> - <link rel="preload" href="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/assets/css/MegaNavbarBS4.min.css" as="style" crossorigin="anonymous"> - <link rel="preload" href="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/assets/css/animation/navbar-hinge.min.css" as="style" crossorigin="anonymous"> - - <link rel="preload" href="{$mybb->asset_url}/themes/like_mybb_bT4CK/assets/fonts/fontawesome5/css/all.min.css" as="style" crossorigin="anonymous"> - - <link rel="preload" href="/themes/like_mybb_bT4CK/assets/fonts/fontawesome5/webfonts/fa-regular-400.woff2" as="font" crossorigin="anonymous"> - <link rel="preload" href="/themes/like_mybb_bT4CK/assets/fonts/fontawesome5/webfonts/fa-solid-900.woff2" as="font" crossorigin="anonymous"> - <link rel="preload" href="/themes/like_mybb_bT4CK/assets/fonts/fontawesome5/webfonts/fa-brands-400.woff2" as="font" crossorigin="anonymous"> - - <link rel="preload" href="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/assets/video/Fichier21c.webm" as="video" crossorigin="anonymous"> - - <link rel="preload" href="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/orcdn/jquery-3.5.1.min.js" as="script" crossorigin="anonymous"> - <link rel="preload" href="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/orcdn/popper.min.js" as="script" crossorigin="anonymous"> - <link rel="preload" href="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/orcdn/bootstrap.min.js" as="script" crossorigin="anonymous"> -<!-- FIN preload --> - - -<meta http-equiv="Content-Type" content="text/html; charset={$charset}" /> -<meta http-equiv="Content-Script-Type" content="text/javascript" /> -<!-- Bootstrap CSS CND -<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">--> -<!-- Bootstrap CSS 4.5 upd 0520 local --> -<link rel="stylesheet" type="text/css" href="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/orcdn/bootstrap.min.css" > - -<!-- MegaNavbar BS4 CSS--> -<link rel="stylesheet" type="text/css" href="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/assets/css/MegaNavbarBS4.min.css"> -<link rel="stylesheet" type="text/css" href="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/assets/css/skins/navbar-inverse.min.css"> -<link rel="stylesheet" type="text/css" href="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/assets/css/animation/navbar-hinge.min.css"> -<!-- Add Favicon / CSS theme --> -<link rel="Shortcut icon" href="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/images/favicon-comments.ico" /> -<!-- Add Font Awesome --> <link rel="stylesheet" href="{$mybb->asset_url}/themes/like_mybb_bT4CK/assets/fonts/fontawesome5/css/all.min.css"> -{$stylesheets} -<!-- jQuery first, then Popper.js, then Bootstrap JS CDN -<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script> -<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script> -<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script> ---> -<!-- jQuery first, then Popper.js, then Bootstrap JS LOCAL--> -<script src="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/orcdn/jquery-3.5.1.min.js"></script> -<script src="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/orcdn/popper.min.js"></script> -<script src="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/orcdn/bootstrap.min.js"></script> -<!-- MegaNavbar BS4 JS --> -<script src="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/assets/js/MegaNavbarBS4.js"></script> -<!-- JS std MyBB --> -<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/jquery.plugins.min.js?ver=1821"></script> -<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1821"></script> -<script type="text/javascript"> - <!-- - lang.unknown_error = "{$lang->unknown_error}"; - lang.select2_match = "{$lang->select2_match}"; - lang.select2_matches = "{$lang->select2_matches}"; - lang.select2_nomatches = "{$lang->select2_nomatches}"; - lang.select2_inputtooshort_single = "{$lang->select2_inputtooshort_single}"; - lang.select2_inputtooshort_plural = "{$lang->select2_inputtooshort_plural}"; - lang.select2_inputtoolong_single = "{$lang->select2_inputtoolong_single}"; - lang.select2_inputtoolong_plural = "{$lang->select2_inputtoolong_plural}"; - lang.select2_selectiontoobig_single = "{$lang->select2_selectiontoobig_single}"; - lang.select2_selectiontoobig_plural = "{$lang->select2_selectiontoobig_plural}"; - lang.select2_loadmore = "{$lang->select2_loadmore}"; - lang.select2_searching = "{$lang->select2_searching}"; - var templates = { - modal: '{$jsTemplates['modal']}', - modal_button: '{$jsTemplates['modal_button']}' - }; - var cookieDomain = "{$mybb->settings['cookiedomain']}"; - var cookiePath = "{$mybb->settings['cookiepath']}"; - var cookiePrefix = "{$mybb->settings['cookieprefix']}"; - var cookieSecureFlag = "{$mybb->settings['cookiesecureflag']}"; - var deleteevent_confirm = "{$lang->deleteevent_confirm}"; - var removeattach_confirm = "{$lang->removeattach_confirm}"; - var loading_text = '{$lang->ajax_loading}'; - var saving_changes = '{$lang->saving_changes}'; - var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}"; - var my_post_key = "{$mybb->post_code}"; - var rootpath = "{$mybb->settings['bburl']}"; - var imagepath = "{$theme['imgdir']}"; - var yes_confirm = "{$lang->yes}"; - var no_confirm = "{$lang->no}"; - var MyBBEditor = null; - var spinner_image = "{$theme['imgdir']}/spinner.gif"; - var spinner = "<img src='" + spinner_image +"' alt='' />"; - var modal_zindex = 9999; - // --> -</script>]]></template> - <template name="header_menu_calendar" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/calendar.php" class="calendar">{$lang->toplinks_calendar}</a></li>]]></template> - <template name="header_menu_memberlist" version="1822"><![CDATA[<li><a href="{$mybb->settings['bburl']}/memberlist.php" class="memberlist">{$lang->toplinks_memberlist}</a></li>]]></template> - <template name="header_menu_portal" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/portal.php" class="portal">{$lang->toplinks_portal}</a></li>]]></template> - <template name="header_menu_search" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/search.php" class="search">{$lang->toplinks_search}</a></li>]]></template> - <template name="header_original" version="1822"><![CDATA[<div id="container"> - <a name="top" id="top"></a> - <div id="header" > - <div id="logo"> - <div class="wrapper"> - <a href="{$mybb->settings['bburl']}/index.php" class="portal"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /> - <ul class="menu top_links"> - <li><a href="{$mybb->settings['bburl']}/index.php"><i class="fas fa-cog fa-spin toplinks-portal"></i> FORUMs</a></li> - {$menu_portal} - {$menu_search} - {$menu_memberlist} - {$menu_calendar} - <li><a href="{$mybb->settings['bburl']}/todolist.php" class="TODOLISTES"><i class="fa fa-clipboard-list toplinks-help"></i> ToDo</a></li> - <li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></li> - </ul> - </div> - </div> - - <div id="panel"> - <div class="upper"> - <div class="wrapper"> - {$quicksearch} - {$welcomeblock} - <!-- </div> in header_welcomeblock_member and header_welcomeblock_guest --> - <!-- </div> in header_welcomeblock_member and header_welcomeblock_guest --> - </div> - </div> - <div id="content"> - <div class="wrapper"> - {$pm_notice} - {$remote_avatar_notice} - {$bannedwarning} - {$bbclosedwarning} - {$modnotice} - {$pending_joinrequests} - {$awaitingusers}<!-- BAM -->{$bam_announcements}<!-- /BAM --> - <navigation> - <br />]]></template> - <template name="header_quicksearch" version="1822"><![CDATA[<!--deb Level1 lnk member only--> -<ul class="nav navbar-nav "> - <li class="nav-divider"></li> - <a class="navbar-brand" href="{$mybb->settings['bburl']}/calendar.php"><i class="far fa-calendar-alt"></i> Calendrier</a> - <li class="nav-divider"></li> - <a class="navbar-brand" href="{$mybb->settings['bburl']}/todolist.php"><i class="fas fa-list-ul"></i> ToDo</a> - <li class="nav-divider"></li> - <a class="navbar-brand" href="{$mybb->settings['bburl']}/misc.php?action=help"><i class="far fa-question-circle"></i> Aide</a> -</ul> -<!--fin Level1 lnk--> -<!--deb search --> -<ul class="nav navbar-nav navbar-right"> - <div class="collapse navbar-collapse" id="MNBS4"> - <ul class="nav navbar-nav navbar-right"> - <form class="form-inline mr-3" action="{$mybb->settings['bburl']}/search.php"> - <input class="form-control mr-sm-2" placeholder="{$lang->search_button}" aria-label="{$lang->search_button}" name="keywords" type="text" > - <button class="btn btn-outline-success my-2 my-sm-0" type="submit" style="color:whi;border-color:whi">{$lang->search_button}</button> - <input type="hidden" name="action" value="do_search" /> - <input type="hidden" name="postthread" value="1" /> - </form> - </ul> - </div> -</ul> -<!--fin search -->]]></template> - <template name="header_welcomeblock_guest" version="1822"><![CDATA[<div class="nav navbar-nav navbar-right"> - <div class="nav-item dropdown dropleft"> - <a class="navbar-brand dropdown-toggle collapsed" href="#ckm1-14" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" title="Bienvenue {$mybb->user['username']} - {$lang->welcome_usercp} "><i class="far fa-user"></i></a> - <div class="dropdown-menu collapse" id="ckm1-14" style="" > - <h5 class="dropdown-header"> - {$lang->welcome_guest} - </h5> - <div class="dropdown-divider m-0"></div> - <h5 class="dropdown-header"> - <a class="navbar-brand" href="{$mybb->settings['bburl']}/member.php?action=login" onclick="$('#quick_login').modal({ fadeDuration: 250, keepelement: true, zIndex: (typeof modal_zindex !== 'undefined' ? modal_zindex : 9999) }); return false;"><i class="fas fa-sign-in-alt"></i> {$lang->welcome_login}</a> - </h5> - <div class="dropdown-divider m-0"></div> - <h5 class="dropdown-header"> - <a class="navbar-brand" href="{$mybb->settings['bburl']}/member.php?action=register" class="register"><i class="fas fa-clipboard-check"></i> {$lang->welcome_register}</a> - </h5> - </div> - </div> -</div> -<!--Modal connexion--> -<div class="modal" id="quick_login" style="display: none;"> - <form method="post" action="{$mybb->settings['bburl']}/member.php"> - <input name="action" type="hidden" value="do_login" /> - <input name="url" type="hidden" value="" /> - <input name="quick_login" type="hidden" value="1" /> - <input name="my_post_key" type="hidden" value="{$mybb->post_code}" /> - <table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" class="tborder"> - <tr> - <td class="thead" colspan="2"><strong>{$lang->login}</strong></td> - </tr> - {$loginform} - </table> - </form> -</div> -<script type="text/javascript"> - $("#quick_login input[name='url']").val($(location).attr('href')); -</script> -<!--End Modal connexion-->]]></template> - <template name="header_welcomeblock_guest_login_modal" version="1822"><![CDATA[<tr> - <td class="trow1" width="40%"><strong>{$login_username}</strong></td> - <td class="trow1"><input name="quick_username" id="quick_login_username" type="text" value="" class="textbox initial_focus" /></td> -</tr> -<tr> - <td class="trow2"><strong>{$lang->password}</strong></td> - <td class="trow2"> - <input name="quick_password" id="quick_login_password" type="password" value="" class="textbox" /><br /><a href="{$mybb->settings['bburl']}/member.php?action=lostpw" class="lost_password">{$lang->lost_password}</a> - </td> -</tr> -<tr> - <td class="trow1"> </td> - <td class="trow1 remember_me"> - <input name="quick_remember" id="quick_login_remember" type="checkbox" value="yes" class="checkbox" checked="checked" /> - <label for="quick_login_remember">{$lang->remember_me}</label> - </td> -</tr> -<tr> - <td class="trow2" colspan="2"> - <div align="center"><input name="submit" type="submit" class="button" value="{$lang->login}" /></div> - </td> -</tr>]]></template> +</div>]]></template> + <template name="global_remote_avatar_notice" version="1809"><![CDATA[<div class="red_alert"><a href="{$mybb->settings['bburl']}/usercp.php?action=avatar">{$lang->remote_avatar_disabled_default_avatar}</a></div>]]></template> + <template name="global_unreadreports" version="1820"><![CDATA[<a href="{$mybb->settings['bburl']}/modcp.php?action=reports">{$lang->unread_reports}</a>]]></template> + <template name="gobutton" version="120"><![CDATA[<input type="submit" class="button" value="{$lang->go}" />]]></template> + <template name="header" version="1829"><![CDATA[<!--video <div id="video-fond"> +<div class="overlay"></div> +<video playsinline autoplay muted loop > +<source src="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/assets/video/Fichier21c.webm" type="video/webm"> +<source src="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/assets/video/Fichier21c.mp4" type="video/mp4"> +</video> +</div> --> +<!-- MegaNavbar BS4 outer --> +<a name="top" id="top"></a> +<div class="container-fluid pl-0 pr-0 sticky-top"> + <nav class="navbar navbar-inverse navbar-expand-xl navbar-hover" data-show="hingeUp" ole="navigation"> + <!-- MegaNavbar BS4 inner --> + <div class="container-fluid"> + <!-- MegaNavbar BS4 brand --> + <a class="navbar-brand ckbrand" href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" id="header_logo" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" class="cklogo"></a> + <!-- MegaNavbar BS4 toggler --> + <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#MNBS4" aria-controls="MNBS4" aria-expanded="false" aria-label="Toggle navigation"> + <span class="navbar-toggler-icon"></span> + </button> + <!-- MegaNavbar BS4 collapsible content --> + <!-- Grouping and hiding contents by a parent breakpoint --> + <div class="collapse navbar-collapse" id="MNBS4"> + <!-- All items placed below, will be displayed in the mainbar even on small devices --> + <ul class="nav navbar-nav "> + <li class="nav-divider"></li> + <a class="navbar-brand" href="{$mybb->settings['bburl']}/portal.php" title="Portail"><i class="fas fa-newspaper"></i> Portail</a> + </ul> + <ul class="nav navbar-nav "> + <li class="nav-divider"></li> + <!-- Level1--> + <div class="nav-item dropdown"> + <a class="navbar-brand dropdown-toggle collapsed" href="#ckm1-1" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" title="FORUM"><i class="fab fa-forumbee"></i> FORUM</a> + <div class="dropdown-menu collapsed" id="ckm1-1" > + <h5 class="dropdown-header"> + <a class="navbar-brand" href="{$mybb->settings['bburl']}/index.php" title="Accueil"><i class="fas fa-home"></i> Accueil</a> + </h5> + <div class="dropdown-divider m-0"></div> + <h5 class="dropdown-header"> + <a class="navbar-brand" href="{$mybb->settings['bburl']}/search.php?action=getnew" title="{$lang->welcome_newposts}"><i class="fas fa-glasses"></i> {$lang->welcome_newposts}</a> + </h5> + <div class="dropdown-divider m-0"></div> + <h5 class="dropdown-header"> + <a class="navbar-brand" href="{$mybb->settings['bburl']}/search.php?action=getdaily" title="{$lang->welcome_todaysposts}"><i class="fas fa-folder-plus"></i> {$lang->welcome_todaysposts}</a> + </h5> + <div class="dropdown-divider m-0"></div> + <h5 class="dropdown-header"> + <a class="navbar-brand" id="buddylink" href="javascript:void(0)" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup&modal=1', null, true); return false;" title="{$lang->welcome_open_buddy_list}"><i class="far fa-address-card"></i> {$lang->welcome_open_buddy_list}</a> + </h5> + <div class="dropdown-divider m-0"></div> + <h5 class="dropdown-header"> + <a class="navbar-brand" href="{$mybb->settings['bburl']}/memberlist.php" title="Liste des membres"><i class="fas fa-users"></i> Liste des membres</a> + </h5> + <div class="dropdown-divider m-0"></div> + <h5 class="dropdown-header"> + <a class="navbar-brand" href="{$mybb->settings['bburl']}/online.php" title="Qui est en ligne ?"><i class="fas fa-globe-europe"></i> Qui est en ligne ?</a> + </h5> + <div class="dropdown-divider m-0"></div> + <h5 class="dropdown-header"> + <a class="navbar-brand" href="{$mybb->settings['bburl']}/stats.php" title="Stats !"><i class="fas fa-signal"></i> Stats !</a> + </h5> + </div> + </div> + <!--Fin Level1 std--> + </ul> + {$quicksearch} + {$welcomeblock} + </div> + </nav> + </div> + <script> + $( document ).ready(function() { + var target=$('.navbar'), offset = target.offset().top; + $(window).scroll(function() { + if ($(window).scrollTop()-target.height() >= offset) { + target.addClass('fixed-top'); $('body').css({'margin-top': target.height()+'px'}); + } + else {target.removeClass('fixed-top'); $('body').css({'margin-top': ''});} + }); + }); + // tooltips + $(document).ready(function(){ + $('[data-toggle="tooltip"]').tooltip({placement: "auto"}); + }); + (function blink() { + $('.blink_me').fadeOut(500).fadeIn(500, blink); + })(); + </script></div> +<div id="container"> + <div id="header" > + <div id="logo" style="display:none"></div> + <div id="panel"> + <div class="upper"> + <div class="wrapper"> + </div> + </div> + </div> + </div> + <div id="content"> + <div class="wrapper"> + {$pm_notice} + {$remote_avatar_notice} + {$bannedwarning} + {$bbclosedwarning} + {$modnotice} + {$pending_joinrequests} + {$awaitingusers} + <navigation> + <br />]]></template> + <template name="headerinclude" version="1829"><![CDATA[<meta charset="{$charset}" > +<meta name="keywords" content="html, vmware, reseaux, network, standards, web, internet, création, php, forum, apprendre, cms, javascript, ergonomie" > +<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes" > +<meta name="Description" content="A french tech IT for friends only - a lot of tips :). Author : ckforum" > +<meta http-equiv="Content-Security-Policy" content="base-uri 'self'" > + +<meta property="og:title" content="CKFORUM" > +<meta property="og:type" content="website" > +<meta property="og:url" content="https://blog.ckforum.com/" > +<meta property="og:image" content="https://blog.ckforum.com/images/roundo/roundo-logo.png" > +<meta property="og:locale" content="fr_FR" > + +<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" > +<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" > +<link rel="manifest" href="manifest.json"> + +<!-- preconnect prefetch --> +<link rel="dns-prefetch" href="https://www.google-analytics.com" crossorigin > +<link rel="dns-prefetch" href="https://stats.g.doubleclick.net" crossorigin > +<link rel="dns-prefetch" href="https://www.google.co.in" crossorigin > +<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin> +<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> +<link rel="dns-prefetch" href="https://use.fontawesome.com/" crossorigin> +<!-- End preconnect prefetch --> + +<!-- Bootstrap CSS 4.5 upd 0520 local --> +<link rel="stylesheet" href="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/orcdn/bootstrap.min.css" > + +<!-- MegaNavbar BS4 CSS--> +<link rel="stylesheet" href="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/assets/css/MegaNavbarBS4.min.css"> +<link rel="stylesheet" href="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/assets/css/skins/navbar-inverse.min.css"> +<link rel="stylesheet" href="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/assets/css/animation/navbar-hinge.min.css"> + +<!-- fonts / CSS theme --> +<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"> +<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600;1,700&family=Varela+Round&display=swap" rel="stylesheet"> + +<!-- Add Favicon / CSS theme --> +<link rel="icon" href="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/images/favicon-comments.ico" > +{$stylesheets} + +<!-- jQuery first, then Popper.js, then Bootstrap JS LOCAL--> +<script src="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/orcdn/jquery-3.5.1.min.js"></script> +<script src="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/orcdn/popper.min.js"></script> +<script src="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/orcdn/bootstrap.min.js"></script> + +<!-- MegaNavbar BS4 JS --> +<script src="{$mybb->settings['bburl']}/themes/like_mybb_bT4CK/assets/js/MegaNavbarBS4.js"></script> + +<!-- JS std MyBB --> +<script src="{$mybb->settings['bburl']}/jscripts/jquery.plugins.min.js?ver=1821"></script> +<script src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1821"></script> +<script > + <!-- + lang.unknown_error = "{$lang->unknown_error}"; + lang.confirm_title = "{$lang->confirm_title}"; + lang.expcol_collapse = "{$lang->expcol_collapse}"; + lang.expcol_expand = "{$lang->expcol_expand}"; + lang.select2_match = "{$lang->select2_match}"; + lang.select2_matches = "{$lang->select2_matches}"; + lang.select2_nomatches = "{$lang->select2_nomatches}"; + lang.select2_inputtooshort_single = "{$lang->select2_inputtooshort_single}"; + lang.select2_inputtooshort_plural = "{$lang->select2_inputtooshort_plural}"; + lang.select2_inputtoolong_single = "{$lang->select2_inputtoolong_single}"; + lang.select2_inputtoolong_plural = "{$lang->select2_inputtoolong_plural}"; + lang.select2_selectiontoobig_single = "{$lang->select2_selectiontoobig_single}"; + lang.select2_selectiontoobig_plural = "{$lang->select2_selectiontoobig_plural}"; + lang.select2_loadmore = "{$lang->select2_loadmore}"; + lang.select2_searching = "{$lang->select2_searching}"; + var templates = { + modal: '{$jsTemplates['modal']}', + modal_button: '{$jsTemplates['modal_button']}' + }; + var cookieDomain = "{$mybb->settings['cookiedomain']}"; + var cookiePath = "{$mybb->settings['cookiepath']}"; + var cookiePrefix = "{$mybb->settings['cookieprefix']}"; + var cookieSecureFlag = "{$mybb->settings['cookiesecureflag']}"; + var deleteevent_confirm = "{$lang->deleteevent_confirm}"; + var removeattach_confirm = "{$lang->removeattach_confirm}"; + var loading_text = '{$lang->ajax_loading}'; + var saving_changes = '{$lang->saving_changes}'; + var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}"; + var my_post_key = "{$mybb->post_code}"; + var rootpath = "{$mybb->settings['bburl']}"; + var imagepath = "{$theme['imgdir']}"; + var yes_confirm = "{$lang->yes}"; + var no_confirm = "{$lang->no}"; + var MyBBEditor = null; + var spinner_image = "{$theme['imgdir']}/spinner.gif"; + var spinner = "<img src='" + spinner_image +"' alt='' />"; + var modal_zindex = 9999; + // --> +</script>]]></template> + <template name="header_menu_calendar" version="1829"><![CDATA[<li><a href="{$mybb->settings['bburl']}/calendar.php" class="calendar" title="{$lang->toplinks_calendar}">{$lang->toplinks_calendar}</a></li>]]></template> + <template name="header_menu_memberlist" version="1822"><![CDATA[<li><a href="{$mybb->settings['bburl']}/memberlist.php" class="memberlist">{$lang->toplinks_memberlist}</a></li>]]></template> + <template name="header_menu_portal" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/portal.php" class="portal">{$lang->toplinks_portal}</a></li>]]></template> + <template name="header_menu_search" version="1829"><![CDATA[<li><a href="{$mybb->settings['bburl']}/search.php" class="search" title="{$lang->toplinks_search}">{$lang->toplinks_search}</a></li>]]></template> + <template name="header_original" version="1822"><![CDATA[<div id="container"> + <a name="top" id="top"></a> + <div id="header" > + <div id="logo"> + <div class="wrapper"> + <a href="{$mybb->settings['bburl']}/index.php" class="portal"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /> + <ul class="menu top_links"> + <li><a href="{$mybb->settings['bburl']}/index.php"><i class="fas fa-cog fa-spin toplinks-portal"></i> FORUMs</a></li> + {$menu_portal} + {$menu_search} + {$menu_memberlist} + {$menu_calendar} + <li><a href="{$mybb->settings['bburl']}/todolist.php" class="TODOLISTES"><i class="fa fa-clipboard-list toplinks-help"></i> ToDo</a></li> + <li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></li> + </ul> + </div> + </div> + + <div id="panel"> + <div class="upper"> + <div class="wrapper"> + {$quicksearch} + {$welcomeblock} + <!-- </div> in header_welcomeblock_member and header_welcomeblock_guest --> + <!-- </div> in header_welcomeblock_member and header_welcomeblock_guest --> + </div> + </div> + <div id="content"> + <div class="wrapper"> + {$pm_notice} + {$remote_avatar_notice} + {$bannedwarning} + {$bbclosedwarning} + {$modnotice} + {$pending_joinrequests} + {$awaitingusers}<!-- BAM -->{$bam_announcements}<!-- /BAM --> + <navigation> + <br />]]></template> + <template name="header_quicksearch" version="1829"><![CDATA[<!--deb Level1 lnk member only--> +<ul class="nav navbar-nav "> + <li class="nav-divider"></li> + <a class="navbar-brand" href="{$mybb->settings['bburl']}/calendar.php" title="Calendrier"><i class="far fa-calendar-alt"></i> Calendrier</a> + <li class="nav-divider"></li> + <a class="navbar-brand" href="{$mybb->settings['bburl']}/todolist.php" title="A faire"><i class="fas fa-list-ul"></i> ToDo</a> + <li class="nav-divider"></li> + <a class="navbar-brand" href="{$mybb->settings['bburl']}/search.php" title="Recherche avancée" ><i class="fas fa-search-plus"></i> Recherche +</a> + <li class="nav-divider"></li> + <a class="navbar-brand" href="{$mybb->settings['bburl']}/misc.php?action=help" title="Aide"><i class="far fa-question-circle"></i> Aide</a> +</ul> +<!--fin Level1 lnk--> +<!--deb search --> +<ul class="nav navbar-nav navbar-right"> + <div class="collapse navbar-collapse" id="MNBS4"> + <ul class="nav navbar-nav navbar-right"> + <div class="searchck"> + <form action="{$mybb->settings['bburl']}/search.php" class="search-bar"> + <input type="search" name="keywords" placeholder=" Recherche" pattern=".*\S.*" required> + <button class="search-btn" type="submit"> + <span>Recherche</span> + </button> + <input type="hidden" name="action" value="do_search" > + <input type="hidden" name="postthread" value="1" > + </form> + </div> + </ul> + </div> +</ul> +<!--fin search -->]]></template> + <template name="header_welcomeblock_guest" version="1829"><![CDATA[<div class="nav navbar-nav navbar-right"> + <div class="nav-item dropdown dropleft"> + <a class="navbar-brand dropdown-toggle collapsed" href="#ckm1-14" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" title="Bienvenue {$mybb->user['username']} - {$lang->welcome_usercp} "><i class="far fa-user"></i></a> + <div class="dropdown-menu collapse" id="ckm1-14" style="" > + <h5 class="dropdown-header"> + {$lang->welcome_guest} + </h5> + <div class="dropdown-divider m-0"></div> + <h5 class="dropdown-header"> + <a class="navbar-brand" href="{$mybb->settings['bburl']}/member.php?action=login" onclick="$('#quick_login').modal({ fadeDuration: 250, keepelement: true, zIndex: (typeof modal_zindex !== 'undefined' ? modal_zindex : 9999) }); return false;" title="{$lang->welcome_login}"><i class="fas fa-sign-in-alt"></i> {$lang->welcome_login}</a> + </h5> + <div class="dropdown-divider m-0"></div> + <h5 class="dropdown-header"> + <a class="navbar-brand" href="{$mybb->settings['bburl']}/member.php?action=register" class="register" title="{$lang->welcome_register}"><i class="fas fa-clipboard-check"></i> {$lang->welcome_register}</a> + </h5> + </div> + </div> +</div> +<!--Modal connexion--> +<div class="modal" id="quick_login" style="display: none;"> + <form method="post" action="{$mybb->settings['bburl']}/member.php"> + <input name="action" type="hidden" value="do_login" /> + <input name="url" type="hidden" value="" /> + <input name="quick_login" type="hidden" value="1" /> + <input name="my_post_key" type="hidden" value="{$mybb->post_code}" /> + <table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" class="tborder"> + <tr> + <td class="thead" colspan="2"><strong>{$lang->login}</strong></td> + </tr> + {$loginform} + </table> + </form> +</div> +<script type="text/javascript"> + $("#quick_login input[name='url']").val($(location).attr('href')); +</script> +<!--End Modal connexion-->]]></template> + <template name="header_welcomeblock_guest_login_modal" version="1822"><![CDATA[<tr> + <td class="trow1" width="40%"><strong>{$login_username}</strong></td> + <td class="trow1"><input name="quick_username" id="quick_login_username" type="text" value="" class="textbox initial_focus" /></td> +</tr> +<tr> + <td class="trow2"><strong>{$lang->password}</strong></td> + <td class="trow2"> + <input name="quick_password" id="quick_login_password" type="password" value="" class="textbox" /><br /><a href="{$mybb->settings['bburl']}/member.php?action=lostpw" class="lost_password">{$lang->lost_password}</a> + </td> +</tr> +<tr> + <td class="trow1"> </td> + <td class="trow1 remember_me"> + <input name="quick_remember" id="quick_login_remember" type="checkbox" value="yes" class="checkbox" checked="checked" /> + <label for="quick_login_remember">{$lang->remember_me}</label> + </td> +</tr> +<tr> + <td class="trow2" colspan="2"> + <div align="center"><input name="submit" type="submit" class="button" value="{$lang->login}" /></div> + </td> +</tr>]]></template> <template name="header_welcomeblock_guest_login_modal_lockout" version="1816"><![CDATA[<tr> <td class="trow1" colspan="2">{$lang->failed_login_wait}</td> -</tr>]]></template> - <template name="header_welcomeblock_member" version="1822"><![CDATA[<ul class="nav navbar-nav"> - <li> - <a class="navbar-brand" data-toggle="tooltip" href="{$mybb->settings['bburl']}/search.php" title="Recherche avancée"><i class="fas fa-search-plus"></i></a> - </li> - <li class="nav-divider"></li> -</ul> -<ul class="nav navbar-nav"> - {$valck_run} -</ul> -<div class="dropdown-divider m-0"></div> -<div class="nav navbar-nav"> - <div class="nav-item dropdown dropleft"> - <a class="navbar-brand dropdown-toggle collapsed" href="#ckm1-14" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" title="Bienvenue {$mybb->user['username']} - {$lang->welcome_usercp} "><i class="far fa-user"></i></a> - <div class="dropdown-menu collapse" id="ckm1-14" style="" > - <h5 class="dropdown-header">{$lang->welcome_back}</h5> - <div class="dropdown-divider m-0"></div> - {$usercplink} - {$modcplink} - {$admincplink} - <h5 class="dropdown-header"><a class="navbar-brand" href="{$mybb->settings['bburl']}/private.php"><i class="fas fa-mail-bulk"></i> Message(s) Privé(s) {$lang->welcome_pms_usage}</a></h5> - <div class="dropdown-divider m-0"></div> - <h5 class="dropdown-header"><a class="navbar-brand" href="{$mybb->settings['bburl']}/member.php?action=logout&logoutkey={$mybb->user['logoutkey']}" ><i class="fas fa-sign-out-alt"></i> {$lang->welcome_logout}</a></h5> - </div> - </div> -</div>]]></template> - <template name="header_welcomeblock_member_admin" version="1822"><![CDATA[<h5 class="dropdown-header"> - <a class="navbar-brand" href="{$mybb->settings['bburl']}/{$admin_dir}/index.php" title="{$lang->welcome_admin}" target="_blank"><i class="fas fa-user-lock"></i> {$lang->welcome_admin}</a> -</h5> -<div class="dropdown-divider m-0"></div>]]></template> - <template name="header_welcomeblock_member_buddy" version="1821"><![CDATA[<li><a id="buddylink" href="javascript:void(0)" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup&modal=1', null, true); return false;">{$lang->welcome_open_buddy_list}</a></li>]]></template> - <template name="header_welcomeblock_member_moderator" version="1822"><![CDATA[<h5 class="dropdown-header"> - <a class="navbar-brand" href="{$mybb->settings['bburl']}/modcp.php"><i class="fab fa-monero"></i> {$lang->welcome_modcp}</a> -</h5> -<div class="dropdown-divider m-0"></div>]]></template> - <template name="header_welcomeblock_member_pms" version="1809"><![CDATA[<li><a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}</li>]]></template> +</tr>]]></template> + <template name="header_welcomeblock_member" version="1829"><![CDATA[<ul class="nav navbar-nav"> + {$valck_run} +</ul> +<div class="dropdown-divider m-0"></div> +<div class="nav navbar-nav"> + <div class="nav-item dropdown dropleft"> + <a class="navbar-brand dropdown-toggle collapsed" href="#ckm1-14" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" title="Bienvenue {$mybb->user['username']} - {$lang->welcome_usercp} "><img src="{$mybb->user['avatar']}" onerror="if (this.src != 'images/default_avatar.png') this.src = 'images/default_avatar.png';" class="avatarmenu" alt="you" title="you"></a> + <div class="dropdown-menu collapse" id="ckm1-14" style="" > + <h5 class="dropdown-header">{$lang->welcome_back}</h5> + <div class="dropdown-divider m-0"></div> + {$usercplink} + {$modcplink} + {$admincplink} + <h5 class="dropdown-header"><a class="navbar-brand" href="{$mybb->settings['bburl']}/private.php"><i class="fas fa-mail-bulk"></i> Message(s) Privé(s) {$lang->welcome_pms_usage}</a></h5> + <div class="dropdown-divider m-0"></div> + <h5 class="dropdown-header"><a class="navbar-brand" href="{$mybb->settings['bburl']}/member.php?action=logout&logoutkey={$mybb->user['logoutkey']}" ><i class="fas fa-sign-out-alt"></i> {$lang->welcome_logout}</a></h5> + </div> + </div> +</div>]]></template> + <template name="header_welcomeblock_member_admin" version="1822"><![CDATA[<h5 class="dropdown-header"> + <a class="navbar-brand" href="{$mybb->settings['bburl']}/{$admin_dir}/index.php" title="{$lang->welcome_admin}" target="_blank"><i class="fas fa-user-lock"></i> {$lang->welcome_admin}</a> +</h5> +<div class="dropdown-divider m-0"></div>]]></template> + <template name="header_welcomeblock_member_buddy" version="1821"><![CDATA[<li><a id="buddylink" href="javascript:void(0)" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup&modal=1', null, true); return false;">{$lang->welcome_open_buddy_list}</a></li>]]></template> + <template name="header_welcomeblock_member_moderator" version="1829"><![CDATA[<h5 class="dropdown-header"> + <a class="navbar-brand" href="{$mybb->settings['bburl']}/modcp.php" title="{$lang->welcome_modcp}"><i class="fab fa-monero"></i> {$lang->welcome_modcp}</a> +</h5> +<div class="dropdown-divider m-0"></div>]]></template> + <template name="header_welcomeblock_member_pms" version="1809"><![CDATA[<li><a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}</li>]]></template> <template name="header_welcomeblock_member_search" version="1809"><![CDATA[<li><a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->welcome_newposts}</a></li> -<li><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a></li>]]></template> - <template name="header_welcomeblock_member_user" version="1822"><![CDATA[<h5 class="dropdown-header"> - <a class="navbar-brand" href="{$mybb->settings['bburl']}/usercp.php"><i class="fas fa-user-cog"></i> {$lang->welcome_usercp}</a> -</h5> -<div class="dropdown-divider m-0"></div> -<h5 class="dropdown-header"> - <a class="navbar-brand" href="{$mybb->settings['bburl']}/usercp.php?action=options"><i class="fas fa-user-circle"></i> Profile</a> -</h5> -<div class="dropdown-divider m-0"></div>]]></template> - <template name="htmldoctype" version="1822"><![CDATA[<!doctype html>]]></template> - <template name="index" version="1822"><![CDATA[<html> - <head> - <title>{$mybb->settings['bbname']}</title> - {$headerinclude} - <script type="text/javascript"> - <!-- - lang.no_new_posts = "{$lang->no_new_posts}"; - lang.click_mark_read = "{$lang->click_mark_read}"; - // --> - </script> - </head> - <body> - {$MegaNavbar} - {$header} - {$dvz_shoutbox} - {$forums} - {$boardstats} - <dl class="forum_legend smalltext"> - <dt><span class="forum_status forum_on" title="{$lang->new_posts}"></span></dt> - <dd>{$lang->new_posts}</dd> - <dt><span class="forum_status forum_off" title="{$lang->no_new_posts}"></span></dt> - <dd>{$lang->no_new_posts}</dd> - <dt><span class="forum_status forum_offclose" title="{$lang->forum_closed}"></span></dt> - <dd>{$lang->forum_closed}</dd> - <dt><span class="forum_status forum_offlink" title="{$lang->forum_redirect}"></span></dt> - <dd>{$lang->forum_redirect}</dd> - </dl> - <br class="clear" /> - {$footer} - </body> -</html>]]></template> +<li><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a></li>]]></template> + <template name="header_welcomeblock_member_user" version="1829"><![CDATA[<h5 class="dropdown-header"> + <a class="navbar-brand" href="{$mybb->settings['bburl']}/usercp.php" title="{$lang->welcome_usercp}"><i class="fas fa-user-cog"></i> {$lang->welcome_usercp}</a> +</h5> +<div class="dropdown-divider m-0"></div> +<h5 class="dropdown-header"> + <a class="navbar-brand" href="{$mybb->settings['bburl']}/usercp.php?action=options" title="Profile"><i class="fas fa-user-circle"></i> Profile</a> +</h5> +<div class="dropdown-divider m-0"></div>]]></template> + <template name="htmldoctype" version="1829"><![CDATA[<!DOCTYPE html>]]></template> + <template name="index" version="1822"><![CDATA[<html> + <head> + <title>{$mybb->settings['bbname']}</title> + {$headerinclude} + <script type="text/javascript"> + <!-- + lang.no_new_posts = "{$lang->no_new_posts}"; + lang.click_mark_read = "{$lang->click_mark_read}"; + // --> + </script> + </head> + <body> + {$MegaNavbar} + {$header} + {$dvz_shoutbox} + {$forums} + {$boardstats} + <dl class="forum_legend smalltext"> + <dt><span class="forum_status forum_on" title="{$lang->new_posts}"></span></dt> + <dd>{$lang->new_posts}</dd> + <dt><span class="forum_status forum_off" title="{$lang->no_new_posts}"></span></dt> + <dd>{$lang->no_new_posts}</dd> + <dt><span class="forum_status forum_offclose" title="{$lang->forum_closed}"></span></dt> + <dd>{$lang->forum_closed}</dd> + <dt><span class="forum_status forum_offlink" title="{$lang->forum_redirect}"></span></dt> + <dd>{$lang->forum_redirect}</dd> + </dl> + <br class="clear" /> + {$footer} + </body> +</html>]]></template> <template name="index_birthdays" version="120"><![CDATA[<tr><td class="tcat"><span class="smalltext"><strong>{$lang->todays_birthdays}</strong></span></td></tr> <tr> <td class="trow1"><span class="smalltext">{$bdays}</span></td> -</tr>]]></template> - <template name="index_birthdays_birthday" version="1400"><![CDATA[{$comma}{$bdayuser['profilelink']}{$age}]]></template> +</tr>]]></template> + <template name="index_birthdays_birthday" version="1400"><![CDATA[{$comma}{$bdayuser['profilelink']}{$age}]]></template> <template name="index_boardstats" version="1820"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <thead> <tr> @@ -6170,8 +6360,8 @@ $(".forumjump").on('change', function() { </tr> </tbody> </table> -<br />]]></template> - <template name="index_logoutlink" version="1816"><![CDATA[<a href="member.php?action=logout&logoutkey={$mybb->user['logoutkey']}">{$lang->index_logout}</a>]]></template> +<br />]]></template> + <template name="index_logoutlink" version="1816"><![CDATA[<a href="member.php?action=logout&logoutkey={$mybb->user['logoutkey']}">{$lang->index_logout}</a>]]></template> <template name="index_stats" version="1400"><![CDATA[<tr><td class="tcat"><span class="smalltext"><strong>{$lang->boardstats}</strong></span></td></tr> <tr> <td class="trow1"><span class="smalltext"> @@ -6181,19 +6371,19 @@ $(".forumjump").on('change', function() { {$lang->stats_mostonline} </span> </td> -</tr>]]></template> - <template name="index_statspage" version="1817"><![CDATA[{$stats_page_separator}<a href="stats.php">{$lang->forumstats}</a>]]></template> +</tr>]]></template> + <template name="index_statspage" version="1817"><![CDATA[{$stats_page_separator}<a href="stats.php">{$lang->forumstats}</a>]]></template> <template name="index_whosonline" version="1400"><![CDATA[<tr> <td class="tcat"><span class="smalltext"><strong>{$lang->whos_online}</strong> [<a href="online.php">{$lang->complete_list}</a>]</span></td> </tr> <tr> <td class="trow1"><span class="smalltext">{$lang->online_note}<br />{$onlinemembers}</span></td> -</tr>]]></template> - <template name="index_whosonline_memberbit" version="1818"><![CDATA[{$user['profilelink']}{$invisiblemark}]]></template> +</tr>]]></template> + <template name="index_whosonline_memberbit" version="1818"><![CDATA[{$user['profilelink']}{$invisiblemark}]]></template> <template name="loginbox" version="1609"><![CDATA[<tr> <td class="trow2"><strong>{$lang->username}</strong></td> <td class="trow2"><input type="text" class="textbox" name="username" size="30" value="{$username}" /></td> -</tr>]]></template> +</tr>]]></template> <template name="managegroup" version="1813"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->members_of}</title> @@ -6231,7 +6421,7 @@ $(".forumjump").on('change', function() { {$invite_user} {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="managegroup_adduser" version="1807"><![CDATA[<br /> <form method="post" action="managegroup.php"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> @@ -6285,7 +6475,7 @@ if(use_xmlhttprequest == "1") </script> <br /> <div align="center"><input type="submit" class="button" value="{$lang->add_member_submit}" /></div> -</form>]]></template> +</form>]]></template> <template name="managegroup_inviteuser" version="1807"><![CDATA[<br /> <form method="post" action="managegroup.php"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> @@ -6339,7 +6529,7 @@ if(use_xmlhttprequest == "1") </script> <br /> <div align="center"><input type="submit" class="button" value="{$lang->invite_member_submit}" /></div> -</form>]]></template> +</form>]]></template> <template name="managegroup_joinrequests" version="1400"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->join_requests}</title> @@ -6362,321 +6552,52 @@ if(use_xmlhttprequest == "1") <td class="tcat" align="center" width="10%"><strong>{$lang->accept}</strong></td> <td class="tcat" align="center" width="10%"><strong>{$lang->ignore}</strong></td> <td class="tcat" align="center" width="10%"><strong>{$lang->decline}</strong></td> -</tr> -{$users} -</table> -<br /> -<div align="center"><input type="submit" class="button" value="{$lang->action_requests}" /></div> -</form> -{$footer} -</body> -</html>]]></template> - <template name="managegroup_joinrequests_request" version="1400"><![CDATA[<tr> -<td class="{$altbg}">{$user['profilelink']}</td> -<td class="{$altbg}" align="center">{$user['reason']}</td> -<td class="{$altbg}" align="center"><input type="radio" class="radio" name="request[{$user['uid']}]" value="accept" /></td> -<td class="{$altbg}" align="center"><input type="radio" class="radio" name="request[{$user['uid']}]" value="ignore" checked="checked" /></td> -<td class="{$altbg}" align="center"><input type="radio" class="radio" name="request[{$user['uid']}]" value="decline" /></td> -</tr>]]></template> - <template name="managegroup_leaders" version="1600"><![CDATA[<p>{$lang->group_leaders}: {$leaders}</p>]]></template> - <template name="managegroup_leaders_bit" version="1600"><![CDATA[{$leader_profile_link}{$comma}]]></template> - <template name="managegroup_no_users" version="1607"><![CDATA[<tr> -<td class="trow1" colspan="6">{$lang->no_users}</td> -</tr>]]></template> - <template name="managegroup_removeusers" version="120"><![CDATA[<input type="submit" class="button" value="{$lang->remove_selected}" />]]></template> - <template name="managegroup_requestnote" version="120"><![CDATA[<p> -<strong><a href="managegroup.php?action=joinrequests&gid={$gid}">{$lang->pending_requests}</a></strong><br /> -{$lang->num_requests_pending} -</p>]]></template> - <template name="managegroup_user" version="1400"><![CDATA[<tr> -<td class="{$altbg}">{$user['profilelink']} {$leader}</td> -<td class="{$altbg}" align="center" width="100"><div class="postbit_buttons">{$email}</div></td> -<td class="{$altbg}" align="center" width="100"><div class="postbit_buttons">{$sendpm}</div></td> -<td class="{$altbg}" align="center">{$regdate}</td> -<td class="{$altbg}" align="center">{$user['postnum']}</td> -<td class="{$altbg}" align="center">{$checkbox}</td> -</tr>]]></template> - <template name="managegroup_user_checkbox" version="120"><![CDATA[<input type="checkbox" class="checkbox" name="removeuser[{$user['uid']}]" value="{$user['uid']}" />]]></template> - <template name="memberlist" version="1821"><![CDATA[<html> -<head> -<title>{$mybb->settings['bbname']} - {$lang->member_list}</title> -{$headerinclude} -</head> -<body> -{$header} -{$multipage} -<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> -<tr> -<td class="thead" colspan="{$colspan}"> - <div class="float_right"> - <a href="memberlist.php?username_match=begins&username={$lang->a}" style="padding: 5px;">{$lang->a}</a> - <a href="memberlist.php?username_match=begins&username={$lang->b}" style="padding: 5px;">{$lang->b}</a> - <a href="memberlist.php?username_match=begins&username={$lang->c}" style="padding: 5px;">{$lang->c}</a> - <a href="memberlist.php?username_match=begins&username={$lang->d}" style="padding: 5px;">{$lang->d}</a> - <a href="memberlist.php?username_match=begins&username={$lang->e}" style="padding: 5px;">{$lang->e}</a> - <a href="memberlist.php?username_match=begins&username={$lang->f}" style="padding: 5px;">{$lang->f}</a> - <a href="memberlist.php?username_match=begins&username={$lang->g}" style="padding: 5px;">{$lang->g}</a> - <a href="memberlist.php?username_match=begins&username={$lang->h}" style="padding: 5px;">{$lang->h}</a> - <a href="memberlist.php?username_match=begins&username={$lang->i}" style="padding: 5px;">{$lang->i}</a> - <a href="memberlist.php?username_match=begins&username={$lang->j}" style="padding: 5px;">{$lang->j}</a> - <a href="memberlist.php?username_match=begins&username={$lang->k}" style="padding: 5px;">{$lang->k}</a> - <a href="memberlist.php?username_match=begins&username={$lang->l}" style="padding: 5px;">{$lang->l}</a> - <a href="memberlist.php?username_match=begins&username={$lang->m}" style="padding: 5px;">{$lang->m}</a> - <a href="memberlist.php?username_match=begins&username={$lang->n}" style="padding: 5px;">{$lang->n}</a> - <a href="memberlist.php?username_match=begins&username={$lang->o}" style="padding: 5px;">{$lang->o}</a> - <a href="memberlist.php?username_match=begins&username={$lang->p}" style="padding: 5px;">{$lang->p}</a> - <a href="memberlist.php?username_match=begins&username={$lang->q}" style="padding: 5px;">{$lang->q}</a> - <a href="memberlist.php?username_match=begins&username={$lang->r}" style="padding: 5px;">{$lang->r}</a> - <a href="memberlist.php?username_match=begins&username={$lang->s}" style="padding: 5px;">{$lang->s}</a> - <a href="memberlist.php?username_match=begins&username={$lang->t}" style="padding: 5px;">{$lang->t}</a> - <a href="memberlist.php?username_match=begins&username={$lang->u}" style="padding: 5px;">{$lang->u}</a> - <a href="memberlist.php?username_match=begins&username={$lang->v}" style="padding: 5px;">{$lang->v}</a> - <a href="memberlist.php?username_match=begins&username={$lang->w}" style="padding: 5px;">{$lang->w}</a> - <a href="memberlist.php?username_match=begins&username={$lang->x}" style="padding: 5px;">{$lang->x}</a> - <a href="memberlist.php?username_match=begins&username={$lang->y}" style="padding: 5px;">{$lang->y}</a> - <a href="memberlist.php?username_match=begins&username={$lang->z}" style="padding: 5px;">{$lang->z}</a> - </div> - <div><strong>{$lang->member_list}</strong></div></td> -</tr> -<tr> -<td class="tcat" width="1%"><span class="smalltext"><strong>{$lang->avatar}</strong></span></td> -<td class="tcat"><span class="smalltext"><a href="{$sorturl}&sort=username&order=ascending"><strong>{$lang->username}</strong></a> {$orderarrow['username']}</span></td> -<td class="tcat" width="15%" align="center"><span class="smalltext"><a href="{$sorturl}&sort=regdate&order=ascending"><strong>{$lang->joined}</strong></a> {$orderarrow['regdate']}</span></td> -<td class="tcat" width="15%" align="center"><span class="smalltext"><a href="{$sorturl}&sort=lastvisit&order=descending"><strong>{$lang->lastvisit}</strong></a> {$orderarrow['lastvisit']}</span></td> -<td class="tcat" width="10%" align="center"><span class="smalltext"><a href="{$sorturl}&sort=postnum&order=descending"><strong>{$lang->posts}</strong></a> {$orderarrow['postnum']}</span></td> -<td class="tcat" width="10%" align="center"><span class="smalltext"><a href="{$sorturl}&sort=threadnum&order=descending"><strong>{$lang->threads}</strong></a> {$orderarrow['threadnum']}</span></td> -{$referral_header} -</tr> -{$users} -</table> -{$multipage} -<br class="clear" /> -<br /> -<form method="post" action="memberlist.php"> -<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> -<tr> -<td class="thead" colspan="3"> - <div class="float_right"> - <strong><a href="memberlist.php?action=search">{$lang->advanced_search}</a></strong> - </div> - <div><strong>{$lang->search_members}</strong></div> -</td> -</tr> -<tr> - <td class="tcat"><strong><label for="username">{$lang->username}</label></strong></td> - <td class="tcat"><strong><label for="website">{$lang->website}</label></strong></td> - <td class="tcat"><strong><label for="sort">{$lang->sort_by}</label></strong></td> -</tr> -<tr> - <td class="trow1" width="33%" style="vertical-align: top;"> - {$lang->contains}<br /> - <input type="text" class="textbox" name="username" id="username" style="width: 99%; margin-top: 4px;" value="{$search_username}" /> - </td> - <td class="trow1" width="33%" style="vertical-align: top;"> - {$lang->contains}<br /> - <input type="text" class="textbox" name="website" id="website" style="width: 99%; margin-top: 4px;" value="{$search_website}" /> - </td> - <td class="trow1" width="33%"> - <div class="smalltext" style="margin-bottom: 3px;"> - <input type="radio" class="radio" name="order" id="order_asc" value="ascending"{$order_check['ascending']} /> <label for="order_asc">{$lang->order_asc}</label> - <input type="radio" class="radio" name="order" id="order_desc" value="descending"{$order_check['descending']} /> <label for="order_desc">{$lang->order_desc}</label> - </div> - <select name="sort" id="sort" style="width: 99%;"> - <option value="username"{$sort_selected['username']}>{$lang->sort_by_username}</option> - <option value="regdate"{$sort_selected['regdate']}>{$lang->sort_by_regdate}</option> - <option value="lastvisit"{$sort_selected['lastvisit']}>{$lang->sort_by_lastvisit}</option> - <option value="postnum"{$sort_selected['postnum']}>{$lang->sort_by_posts}</option> - <option value="threadnum"{$sort_selected['threadnum']}>{$lang->sort_by_threads}</option> - {$referrals_option} - </select> - </td> -</tr> -</table> -<div align="center"><br /><input type="submit" class="button" name="submit" value="{$lang->search}" /></div> -</form> -{$footer} -<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1807"> -<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script> -<script type="text/javascript"> -<!-- -if(use_xmlhttprequest == "1") -{ - MyBB.select2(); - $("#username").select2({ - placeholder: "{$lang->search_user}", - minimumInputLength: 2, - multiple: false, - allowClear: true, - ajax: { // instead of writing the function to execute the request we use Select2's convenient helper - url: "xmlhttp.php?action=get_users", - dataType: 'json', - data: function (term, page) { - return { - query: term, // search term - }; - }, - results: function (data, page) { // parse the results into the format expected by Select2. - // since we are using custom formatting functions we do not need to alter remote JSON data - return {results: data}; - } - }, - initSelection: function(element, callback) { - var value = $(element).val(); - if (value !== "") { - callback({ - id: value, - text: value - }); - } - }, - // Allow the user entered text to be selected as well - createSearchChoice:function(term, data) { - if ( $(data).filter( function() { - return this.text.localeCompare(term)===0; - }).length===0) { - return {id:term, text:term}; - } - }, - }); - - $('[for=username]').on('click', function(){ - $("#username").select2('open'); - return false; - }); -} -// --> -</script> -</body> -</html>]]></template> - <template name="memberlist_error" version="1800"><![CDATA[<tr> -<td colspan="{$colspan}" align="center" class="trow1">{$lang->error_no_members}</td> -</tr>]]></template> - <template name="memberlist_orderarrow" version="1800"><![CDATA[<span class="smalltext">[<a href="{$sorturl}&sort={$sort}&order={$oppsortnext}">{$oppsort}</a>]</span>]]></template> - <template name="memberlist_referrals" version="1800"><![CDATA[<td class="tcat" width="10%" align="center"><span class="smalltext"><a href="{$sorturl}&sort=referrals&order=descending"><strong>{$lang->referrals}</strong></a> {$orderarrow['referrals']}</span></td>]]></template> - <template name="memberlist_referrals_bit" version="1600"><![CDATA[<td class="{$alt_bg}" align="center">{$user['referrals']}</td>]]></template> - <template name="memberlist_referrals_option" version="1816"><![CDATA[<option value="referrals"{$sort_selected['referrals']}>{$lang->sort_by_referrals}</option>]]></template> - <template name="memberlist_search" version="1822"><![CDATA[<html> -<head> -<title>{$mybb->settings['bbname']} - {$lang->search_member_list}</title> -{$headerinclude} -</head> -<body> -{$header} -<form method="post" action="memberlist.php"> -<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> -<tr> -<td class="thead" colspan="2"><strong>{$lang->search_member_list}</strong></td> -</tr> -<tr> - <td class="tcat" colspan="2"><strong>{$lang->search_criteria}</strong></td> -</tr> -<tr> - <td class="trow1" style="vertical-align: top;" width="20%"><strong><label for="username">{$lang->username}</label></strong></td> - <td class="trow1"> - <select name="username_match"> - <option value="begins">{$lang->begins_with}</option> - <option value="contains">{$lang->username_contains}</option> - <option value="exact">{$lang->username_exact}</option> - </select> - - <input type="text" class="textbox" name="username" id="username" /> - </td> -</tr> -<tr> - <td class="trow2" width="20%"><strong><label for="website">{$lang->search_website}</label></strong></td> - <td class="trow2"> - <input type="text" class="textbox" name="website" id="website" /> - </td> -</tr> -{$contact_fields['skype']} -{$contact_fields['google']} -{$contact_fields['icq']} -<tr> - <td class="tcat" colspan="2"><strong>{$lang->search_options}</strong></td> -</tr> -<tr> - <td class="trow1" width="20%"><strong><label for="sort">{$lang->sort_by}</label></strong></td> - <td class="trow1"> - <select name="sort" id="sort"> - <option value="username">{$lang->sort_by_username}</option> - <option value="regdate">{$lang->sort_by_regdate}</option> - <option value="lastvisit">{$lang->sort_by_lastvisit}</option> - <option value="postnum">{$lang->sort_by_posts}</option> - <option value="threadnum">{$lang->sort_by_threads}</option> - {$referrals_option} - </select><br /> - <span class="smalltext"> - <input type="radio" class="radio" name="order" id="order_asc" value="asc" /> <label for="order_asc">{$lang->order_asc}</label><br /> - <input type="radio" class="radio" name="order" id="order_desc" value="desc" checked="checked" /> <label for="order_desc">{$lang->order_desc}</label> - </span> - </td> -</tr> -<tr> - <td class="trow1" width="20%"><strong><label for="perpage">{$lang->per_page}</label></strong></td> - <td class="trow1"> - <input type="text" class="textbox" size="4" name="perpage" id="perpage" value="15" /> - </td> -</tr> -</table> -<div align="center"><br /><input type="submit" class="button" name="submit" value="{$lang->search}" /></div> -</form> -{$footer} -<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1807"> -<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script> -<script type="text/javascript"> -<!-- -if(use_xmlhttprequest == "1") -{ - MyBB.select2(); - $("#username").select2({ - placeholder: "{$lang->search_user}", - minimumInputLength: 2, - multiple: false, - ajax: { // instead of writing the function to execute the request we use Select2's convenient helper - url: "xmlhttp.php?action=get_users", - dataType: 'json', - data: function (term, page) { - return { - query: term, // search term - }; - }, - results: function (data, page) { // parse the results into the format expected by Select2. - // since we are using custom formatting functions we do not need to alter remote JSON data - return {results: data}; - } - }, - initSelection: function(element, callback) { - var value = $(element).val(); - if (value !== "") { - callback({ - id: value, - text: value - }); - } - }, - // Allow the user entered text to be selected as well - createSearchChoice:function(term, data) { - if ( $(data).filter( function() { - return this.text.localeCompare(term)===0; - }).length===0) { - return {id:term, text:term}; - } - }, - }); - - $('[for=username]').on('click', function(){ - $("#username").select2('open'); - return false; - }); -} -// --> -</script> +</tr> +{$users} +</table> +<br /> +<div align="center"><input type="submit" class="button" value="{$lang->action_requests}" /></div> +</form> +{$footer} </body> -</html>]]></template> +</html>]]></template> + <template name="managegroup_joinrequests_request" version="1400"><![CDATA[<tr> +<td class="{$altbg}">{$user['profilelink']}</td> +<td class="{$altbg}" align="center">{$user['reason']}</td> +<td class="{$altbg}" align="center"><input type="radio" class="radio" name="request[{$user['uid']}]" value="accept" /></td> +<td class="{$altbg}" align="center"><input type="radio" class="radio" name="request[{$user['uid']}]" value="ignore" checked="checked" /></td> +<td class="{$altbg}" align="center"><input type="radio" class="radio" name="request[{$user['uid']}]" value="decline" /></td> +</tr>]]></template> + <template name="managegroup_leaders" version="1600"><![CDATA[<p>{$lang->group_leaders}: {$leaders}</p>]]></template> + <template name="managegroup_leaders_bit" version="1600"><![CDATA[{$leader_profile_link}{$comma}]]></template> + <template name="managegroup_no_users" version="1607"><![CDATA[<tr> +<td class="trow1" colspan="6">{$lang->no_users}</td> +</tr>]]></template> + <template name="managegroup_removeusers" version="120"><![CDATA[<input type="submit" class="button" value="{$lang->remove_selected}" />]]></template> + <template name="managegroup_requestnote" version="120"><![CDATA[<p> +<strong><a href="managegroup.php?action=joinrequests&gid={$gid}">{$lang->pending_requests}</a></strong><br /> +{$lang->num_requests_pending} +</p>]]></template> + <template name="managegroup_user" version="1400"><![CDATA[<tr> +<td class="{$altbg}">{$user['profilelink']} {$leader}</td> +<td class="{$altbg}" align="center" width="100"><div class="postbit_buttons">{$email}</div></td> +<td class="{$altbg}" align="center" width="100"><div class="postbit_buttons">{$sendpm}</div></td> +<td class="{$altbg}" align="center">{$regdate}</td> +<td class="{$altbg}" align="center">{$user['postnum']}</td> +<td class="{$altbg}" align="center">{$checkbox}</td> +</tr>]]></template> + <template name="managegroup_user_checkbox" version="120"><![CDATA[<input type="checkbox" class="checkbox" name="removeuser[{$user['uid']}]" value="{$user['uid']}" />]]></template> + <template name="memberlist_error" version="1800"><![CDATA[<tr> +<td colspan="{$colspan}" align="center" class="trow1">{$lang->error_no_members}</td> +</tr>]]></template> + <template name="memberlist_orderarrow" version="1800"><![CDATA[<span class="smalltext">[<a href="{$sorturl}&sort={$sort}&order={$oppsortnext}">{$oppsort}</a>]</span>]]></template> + <template name="memberlist_referrals" version="1800"><![CDATA[<td class="tcat" width="10%" align="center"><span class="smalltext"><a href="{$sorturl}&sort=referrals&order=descending"><strong>{$lang->referrals}</strong></a> {$orderarrow['referrals']}</span></td>]]></template> + <template name="memberlist_referrals_bit" version="1600"><![CDATA[<td class="{$alt_bg}" align="center">{$user['referrals']}</td>]]></template> + <template name="memberlist_referrals_option" version="1816"><![CDATA[<option value="referrals"{$sort_selected['referrals']}>{$lang->sort_by_referrals}</option>]]></template> <template name="memberlist_search_contact_field" version="1810"><![CDATA[<tr> <td class="{$bgcolors[$field]}" width="20%"><strong><label for="{$field}">{$lang_string}</label></strong></td> <td class="{$bgcolors[$field]}"><input type="text" class="textbox" name="{$field}" id="{$field}" /></td> -</tr>]]></template> +</tr>]]></template> <template name="memberlist_user" version="1800"><![CDATA[<tr> <td class="{$alt_bg}" align="center">{$user['avatar']}</td> <td class="{$alt_bg}">{$user['profilelink']}<br /> @@ -6690,38 +6611,38 @@ if(use_xmlhttprequest == "1") <td class="{$alt_bg}" align="center">{$user['postnum']}</td> <td class="{$alt_bg}" align="center">{$user['threadnum']}</td> {$referral_bit} -</tr>]]></template> - <template name="memberlist_user_avatar" version="1822"><![CDATA[<img src="{$useravatar['image']}" alt="" {$useravatar['width_height']} style="border-radius: 50%;-webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);" />]]></template> - <template name="memberlist_user_groupimage" version="1400"><![CDATA[<img src="{$usergroup['image']}" alt="{$usergroup['title']}" title="{$usergroup['title']}" />]]></template> - <template name="memberlist_user_userstar" version="1800"><![CDATA[<img src="{$starimage}" border="0" alt="*" />]]></template> - <template name="member_activate" version="120"><![CDATA[<html> -<head> -<title>{$mybb->settings['bbname']} - {$lang->account_activation}</title> -{$headerinclude} -</head> -<body> -{$header} -<br /> -<form action="member.php" method="post"> -<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> -<tr> -<td class="thead" colspan="2"><strong>{$lang->activate_account}</strong></td> -</tr> -<tr> -<td class="trow1" width="30%"><strong>{$lang->username}</strong></td> -<td class="trow1"><input type="text" class="textbox" name="username" value="{$user['username']}" /></td> -</tr> -<tr> -<td class="trow1" width="30%"><strong>{$lang->activation_code}</strong></td> -<td class="trow1"><input type="text" class="textbox" name="code" value="{$code}" /></td> -</tr> -</table> -<br /> -<div align="center"><input type="hidden" name="action" value="activate" /><input type="submit" class="button" name="regsubmit" value="{$lang->activate_account}" /></div> -</form> -{$footer} -</body> -</html>]]></template> +</tr>]]></template> + <template name="memberlist_user_avatar" version="1822"><![CDATA[<img src="{$useravatar['image']}" alt="" {$useravatar['width_height']} style="border-radius: 50%;-webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);" />]]></template> + <template name="memberlist_user_groupimage" version="1400"><![CDATA[<img src="{$usergroup['image']}" alt="{$usergroup['title']}" title="{$usergroup['title']}" />]]></template> + <template name="memberlist_user_userstar" version="1800"><![CDATA[<img src="{$starimage}" border="0" alt="*" />]]></template> + <template name="member_activate" version="1829"><![CDATA[<html> + <head> + <title>{$mybb->settings['bbname']} - {$lang->account_activation}</title> + {$headerinclude} + </head> + <body> + {$header} + <br /> + <form action="member.php" method="post"> + <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> + <tr> + <td class="thead" colspan="2"><strong>{$lang->activate_account}</strong></td> + </tr> + <tr> + <td class="trow1" width="30%"><strong>{$lang->username}</strong></td> + <td class="trow1"><input type="text" class="textbox" name="username" value="{$user['username']}" /></td> + </tr> + <tr> + <td class="trow1" width="30%"><strong>{$lang->activation_code}</strong></td> + <td class="trow1"><input type="text" class="textbox" name="code" value="{$code}" /></td> + </tr> + </table> + <br /> + <div align="center"><input type="hidden" name="action" value="activate" /><input type="submit" class="button" name="regsubmit" value="{$lang->activate_account}" /></div> + </form> + {$footer} + </body> +</html>]]></template> <template name="member_coppa_form" version="1800"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->coppa_compliance}</title> @@ -6782,40 +6703,40 @@ if(use_xmlhttprequest == "1") <dd><input type="text" class="textbox" id="signature" /> {$lang->date}: <input type="text" class="textbox date" id="date" /></dd> </dl> </body> -</html>]]></template> - <template name="member_emailuser" version="1800"><![CDATA[<html> -<head> -<title>{$mybb->settings['bbname']} - {$lang->email_user}</title> -{$headerinclude} -</head> -<body> -{$header} -{$errors} -<form action="member.php" method="post" name="input"> -<input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> -<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> -<tr> -<td colspan="2" width="100%" class="thead"><strong>{$lang->email_user}</strong></td> -</tr> -{$from_email} -<tr> -<td width="40%" class="trow2"><strong>{$lang->email_subject}</strong></td> -<td width="60%" class="trow2"><input type="text" class="textbox" size="50" name="subject" value="{$subject}" /></td> -</tr> -<tr> -<td valign="top" width="40%" class="trow1"><strong>{$lang->email_message}</strong></td> -<td width="60%" class="trow1"><textarea cols="50" rows="10" name="message">{$message}</textarea></td> -</tr> -{$captcha} -</table> -<br /> -<input type="hidden" name="action" value="do_emailuser" /> -<input type="hidden" name="uid" value="{$to_user['uid']}" /> -<div align="center"><input type="submit" class="button" value="{$lang->send_email}" /></div> -</form> -{$footer} -</body> -</html>]]></template> +</html>]]></template> + <template name="member_emailuser" version="1829"><![CDATA[<html> + <head> + <title>{$mybb->settings['bbname']} - {$lang->email_user}</title> + {$headerinclude} + </head> + <body> + {$header} + {$errors} + <form action="member.php" method="post" name="input"> + <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> + <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> + <tr> + <td colspan="2" width="100%" class="thead"><strong>{$lang->email_user}</strong></td> + </tr> + {$from_email} + <tr> + <td width="40%" class="trow2"><strong>{$lang->email_subject}</strong></td> + <td width="60%" class="trow2"><input type="text" class="textbox" size="50" name="subject" value="{$subject}" /></td> + </tr> + <tr> + <td valign="top" width="40%" class="trow1"><strong>{$lang->email_message}</strong></td> + <td width="60%" class="trow1"><textarea cols="50" rows="10" name="message">{$message}</textarea></td> + </tr> + {$captcha} + </table> + <br /> + <input type="hidden" name="action" value="do_emailuser" /> + <input type="hidden" name="uid" value="{$to_user['uid']}" /> + <div align="center"><input type="submit" class="button" value="{$lang->send_email}" /></div> + </form> + {$footer} + </body> +</html>]]></template> <template name="member_emailuser_guest" version="1800"><![CDATA[<tr> <td width="40%" class="trow2"><strong>{$lang->your_name}</strong><br /><span class="smalltext">{$lang->name_note}</span></td> <td width="60%" class="trow2"><input type="text" class="textbox" size="50" name="fromname" value="{$fromname}" /></td> @@ -6823,9 +6744,9 @@ if(use_xmlhttprequest == "1") <tr> <td width="40%" class="trow1"><strong>{$lang->your_email}</strong><br /><span class="smalltext">{$lang->email_note}</span></td> <td width="60%" class="trow1"><input type="text" class="textbox" size="50" name="fromemail" value="{$fromemail}" /></td> -</tr>]]></template> +</tr>]]></template> <template name="member_loggedin_notice" version="1800"><![CDATA[<fieldset class="align_right smalltext">{$lang->already_logged_in}</fieldset> -<br />]]></template> +<br />]]></template> <template name="member_login" version="1816"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->login}</title> @@ -6862,7 +6783,7 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="member_lostpw" version="1821"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->lost_pw}</title> @@ -6888,87 +6809,11 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="member_no_referrals" version="1820"><![CDATA[<tr> <td class="trow1" colspan="2">{$lang->member_no_referrals}</td> -</tr>]]></template> - <template name="member_profile" version="1820"><![CDATA[<html> -<head> -<title>{$mybb->settings['bbname']} - {$lang->profile}</title> -{$headerinclude} -<script type="text/javascript" src="{$mybb->asset_url}/jscripts/report.js?ver=1820"></script> -</head> -<body> -{$header} -<fieldset> - <table width="100%" cellspacing="0" cellpadding="0" border="0"> - <tr> - <td width="75%"> - <span class="largetext"><strong>{$formattedname}</strong></span><br /> - <span class="smalltext"> - ({$usertitle})<br /> - {$groupimage} - {$userstars}<br /> - <br /> - <strong>{$lang->registration_date}</strong> {$memregdate}<br /> - <strong>{$lang->date_of_birth}</strong> {$membday} {$membdayage}<br /> - <strong>{$lang->local_time}</strong> {$localtime}<br /> - <strong>{$lang->postbit_status}</strong> {$online_status} - </span> - </td> - <td width="25%" align="right" valign="middle">{$avatar}</td> - </tr> - </table> -</fieldset> -<br /> -{$awaybit}{$bannedbit} -<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> - <tr> - <td width="50%" valign="top"> - <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> - <tr> - <td colspan="2" class="thead"><strong>{$lang->users_forum_info}</strong></td> - </tr> - <tr> - <td class="trow1" style="width: 30%;"><strong>{$lang->joined}</strong></td> - <td class="trow1">{$memregdate}</td> - </tr> - <tr> - <td class="trow2"><strong>{$lang->lastvisit}</strong></td> - <td class="trow2">{$memlastvisitdate}</td> - </tr> - <tr> - <td class="trow1"><strong>{$lang->total_posts}</strong></td> - <td class="trow1">{$memprofile['postnum']} ({$lang->ppd_percent_total}){$findposts}</td> - </tr> - <tr> - <td class="trow2"><strong>{$lang->total_threads}</strong></td> - <td class="trow2">{$memprofile['threadnum']} ({$lang->tpd_percent_total}){$findthreads}</td> - </tr> - <tr> - <td class="trow1"><strong>{$lang->timeonline}</strong></td> - <td class="trow1">{$timeonline}</td> - </tr> - {$referrals} - {$reputation} - {$warning_level} - </table> - {$contact_details} - </td> - <td> </td> - <td width="50%" valign="top"> - {$profilefields} - {$signature} - {$modoptions} - {$adminoptions} - <div style="text-align: center">{$buddy_options}{$ignore_options}{$report_options}</div> - </td> - </tr> -</table> -{$footer} -</body> -</html>]]></template> - <template name="member_profile_addremove" version="1800"><![CDATA[<a href="{$add_remove_options['url']}" class="button small_button {$add_remove_options['class']}"><span>{$add_remove_options['lang']}</span></a>]]></template> +</tr>]]></template> + <template name="member_profile_addremove" version="1800"><![CDATA[<a href="{$add_remove_options['url']}" class="button small_button {$add_remove_options['class']}"><span>{$add_remove_options['lang']}</span></a>]]></template> <template name="member_profile_adminoptions" version="1800"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" width="100%" class="tborder"> <tr> <td colspan="2" class="thead"><strong>{$lang->admin_options}</strong></td> @@ -6982,21 +6827,21 @@ if(use_xmlhttprequest == "1") </td> </tr> </table> -<br />]]></template> - <template name="member_profile_avatar" version="1822"><![CDATA[<img src="{$useravatar['image']}" alt="" {$useravatar['width_height']} style="border-radius: 50%;-webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);" />]]></template> +<br />]]></template> + <template name="member_profile_avatar" version="1829"><![CDATA[<img src="{$useravatar['image']}" alt="" {$useravatar['width_height']} >]]></template> <template name="member_profile_away" version="1801"><![CDATA[<fieldset> <legend><strong>{$lang->away_note}</strong></legend> <em>{$lang->away_reason} {$awayreason}</em><br /> <span class="smalltext">{$lang->away_since} {$awaydate} — {$lang->away_returns} {$returndate}</span> </fieldset> -<br />]]></template> +<br />]]></template> <template name="member_profile_banned" version="1801"><![CDATA[<fieldset> <legend><strong>{$lang->ban_note}</strong></legend> <em>{$lang->banned_warning2}: {$memban['reason']}</em><br /> <span class="smalltext"><strong>{$lang->ban_by}:</strong> {$memban['adminuser']} — <strong>{$lang->ban_length}:</strong> {$banlength} <span class="smalltext">{$timeremaining}</span></span> </fieldset> -<br />]]></template> - <template name="member_profile_banned_remaining" version="1808"><![CDATA[<span class="{$banned_class}">({$timeremaining} {$lang->ban_remaining})</span>]]></template> +<br />]]></template> + <template name="member_profile_banned_remaining" version="1808"><![CDATA[<span class="{$banned_class}">({$timeremaining} {$lang->ban_remaining})</span>]]></template> <template name="member_profile_contact_details" version="1822"><![CDATA[<br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed"> <colgroup> @@ -7011,19 +6856,19 @@ if(use_xmlhttprequest == "1") {$contact_fields['icq']} {$contact_fields['skype']} {$contact_fields['google']} -</table>]]></template> +</table>]]></template> <template name="member_profile_contact_fields_google" version="1800"><![CDATA[<tr> <td class="{$bgcolors['google']}"><strong>{$lang->google_id}</strong></td> <td class="{$bgcolors['google']}">{$memprofile['google']}</td> -</tr>]]></template> +</tr>]]></template> <template name="member_profile_contact_fields_icq" version="1800"><![CDATA[<tr> <td class="{$bgcolors['icq']}"><strong>{$lang->icq_number}</strong></td> <td class="{$bgcolors['icq']}">{$memprofile['icq']}</td> -</tr>]]></template> +</tr>]]></template> <template name="member_profile_contact_fields_skype" version="1809"><![CDATA[<tr> <td class="{$bgcolors['skype']}"><strong>{$lang->skype_id}</strong></td> <td class="{$bgcolors['skype']}"><a href="javascript:void(0)" onclick="MyBB.popupWindow('/misc.php?action=imcenter&imtype=skype&uid={$uid}&modal=1'); return false;">{$memprofile['skype']}</a></td> -</tr>]]></template> +</tr>]]></template> <template name="member_profile_customfields" version="1800"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed"> <colgroup> <col style="width: 30%;" /> @@ -7033,22 +6878,22 @@ if(use_xmlhttprequest == "1") </tr> {$customfields} </table> -<br />]]></template> +<br />]]></template> <template name="member_profile_customfields_field" version="1800"><![CDATA[<tr> <td class="{$bgcolor}"><strong>{$customfield['name']}:</strong></td> <td class="{$bgcolor} scaleimages">{$customfieldval}</td> -</tr>]]></template> +</tr>]]></template> <template name="member_profile_customfields_field_multi" version="1800"><![CDATA[<ul style="margin: 0; padding-left: 15px;"> {$customfield_val} -</ul>]]></template> - <template name="member_profile_customfields_field_multi_item" version="1800"><![CDATA[<li style="margin-left: 0;">{$val}</li>]]></template> +</ul>]]></template> + <template name="member_profile_customfields_field_multi_item" version="1800"><![CDATA[<li style="margin-left: 0;">{$val}</li>]]></template> <template name="member_profile_email" version="120"><![CDATA[<tr> <td class="{$bgcolor}"><strong>{$lang->email}</strong></td> <td class="{$bgcolor}"><a href="member.php?action=emailuser&uid={$memprofile['uid']}">{$lang->send_user_email}</a></td> -</tr>]]></template> - <template name="member_profile_findposts" version="1807"><![CDATA[<br /><span class="smalltext">(<a href="search.php?action=finduser&uid={$uid}">{$lang->find_posts}</a>)</span>]]></template> - <template name="member_profile_findthreads" version="1807"><![CDATA[<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&uid={$uid}">{$lang->find_threads}</a>)</span>]]></template> - <template name="member_profile_groupimage" version="1817"><![CDATA[<img src="{$memperms['image']}" alt="{$usertitle}" title="{$usertitle}" /><br />]]></template> +</tr>]]></template> + <template name="member_profile_findposts" version="1807"><![CDATA[<br /><span class="smalltext">(<a href="search.php?action=finduser&uid={$uid}">{$lang->find_posts}</a>)</span>]]></template> + <template name="member_profile_findthreads" version="1807"><![CDATA[<br /><span class="smalltext">(<a href="search.php?action=finduserthreads&uid={$uid}">{$lang->find_threads}</a>)</span>]]></template> + <template name="member_profile_groupimage" version="1817"><![CDATA[<img src="{$memperms['image']}" alt="{$usertitle}" title="{$usertitle}" /><br />]]></template> <template name="member_profile_modoptions" version="1812"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" width="100%" class="tborder"> <tr> <td colspan="2" class="thead"><strong>{$lang->mod_options}</strong></td> @@ -7062,18 +6907,18 @@ if(use_xmlhttprequest == "1") </td> </tr> </table> -<br />]]></template> - <template name="member_profile_modoptions_banuser" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/modcp.php?action=banuser&uid={$uid}">{$lang->ban_in_mcp}</a></li>]]></template> - <template name="member_profile_modoptions_editnotes" version="1800"><![CDATA[<a href="{$mybb->settings['bburl']}/modcp.php?action=editprofile&uid={$uid}#usernotes">{$lang->edit_usernotes}</a>]]></template> - <template name="member_profile_modoptions_editprofile" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/modcp.php?action=editprofile&uid={$uid}">{$lang->edit_in_mcp}</a></li>]]></template> +<br />]]></template> + <template name="member_profile_modoptions_banuser" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/modcp.php?action=banuser&uid={$uid}">{$lang->ban_in_mcp}</a></li>]]></template> + <template name="member_profile_modoptions_editnotes" version="1800"><![CDATA[<a href="{$mybb->settings['bburl']}/modcp.php?action=editprofile&uid={$uid}#usernotes">{$lang->edit_usernotes}</a>]]></template> + <template name="member_profile_modoptions_editprofile" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/modcp.php?action=editprofile&uid={$uid}">{$lang->edit_in_mcp}</a></li>]]></template> <template name="member_profile_modoptions_ipaddress" version="1812"><![CDATA[<tr> <td class="trow1"> <strong>{$lang->registration_ip}</strong> {$memprofile['regip']}<br /> <strong>{$lang->last_known_ip}</strong> {$memprofile['lastip']} </td> -</tr>]]></template> +</tr>]]></template> <template name="member_profile_modoptions_manageban" version="1820"><![CDATA[<li><a href="{$mybb->settings['bburl']}/modcp.php?action=banuser&uid={$uid}">{$lang->edit_ban_in_mcp}</a></li> -<li><a href="{$mybb->settings['bburl']}/modcp.php?action=liftban&uid={$uid}&my_post_key={$mybb->post_code}">{$lang->lift_ban_in_mcp}</a></li>]]></template> +<li><a href="{$mybb->settings['bburl']}/modcp.php?action=liftban&uid={$uid}&my_post_key={$mybb->post_code}">{$lang->lift_ban_in_mcp}</a></li>]]></template> <template name="member_profile_modoptions_manageuser" version="1820"><![CDATA[<tr> <td class="trow1"> <ul> @@ -7083,220 +6928,91 @@ if(use_xmlhttprequest == "1") {$purgespammer} </ul> </td> -</tr>]]></template> - <template name="member_profile_modoptions_purgespammer" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/moderation.php?action=purgespammer&uid={$uid}">{$lang->purgespammer}</a></li>]]></template> - <template name="member_profile_modoptions_viewnotes" version="1809"><![CDATA[[<a href="javascript:void(0)" onclick="MyBB.viewNotes({$memprofile['uid']}); return false;">{$lang->view_all_notes}</a>]]]></template> - <template name="member_profile_offline" version="1400"><![CDATA[<span class="offline" style="font-weight: bold;">{$lang->postbit_status_offline}</span>]]></template> - <template name="member_profile_online" version="1400"><![CDATA[<a href="online.php"><span class="online" style="font-weight: bold;">{$lang->postbit_status_online}</span></a> ({$location} @ {$location_time})]]></template> +</tr>]]></template> + <template name="member_profile_modoptions_purgespammer" version="1800"><![CDATA[<li><a href="{$mybb->settings['bburl']}/moderation.php?action=purgespammer&uid={$uid}">{$lang->purgespammer}</a></li>]]></template> + <template name="member_profile_modoptions_viewnotes" version="1809"><![CDATA[[<a href="javascript:void(0)" onclick="MyBB.viewNotes({$memprofile['uid']}); return false;">{$lang->view_all_notes}</a>]]]></template> + <template name="member_profile_offline" version="1400"><![CDATA[<span class="offline" style="font-weight: bold;">{$lang->postbit_status_offline}</span>]]></template> + <template name="member_profile_online" version="1400"><![CDATA[<a href="online.php"><span class="online" style="font-weight: bold;">{$lang->postbit_status_online}</span></a> ({$location} @ {$location_time})]]></template> <template name="member_profile_pm" version="1800"><![CDATA[<tr> <td class="{$bgcolor}"><strong>{$lang->pm}</strong></td> <td class="{$bgcolor}"><a href="private.php?action=send&uid={$memprofile['uid']}">{$lang->send_pm}</a></td> -</tr>]]></template> +</tr>]]></template> <template name="member_profile_referrals" version="1820"><![CDATA[<tr> <td class="{$bg_color}"><strong>{$lang->members_referred}</strong></td> <td class="{$bg_color}">{$memprofile['referrals']}</td> -</tr>]]></template> +</tr>]]></template> <template name="member_profile_reputation" version="1600"><![CDATA[<tr> <td class="{$bg_color}"><strong>{$lang->reputation}</strong></td> <td class="{$bg_color}">{$reputation} [<a href="reputation.php?uid={$memprofile['uid']}">{$lang->reputation_details}</a>] {$vote_link}</td> -</tr>]]></template> - <template name="member_profile_reputation_vote" version="1809"><![CDATA[[<a href="javascript:void(0)" onclick="MyBB.reputation({$memprofile['uid']}); return false;">{$lang->reputation_vote}</a>]]]></template> +</tr>]]></template> + <template name="member_profile_reputation_vote" version="1809"><![CDATA[[<a href="javascript:void(0)" onclick="MyBB.reputation({$memprofile['uid']}); return false;">{$lang->reputation_vote}</a>]]]></template> <template name="member_profile_signature" version="1800"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed"> <tr> <td class="thead"><strong>{$lang->users_signature}</strong></td> </tr> <tr> <td class="trow1 scaleimages">{$memprofile['signature']}</td> -</tr> -</table> -<br />]]></template> - <template name="member_profile_userstar" version="1822"><![CDATA[<img src="{$starimage}" border="0" alt="*" style="border-radius: 50%;-webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);" />]]></template> - <template name="member_profile_warn" version="1400"><![CDATA[[<a href="warnings.php?action=warn&uid={$memprofile['uid']}">{$lang->warn}</a>]]]></template> - <template name="member_profile_warninglevel" version="1600"><![CDATA[<tr> - <td class="{$bg_color}"><strong>{$lang->warning_level}</strong></td> - <td class="{$bg_color}"><a href="{$warning_link}">{$warning_level}</a> {$warn_user}</td> -</tr>]]></template> - <template name="member_profile_website" version="1813"><![CDATA[<tr> - <td class="{$bgcolor}"><strong>{$lang->homepage}</strong></td> - <td class="{$bgcolor}"><a href="{$memprofile['website']}" target="_blank" rel="noopener">{$memprofile['website']}</a></td> -</tr>]]></template> - <template name="member_referrals" version="1822"><![CDATA[<html> -<head> -<title>{$mybb->settings['bbname']} - {$lang->nav_referrals}</title> -{$headerinclude} -</head> -<body> - {$header} - {$multipage} - <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> - <tr> - <td class="thead" colspan="5"><strong>{$lang->referrals}</strong></td> - </tr> - <tr> - <td class="tcat"><span class="smalltext"><strong>{$lang->username}</strong></span></td> - <td style="text-align: right;" class="tcat"><span class="smalltext"><strong>{$lang->referral_date}</strong></span></td> - </tr> - {$referral_rows} - </table> - {$multipage} - {$footer} -</body> -</html>]]></template> - <template name="member_referrals_link" version="1820"><![CDATA[<a href="{$mybb->settings['bburl']}/member.php?action=referrals&uid={$uid}" id="referrer_{$uid}" class="referralLink">{$referral_count}</a>]]></template> - <template name="member_referrals_popup" version="1822"><![CDATA[<div class="modal"> - <div style="overflow-y: auto; max-height: 400px;" class="referral_modal_{$uid}"> - <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> - <tr> - <td class="thead" colspan="2"><strong>{$lang->referrals}</strong></td> - </tr> - <tr> - <td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->username}</strong></span></td> - <td class="tcat" width="50%" style="text-align: right;"><span class="smalltext"><strong>{$lang->referral_date}</strong></span></td> - </tr> - {$referral_rows} - </table> - </div> -</div>]]></template> - <template name="member_referral_row" version="1822"><![CDATA[ <tr> - <td class="{$bg_color}">{$username}</td> - <td class="{$bg_color}" style="text-align: right;">{$regdate}</td> - </tr>]]></template> - <template name="member_register" version="1821"><![CDATA[<html> -<head> -<title>{$mybb->settings['bbname']} - {$lang->registration}</title> -{$headerinclude} -<script type="text/javascript" src="{$mybb->asset_url}/jscripts/validate/jquery.validate.min.js?ver=1821"></script> -</head> -<body> -{$header} -<form action="member.php" method="post" id="registration_form"><input type="text" style="visibility: hidden;" value="" name="regcheck1" /><input type="text" style="visibility: hidden;" value="true" name="regcheck2" /> -{$regerrors} -<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> -<tr> -<td class="thead" colspan="2"><strong>{$lang->registration}</strong></td> -</tr> -<tr> -<td width="50%" class="trow1" valign="top"> -<fieldset class="trow2"> -<legend><strong>{$lang->account_details}</strong></legend> -<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%"> -<tr> -<td colspan="2"><span class="smalltext"><label for="username">{$lang->username}</label></span></td> -</tr> -<tr> -<td colspan="2"><input type="text" class="textbox" name="username" id="username" style="width: 100%" value="{$username}" /></td> -</tr> -{$passboxes} -<tr> -<td width="50%" valign="top"><span class="smalltext"><label for="email">{$lang->email}</label></span></td> -<td width="50%" valign="top"><span class="smalltext"><label for="email2">{$lang->confirm_email}</label></span></td> -</tr> -<tr> -<td width="50%" valign="top"><input type="text" class="textbox" name="email" id="email" style="width: 100%" maxlength="50" value="{$email}" /></td> -<td width="50%" valign="top"><input type="text" class="textbox" name="email2" id="email2" style="width: 100%" maxlength="50" value="{$email2}" /></td> -</tr> -<tr> - <td colspan="2" style="display: none;" id="email_status"> </td> -</tr> -{$hiddencaptcha} -</table> -</fieldset> -{$requiredfields} -{$customfields} -{$referrer} -{$regimage} -{$questionbox} -</td> -<td width="50%" class="trow1" valign="top"> -<fieldset class="trow2"> -<legend><strong>{$lang->account_prefs}</strong></legend> -<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%"> -<tr> -<td valign="top" width="1"><input type="checkbox" class="checkbox" name="allownotices" id="allownotices" value="1" {$allownoticescheck} /></td> -<td valign="top"><span class="smalltext"><label for="allownotices">{$lang->allow_notices}</label></span></td> -</tr> -<tr> -<td valign="top" width="1"><input type="checkbox" class="checkbox" name="hideemail" id="hideemail" value="1" {$hideemailcheck} /></td> -<td valign="top"><span class="smalltext"><label for="hideemail">{$lang->hide_email}</label></span></td> -</tr> -<tr> -<td valign="top" width="1"><input type="checkbox" class="checkbox" name="receivepms" id="receivepms" value="1" {$receivepmscheck} /></td> -<td valign="top"><span class="smalltext"><label for="receivepms">{$lang->receive_pms}</label></span></td> -</tr> -<tr> -<td valign="top" width="1"><input type="checkbox" class="checkbox" name="pmnotice" id="pmnotice" value="1"{$pmnoticecheck} /></td> -<td valign="top"><span class="smalltext"><label for="pmnotice">{$lang->pm_notice}</label></span></td> -</tr> -<tr> -<td valign="top" width="1"><input type="checkbox" class="checkbox" name="pmnotify" id="pmnotify" value="1" {$pmnotifycheck} /></td> -<td valign="top"><span class="smalltext"><label for="pmnotify">{$lang->email_notify_newpm}</label></span></td> -</tr> -<tr> -<td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="1" {$invisiblecheck} /></td> -<td valign="top"><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td> -</tr> -<tr> -<td colspan="2"><span class="smalltext"><label for="subscriptionmethod">{$lang->subscription_method}</label></span></td> -</tr> -<tr> -<td colspan="2"> - <select name="subscriptionmethod" id="subscriptionmethod"> - <option value="0" {$no_auto_subscribe_selected}>{$lang->no_auto_subscribe}</option> - <option value="1" {$no_subscribe_selected}>{$lang->no_subscribe}</option> - <option value="2" {$instant_email_subscribe_selected}>{$lang->instant_email_subscribe}</option> - <option value="3" {$instant_pm_subscribe_selected}>{$lang->instant_pm_subscribe}</option> - </select> -</td> -</tr> -</table> -</fieldset> -<br /> -<fieldset class="trow2"> -<legend><strong><label for="timezone">{$lang->time_offset}</label></strong></legend> -<table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%"> -<tr> -<td><span class="smalltext">{$lang->time_offset_desc}</span></td> -</tr> -<tr> -<td>{$tzselect}</td> -</tr> -<tr> -<td><span class="smalltext">{$lang->dst_correction}</span></td> -</tr> -<tr> -<td> - <select name="dstcorrection"> - <option value="2" {$dst_auto_selected}>{$lang->dst_correction_auto}</option> - <option value="1" {$dst_enabled_selected}>{$lang->dst_correction_enabled}</option> - <option value="0" {$dst_disabled_selected}>{$lang->dst_correction_disabled}</option> - </select> -</td> -</tr> -</table> -</fieldset> -{$boardlanguage} -</td> -</tr> -</table> -<br /> -<div align="center"> -<input type="hidden" name="regtime" value="{$time}" /> -<input type="hidden" name="step" value="registration" /> -<input type="hidden" name="action" value="do_register" /> -<input type="submit" class="button" name="regsubmit" value="{$lang->submit_registration}" /> -</div> -</form> -{$validator_javascript} -{$footer} +</tr> +</table> +<br />]]></template> + <template name="member_profile_userstar" version="1822"><![CDATA[<img src="{$starimage}" border="0" alt="*" style="border-radius: 50%;-webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);" />]]></template> + <template name="member_profile_warn" version="1400"><![CDATA[[<a href="warnings.php?action=warn&uid={$memprofile['uid']}">{$lang->warn}</a>]]]></template> + <template name="member_profile_warninglevel" version="1600"><![CDATA[<tr> + <td class="{$bg_color}"><strong>{$lang->warning_level}</strong></td> + <td class="{$bg_color}"><a href="{$warning_link}">{$warning_level}</a> {$warn_user}</td> +</tr>]]></template> + <template name="member_profile_website" version="1813"><![CDATA[<tr> + <td class="{$bgcolor}"><strong>{$lang->homepage}</strong></td> + <td class="{$bgcolor}"><a href="{$memprofile['website']}" target="_blank" rel="noopener">{$memprofile['website']}</a></td> +</tr>]]></template> + <template name="member_referrals" version="1822"><![CDATA[<html> +<head> +<title>{$mybb->settings['bbname']} - {$lang->nav_referrals}</title> +{$headerinclude} +</head> +<body> + {$header} + {$multipage} + <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> + <tr> + <td class="thead" colspan="5"><strong>{$lang->referrals}</strong></td> + </tr> + <tr> + <td class="tcat"><span class="smalltext"><strong>{$lang->username}</strong></span></td> + <td style="text-align: right;" class="tcat"><span class="smalltext"><strong>{$lang->referral_date}</strong></span></td> + </tr> + {$referral_rows} + </table> + {$multipage} + {$footer} </body> -</html>]]></template> +</html>]]></template> + <template name="member_referrals_link" version="1820"><![CDATA[<a href="{$mybb->settings['bburl']}/member.php?action=referrals&uid={$uid}" id="referrer_{$uid}" class="referralLink">{$referral_count}</a>]]></template> + <template name="member_referrals_popup" version="1822"><![CDATA[<div class="modal"> + <div style="overflow-y: auto; max-height: 400px;" class="referral_modal_{$uid}"> + <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> + <tr> + <td class="thead" colspan="2"><strong>{$lang->referrals}</strong></td> + </tr> + <tr> + <td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->username}</strong></span></td> + <td class="tcat" width="50%" style="text-align: right;"><span class="smalltext"><strong>{$lang->referral_date}</strong></span></td> + </tr> + {$referral_rows} + </table> + </div> +</div>]]></template> + <template name="member_referral_row" version="1822"><![CDATA[ <tr> + <td class="{$bg_color}">{$username}</td> + <td class="{$bg_color}" style="text-align: right;">{$regdate}</td> + </tr>]]></template> <template name="member_register_additionalfields" version="1800"><![CDATA[<br /> <fieldset class="trow2"> <legend><strong>{$lang->additional_info}</strong></legend> <table cellspacing="0" cellpadding="{$theme['tablespace']}"> {$customfields} </table> -</fieldset>]]></template> +</fieldset>]]></template> <template name="member_register_agreement" version="123"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->agreement}</title> @@ -7331,7 +7047,7 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="member_register_agreement_coppa" version="1400"><![CDATA[<tr> <td class="tcat"><strong>{$lang->coppa_compliance}</strong></td> </tr> @@ -7341,7 +7057,7 @@ if(use_xmlhttprequest == "1") <p>{$lang->coppa_agreement_2}</p> <p>{$lang->coppa_agreement_3}</p> </td> -</tr>]]></template> +</tr>]]></template> <template name="member_register_coppa" version="1816"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->coppa_compliance}</title> @@ -7416,7 +7132,7 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="member_register_customfield" version="1605"><![CDATA[<tr> <td> {$profilefield['name']} @@ -7426,11 +7142,11 @@ if(use_xmlhttprequest == "1") </tr> <tr> <td>{$code}</td> -</tr>]]></template> - <template name="member_register_day" version="1800"><![CDATA[<option value="{$day}"{$selected}>{$day}</option>]]></template> +</tr>]]></template> + <template name="member_register_day" version="1800"><![CDATA[<option value="{$day}"{$selected}>{$day}</option>]]></template> <template name="member_register_hiddencaptcha" version="1605"><![CDATA[<tr style="display: none;"> <td colspan="2" id="{$captcha_field}_status">{$lang->leave_this_field_empty} <input type="text" class="textbox" name="{$captcha_field}" id="{$captcha_field}" style="width: 100%" maxlength="50" value="" /></td> -</tr>]]></template> +</tr>]]></template> <template name="member_register_language" version="1800"><![CDATA[<br /> <fieldset class="trow2"> <legend><strong><label for="language">{$lang->lang_select}</label></strong></legend> @@ -7446,7 +7162,7 @@ if(use_xmlhttprequest == "1") </select></td> </tr> </table> -</fieldset>]]></template> +</fieldset>]]></template> <template name="member_register_password" version="1400"><![CDATA[<tr> <td width="50%" valign="top"><span class="smalltext">{$lang->password}</span></td> <td width="50%" valign="top"><span class="smalltext">{$lang->confirm_password}</span></td> @@ -7457,7 +7173,7 @@ if(use_xmlhttprequest == "1") </tr> <tr> <td colspan="2" style="display: none;" id="password_status"> </td> -</tr>]]></template> +</tr>]]></template> <template name="member_register_question" version="1821"><![CDATA[<br /> <fieldset class="trow2"> <script type="text/javascript"> @@ -7487,7 +7203,7 @@ if(use_xmlhttprequest == "1") <td id="answer_status" style="display: none;" colspan="2"> </td> </tr> </table> -</fieldset>]]></template> +</fieldset>]]></template> <template name="member_register_question_refresh" version="1800"><![CDATA[ <script type="text/javascript"> <!-- @@ -7497,57 +7213,7 @@ if(use_xmlhttprequest == "1") } // --> </script> - ]]></template> - <template name="member_register_referrer" version="1807"><![CDATA[<br /> -<fieldset class="trow2"> -<legend><strong>{$lang->referrer}</strong></legend> -<table cellspacing="0" cellpadding="{$theme['tablespace']}"> -<tr> -<td><span class="smalltext"><label for="referrer">{$lang->referrer_desc}</label></span></td> -</tr> -<tr> -<td> -<input type="text" class="textbox" name="referrername" id="referrer" value="{$referrername}" style="width: 100%;" /> -</td> -</tr></table> -</fieldset> -<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1807"> -<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script> -<script type="text/javascript"> -<!-- -if(use_xmlhttprequest == "1") -{ - MyBB.select2(); - $("#referrer").select2({ - placeholder: "{$lang->search_user}", - minimumInputLength: 2, - multiple: false, - ajax: { // instead of writing the function to execute the request we use Select2's convenient helper - url: "xmlhttp.php?action=get_users", - dataType: 'json', - data: function (term, page) { - return { - query: term, // search term - }; - }, - results: function (data, page) { // parse the results into the format expected by Select2. - // since we are using custom formatting functions we do not need to alter remote JSON data - return {results: data}; - } - }, - initSelection: function(element, callback) { - var value = $(element).val(); - if (value !== "") { - callback({ - id: value, - text: value - }); - } - }, - }); -} -// --> -</script>]]></template> + ]]></template> <template name="member_register_regimage" version="1821"><![CDATA[<br /> <fieldset class="trow2"> <script type="text/javascript"> @@ -7578,7 +7244,7 @@ if(use_xmlhttprequest == "1") <td id="imagestring_status" style="display: none;" colspan="2"> </td> </tr> </table> -</fieldset>]]></template> +</fieldset>]]></template> <template name="member_register_regimage_nocaptcha" version="1804"><![CDATA[<br /> <fieldset class="trow2"> <legend><strong>{$lang->human_verification}</strong></legend> @@ -7590,7 +7256,7 @@ if(use_xmlhttprequest == "1") <td><script type="text/javascript" src="{$server}"></script><div class="g-recaptcha" data-sitekey="{$public_key}"></div></td> </tr> </table> -</fieldset>]]></template> +</fieldset>]]></template> <template name="member_register_regimage_recaptcha_invisible" version="1813"><![CDATA[<br /> <script src="{$server}?onload=captchaOnloadCallback&render=explicit" async defer></script> <script type="text/javascript"> @@ -7611,41 +7277,15 @@ if(use_xmlhttprequest == "1") } -</script>]]></template> +</script>]]></template> <template name="member_register_requiredfields" version="1800"><![CDATA[<br /> <fieldset class="trow2"> <legend><strong>{$lang->required_info}</strong></legend> <table cellspacing="0" cellpadding="{$theme['tablespace']}"> {$requiredfields} </table> -</fieldset>]]></template> - <template name="member_register_stylebit" version="120"><![CDATA[<option value="{$style['sid']}">{$style['name']}</option>]]></template> - <template name="member_resendactivation" version="1820"><![CDATA[<html> -<head> -<title>{$mybb->settings['bbname']} - {$lang->resend_activation}</title> -{$headerinclude} -</head> -<body> -{$header} -{$errors} -<form action="member.php" method="post"> -<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> -<tr> -<td class="thead" colspan="2"><strong>{$lang->resend_activation}</strong></td> -</tr> -<tr> -<td class="trow1" width="40%"><strong>{$lang->email_address}</strong></td> -<td class="trow1" width="60%"><input type="text" class="textbox" name="email" value="{$email}" /></td> -</tr> -{$captcha} -</table> -<br /> -<div align="center"><input type="submit" class="button" value="{$lang->request_activation}" /></div> -<input type="hidden" name="action" value="do_resendactivation" /> -</form> -{$footer} -</body> -</html>]]></template> +</fieldset>]]></template> + <template name="member_register_stylebit" version="120"><![CDATA[<option value="{$style['sid']}">{$style['name']}</option>]]></template> <template name="member_resetpassword" version="1820"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->reset_password}</title> @@ -7673,7 +7313,7 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="member_viewnotes" version="1800"><![CDATA[<div class="modal"> <div style="overflow-y: auto; max-height: 400px;"> <table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" align="center" class="tborder"> @@ -7685,7 +7325,7 @@ if(use_xmlhttprequest == "1") </tr> </table> </div> -</div>]]></template> +</div>]]></template> <template name="misc_buddypopup" version="1800"><![CDATA[<div class="modal"> <div style="overflow-y: auto; max-height: 400px;"> <table cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> @@ -7697,7 +7337,7 @@ if(use_xmlhttprequest == "1") {$buddies} </table> </div> -</div>]]></template> +</div>]]></template> <template name="misc_buddypopup_user" version="1800"><![CDATA[ <tr> <td class="tcat"{$colspan}><strong>{$lang->online}</strong></td> {$buddys['online']} @@ -7705,33 +7345,33 @@ if(use_xmlhttprequest == "1") <tr> <td class="tcat"{$colspan}><strong>{$lang->offline}</strong></td> {$buddys['offline']} - </tr>]]></template> + </tr>]]></template> <template name="misc_buddypopup_user_none" version="1800"><![CDATA[ <tr> <td class="trow1"{$colspan}>{$error}</td> - </tr>]]></template> - <template name="misc_buddypopup_user_offline" version="1822"><![CDATA[ <tr> - <td class="{$boffline_alt}" width="1%"> - <div class="buddy_avatar float_left"><img src="{$buddy['avatar']['image']}" alt="" {$buddy['avatar']['width_height']} style="margin-top: 3px;" style="border-radius: 50%;-webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);" /></div> - </td> - <td class="{$boffline_alt}"> - {$profile_link} - <div class="buddy_action"> - <span class="smalltext">{$last_active}<br />{$send_pm}</span> - </div> - </td> - </tr>]]></template> - <template name="misc_buddypopup_user_online" version="1822"><![CDATA[ <tr> - <td class="{$bonline_alt}" width="1%"> - <div class="buddy_avatar float_left"><img src="{$buddy['avatar']['image']}" style="margin-top: 3px;" style="border-radius: 50%;-webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);" alt="" {$buddy['avatar']['width_height']} /></div> - </td> - <td class="{$bonline_alt}"> - {$profile_link} - <div class="buddy_action"> - <span class="smalltext">{$last_active}<br />{$send_pm}</span> - </div> - </td> - </tr>]]></template> - <template name="misc_buddypopup_user_sendpm" version="1400"><![CDATA[<a href="private.php?action=send&uid={$buddy['uid']}" target="_blank" onclick="window.opener.location.href=this.href; return false;">{$lang->pm_buddy}</a>]]></template> + </tr>]]></template> + <template name="misc_buddypopup_user_offline" version="1822"><![CDATA[ <tr> + <td class="{$boffline_alt}" width="1%"> + <div class="buddy_avatar float_left"><img src="{$buddy['avatar']['image']}" alt="" {$buddy['avatar']['width_height']} style="margin-top: 3px;" style="border-radius: 50%;-webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);" /></div> + </td> + <td class="{$boffline_alt}"> + {$profile_link} + <div class="buddy_action"> + <span class="smalltext">{$last_active}<br />{$send_pm}</span> + </div> + </td> + </tr>]]></template> + <template name="misc_buddypopup_user_online" version="1822"><![CDATA[ <tr> + <td class="{$bonline_alt}" width="1%"> + <div class="buddy_avatar float_left"><img src="{$buddy['avatar']['image']}" style="margin-top: 3px;" style="border-radius: 50%;-webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);" alt="" {$buddy['avatar']['width_height']} /></div> + </td> + <td class="{$bonline_alt}"> + {$profile_link} + <div class="buddy_action"> + <span class="smalltext">{$last_active}<br />{$send_pm}</span> + </div> + </td> + </tr>]]></template> + <template name="misc_buddypopup_user_sendpm" version="1400"><![CDATA[<a href="private.php?action=send&uid={$buddy['uid']}" target="_blank" onclick="window.opener.location.href=this.href; return false;">{$lang->pm_buddy}</a>]]></template> <template name="misc_help" version="1800"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->help_docs}</title> @@ -7743,7 +7383,7 @@ if(use_xmlhttprequest == "1") {$search} {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="misc_helpresults" version="1800"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->help_doc_results}</title> @@ -7762,7 +7402,7 @@ if(use_xmlhttprequest == "1") </table> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="misc_helpresults_bit" version="1800"><![CDATA[<tr> <td class="{$bgcolor}"> <span class="smalltext"> @@ -7770,10 +7410,10 @@ if(use_xmlhttprequest == "1") </span> <table width="100%"><tr><td><span class="smalltext"><em>{$prev}</em></span></td></tr></table> </td> -</tr>]]></template> +</tr>]]></template> <template name="misc_helpresults_noresults" version="1800"><![CDATA[<tr> <td class="trow1">{$lang->no_help_results}</td> -</tr>]]></template> +</tr>]]></template> <template name="misc_help_helpdoc" version="1800"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->help_docs}</title> @@ -7791,7 +7431,7 @@ if(use_xmlhttprequest == "1") </table> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="misc_help_search" version="1800"><![CDATA[<br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> @@ -7816,7 +7456,7 @@ if(use_xmlhttprequest == "1") </form> </td> </tr> -</table>]]></template> +</table>]]></template> <template name="misc_help_section" version="1816"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder clear"> <thead> <tr> @@ -7830,10 +7470,10 @@ if(use_xmlhttprequest == "1") {$helpbits} </tbody> </table> -<br />]]></template> +<br />]]></template> <template name="misc_help_section_bit" version="1400"><![CDATA[<tr> <td width="100%" class="{$altbg}"><strong><a href="misc.php?action=help&hid={$helpdoc['hid']}">{$helpdoc['name']}</a></strong><br /><span class="smalltext">{$helpdoc['description']}</span></td> -</tr>]]></template> +</tr>]]></template> <template name="misc_imcenter_error" version="1812"><![CDATA[<div class="modal"> <div style="overflow-y: auto; max-height: 400px;"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> @@ -7845,7 +7485,7 @@ if(use_xmlhttprequest == "1") </tr> </table> </div> -</div>]]></template> +</div>]]></template> <template name="misc_imcenter_skype" version="1807"><![CDATA[<div class="modal"> <div style="overflow-y: auto; max-height: 400px;"> <table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" align="center" class="tborder"> @@ -7863,7 +7503,7 @@ if(use_xmlhttprequest == "1") </tr> </table> </div> -</div>]]></template> +</div>]]></template> <template name="misc_rules_forum" version="1800"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$forum['rulestitle']}</title> @@ -7881,7 +7521,7 @@ if(use_xmlhttprequest == "1") </table> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="misc_smilies" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->smilies_listing}</title> @@ -7902,10 +7542,10 @@ if(use_xmlhttprequest == "1") </table> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="misc_smilies_no_smilies" version="1808"><![CDATA[<tr> <td class="{$class}">{$lang->no_smilies}</td> -</tr>]]></template> +</tr>]]></template> <template name="misc_smilies_popup" version="1800"><![CDATA[<div class="modal"> <div style="overflow-y: auto; max-height: 400px;" class="modal_{$pid}"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> @@ -7918,19 +7558,19 @@ if(use_xmlhttprequest == "1") {$smilies} </table> </div> -</div>]]></template> - <template name="misc_smilies_popup_empty" version="1808"><![CDATA[<tr>{$smile_icons}<td colspan="2" class="{$class}"> </td></tr>]]></template> +</div>]]></template> + <template name="misc_smilies_popup_empty" version="1808"><![CDATA[<tr>{$smile_icons}<td colspan="2" class="{$class}"> </td></tr>]]></template> <template name="misc_smilies_popup_no_smilies" version="1808"><![CDATA[<tr> <td colspan="2" class="{$class}">{$lang->no_smilies}</td> -</tr>]]></template> - <template name="misc_smilies_popup_row" version="1808"><![CDATA[<tr>{$smile_icons}</tr>]]></template> +</tr>]]></template> + <template name="misc_smilies_popup_row" version="1808"><![CDATA[<tr>{$smile_icons}</tr>]]></template> <template name="misc_smilies_popup_smilie" version="1800"><![CDATA[<td class="{$class}" align="center">{$smilie_image}</a></td> -<td class="{$class}">{$smilie['find']}</td>]]></template> +<td class="{$class}">{$smilie['find']}</td>]]></template> <template name="misc_smilies_smilie" version="1804"><![CDATA[<tr> <td class="{$class}" style="width: 1px; text-align: center;">{$smilie_image}</td> <td class="{$class}">{$smilie['name']}</td> <td class="{$class}">{$smilie['find']}</td> -</tr>]]></template> +</tr>]]></template> <template name="misc_syndication" version="1821"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->syndication}</title> @@ -7965,7 +7605,7 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="misc_syndication_feedurl" version="120"><![CDATA[<table border="0" cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%"> <tr><td> <strong>{$lang->syndication_generated_url}</strong><blockquote> @@ -7975,13 +7615,13 @@ if(use_xmlhttprequest == "1") </blockquote> </td></tr> </table> -<br />]]></template> +<br />]]></template> <template name="misc_syndication_forumlist" version="1800"><![CDATA[<select name="forums[]" size="10" multiple="multiple"> <option value="all" {$addsel}>{$lang->syndicate_all_forums}</option> <option value="all">----------------------</option> {$forumlistbits} -</select>]]></template> - <template name="misc_syndication_forumlist_forum" version="1808"><![CDATA[<option value="{$forum['fid']}" {$optionselected}>{$depth} {$forum['name']}</option>]]></template> +</select>]]></template> + <template name="misc_syndication_forumlist_forum" version="1808"><![CDATA[<option value="{$forum['fid']}" {$optionselected}>{$depth} {$forum['name']}</option>]]></template> <template name="misc_whoposted" version="1810"><![CDATA[<div class="modal"> <div style="overflow-y: auto; max-height: 400px;"> <table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" align="center" class="tborder"> @@ -7995,7 +7635,7 @@ if(use_xmlhttprequest == "1") {$whoposted} </table> </div> -</div>]]></template> +</div>]]></template> <template name="misc_whoposted_page" version="1813"><![CDATA[<html> <head> <title>{$thread['subject']} - {$lang->who_posted}</title> @@ -8016,11 +7656,11 @@ if(use_xmlhttprequest == "1") </table> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="misc_whoposted_poster" version="1807"><![CDATA[<tr> <td class="{$altbg}">{$profile_link}</td> <td class="{$altbg}">{$poster['posts']}</td> -</tr>]]></template> +</tr>]]></template> <template name="modal" version="1820"><![CDATA[<div class="modal"> <div style="overflow-y: auto; max-height: 400px;"> <table border="0" cellspacing="0" cellpadding="5" class="tborder"> @@ -8033,8 +7673,8 @@ if(use_xmlhttprequest == "1") </tr> </table> </div> -</div>]]></template> - <template name="modal_button" version="1820"><![CDATA[<input type="submit" class="button" value="__title__"/> ]]></template> +</div>]]></template> + <template name="modal_button" version="1820"><![CDATA[<input type="submit" class="button" value="__title__"/> ]]></template> <template name="modcp" version="1805"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->modcp}</title> @@ -8083,7 +7723,7 @@ if(use_xmlhttprequest == "1") </table> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="modcp_announcements" version="1400"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->manage_announcement}</title> @@ -8111,24 +7751,24 @@ if(use_xmlhttprequest == "1") </table> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="modcp_announcements_allowhtml" version="1813"><![CDATA[ <tr> <td class="trow1" valign="top" width="25%"><strong>{$lang->allow_html}</strong></td> <td class="trow1" valign="top" width="75%"><label><input type="radio" name="allowhtml" value="1"{$html_sel['yes']} /> {$lang->yes}</label> <label><input type="radio" name="allowhtml" value="0"{$html_sel['no']} /> {$lang->no}</label></td> - </tr>]]></template> + </tr>]]></template> <template name="modcp_announcements_announcement" version="1811"><![CDATA[ <tr> <td class="{$trow}"><div style="padding-left: {$padding}px;">{$icon}<a href="announcements.php?aid={$aid}">{$subject}</a></div></td> <td class="{$trow}" align="center"><a href="modcp.php?action=edit_announcement&aid={$aid}">{$lang->edit}</a></td> <td class="{$trow}" align="center"><a href="modcp.php?action=delete_announcement&aid={$aid}">{$lang->delete}</a></td> - </tr>]]></template> - <template name="modcp_announcements_announcement_active" version="1800"><![CDATA[<div class="subforumicon subforum_minion" title="{$lang->active_announcement}"></div>]]></template> - <template name="modcp_announcements_announcement_expired" version="1800"><![CDATA[<div class="subforumicon subforum_minioff" title="{$lang->expired_announcement}"></div>]]></template> + </tr>]]></template> + <template name="modcp_announcements_announcement_active" version="1800"><![CDATA[<div class="subforumicon subforum_minion" title="{$lang->active_announcement}"></div>]]></template> + <template name="modcp_announcements_announcement_expired" version="1800"><![CDATA[<div class="subforumicon subforum_minioff" title="{$lang->expired_announcement}"></div>]]></template> <template name="modcp_announcements_announcement_global" version="1811"><![CDATA[ <tr> <td class="{$trow}">{$icon}<a href="announcements.php?aid={$aid}">{$subject}</a></td> <td class="{$trow}" align="center"><a href="modcp.php?action=edit_announcement&aid={$aid}">{$lang->edit}</a></td> <td class="{$trow}" align="center"><a href="modcp.php?action=delete_announcement&aid={$aid}">{$lang->delete}</a></td> - </tr>]]></template> - <template name="modcp_announcements_day" version="1809"><![CDATA[<option value="{$day}"{$selected}>{$day}</option>]]></template> + </tr>]]></template> + <template name="modcp_announcements_day" version="1809"><![CDATA[<option value="{$day}"{$selected}>{$day}</option>]]></template> <template name="modcp_announcements_delete" version="1809"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->delete_announcement}</title> @@ -8160,7 +7800,7 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="modcp_announcements_edit" version="1820"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->edit_announcement}</title> @@ -8244,15 +7884,15 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="modcp_announcements_forum" version="1400"><![CDATA[ <tr> <td class="{$trow}"><div style="padding-left: {$padding}px;"><strong>{$forum['name']}</strong></div></td> <td class="{$trow}" colspan="2" align="center"><a href="modcp.php?action=new_announcement&fid={$forum['fid']}">{$lang->add_announcement}</a></td> - </tr>]]></template> + </tr>]]></template> <template name="modcp_announcements_forum_nomod" version="1400"><![CDATA[ <tr> <td class="{$trow}"><div style="padding-left: {$padding}px;"><strong>{$forum['name']}</strong></div></td> <td class="{$trow}" colspan="2" align="center"> </td> - </tr>]]></template> + </tr>]]></template> <template name="modcp_announcements_global" version="1400"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="3"><div class="float_right"><a href="modcp.php?action=new_announcement&fid=-1">{$lang->add_global_announcement}</a></div><strong>{$lang->global_announcements}</strong></td> @@ -8263,7 +7903,7 @@ if(use_xmlhttprequest == "1") </tr> {$announcements_global} </table> - <br />]]></template> + <br />]]></template> <template name="modcp_announcements_month_end" version="1800"><![CDATA[<option value="01" {$endmonthsel['01']}>{$lang->january}</option> <option value="02" {$endmonthsel['02']}>{$lang->february}</option> <option value="03" {$endmonthsel['03']}>{$lang->march}</option> @@ -8275,7 +7915,7 @@ if(use_xmlhttprequest == "1") <option value="09" {$endmonthsel['09']}>{$lang->september}</option> <option value="10" {$endmonthsel['10']}>{$lang->october}</option> <option value="11" {$endmonthsel['11']}>{$lang->november}</option> -<option value="12" {$endmonthsel['12']}>{$lang->december}</option>]]></template> +<option value="12" {$endmonthsel['12']}>{$lang->december}</option>]]></template> <template name="modcp_announcements_month_start" version="1800"><![CDATA[<option value="01" {$startmonthsel['01']}>{$lang->january}</option> <option value="02" {$startmonthsel['02']}>{$lang->february}</option> <option value="03" {$startmonthsel['03']}>{$lang->march}</option> @@ -8287,7 +7927,7 @@ if(use_xmlhttprequest == "1") <option value="09" {$startmonthsel['09']}>{$lang->september}</option> <option value="10" {$startmonthsel['10']}>{$lang->october}</option> <option value="11" {$startmonthsel['11']}>{$lang->november}</option> -<option value="12" {$startmonthsel['12']}>{$lang->december}</option>]]></template> +<option value="12" {$startmonthsel['12']}>{$lang->december}</option>]]></template> <template name="modcp_announcements_new" version="1820"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->add_announcement}</title> @@ -8370,12 +8010,12 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="modcp_awaitingattachments" version="1800"><![CDATA[<tr> <td class="{$bgcolor}"><span class="smalltext"><strong>{$lang->attachments}</strong></span></td> <td class="{$bgcolor}" align="center"><span class="smalltext">{$unapproved_attachments}</span></td> <td class="{$bgcolor}" align="center"><span class="smalltext">{$latest_attachment}</span></td> -</tr>]]></template> +</tr>]]></template> <template name="modcp_awaitingmoderation" version="1800"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" align="center" colspan="3"><strong>{$lang->awaiting_moderation}</strong></td> @@ -8389,18 +8029,18 @@ if(use_xmlhttprequest == "1") {$awaitingposts} {$awaitingattachments} </table> -<br />]]></template> - <template name="modcp_awaitingmoderation_none" version="1800"><![CDATA[<span style="text-align: center;">{$lang->lastpost_never}</span>]]></template> +<br />]]></template> + <template name="modcp_awaitingmoderation_none" version="1800"><![CDATA[<span style="text-align: center;">{$lang->lastpost_never}</span>]]></template> <template name="modcp_awaitingposts" version="1800"><![CDATA[<tr> <td class="trow2"><span class="smalltext"><strong>{$lang->posts}</strong></span></td> <td class="trow2" align="center"><span class="smalltext">{$unapproved_posts}</span></td> <td class="trow2" align="center"><span class="smalltext">{$latest_post}</span></td> -</tr>]]></template> +</tr>]]></template> <template name="modcp_awaitingthreads" version="1800"><![CDATA[<tr> <td class="trow1"><span class="smalltext"><strong>{$lang->threads}</strong></span></td> <td class="trow1" align="center"><span class="smalltext">{$unapproved_threads}</span></td> <td class="trow1" align="center"><span class="smalltext">{$latest_thread}</span></td> -</tr>]]></template> +</tr>]]></template> <template name="modcp_banning" version="1400"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->ban_banned}</title> @@ -8432,116 +8072,34 @@ if(use_xmlhttprequest == "1") </table> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="modcp_banning_ban" version="1800"><![CDATA[<tr> <td class="{$trow}">{$profile_link}{$edit_link}</td> <td class="{$trow}">{$banned['reason']}</td> <td class="{$trow}" align="center">{$banlength}<br /><span class="smalltext">{$timeremaining}</span></td> <td class="{$trow}" align="center">{$admin_profile}</td> -</tr>]]></template> - <template name="modcp_banning_edit" version="1800"><![CDATA[<br /><span class="smalltext"><a href="modcp.php?action=banuser&uid={$banned['uid']}">{$lang->edit_ban}</a> | <a href="modcp.php?action=liftban&uid={$banned['uid']}&my_post_key={$mybb->post_code}">{$lang->lift_ban}</a></span>]]></template> +</tr>]]></template> + <template name="modcp_banning_edit" version="1800"><![CDATA[<br /><span class="smalltext"><a href="modcp.php?action=banuser&uid={$banned['uid']}">{$lang->edit_ban}</a> | <a href="modcp.php?action=liftban&uid={$banned['uid']}&my_post_key={$mybb->post_code}">{$lang->lift_ban}</a></span>]]></template> <template name="modcp_banning_nobanned" version="1400"><![CDATA[<tr> <td class="trow1" align="center" colspan="4">{$lang->no_banned}</td> -</tr>]]></template> - <template name="modcp_banning_remaining" version="1808"><![CDATA[<span class="{$banned_class}">({$ban_remaining})</span>]]></template> - <template name="modcp_banuser" version="1807"><![CDATA[<html> -<head> -<title>{$mybb->settings['bbname']} - {$lang->ban_user}</title> -{$headerinclude} -</head> -<body> - {$header} - <table width="100%" border="0" align="center"> - <tr> - {$modcp_nav} - <td valign="top"> - {$errors} - <form action="modcp.php" method="post"> - <input type="hidden" name="action" value="do_banuser" /> - <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> - <input type="hidden" name="uid" value="{$uid}" /> - <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> - <tr> - <td class="thead" colspan="2"> - {$lift_link} - <strong>{$lang->ban_user}</strong> - </td> - </tr> - {$banuser_username} - <tr> - <td class="trow2" width="25%"><strong>{$lang->ban_reason}</strong></td> - <td class="trow2" width="75%"><textarea name="banreason" cols="60" rows="4" maxlength="255">{$banreason}</textarea></td> - </tr> - {$bangroups} - <tr> - <td class="trow2" width="25%"><strong>{$lang->ban_liftafter}</strong></td> - <td class="trow2" width="75%"><select name="liftafter">{$liftlist}</select></td> - </tr> - </table> - <br /> - <div align="center"> - <input type="submit" class="button" name="updateban" value="{$lang->ban}" /> - </div> - </form> - </td> - </tr> - </table> - {$footer} -<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1807"> -<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script> -<script type="text/javascript"> -<!-- -if(use_xmlhttprequest == "1") -{ - MyBB.select2(); - $("#username").select2({ - placeholder: "{$lang->search_user}", - minimumInputLength: 2, - multiple: false, - ajax: { // instead of writing the function to execute the request we use Select2's convenient helper - url: "xmlhttp.php?action=get_users", - dataType: 'json', - data: function (term, page) { - return { - query: term, // search term - }; - }, - results: function (data, page) { // parse the results into the format expected by Select2. - // since we are using custom formatting functions we do not need to alter remote JSON data - return {results: data}; - } - }, - initSelection: function(element, callback) { - var value = $(element).val(); - if (value !== "") { - callback({ - id: value, - text: value - }); - } - }, - }); -} -// --> -</script> -</body> -</html>]]></template> +</tr>]]></template> + <template name="modcp_banning_remaining" version="1808"><![CDATA[<span class="{$banned_class}">({$ban_remaining})</span>]]></template> <template name="modcp_banuser_addusername" version="1400"><![CDATA[<tr> <td class="trow1" width="25%"><strong>{$lang->ban_username}</strong></td> <td class="trow1" width="75%"><input type="text" class="textbox" name="username" id="username" value="{$username}" size="25" /></td> -</tr>]]></template> +</tr>]]></template> <template name="modcp_banuser_bangroups" version="1800"><![CDATA[ <tr> <td class="trow1" width="25%"><strong>{$lang->ban_movegroup}</strong></td> <td class="trow1" width="75%"><select name="usergroup">{$bangroup_option}</select></td> - </tr>]]></template> - <template name="modcp_banuser_bangroups_group" version="1800"><![CDATA[<option value="{$group['gid']}"{$selected}>{$group['title']}</option>]]></template> - <template name="modcp_banuser_bangroups_hidden" version="1801"><![CDATA[<input type="hidden" name="usergroup" value="{$banned_group}" />]]></template> + </tr>]]></template> + <template name="modcp_banuser_bangroups_group" version="1800"><![CDATA[<option value="{$group['gid']}"{$selected}>{$group['title']}</option>]]></template> + <template name="modcp_banuser_bangroups_hidden" version="1801"><![CDATA[<input type="hidden" name="usergroup" value="{$banned_group}" />]]></template> <template name="modcp_banuser_editusername" version="1400"><![CDATA[<tr> <td class="trow1" width="25%"><strong>{$lang->ban_username}</strong></td> <td class="trow1" width="75%">{$username}</td> -</tr>]]></template> - <template name="modcp_banuser_lift" version="1801"><![CDATA[<div class="float_right"><a href="modcp.php?action=liftban&uid={$banned['uid']}&my_post_key={$mybb->post_code}">{$lang->lift_ban}</a></div>]]></template> - <template name="modcp_banuser_liftlist" version="1800"><![CDATA[<option value="{$time}"{$selected}>{$title}{$thattime}</option>]]></template> +</tr>]]></template> + <template name="modcp_banuser_lift" version="1801"><![CDATA[<div class="float_right"><a href="modcp.php?action=liftban&uid={$banned['uid']}&my_post_key={$mybb->post_code}">{$lang->lift_ban}</a></div>]]></template> + <template name="modcp_banuser_liftlist" version="1800"><![CDATA[<option value="{$time}"{$selected}>{$title}{$thattime}</option>]]></template> <template name="modcp_editprofile" version="1822"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->edit_profile}</title> @@ -8810,7 +8368,7 @@ if(use_xmlhttprequest == "1") // --> </script> </body> -</html>]]></template> +</html>]]></template> <template name="modcp_editprofile_away" version="1816"><![CDATA[<br /> <fieldset class="trow2"> <legend><strong>{$lang->away_information}</strong></legend> @@ -8862,11 +8420,11 @@ if(use_xmlhttprequest == "1") </td> </tr> </table> -</fieldset>]]></template> +</fieldset>]]></template> <template name="modcp_editprofile_select" version="1600"><![CDATA[<select name="{$select_name}"> {$selection_options} -</select>]]></template> - <template name="modcp_editprofile_select_option" version="1600"><![CDATA[<option value="{$key}" {$selected}>{$value}</option>]]></template> +</select>]]></template> + <template name="modcp_editprofile_select_option" version="1600"><![CDATA[<option value="{$key}" {$selected}>{$value}</option>]]></template> <template name="modcp_editprofile_signature" version="1816"><![CDATA[<tr> <td class="trow1" valign="top"> <script type="text/javascript"> @@ -8907,10 +8465,10 @@ if(use_xmlhttprequest == "1") // --> </script> </td> -</tr>]]></template> +</tr>]]></template> <template name="modcp_editprofile_suspensions_info" version="1600"><![CDATA[<tr> <td colspan="2" class="smalltext"><em>{$suspension_info}</em></td> -</tr>]]></template> +</tr>]]></template> <template name="modcp_finduser" version="1816"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->find_users}</title> @@ -9011,17 +8569,17 @@ if(use_xmlhttprequest == "1") // --> </script> </body> -</html>]]></template> +</html>]]></template> <template name="modcp_finduser_noresults" version="1400"><![CDATA[ <tr> <td class="trow1" align="center" colspan="5">{$lang->no_user_results}</td> -</tr>]]></template> +</tr>]]></template> <template name="modcp_finduser_user" version="1800"><![CDATA[ <tr> <td class="{$alt_row}"><a href="modcp.php?action=editprofile&uid={$user['uid']}">{$user['username']}</a></td> <td class="{$alt_row}" align="center">{$usergroup}</td> <td class="{$alt_row}" align="center">{$regdate}</td> <td class="{$alt_row}" align="center">{$lastdate}</td> <td class="{$alt_row}" align="center">{$user['postnum']}</td> - </tr>]]></template> + </tr>]]></template> <template name="modcp_ipsearch" version="1813"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->ipsearch}</title> @@ -9061,7 +8619,7 @@ if(use_xmlhttprequest == "1") </table> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="modcp_ipsearch_misc_info" version="1800"><![CDATA[<div class="modal"> <div style="overflow-y: auto; max-height: 400px;"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> @@ -9080,14 +8638,14 @@ if(use_xmlhttprequest == "1") </tr> </table> </div> -</div>]]></template> +</div>]]></template> <template name="modcp_ipsearch_noresults" version="1400"><![CDATA[<tr> <td class="trow1" align="center" colspan="2">{$lang->error_no_results}</td> -</tr>]]></template> +</tr>]]></template> <template name="modcp_ipsearch_result" version="1408"><![CDATA[<tr> <td class="{$trow}" align="center">{$ip}</td> <td class="{$trow}">{$subject}</td> -</tr>]]></template> +</tr>]]></template> <template name="modcp_ipsearch_results" version="1600"><![CDATA[ <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" align="center" colspan="2"> @@ -9101,20 +8659,20 @@ if(use_xmlhttprequest == "1") {$results} </table> {$multipage} - <br />]]></template> - <template name="modcp_ipsearch_results_information" version="1813"><![CDATA[<div class="float_right">(<a href="modcp.php?action=iplookup&ipaddress={$ipaddress}" onclick="MyBB.popupWindow('/modcp.php?action=iplookup&ipaddress={$ipaddress_url}&modal=1'); return false;">{$lang->info_on_ip}</a> | <a href="http://www.stopforumspam.com/ipcheck/{$ipaddress}" target="_blank" rel="noopener">{$lang->search_ip_sfs}</a>)</div>]]></template> - <template name="modcp_ipsearch_result_lastip" version="1800"><![CDATA[<strong>{$lang->ipresult_lastip}</strong> {$profile_link}]]></template> - <template name="modcp_ipsearch_result_post" version="1800"><![CDATA[<strong>{$lang->ipresult_post}</strong> <a href="{$ipaddress['postlink']}">{$ipaddress['subject']}</a> {$lang->by} {$ipaddress['profilelink']}]]></template> - <template name="modcp_ipsearch_result_regip" version="1800"><![CDATA[<strong>{$lang->ipresult_regip}</strong> {$profile_link}]]></template> + <br />]]></template> + <template name="modcp_ipsearch_results_information" version="1813"><![CDATA[<div class="float_right">(<a href="modcp.php?action=iplookup&ipaddress={$ipaddress}" onclick="MyBB.popupWindow('/modcp.php?action=iplookup&ipaddress={$ipaddress_url}&modal=1'); return false;">{$lang->info_on_ip}</a> | <a href="http://www.stopforumspam.com/ipcheck/{$ipaddress}" target="_blank" rel="noopener">{$lang->search_ip_sfs}</a>)</div>]]></template> + <template name="modcp_ipsearch_result_lastip" version="1800"><![CDATA[<strong>{$lang->ipresult_lastip}</strong> {$profile_link}]]></template> + <template name="modcp_ipsearch_result_post" version="1800"><![CDATA[<strong>{$lang->ipresult_post}</strong> <a href="{$ipaddress['postlink']}">{$ipaddress['subject']}</a> {$lang->by} {$ipaddress['profilelink']}]]></template> + <template name="modcp_ipsearch_result_regip" version="1800"><![CDATA[<strong>{$lang->ipresult_regip}</strong> {$profile_link}]]></template> <template name="modcp_lastattachment" version="1800"><![CDATA[<span class="smalltext"> <a href="{$attachment['link']}#pid{$attachment['pid']}"><strong>{$attachment['filename']}</strong></a> -<br />{$attachment['date']}<br />{$lang->by} {$attachment['profilelink']}</span>]]></template> +<br />{$attachment['date']}<br />{$lang->by} {$attachment['profilelink']}</span>]]></template> <template name="modcp_lastpost" version="1400"><![CDATA[<span class="smalltext"> <a href="{$post['link']}#pid{$post['pid']}" title="{$post['fullsubject']}"><strong>{$post['subject']}</strong></a> -<br />{$post['date']}<br />{$lang->by} {$post['profilelink']}</span>]]></template> +<br />{$post['date']}<br />{$lang->by} {$post['profilelink']}</span>]]></template> <template name="modcp_lastthread" version="1400"><![CDATA[<span class="smalltext"> <a href="{$thread['link']}" title="{$thread['fullsubject']}"><strong>{$thread['subject']}</strong></a> -<br />{$thread['date']}<br />{$lang->by} {$thread['profilelink']}</span>]]></template> +<br />{$thread['date']}<br />{$lang->by} {$thread['profilelink']}</span>]]></template> <template name="modcp_latestfivemodactions" version="1800"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" align="center" colspan="5"><strong>{$lang->latest_5_modactions}</strong></td> @@ -9128,7 +8686,7 @@ if(use_xmlhttprequest == "1") </tr> {$modlogresults} </table> -<br />]]></template> +<br />]]></template> <template name="modcp_modlogs" version="1813"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->modlogs}</title> @@ -9208,30 +8766,30 @@ if(use_xmlhttprequest == "1") </table> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="modcp_modlogs_multipage" version="1800"><![CDATA[<tr> <td class="tfoot" colspan="6"><span class="smalltext"> {$multipage}</span></td> -</tr>]]></template> +</tr>]]></template> <template name="modcp_modlogs_nologs" version="1800"><![CDATA[<tr> <td class="trow1" align="center" colspan="5">{$lang->no_logs}</td> -</tr>]]></template> +</tr>]]></template> <template name="modcp_modlogs_noresults" version="1400"><![CDATA[<tr> <td class="trow1" align="center" colspan="5">{$lang->error_no_results}</td> -</tr>]]></template> +</tr>]]></template> <template name="modcp_modlogs_result" version="1800"><![CDATA[<tr> <td class="{$trow}" valign="top">{$logitem['profilelink']}</td> <td class="{$trow}" align="center" valign="top">{$log_date}</td> <td class="{$trow}" align="center" valign="top">{$logitem['action']}</td> <td class="{$trow}" align="center" valign="top">{$information}</td> <td class="{$trow}" align="center" valign="top">{$logitem['ipaddress']}</td> -</tr>]]></template> - <template name="modcp_modlogs_result_announcement" version="1800"><![CDATA[<strong>{$lang->announcement}:</strong> <a href="{$data['announcement']}" target="_blank">{$data['subject']}</a>]]></template> - <template name="modcp_modlogs_result_forum" version="1800"><![CDATA[<strong>{$lang->forum}:</strong> <a href="{$logitem['forum']}" target="_blank">{$logitem['fname']}</a><br />]]></template> - <template name="modcp_modlogs_result_post" version="1800"><![CDATA[<strong>{$lang->post}:</strong> <a href="{$logitem['post']}#pid{$logitem['pid']}">{$logitem['psubject']}</a>]]></template> - <template name="modcp_modlogs_result_thread" version="1800"><![CDATA[<strong>{$lang->thread}:</strong> <a href="{$logitem['thread']}" target="_blank">{$logitem['tsubject']}</a><br />]]></template> - <template name="modcp_modlogs_user" version="1800"><![CDATA[<option value="{$user['uid']}"{$selected}>{$user['username']}</option>]]></template> +</tr>]]></template> + <template name="modcp_modlogs_result_announcement" version="1800"><![CDATA[<strong>{$lang->announcement}:</strong> <a href="{$data['announcement']}" target="_blank">{$data['subject']}</a>]]></template> + <template name="modcp_modlogs_result_forum" version="1800"><![CDATA[<strong>{$lang->forum}:</strong> <a href="{$logitem['forum']}" target="_blank">{$logitem['fname']}</a><br />]]></template> + <template name="modcp_modlogs_result_post" version="1800"><![CDATA[<strong>{$lang->post}:</strong> <a href="{$logitem['post']}#pid{$logitem['pid']}">{$logitem['psubject']}</a>]]></template> + <template name="modcp_modlogs_result_thread" version="1800"><![CDATA[<strong>{$lang->thread}:</strong> <a href="{$logitem['thread']}" target="_blank">{$logitem['tsubject']}</a><br />]]></template> + <template name="modcp_modlogs_user" version="1800"><![CDATA[<option value="{$user['uid']}"{$selected}>{$user['username']}</option>]]></template> <template name="modcp_modqueue_attachments" version="1800"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->attachments_awaiting_moderation}</title> @@ -9275,7 +8833,7 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="modcp_modqueue_attachments_attachment" version="1800"><![CDATA[ <tr> <td class="{$altbg}"><a href="attachment.php?aid={$attachment['aid']}" target="_blank">{$attachment['filename']}</a> ({$attachment['filesize']})<br /><small class="modqueue_meta">{$lang->post}: <a href="{$link}">{$attachment['postsubject']}</a></small></td> <td class="{$altbg}" align="center">{$profile_link}</td> @@ -9283,11 +8841,11 @@ if(use_xmlhttprequest == "1") <td class="{$altbg}" align="center"><label class="label_radio_ignore"><input type="radio" class="radio radio_ignore" name="attachments[{$attachment['aid']}]" value="ignore" checked="checked" /> {$lang->ignore}</label></td> <td class="{$altbg}" align="center"><label class="label_radio_delete"><input type="radio" class="radio radio_delete" name="attachments[{$attachment['aid']}]" value="delete" /> {$lang->delete}</label></td> <td class="{$altbg}" align="center"><label class="label_radio_approve"><input type="radio" class="radio radio_approve" name="attachments[{$attachment['aid']}]" value="approve" /> {$lang->approve}</label></td> - </tr>]]></template> + </tr>]]></template> <template name="modcp_modqueue_attachments_empty" version="1400"><![CDATA[<tr> <td class="trow1" align="center" colspan="6">{$lang->mod_queue_attachments_empty}</td> -</tr>]]></template> - <template name="modcp_modqueue_attachment_link" version="1800"><![CDATA[{$navsep}<a href="modcp.php?action=modqueue&type=attachments">{$lang->attachments}</a>]]></template> +</tr>]]></template> + <template name="modcp_modqueue_attachment_link" version="1800"><![CDATA[{$navsep}<a href="modcp.php?action=modqueue&type=attachments">{$lang->attachments}</a>]]></template> <template name="modcp_modqueue_empty" version="1400"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->mod_queue}</title> @@ -9312,14 +8870,14 @@ if(use_xmlhttprequest == "1") </table> {$footer} </body> -</html>]]></template> - <template name="modcp_modqueue_link_forum" version="1800"><![CDATA[<strong>{$lang->meta_forum} <a href="{$forum_link}">{$forum_name}</a></strong><br />]]></template> - <template name="modcp_modqueue_link_thread" version="1800"><![CDATA[<strong>{$lang->meta_thread} <a href="{$post['threadlink']}">{$post['threadsubject']}</a></strong>]]></template> +</html>]]></template> + <template name="modcp_modqueue_link_forum" version="1800"><![CDATA[<strong>{$lang->meta_forum} <a href="{$forum_link}">{$forum_name}</a></strong><br />]]></template> + <template name="modcp_modqueue_link_thread" version="1800"><![CDATA[<strong>{$lang->meta_thread} <a href="{$post['threadlink']}">{$post['threadsubject']}</a></strong>]]></template> <template name="modcp_modqueue_masscontrols" version="1809"><![CDATA[<ul class="modqueue_mass"> <li><a href="javascript:void(0)" class="mass_ignore" onclick="$('input.radio_ignore').each(function(){ $(this).prop('checked', true); }); return false;">{$lang->mark_all_ignored}</a></li> <li><a href="javascript:void(0)" class="mass_delete" onclick="$('input.radio_delete').each(function(){ $(this).prop('checked', true); }); return false;">{$lang->mark_all_deletion}</a></li> <li><a href="javascript:void(0)" class="mass_approve" onclick="$('input.radio_approve').each(function(){ $(this).prop('checked', true); }); return false;">{$lang->mark_all_approved}</a></li> -</ul>]]></template> +</ul>]]></template> <template name="modcp_modqueue_posts" version="1820"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->posts_awaiting_moderation}</title> @@ -9362,10 +8920,10 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="modcp_modqueue_posts_empty" version="1400"><![CDATA[<tr> <td class="trow1" align="center" colspan="3">{$lang->mod_queue_posts_empty}</td> -</tr>]]></template> +</tr>]]></template> <template name="modcp_modqueue_posts_post" version="1400"><![CDATA[ <tr> <td class="{$altbg}"><a href="{$post['postlink']}#pid{$post['pid']}">{$post['subject']}</a></td> <td class="{$altbg}" align="center">{$profile_link}</td> @@ -9385,8 +8943,8 @@ if(use_xmlhttprequest == "1") {$post['message']} </div> </td> - </tr>]]></template> - <template name="modcp_modqueue_post_link" version="1800"><![CDATA[{$navsep}<a href="modcp.php?action=modqueue&type=posts">{$lang->posts}</a>]]></template> + </tr>]]></template> + <template name="modcp_modqueue_post_link" version="1800"><![CDATA[{$navsep}<a href="modcp.php?action=modqueue&type=posts">{$lang->posts}</a>]]></template> <template name="modcp_modqueue_threads" version="1820"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->threads_awaiting_moderation}</title> @@ -9429,10 +8987,10 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="modcp_modqueue_threads_empty" version="1400"><![CDATA[<tr> <td class="trow1" align="center" colspan="3">{$lang->mod_queue_threads_empty}</td> -</tr>]]></template> +</tr>]]></template> <template name="modcp_modqueue_threads_thread" version="1400"><![CDATA[ <tr> <td class="{$altbg}"><a href="{$thread['threadlink']}">{$thread['subject']}</a></td> <td class="{$altbg}" align="center">{$profile_link}</td> @@ -9452,8 +9010,8 @@ if(use_xmlhttprequest == "1") {$thread['postmessage']} </div> </td> - </tr>]]></template> - <template name="modcp_modqueue_thread_link" version="1800"><![CDATA[<a href="modcp.php?action=modqueue&type=threads">{$lang->threads}</a>{$navsep}]]></template> + </tr>]]></template> + <template name="modcp_modqueue_thread_link" version="1800"><![CDATA[<a href="modcp.php?action=modqueue&type=threads">{$lang->threads}</a>{$navsep}]]></template> <template name="modcp_nav" version="1800"><![CDATA[<td width="{$lang->nav_width}" valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> @@ -9463,10 +9021,10 @@ if(use_xmlhttprequest == "1") {$modcp_nav_forums_posts} {$modcp_nav_users} </table> -</td>]]></template> - <template name="modcp_nav_announcements" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=announcements" class="modcp_nav_item modcp_nav_announcements">{$lang->mcp_nav_announcements}</a></td></tr>]]></template> - <template name="modcp_nav_banning" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=banning" class="modcp_nav_item modcp_nav_banning">{$lang->mcp_nav_banning}</a></td></tr>]]></template> - <template name="modcp_nav_editprofile" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=finduser" class="modcp_nav_item modcp_nav_editprofile">{$lang->mcp_nav_editprofile}</a></td></tr>]]></template> +</td>]]></template> + <template name="modcp_nav_announcements" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=announcements" class="modcp_nav_item modcp_nav_announcements">{$lang->mcp_nav_announcements}</a></td></tr>]]></template> + <template name="modcp_nav_banning" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=banning" class="modcp_nav_item modcp_nav_banning">{$lang->mcp_nav_banning}</a></td></tr>]]></template> + <template name="modcp_nav_editprofile" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=finduser" class="modcp_nav_item modcp_nav_editprofile">{$lang->mcp_nav_editprofile}</a></td></tr>]]></template> <template name="modcp_nav_forums_posts" version="1816"><![CDATA[ <tr> <td class="tcat tcat_menu tcat_collapse{$collapsedimg['modcpforums']}"> <div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['modcpforums']}.png" id="modcpforums_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div> @@ -9478,11 +9036,11 @@ if(use_xmlhttprequest == "1") {$nav_modqueue} {$nav_reportcenter} {$nav_modlogs} - </tbody>]]></template> - <template name="modcp_nav_ipsearch" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=ipsearch" class="modcp_nav_item modcp_nav_ipsearch">{$lang->mcp_nav_ipsearch}</a></td></tr>]]></template> - <template name="modcp_nav_modlogs" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=modlogs" class="modcp_nav_item modcp_nav_modlogs">{$lang->mcp_nav_modlogs}</a></td></tr>]]></template> - <template name="modcp_nav_modqueue" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=modqueue" class="modcp_nav_item modcp_nav_modqueue">{$lang->mcp_nav_modqueue}</a></td></tr>]]></template> - <template name="modcp_nav_reportcenter" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=reports" class="modcp_nav_item modcp_nav_reports">{$lang->mcp_nav_report_center}</a></td></tr>]]></template> + </tbody>]]></template> + <template name="modcp_nav_ipsearch" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=ipsearch" class="modcp_nav_item modcp_nav_ipsearch">{$lang->mcp_nav_ipsearch}</a></td></tr>]]></template> + <template name="modcp_nav_modlogs" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=modlogs" class="modcp_nav_item modcp_nav_modlogs">{$lang->mcp_nav_modlogs}</a></td></tr>]]></template> + <template name="modcp_nav_modqueue" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=modqueue" class="modcp_nav_item modcp_nav_modqueue">{$lang->mcp_nav_modqueue}</a></td></tr>]]></template> + <template name="modcp_nav_reportcenter" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=reports" class="modcp_nav_item modcp_nav_reports">{$lang->mcp_nav_report_center}</a></td></tr>]]></template> <template name="modcp_nav_users" version="1816"><![CDATA[ <tr> <td class="tcat tcat_menu tcat_collapse{$collapsedimg['modcpusers']}"> <div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['modcpusers']}.png" id="modcpusers_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div> @@ -9494,17 +9052,17 @@ if(use_xmlhttprequest == "1") {$nav_banning} {$nav_warninglogs} {$nav_ipsearch} - </tbody>]]></template> - <template name="modcp_nav_warninglogs" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=warninglogs" class="modcp_nav_item modcp_nav_warninglogs">{$lang->mcp_nav_warninglogs}</a></td></tr>]]></template> + </tbody>]]></template> + <template name="modcp_nav_warninglogs" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="modcp.php?action=warninglogs" class="modcp_nav_item modcp_nav_warninglogs">{$lang->mcp_nav_warninglogs}</a></td></tr>]]></template> <template name="modcp_nobanned" version="1613"><![CDATA[<tr> <td class="trow1" align="center" colspan="4">{$lang->no_bans_ending}</td> -</tr>]]></template> +</tr>]]></template> <template name="modcp_no_announcements_forum" version="1400"><![CDATA[ <tr> <td class="trow1" colspan="3">{$lang->no_forum_announcements}</td> - </tr>]]></template> + </tr>]]></template> <template name="modcp_no_announcements_global" version="1400"><![CDATA[ <tr> <td class="trow1" colspan="3">{$lang->no_global_announcements}</td> - </tr>]]></template> + </tr>]]></template> <template name="modcp_reports" version="1821"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->report_center}</title> @@ -9552,17 +9110,17 @@ if(use_xmlhttprequest == "1") // --> </script> </body> -</html>]]></template> +</html>]]></template> <template name="modcp_reports_allnoreports" version="120"><![CDATA[<tr> <td class="trow1" align="center" colspan="6">{$lang->no_reports}</td> -</tr>]]></template> +</tr>]]></template> <template name="modcp_reports_allreport" version="1800"><![CDATA[ <tr> <td class="{$trow}">{$report_data['content']}</td> <td class="{$trow}">{$report_data['comment']}</td> <td class="{$trow}" align="center"><a href="{$report['reporterlink']}" target="_blank">{$report['username']}</a></td> <td class="{$trow}" align="center">{$report_data['reports']}</td> <td class="{$trow}" align="center" style="white-space: nowrap"><span class="smalltext">{$report_data['time']}</span></td> - </tr>]]></template> + </tr>]]></template> <template name="modcp_reports_allreports" version="1800"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->all_reports}</title> @@ -9593,26 +9151,26 @@ if(use_xmlhttprequest == "1") </table> {$footer} </body> -</html>]]></template> - <template name="modcp_reports_multipage" version="1800"><![CDATA[{$multipage}]]></template> +</html>]]></template> + <template name="modcp_reports_multipage" version="1800"><![CDATA[{$multipage}]]></template> <template name="modcp_reports_noreports" version="1607"><![CDATA[<tr> <td class="trow1" align="center" colspan="7">{$lang->no_reports}</td> -</tr>]]></template> +</tr>]]></template> <template name="modcp_reports_report" version="1813"><![CDATA[<tr class="inline_row"> <td class="{$trow}">{$report_data['content']}</td> <td class="{$trow}" align="left">{$report_data['comment']}</td> <td class="{$trow}" align="center">{$report_data['reports']}</td> <td class="{$trow} smalltext" align="right">{$report_data['lastreporter']}</td> <td class="{$trow}" align="center"><input type="checkbox" class="checkbox" name="reports[]" id="reports_{$report['rid']}" value="{$report['rid']}"{$inlinecheck} /></td> -</tr>]]></template> - <template name="modcp_reports_report_comment" version="1808"><![CDATA[{$reason}]]></template> - <template name="modcp_reports_report_comment_extra" version="1808"><![CDATA[{$reason}: {$comment}]]></template> +</tr>]]></template> + <template name="modcp_reports_report_comment" version="1808"><![CDATA[{$reason}]]></template> + <template name="modcp_reports_report_comment_extra" version="1808"><![CDATA[{$reason}: {$comment}]]></template> <template name="modcp_reports_selectall" version="1813"><![CDATA[<tr id="selectAllrow" class="hiddenrow"> <td colspan="8" class="selectall">{$lang->page_selected} <a href="javascript:void(0)" onclick='inlineReports.selectAll(); return false;'>{$lang->select_all}</a></td> </tr> <tr id="allSelectedrow" class="hiddenrow"> <td colspan="8" class="selectall">{$lang->all_selected} <a href="javascript:void(0)" onclick='inlineReports.clearChecked(); return false;'>{$lang->clear_selection}</a></td> -</tr>]]></template> +</tr>]]></template> <template name="modcp_warninglogs" version="1816"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->warning_logs}</title> @@ -9727,10 +9285,10 @@ if(use_xmlhttprequest == "1") // --> </script> </body> -</html>]]></template> +</html>]]></template> <template name="modcp_warninglogs_nologs" version="1400"><![CDATA[ <tr> <td class="trow1" colspan="6">{$lang->no_warning_logs}</td> - </tr>]]></template> + </tr>]]></template> <template name="modcp_warninglogs_warning" version="1400"><![CDATA[ <tr> <td class="{$trow}">{$username_link}</td> <td class="{$trow}">{$title} ({$points})</td> @@ -9738,8 +9296,8 @@ if(use_xmlhttprequest == "1") <td class="{$trow}" align="center">{$expire_date}{$revoked_text}</td> <td class="{$trow}">{$mod_username_link}</td> <td class="{$trow}" align="center"><a href="warnings.php?action=view&wid={$row['wid']}">{$lang->view}</a></td> - </tr>]]></template> - <template name="modcp_warninglogs_warning_revoked" version="1400"><![CDATA[<br /><span class="smalltext"><strong>{$lang->revoked}</strong> {$revoked_date}</span>]]></template> + </tr>]]></template> + <template name="modcp_warninglogs_warning_revoked" version="1400"><![CDATA[<br /><span class="smalltext"><strong>{$lang->revoked}</strong> {$revoked_date}</span>]]></template> <template name="moderation_confirmation" version="1816"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->confirm_execute_tool}</title> @@ -9773,151 +9331,25 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> - <template name="moderation_delayedmodaction_error" version="1800"><![CDATA[<tr><td class="trow1" colspan="{$cols}">{$lang->no_delayed_mods}</td></tr>]]></template> +</html>]]></template> + <template name="moderation_delayedmodaction_error" version="1800"><![CDATA[<tr><td class="trow1" colspan="{$cols}">{$lang->no_delayed_mods}</td></tr>]]></template> <template name="moderation_delayedmodaction_notes" version="1600"><![CDATA[<tr> <td class="{$trow}" align="center">{$delayedmod['profilelink']}</td> <td class="{$trow}" align="center">{$delayedmod['dateline']}</td> -<td class="{$trow}" align="center">{$delayedmod['action']}</td> -<td class="{$trow}">{$info}</td> -<td class="{$trow}" align="center"><a href="moderation.php?action=cancel_delayedmoderation&tid={$tid}&fid={$fid}&did={$delayedmod['did']}&my_post_key={$mybb->post_code}">{$lang->cancel}</a></td> -</tr>]]></template> - <template name="moderation_delayedmodaction_notes_forum" version="1808"><![CDATA[<strong>{$lang->forum}</strong> <a href="{$delayedmod['link']}">{$delayedmod['fname']}</a><br />]]></template> - <template name="moderation_delayedmodaction_notes_merge" version="1808"><![CDATA[<strong>{$lang->new_subject}</strong> {$delayedmod['subject']}<br /> -<strong>{$lang->thread_to_merge_with}</strong> <a href="{$delayedmod['threadurl']}">{$delayedmod['threadurl']}</a><br />]]></template> - <template name="moderation_delayedmodaction_notes_new_forum" version="1808"><![CDATA[<strong>{$lang->new_forum}</strong> <a href="{$delayedmod['link']}">{$delayedmod['name']}</a><br />]]></template> - <template name="moderation_delayedmodaction_notes_redirect" version="1808"><![CDATA[<strong>{$lang->leave_redirect_for}</strong> {$redirect_expire_bit}<br />]]></template> - <template name="moderation_delayedmodaction_notes_thread_multiple" version="1808"><![CDATA[<strong>{$lang->thread}</strong> {$lang->multiple_threads}<br />]]></template> - <template name="moderation_delayedmodaction_notes_thread_single" version="1808"><![CDATA[<strong>{$lang->thread}</strong> <a href="{$delayed_thread['link']}">{$delayed_thread['subject']}</a><br />]]></template> - <template name="moderation_delayedmoderation" version="1813"><![CDATA[<html> -<head> -<title>{$mybb->settings['bbname']} - {$lang->delayed_moderation}</title> -{$headerinclude} -</head> -<body> -{$header} -{$display_errors} -<br /> -<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> -<tr> -<td class="thead" colspan="5"><strong>{$lang->delayed_mod_queue}</strong></td> -</tr> -<tr> -<td class="tcat" align="center"><strong>{$lang->mod_username}</strong></td> -<td class="tcat" align="center"><strong>{$lang->days_to_perform_action}</strong></td> -<td class="tcat" align="center"><strong>{$lang->mod_actions}</strong></td> -<td class="tcat" align="center"><strong>{$lang->mod_information}</strong></td> -<td class="tcat" align="center"><strong>{$lang->actions}</strong></td> -</tr> -{$delayedmods} -</table> -<br /> -<form action="moderation.php" method="post"> -<input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> -<input type="hidden" name="action" value="do_delayedmoderation" /> -<input type="hidden" name="url" value="{$url}" /> -<input type="hidden" name="tid" value="{$tid}" /> -<input type="hidden" name="fid" value="{$fid}" /> -<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> -<tr> -<td class="thead" colspan="2"><strong>{$lang->delayed_moderation}</strong></td> -</tr> -<tr> -<td class="tcat" colspan="2"><strong>{$lang->delayed_moderation_desc}</strong></td> -</tr> -{$loginbox} -<tr> -<td class="trow1"><strong>{$lang->threads}</strong></td> -<td class="trow2">{$threads}</td> -</tr> -<tr> -<td class="trow1"><strong>{$lang->run_moderation_time}</strong></td> -<td class="trow2"> - <select name="date_day"> - {$dateday} - </select> - - <select name="date_month"> - {$datemonth} - </select> - - <input type="text" name="date_year" value="{$dateyear}" size="4" maxlength="4" class="textbox" /> - - {$lang->time} <input type="text" name="date_time" value="{$datetime}" size="10" class="textbox" /> -</td> -</tr> -<tr> -<td class="trow1" style="vertical-align: top;"><strong>{$lang->moderation_action}</strong></td> -<td class="trow2"> -<script type="text/javascript"> -<!-- - function toggleType() - { - if($('#type_merge')) - { - if($('#type_movecopythread').prop('checked') == true) - { - $('#type_merge_expanded').hide(); - $('#type_movecopythread_expanded').show(); - } - else if($('#type_merge').prop('checked') == true) - { - $('#type_movecopythread_expanded').hide(); - $('#type_merge_expanded').show(); - } - else - { - $('#type_movecopythread_expanded').hide(); - $('#type_merge_expanded').hide(); - } - } - else - { - if($('#type_movecopythread').prop('checked') == true) - { - $('#type_movecopythread_expanded').show(); - } - else - { - $('#type_movecopythread_expanded').hide(); - } - } - } -// --> -</script> -<dl style="margin-top: 0; margin-bottom: 0; width: 100%;"> - {$openclosethread} - {$softdeleterestorethread} - {$deletethread} - {$stickunstickthread} - <dt><input type="radio" name="type" value="move" {$type_selected['move']} id="type_movecopythread" onclick="toggleType();" /> <label for="type_movecopythread"><strong>{$lang->move_copy_thread}</strong></label></dt> - <dd style="margin-top: 4px;" id="type_movecopythread_expanded"> - {$lang->new_forum}<br /> - {$forumselect} - {$moderation_delayedmoderation_move} - </dd> - {$moderation_delayedmoderation_merge} - <dt><input type="radio" name="type" value="removeredirects" {$type_selected['removeredirects']} id="type_removeredirects" onclick="toggleType();" /> <label for="type_removeredirects"><strong>{$lang->remove_redirects}</strong></label></dt> - <dt><input type="radio" name="type" value="removesubscriptions" {$type_selected['removesubscriptions']} id="type_removesubscriptions" onclick="toggleType();" /> <label for="type_removesubscriptions"><strong>{$lang->remove_subscriptions}</strong></label></dt> - {$approveunapprovethread} - {$customthreadtools} -</dl> -<script type="text/javascript"> -<!-- - toggleType(); -// --> -</script> -</td> -</tr> -</table> -<br /> -<div align="center"><input type="submit" class="button" value="{$lang->save_delayed_moderation}" /></div> -</form> -{$footer} -</body> -</html>]]></template> - <template name="moderation_delayedmoderation_approve" version="1813"><![CDATA[<dt><input type="radio" name="type" value="approveunapprovethread" {$type_selected['approveunapprovethread']} id="type_approveunapprovethread" onclick="toggleType();" /> <label for="type_approveunapprovethread"><strong>{$lang->approve_unapprove_thread}</strong></label></dt>]]></template> - <template name="moderation_delayedmoderation_custommodtool" version="1600"><![CDATA[<dt><input type="radio" name="type" value="modtool_{$tool['tid']}" {$checked} id="type_modtool_{$tool['tid']}" onclick="toggleType();" /> <label for="type_modtool_{$tool['tid']}"><strong>{$tool['name']}</strong> <small>({$lang->custom})</small></label></dt>]]></template> - <template name="moderation_delayedmoderation_date_day" version="1809"><![CDATA[<option value="{$day}"{$selected}>{$day}</option>]]></template> +<td class="{$trow}" align="center">{$delayedmod['action']}</td> +<td class="{$trow}">{$info}</td> +<td class="{$trow}" align="center"><a href="moderation.php?action=cancel_delayedmoderation&tid={$tid}&fid={$fid}&did={$delayedmod['did']}&my_post_key={$mybb->post_code}">{$lang->cancel}</a></td> +</tr>]]></template> + <template name="moderation_delayedmodaction_notes_forum" version="1808"><![CDATA[<strong>{$lang->forum}</strong> <a href="{$delayedmod['link']}">{$delayedmod['fname']}</a><br />]]></template> + <template name="moderation_delayedmodaction_notes_merge" version="1808"><![CDATA[<strong>{$lang->new_subject}</strong> {$delayedmod['subject']}<br /> +<strong>{$lang->thread_to_merge_with}</strong> <a href="{$delayedmod['threadurl']}">{$delayedmod['threadurl']}</a><br />]]></template> + <template name="moderation_delayedmodaction_notes_new_forum" version="1808"><![CDATA[<strong>{$lang->new_forum}</strong> <a href="{$delayedmod['link']}">{$delayedmod['name']}</a><br />]]></template> + <template name="moderation_delayedmodaction_notes_redirect" version="1808"><![CDATA[<strong>{$lang->leave_redirect_for}</strong> {$redirect_expire_bit}<br />]]></template> + <template name="moderation_delayedmodaction_notes_thread_multiple" version="1808"><![CDATA[<strong>{$lang->thread}</strong> {$lang->multiple_threads}<br />]]></template> + <template name="moderation_delayedmodaction_notes_thread_single" version="1808"><![CDATA[<strong>{$lang->thread}</strong> <a href="{$delayed_thread['link']}">{$delayed_thread['subject']}</a><br />]]></template> + <template name="moderation_delayedmoderation_approve" version="1813"><![CDATA[<dt><input type="radio" name="type" value="approveunapprovethread" {$type_selected['approveunapprovethread']} id="type_approveunapprovethread" onclick="toggleType();" /> <label for="type_approveunapprovethread"><strong>{$lang->approve_unapprove_thread}</strong></label></dt>]]></template> + <template name="moderation_delayedmoderation_custommodtool" version="1600"><![CDATA[<dt><input type="radio" name="type" value="modtool_{$tool['tid']}" {$checked} id="type_modtool_{$tool['tid']}" onclick="toggleType();" /> <label for="type_modtool_{$tool['tid']}"><strong>{$tool['name']}</strong> <small>({$lang->custom})</small></label></dt>]]></template> + <template name="moderation_delayedmoderation_date_day" version="1809"><![CDATA[<option value="{$day}"{$selected}>{$day}</option>]]></template> <template name="moderation_delayedmoderation_date_month" version="1800"><![CDATA[<option value="01" {$datemonth['01']}>{$lang->january}</option> <option value="02" {$datemonth['02']}>{$lang->february}</option> <option value="03" {$datemonth['03']}>{$lang->march}</option> @@ -9929,8 +9361,8 @@ if(use_xmlhttprequest == "1") <option value="09" {$datemonth['09']}>{$lang->september}</option> <option value="10" {$datemonth['10']}>{$lang->october}</option> <option value="11" {$datemonth['11']}>{$lang->november}</option> -<option value="12" {$datemonth['12']}>{$lang->december}</option>]]></template> - <template name="moderation_delayedmoderation_delete" version="1813"><![CDATA[<dt><input type="radio" name="type" value="deletethread" {$type_selected['deletethread']} id="type_deletethread" onclick="toggleType();" /> <label for="type_deletethread"><strong>{$lang->delete_thread}</strong></label></dt>]]></template> +<option value="12" {$datemonth['12']}>{$lang->december}</option>]]></template> + <template name="moderation_delayedmoderation_delete" version="1813"><![CDATA[<dt><input type="radio" name="type" value="deletethread" {$type_selected['deletethread']} id="type_deletethread" onclick="toggleType();" /> <label for="type_deletethread"><strong>{$lang->delete_thread}</strong></label></dt>]]></template> <template name="moderation_delayedmoderation_merge" version="1816"><![CDATA[<dt><input type="radio" name="type" value="merge" {$type_selected['merge']} id="type_merge" onclick="toggleType();" /> <label for="type_merge"><strong>{$lang->merge_threads}</strong></label></dt> <dd style="margin-top: 4px; width: 100%;" id="type_merge_expanded"> {$lang->new_subject}<br /> @@ -9938,16 +9370,16 @@ if(use_xmlhttprequest == "1") {$lang->thread_to_merge_with}<br /> <input type="text" class="textbox" name="delayedmoderation[threadurl]" value="{$delayedmoderation_threadurl}" size="40" /> <br /><span class="smalltext">{$lang->merge_with_note}</span> -</dd>]]></template> +</dd>]]></template> <template name="moderation_delayedmoderation_move" version="1816"><![CDATA[<br /> {$lang->method}:<br /> <label><input type="radio" class="radio" name="delayedmoderation[method]" value="move" {$method_selected['move']} />{$lang->method_move}</label><br /> <label><input type="radio" class="radio" name="delayedmoderation[method]" value="redirect" {$method_selected['redirect']} />{$lang->method_move_redirect}</label> <input type="text" class="textbox" name="delayedmoderation[redirect_expire]" value="{$redirect_expire}" size="3" /> {$lang->redirect_expire_note}<br /> -<label><input type="radio" class="radio" name="delayedmoderation[method]" value="copy" {$method_selected['copy']} />{$lang->method_copy}</label><br />]]></template> - <template name="moderation_delayedmoderation_openclose" version="1813"><![CDATA[<dt><input type="radio" name="type" value="openclosethread" {$type_selected['openclosethread']} id="type_openclosethread" onclick="toggleType();" /> <label for="type_openclosethread"><strong>{$lang->open_close_thread}</strong></label></dt>]]></template> - <template name="moderation_delayedmoderation_softdeleterestore" version="1813"><![CDATA[<dt><input type="radio" name="type" value="softdeleterestorethread" {$type_selected['softdeleterestorethread']} id="type_softdeleterestorethread" onclick="toggleType();" /> <label for="type_softdeleterestorethread"><strong>{$lang->softdelete_restore_thread}</strong></label></dt>]]></template> - <template name="moderation_delayedmoderation_stick" version="1813"><![CDATA[<dt><input type="radio" name="type" value="stick" {$type_selected['stick']} id="type_stick_unstick_thread" onclick="toggleType();" /> <label for="type_stick_unstick_thread"><strong>{$lang->stick_unstick_thread}</strong></label></dt>]]></template> - <template name="moderation_delayedmoderation_thread" version="1808"><![CDATA[<a href="{$thread['link']}">{$thread['subject']}</a>]]></template> +<label><input type="radio" class="radio" name="delayedmoderation[method]" value="copy" {$method_selected['copy']} />{$lang->method_copy}</label><br />]]></template> + <template name="moderation_delayedmoderation_openclose" version="1813"><![CDATA[<dt><input type="radio" name="type" value="openclosethread" {$type_selected['openclosethread']} id="type_openclosethread" onclick="toggleType();" /> <label for="type_openclosethread"><strong>{$lang->open_close_thread}</strong></label></dt>]]></template> + <template name="moderation_delayedmoderation_softdeleterestore" version="1813"><![CDATA[<dt><input type="radio" name="type" value="softdeleterestorethread" {$type_selected['softdeleterestorethread']} id="type_softdeleterestorethread" onclick="toggleType();" /> <label for="type_softdeleterestorethread"><strong>{$lang->softdelete_restore_thread}</strong></label></dt>]]></template> + <template name="moderation_delayedmoderation_stick" version="1813"><![CDATA[<dt><input type="radio" name="type" value="stick" {$type_selected['stick']} id="type_stick_unstick_thread" onclick="toggleType();" /> <label for="type_stick_unstick_thread"><strong>{$lang->stick_unstick_thread}</strong></label></dt>]]></template> + <template name="moderation_delayedmoderation_thread" version="1808"><![CDATA[<a href="{$thread['link']}">{$thread['subject']}</a>]]></template> <template name="moderation_deletepoll" version="1400"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->delete_poll}</title> @@ -9971,7 +9403,7 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="moderation_deletethread" version="1400"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->delete_thread}</title> @@ -9997,7 +9429,7 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="moderation_getip" version="1608"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->get_post_ip}</title> @@ -10025,7 +9457,7 @@ if(use_xmlhttprequest == "1") </table> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="moderation_getip_modal" version="1815"><![CDATA[<div class="modal"> <div style="overflow-y: auto; max-height: 400px;"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> @@ -10047,7 +9479,7 @@ if(use_xmlhttprequest == "1") {$modoptions} </table> </div> -</div>]]></template> +</div>]]></template> <template name="moderation_getip_modoptions" version="1804"><![CDATA[<tr> <td class="trow2"><strong>{$lang->mod_options}</strong></td> <td class="trow2"> @@ -10055,7 +9487,7 @@ if(use_xmlhttprequest == "1") <a href="modcp.php?action=ipsearch&ipaddress={$ipaddress}&search_posts=1">{$lang->search_ip_posts}</a><br /> <a href="modcp.php?action=iplookup&ipaddress={$ipaddress}" onclick="MyBB.popupWindow('/modcp.php?action=iplookup&ipaddress={$ipaddress}&modal=1'); return false;">{$lang->info_on_ip}</a> </td> -</tr>]]></template> +</tr>]]></template> <template name="moderation_getpmip" version="1800"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->get_pm_ip}</title> @@ -10083,7 +9515,7 @@ if(use_xmlhttprequest == "1") </table> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="moderation_getpmip_modal" version="1815"><![CDATA[<div class="modal"> <div style="overflow-y: auto; max-height: 400px;"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> @@ -10105,7 +9537,7 @@ if(use_xmlhttprequest == "1") {$modoptions} </table> </div> -</div>]]></template> +</div>]]></template> <template name="moderation_inline_deleteposts" version="1600"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->delete_posts}</title> @@ -10133,7 +9565,7 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="moderation_inline_deletethreads" version="1400"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->delete_threads}</title> @@ -10161,7 +9593,7 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="moderation_inline_mergeposts" version="1812"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->merge_posts}</title> @@ -10190,7 +9622,7 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="moderation_inline_moveposts" version="1800"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->move_posts}</title> @@ -10220,7 +9652,7 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="moderation_inline_movethreads" version="1822"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->move_threads}</title> @@ -10257,7 +9689,7 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="moderation_inline_splitposts" version="1607"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->split_thread}</title> @@ -10293,7 +9725,7 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="moderation_merge" version="1400"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->merge_threads}</title> @@ -10325,14 +9757,14 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="moderation_mergeposts_post" version="1600"><![CDATA[<tr> <td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->posted_by} {$post['username']} - {$postdate}</strong></span></td> </tr> <tr> <td class="{$altbg}" valign="top" align="center" width="1"><input type="checkbox" class="checkbox" checked="checked" name="mergepost[{$post['pid']}]" value="1" /></td> <td class="{$altbg}">{$message}</td> -</tr>]]></template> +</tr>]]></template> <template name="moderation_move" version="1400"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->move_copy_thread}</title> @@ -10367,7 +9799,7 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="moderation_purgespammer" version="1816"><![CDATA[<html> <head> <title>{$lang->purgespammer}</title> @@ -10395,7 +9827,7 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="moderation_split" version="1607"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->split_thread}</title> @@ -10436,14 +9868,14 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="moderation_split_post" version="127"><![CDATA[<tr> <td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->posted_by} {$post['username']} - {$postdate}</strong></span></td> </tr> <tr> <td class="{$altbg}" valign="top" align="center" width="1%"><input type="checkbox" class="checkbox" name="splitpost[{$post['pid']}]" value="1" /></td> <td class="{$altbg}">{$message}</td> -</tr>]]></template> +</tr>]]></template> <template name="moderation_threadnotes" version="1600"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->thread_notes_editor}</title> @@ -10497,23 +9929,23 @@ if(use_xmlhttprequest == "1") </table> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="moderation_threadnotes_delayedmodaction" version="1600"><![CDATA[<tr> <td class="{$trow}" align="center">{$delayedmod['profilelink']}</td> <td class="{$trow}" align="center">{$delayedmod['dateline']}</td> <td class="{$trow}" align="center">{$delayedmod['action']}</td> <td class="{$trow}">{$info}</td> -</tr>]]></template> +</tr>]]></template> <template name="moderation_threadnotes_modaction" version="120"><![CDATA[<tr> <td class="{$trow}" align="center">{$modaction['profilelink']}</td> <td class="{$trow}" align="center">{$modaction['dateline']}</td> <td class="{$trow}" align="center">{$modaction['action']}</td> <td class="{$trow}">{$info}</td> -</tr>]]></template> - <template name="moderation_threadnotes_modaction_error" version="1800"><![CDATA[<tr><td class="trow1" colspan="4">{$lang->no_mod_options}</td></tr>]]></template> - <template name="moderation_threadnotes_modaction_forum" version="1808"><![CDATA[<strong>{$lang->forum}</strong> <a href="{$modaction['forumlink']}">{$modaction['fname']}</a><br />]]></template> - <template name="moderation_threadnotes_modaction_post" version="1808"><![CDATA[<strong>{$lang->post}</strong> <a href="{$modaction['postlink']}#pid{$modaction['pid']}">{$modaction['psubject']}</a>]]></template> - <template name="moderation_threadnotes_modaction_thread" version="1808"><![CDATA[<strong>{$lang->thread}</strong> <a href="{$modaction['threadlink']}">{$modaction['tsubject']}</a><br />]]></template> +</tr>]]></template> + <template name="moderation_threadnotes_modaction_error" version="1800"><![CDATA[<tr><td class="trow1" colspan="4">{$lang->no_mod_options}</td></tr>]]></template> + <template name="moderation_threadnotes_modaction_forum" version="1808"><![CDATA[<strong>{$lang->forum}</strong> <a href="{$modaction['forumlink']}">{$modaction['fname']}</a><br />]]></template> + <template name="moderation_threadnotes_modaction_post" version="1808"><![CDATA[<strong>{$lang->post}</strong> <a href="{$modaction['postlink']}#pid{$modaction['pid']}">{$modaction['psubject']}</a>]]></template> + <template name="moderation_threadnotes_modaction_thread" version="1808"><![CDATA[<strong>{$lang->thread}</strong> <a href="{$modaction['threadlink']}">{$modaction['tsubject']}</a><br />]]></template> <template name="moderation_viewthreadnotes" version="1800"><![CDATA[<div class="modal"> <div style="overflow-y: auto; max-height: 400px;"> <table width="100%" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" align="center" class="tborder"> @@ -10525,11 +9957,11 @@ if(use_xmlhttprequest == "1") </tr> </table> </div> -</div>]]></template> +</div>]]></template> <template name="multipage" version="1816"><![CDATA[<div class="pagination"> <span class="pages">{$multipage_pages}</span> {$prevpage}{$start}{$mppage}{$end}{$nextpage}{$jumptopage} -</div>]]></template> +</div>]]></template> <template name="multipage_breadcrumb" version="1800"><![CDATA[<div id="breadcrumb_multipage_popup" class="pagination pagination_breadcrumb" style="display: none;"> {$prevpage}{$start}{$mppage}{$end}{$nextpage} </div> @@ -10540,48 +9972,29 @@ if(use_xmlhttprequest == "1") $("#breadcrumb_multipage").popupMenu(); } // --> -</script>]]></template> - <template name="multipage_end" version="1600"><![CDATA[{$lang->multipage_link_end} <a href="{$page_url}" class="pagination_last">{$pages}</a>]]></template> - <template name="multipage_jump_page" version="1821"><![CDATA[<div class="popup_menu drop_go_page" style="display: none;"> - <form action="{$jump_url}" method="post"> - <label for="page">{$lang->multipage_jump}:</label> <input type="text" class="textbox" name="page" value="{$page}" size="4" /> - <input type="submit" class="button" value="{$lang->go}" /> - </form> -</div> -<a href="javascript:void(0)" class="go_page" title="{$lang->multipage_jump}"><img src="{$theme['imgdir']}/arrow_down.png" alt="{$lang->multipage_jump}" /></a> -<script type="text/javascript"> - var go_page = 'go_page_' + $(".go_page").length; - $(".go_page").last().attr('id', go_page); - $(".drop_go_page").last().attr('id', go_page + '_popup'); - $('#' + go_page).popupMenu(false).on('click', function() { - var drop_go_page = $(this).prev('.drop_go_page'); - if (drop_go_page.is(':visible')) { - drop_go_page.find('.textbox').trigger('focus'); - } - }); -</script>]]></template> - <template name="multipage_nextpage" version="1400"><![CDATA[<a href="{$page_url}" class="pagination_next">{$lang->next} »</a>]]></template> - <template name="multipage_page" version="1400"><![CDATA[<a href="{$page_url}" class="pagination_page">{$i}</a>]]></template> - <template name="multipage_page_current" version="1400"><![CDATA[ <span class="pagination_current">{$i}</span>]]></template> - <template name="multipage_page_link_current" version="1600"><![CDATA[ <a href="{$page_url}" class="pagination_current">{$i}</a>]]></template> - <template name="multipage_prevpage" version="1400"><![CDATA[<a href="{$page_url}" class="pagination_previous">« {$lang->previous}</a>]]></template> - <template name="multipage_start" version="1600"><![CDATA[<a href="{$page_url}" class="pagination_first">1</a> {$lang->multipage_link_start}]]></template> - <template name="mycode_code" version="1808"><![CDATA[<div class="codeblock"><div class="title">{$lang->code}</div><div class="body" dir="ltr"><code>{$code}</code></div></div><br />]]></template> - <template name="mycode_email" version="1808"><![CDATA[<a href="mailto:{$email}" class="mycode_email">{$name}</a>]]></template> - <template name="mycode_img" version="1808"><![CDATA[<img src="{$url}"{$width}{$height} alt="{$alt}"{$css_align} class="mycode_img" />]]></template> - <template name="mycode_php" version="1808"><![CDATA[<div class="codeblock phpcodeblock"><div class="title">{$lang->php_code}</div><div class="body">{$code}</div></div><br />]]></template> - <template name="mycode_quote_post" version="1808"><![CDATA[<blockquote class="mycode_quote"><cite>{$span}{$username} {$lang->wrote}{$linkback}</cite>{$message}</blockquote><br />]]></template> - <template name="mycode_size_int" version="1808"><![CDATA[<span style="font-size: {$size}pt;" class="mycode_size">{$text}</span>]]></template> - <template name="mycode_url" version="1813"><![CDATA[<a href="{$url}" target="_blank"{$rel} class="mycode_url">{$name}</a>]]></template> +</script>]]></template> + <template name="multipage_end" version="1600"><![CDATA[{$lang->multipage_link_end} <a href="{$page_url}" class="pagination_last">{$pages}</a>]]></template> + <template name="multipage_nextpage" version="1400"><![CDATA[<a href="{$page_url}" class="pagination_next">{$lang->next} »</a>]]></template> + <template name="multipage_page" version="1400"><![CDATA[<a href="{$page_url}" class="pagination_page">{$i}</a>]]></template> + <template name="multipage_page_current" version="1400"><![CDATA[ <span class="pagination_current">{$i}</span>]]></template> + <template name="multipage_page_link_current" version="1600"><![CDATA[ <a href="{$page_url}" class="pagination_current">{$i}</a>]]></template> + <template name="multipage_prevpage" version="1400"><![CDATA[<a href="{$page_url}" class="pagination_previous">« {$lang->previous}</a>]]></template> + <template name="multipage_start" version="1600"><![CDATA[<a href="{$page_url}" class="pagination_first">1</a> {$lang->multipage_link_start}]]></template> + <template name="mycode_code" version="1808"><![CDATA[<div class="codeblock"><div class="title">{$lang->code}</div><div class="body" dir="ltr"><code>{$code}</code></div></div><br />]]></template> + <template name="mycode_email" version="1808"><![CDATA[<a href="mailto:{$email}" class="mycode_email">{$name}</a>]]></template> + <template name="mycode_php" version="1808"><![CDATA[<div class="codeblock phpcodeblock"><div class="title">{$lang->php_code}</div><div class="body">{$code}</div></div><br />]]></template> + <template name="mycode_quote_post" version="1808"><![CDATA[<blockquote class="mycode_quote"><cite>{$span}{$username} {$lang->wrote}{$linkback}</cite>{$message}</blockquote><br />]]></template> + <template name="mycode_size_int" version="1808"><![CDATA[<span style="font-size: {$size}pt;" class="mycode_size">{$text}</span>]]></template> + <template name="mycode_url" version="1813"><![CDATA[<a href="{$url}" target="_blank"{$rel} class="mycode_url">{$name}</a>]]></template> <template name="nav" version="120"><![CDATA[ <div class="navigation"> {$nav}{$activesep}{$activebit} -</div>]]></template> - <template name="nav_bit" version="120"><![CDATA[<a href="{$navbit['url']}">{$navbit['name']}</a>{$sep}]]></template> - <template name="nav_bit_active" version="120"><![CDATA[<span class="active">{$navbit['name']}</span>]]></template> - <template name="nav_dropdown" version="1800"><![CDATA[ <img src="{$theme['imgdir']}/arrow_down.png" alt="v" title="" class="pagination_breadcrumb_link" id="breadcrumb_multipage" />{$multipage}]]></template> - <template name="nav_sep" version="1800"><![CDATA[›]]></template> - <template name="nav_sep_active" version="1800"><![CDATA[<br /><img src="{$theme['imgdir']}/nav_bit.png" alt="" />]]></template> +</div>]]></template> + <template name="nav_bit" version="120"><![CDATA[<a href="{$navbit['url']}">{$navbit['name']}</a>{$sep}]]></template> + <template name="nav_bit_active" version="120"><![CDATA[<span class="active">{$navbit['name']}</span>]]></template> + <template name="nav_dropdown" version="1800"><![CDATA[ <img src="{$theme['imgdir']}/arrow_down.png" alt="v" title="" class="pagination_breadcrumb_link" id="breadcrumb_multipage" />{$multipage}]]></template> + <template name="nav_sep" version="1800"><![CDATA[›]]></template> + <template name="nav_sep_active" version="1800"><![CDATA[<br /><img src="{$theme['imgdir']}/nav_bit.png" alt="" />]]></template> <template name="newreply" version="1820"><![CDATA[<html> <head> <title>{$lang->post_reply_to}</title> @@ -10639,27 +10052,27 @@ if(use_xmlhttprequest == "1") {$threadreview} {$footer} </body> -</html>]]></template> - <template name="newreply_disablesmilies" version="1809"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" tabindex="9"{$postoptionschecked['disablesmilies']} /> {$lang->options_disablesmilies}</label>]]></template> - <template name="newreply_draftinput" version="1808"><![CDATA[<input type="hidden" name="pid" value="{$pid}" />]]></template> +</html>]]></template> + <template name="newreply_disablesmilies" version="1809"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" tabindex="9"{$postoptionschecked['disablesmilies']} /> {$lang->options_disablesmilies}</label>]]></template> + <template name="newreply_draftinput" version="1808"><![CDATA[<input type="hidden" name="pid" value="{$pid}" />]]></template> <template name="newreply_modoptions" version="1810"><![CDATA[<tr> <td class="{$bgcolor}" valign="top"><strong>{$lang->mod_options}</strong></td> <td class="{$bgcolor}"><span class="smalltext"> {$closeoption} {$stickoption} </span></td> -</tr>]]></template> - <template name="newreply_modoptions_close" version="1810"><![CDATA[<label><input type="checkbox" class="checkbox" name="modoptions[closethread]" value="1"{$closecheck} /> {$lang->close_thread}</label><br />]]></template> - <template name="newreply_modoptions_stick" version="1810"><![CDATA[<label><input type="checkbox" class="checkbox" name="modoptions[stickthread]" value="1"{$stickycheck} /> {$lang->stick_thread}</label>]]></template> - <template name="newreply_multiquote_external" version="1809"><![CDATA[<div id="multiquote_unloaded"><span class="smalltext">{$multiquote_text} <a href="./newreply.php?tid={$tid}" onclick="return Post.loadMultiQuoted();">{$multiquote_quote}</a>, <a href="javascript:void(0)" onclick="Post.clearMultiQuoted(); return false;">{$multiquote_deselect}</a></span></div>]]></template> +</tr>]]></template> + <template name="newreply_modoptions_close" version="1810"><![CDATA[<label><input type="checkbox" class="checkbox" name="modoptions[closethread]" value="1"{$closecheck} /> {$lang->close_thread}</label><br />]]></template> + <template name="newreply_modoptions_stick" version="1810"><![CDATA[<label><input type="checkbox" class="checkbox" name="modoptions[stickthread]" value="1"{$stickycheck} /> {$lang->stick_thread}</label>]]></template> + <template name="newreply_multiquote_external" version="1809"><![CDATA[<div id="multiquote_unloaded"><span class="smalltext">{$multiquote_text} <a href="./newreply.php?tid={$tid}" onclick="return Post.loadMultiQuoted();">{$multiquote_quote}</a>, <a href="javascript:void(0)" onclick="Post.clearMultiQuoted(); return false;">{$multiquote_deselect}</a></span></div>]]></template> <template name="newreply_postoptions" version="1809"><![CDATA[<tr> <td class="trow1" valign="top"><strong>{$lang->post_options}</strong></td> <td class="trow1"><span class="smalltext"> {$signature} {$disablesmilies} </span></td> -</tr>]]></template> - <template name="newreply_signature" version="1809"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="6"{$postoptionschecked['signature']} /> {$lang->options_sig}</label><br />]]></template> +</tr>]]></template> + <template name="newreply_signature" version="1809"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="6"{$postoptionschecked['signature']} /> {$lang->options_sig}</label><br />]]></template> <template name="newreply_threadreview" version="1800"><![CDATA[<br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed"> <tr> @@ -10667,10 +10080,10 @@ if(use_xmlhttprequest == "1") </tr> {$reviewbits} {$reviewmore} -</table>]]></template> +</table>]]></template> <template name="newreply_threadreview_more" version="120"><![CDATA[<tr> <td class="thead" align="center"><span class="smalltext"><strong>{$lang->thread_review_more}</strong></span></td> -</tr>]]></template> +</tr>]]></template> <template name="newreply_threadreview_post" version="1800"><![CDATA[<tr> <td class="tcat"><span class="smalltext"><strong>{$lang->posted_by} {$post['username']} - {$reviewpostdate}</strong></span></td> </tr> @@ -10678,7 +10091,7 @@ if(use_xmlhttprequest == "1") <td class="{$altbg} scaleimages"> {$reviewmessage} </td> -</tr>]]></template> +</tr>]]></template> <template name="newthread" version="1820"><![CDATA[<html> <head> <title>{$lang->newthread_in}</title> @@ -10731,16 +10144,16 @@ if(use_xmlhttprequest == "1") {$forumrules} {$footer} </body> -</html>]]></template> - <template name="newthread_disablesmilies" version="1809"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" tabindex="9"{$postoptionschecked['disablesmilies']} /> {$lang->options_disablesmilies}</label>]]></template> - <template name="newthread_draftinput" version="1808"><![CDATA[<input type="hidden" name="pid" value="{$pid}" />]]></template> - <template name="newthread_multiquote_external" version="1809"><![CDATA[<div id="multiquote_unloaded"><span class="smalltext">{$multiquote_text} <a href="./newthread.php?fid={$fid}&load_all_quotes=1" onclick="return Post.loadMultiQuotedAll();">{$multiquote_quote}</a>, <a href="javascript:void(0)" onclick="Post.clearMultiQuoted(); return false;">{$multiquote_deselect}</a></span></div>]]></template> +</html>]]></template> + <template name="newthread_disablesmilies" version="1809"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[disablesmilies]" value="1" tabindex="9"{$postoptionschecked['disablesmilies']} /> {$lang->options_disablesmilies}</label>]]></template> + <template name="newthread_draftinput" version="1808"><![CDATA[<input type="hidden" name="pid" value="{$pid}" />]]></template> + <template name="newthread_multiquote_external" version="1809"><![CDATA[<div id="multiquote_unloaded"><span class="smalltext">{$multiquote_text} <a href="./newthread.php?fid={$fid}&load_all_quotes=1" onclick="return Post.loadMultiQuotedAll();">{$multiquote_quote}</a>, <a href="javascript:void(0)" onclick="Post.clearMultiQuoted(); return false;">{$multiquote_deselect}</a></span></div>]]></template> <template name="newthread_postoptions" version="1809"><![CDATA[<tr> <td class="trow1" valign="top"><strong>{$lang->post_options}</strong></td> <td class="trow1"><span class="smalltext"> {$signature} {$disablesmilies}</span></td> -</tr>]]></template> +</tr>]]></template> <template name="newthread_postpoll" version="120"><![CDATA[<tr> <td class="{$bgcolor2}" valign="top"> <strong>{$lang->poll}</strong><br /><span class="smalltext">{$lang->poll_desc}</span> @@ -10749,8 +10162,8 @@ if(use_xmlhttprequest == "1") <span class="smalltext"><label><input type="checkbox" class="checkbox" name="postpoll" value="1" {$postpollchecked} /><strong>{$lang->poll_check}</strong></label><br /> {$lang->num_options} <input type="text" class="textbox" name="numpolloptions" value="{$numpolloptions}" size="10" /> {$lang->max_options}</span> </td> -</tr>]]></template> - <template name="newthread_signature" version="1810"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="7"{$postoptionschecked['signature']} /> {$lang->options_sig}</label><br />]]></template> +</tr>]]></template> + <template name="newthread_signature" version="1810"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="7"{$postoptionschecked['signature']} /> {$lang->options_sig}</label><br />]]></template> <template name="online" version="1400"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->users_online}</title> @@ -10778,15 +10191,15 @@ if(use_xmlhttprequest == "1") {$multipage} {$footer} </body> -</html>]]></template> - <template name="online_refresh" version="1808"><![CDATA[<meta http-equiv="refresh" content="{$refresh_time};URL=online.php{$refresh_string}" />]]></template> +</html>]]></template> + <template name="online_refresh" version="1808"><![CDATA[<meta http-equiv="refresh" content="{$refresh_time};URL=online.php{$refresh_string}" />]]></template> <template name="online_row" version="1400"><![CDATA[<tr> <td class="trow1">{$online_name}{$user_ip}</td> <td align="center" class="trow2">{$online_time}</td> <td class="trow1" width="50%">{$location}</td> -</tr>]]></template> - <template name="online_row_ip" version="1800"><![CDATA[<br /><span class="smalltext">{$lang->ip} {$user['ip']} {$lookup}</span>]]></template> - <template name="online_row_ip_lookup" version="1800"><![CDATA[<a href="modcp.php?action=ipsearch&ipaddress={$user['ip']}&search_users=1">{$lang->lookup}</a>]]></template> +</tr>]]></template> + <template name="online_row_ip" version="1800"><![CDATA[<br /><span class="smalltext">{$lang->ip} {$user['ip']} {$lookup}</span>]]></template> + <template name="online_row_ip_lookup" version="1800"><![CDATA[<a href="modcp.php?action=ipsearch&ipaddress={$user['ip']}&search_users=1">{$lang->lookup}</a>]]></template> <template name="online_today" version="1800"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->online_today}</title> @@ -10808,11 +10221,11 @@ if(use_xmlhttprequest == "1") {$multipage} {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="online_today_row" version="1400"><![CDATA[<tr> <td align="center" class="trow1" width="50%">{$online['profilelink']}{$invisiblemark}</td> <td align="center" class="trow2" width="50%">{$onlinetime}</td> -</tr>]]></template> +</tr>]]></template> <template name="php_warnings" version="1400"><![CDATA[<table border="0" cellspacing="1" cellpadding="4" align="center" class="tborder"> <tr> <td class="tcat"> @@ -10822,7 +10235,7 @@ if(use_xmlhttprequest == "1") <tr> <td class="trow1"><span class="smalltext">{$this->warnings}</span><br /></td> </tr> -</table><br /><br />]]></template> +</table><br /><br />]]></template> <template name="polls_editpoll" version="1821"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->edit_poll}</title> @@ -10908,13 +10321,13 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="polls_editpoll_option" version="120"><![CDATA[<tr> <td>{$lang->option} {$counter}: </td> <td><input type="text" class="textbox" name="options[{$counter}]" value="{$option}" /></td> <td>{$lang->votes} </td> <td><input type="text" class="textbox" name="votes[{$counter}]" value="{$optionvotes}" /></td> -</tr>]]></template> +</tr>]]></template> <template name="polls_newpoll" version="1821"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->post_new_poll}</title> @@ -10981,11 +10394,11 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="polls_newpoll_option" version="120"><![CDATA[<tr> <td>{$lang->option} {$i}: </td> <td><input type="text" class="textbox" name="options[{$i}]" value="{$option}" size="25" /></td> -</tr>]]></template> +</tr>]]></template> <template name="polls_showresults" version="1800"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->poll_results}</title> @@ -11011,94 +10424,95 @@ if(use_xmlhttprequest == "1") </table> {$footer} </body> -</html>]]></template> - <template name="polls_showresults_resultbit" version="1822"><![CDATA[<tr> -<td class="{$optionbg} scaleimages" style="text-align: right;">{$option}{$votestar}</td> -<td class="{$optionbg}"><div class="progress"><div class="progress-bar bg-info" role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width: {$imagewidth}%" title="{$percent}%"><span class="percent">{$percent}%</span></div></div>{$userlist}</td> -<td class="{$optionbg}" style="text-align: center;">{$votes}</td> -<td class="{$optionbg}" style="text-align: center;">{$percent}%</td> -</tr>]]></template> - <template name="portal" version="1822"><![CDATA[<html> - <head> - <title>{$mybb->settings['bbname']}</title> - <link rel="alternate" type="application/rss+xml" title="{$lang->latest_announcements} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php?portal=1" /> - <link rel="alternate" type="application/atom+xml" title="{$lang->latest_announcements} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?portal=1&type=atom1.0" /> - {$headerinclude} - </head> - <body> - {$header} - <table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center"> - <tr> - <td valign="top" width="250" class="{$expthead}" style="{$expdisplay}" id="cat_96_e"> - {$welcome} - {$pms} - {$search} - {$stats} - {$whosonline} - {$latestthreads} - </td> - <td style="vertical-align:top" > - <div class="expcolimage" style="margin:0;float:left"> - <img src="{$theme['imgdir']}/collapse.png" id="cat_96_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /> - </div> - - </td> - <td valign="top"> - {$announcements} - {$multipage} - </td> - </tr> - </table> - {$footer} - </body> -</html>]]></template> - <template name="portal_announcement" version="1800"><![CDATA[<table cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> -<tr> -<td class="thead"><strong>{$icon} <a href="{$mybb->settings['bburl']}/{$announcement['threadlink']}">{$announcement['subject']}</a></strong></td> -</tr> -<tr> -<td class="trow2" align="right"> -<span class="smalltext">{$lang->posted_by} {$profilelink} - {$anndate} - {$lang->forum} <a href="{$mybb->settings['bburl']}/{$announcement['forumlink']}">{$announcement['forumname']}</a> {$numcomments}</span> -</td> -</tr> -<tr> -<td class="trow1"> -<table border="0" cellpadding="{$theme['tablespace']}" class="tfixed" style="width: 100%;"> +</html>]]></template> + <template name="polls_showresults_resultbit" version="1822"><![CDATA[<tr> +<td class="{$optionbg} scaleimages" style="text-align: right;">{$option}{$votestar}</td> +<td class="{$optionbg}"><div class="progress"><div class="progress-bar bg-info" role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width: {$imagewidth}%" title="{$percent}%"><span class="percent">{$percent}%</span></div></div>{$userlist}</td> +<td class="{$optionbg}" style="text-align: center;">{$votes}</td> +<td class="{$optionbg}" style="text-align: center;">{$percent}%</td> +</tr>]]></template> + <template name="portal" version="1829"><![CDATA[<html> + <head> + <title>{$mybb->settings['bbname']}</title> + <link rel="alternate" type="application/rss+xml" title="{$lang->latest_announcements} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php?portal=1" /> + <link rel="alternate" type="application/atom+xml" title="{$lang->latest_announcements} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?portal=1&type=atom1.0" /> + {$headerinclude} + </head> + <body> + {$header} + <table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center"> + <tr> + <td valign="top" width="250" class="{$expthead}" style="display:none" id="cat_96_e"> + <!--{$expdisplay}--> + {$welcome} + {$pms} + {$search} + {$stats} + {$whosonline} + {$latestthreads} + </td> + <td style="vertical-align:top" > + <div class="expcolimage" style="margin:0;float:left"> + <img src="{$theme['imgdir']}/collapse.png" id="cat_96_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /> + </div> + + </td> + <td valign="top"> + {$announcements} + {$multipage} + </td> + </tr> + </table> + {$footer} + </body> +</html>]]></template> + <template name="portal_announcement" version="1829"><![CDATA[<table cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder nothover"> + <tr> + <td class="thead"><strong>{$icon} <a href="{$mybb->settings['bburl']}/{$announcement['threadlink']}">{$announcement['subject']}</a></strong></td> + </tr> <tr> - {$avatar} - <td class="trow1 scaleimages"> - <p> - {$message} - </p> - {$post['attachments']} + <td class="trow2 nothover" align="right"> + <span class="smalltext">{$lang->posted_by} {$profilelink} - {$anndate} - {$lang->forum} <a href="{$mybb->settings['bburl']}/{$announcement['forumlink']}">{$announcement['forumname']}</a> {$numcomments}</span> </td> </tr> <tr> - <td align="right" colspan="2" valign="bottom"> - <span class="smalltext"> - <a href="{$mybb->settings['bburl']}/printthread.php?tid={$announcement['tid']}"><img src="{$theme['imgdir']}/printable.png" alt="{$lang->print_this_item}" title="{$lang->print_this_item}" /></a>{$senditem} - </span> + <td class="trow1 nothover"> + <table border="0" cellpadding="{$theme['tablespace']}" class="tfixed" style="width: 100%;"> + <tr> + <td class="trow1 nothover scaleimages" colspan="2"> + {$avatar} + <p> + {$message} + </p> + {$post['attachments']} + </td> + </tr> + <tr> + <td align="right" colspan="2" valign="bottom"> + <span class="smalltext"> + <a href="{$mybb->settings['bburl']}/printthread.php?tid={$announcement['tid']}"><img src="{$theme['imgdir']}/printable.png" alt="{$lang->print_this_item}" title="{$lang->print_this_item}" /></a>{$senditem} + </span> + </td> + </tr> + </table> </td> </tr> </table> -</td> -</tr> -</table> -<br />]]></template> - <template name="portal_announcement_avatar" version="1822"><![CDATA[<td class="trow1" style="text-align: center; vertical-align: top;width:15%" > - <img src="{$useravatar['image']}" alt="" {$useravatar['width_height']} style="border-radius: 50%;-webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);width:70%;height:auto" /> -</td>]]></template> - <template name="portal_announcement_icon" version="1800"><![CDATA[<img src="{$icon['path']}" alt="{$icon['name']}" title="{$icon['name']}" />]]></template> - <template name="portal_announcement_numcomments" version="1400"><![CDATA[- <a href="{$mybb->settings['bburl']}/{$announcement['threadlink']}">{$lang->replies}</a> ({$announcement['replies']})]]></template> - <template name="portal_announcement_numcomments_no" version="120"><![CDATA[- {$lang->no_replies}]]></template> - <template name="portal_announcement_send_item" version="1800"><![CDATA[ <a href="{$mybb->settings['bburl']}/sendthread.php?tid={$announcement['tid']}"><img src="{$theme['imgdir']}/send.png" alt="{$lang->send_to_friend}" title="{$lang->send_to_friend}" /></a>]]></template> +<br />]]></template> + <template name="portal_announcement_avatar" version="1829"><![CDATA[<div> + <img src="{$useravatar['image']}" alt="Auteur" {$useravatar['width_height']} class="imgportalavatar" > +</div>]]></template> + <template name="portal_announcement_icon" version="1800"><![CDATA[<img src="{$icon['path']}" alt="{$icon['name']}" title="{$icon['name']}" />]]></template> + <template name="portal_announcement_numcomments" version="1400"><![CDATA[- <a href="{$mybb->settings['bburl']}/{$announcement['threadlink']}">{$lang->replies}</a> ({$announcement['replies']})]]></template> + <template name="portal_announcement_numcomments_no" version="120"><![CDATA[- {$lang->no_replies}]]></template> + <template name="portal_announcement_send_item" version="1800"><![CDATA[ <a href="{$mybb->settings['bburl']}/sendthread.php?tid={$announcement['tid']}"><img src="{$theme['imgdir']}/send.png" alt="{$lang->send_to_friend}" title="{$lang->send_to_friend}" /></a>]]></template> <template name="portal_latestthreads" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong>{$lang->latest_threads}</strong></td> </tr> {$threadlist} </table> -<br />]]></template> +<br />]]></template> <template name="portal_latestthreads_thread" version="1812"><![CDATA[<tr> <td class="{$altbg}"> <strong><a href="{$mybb->settings['bburl']}/{$thread['threadlink']}" title="{$thread['fullsubject']}">{$thread['subject']}</a></strong> @@ -11110,7 +10524,7 @@ if(use_xmlhttprequest == "1") <strong>» </strong>{$lang->latest_threads_views} {$thread['views']} </span> </td> -</tr>]]></template> +</tr>]]></template> <template name="portal_pms" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong><a href="{$mybb->settings['bburl']}/private.php">{$lang->private_messages}</a></strong></td> @@ -11123,7 +10537,7 @@ if(use_xmlhttprequest == "1") </td> </tr> </table> -<br />]]></template> +<br />]]></template> <template name="portal_search" version="1822"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong>{$lang->search_forums}</strong></td> @@ -11144,7 +10558,7 @@ if(use_xmlhttprequest == "1") </td> </tr> </table> -<br />]]></template> +<br />]]></template> <template name="portal_stats" version="1400"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong>{$lang->forum_stats}</strong></td> @@ -11161,32 +10575,32 @@ if(use_xmlhttprequest == "1") </td> </tr> </table> -<br />]]></template> - <template name="portal_stats_nobody" version="1808"><![CDATA[<strong>{$lang->nobody}</strong>]]></template> - <template name="portal_welcome" version="1822"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> - <tr> - <td class="thead"><strong>{$lang->welcome}</strong></td> - </tr> - <tr> - <td class="trow1"> - {$welcometext} - </td> - </tr> -</table><br />]]></template> +<br />]]></template> + <template name="portal_stats_nobody" version="1808"><![CDATA[<strong>{$lang->nobody}</strong>]]></template> + <template name="portal_welcome" version="1822"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> + <tr> + <td class="thead"><strong>{$lang->welcome}</strong></td> + </tr> + <tr> + <td class="trow1"> + {$welcometext} + </td> + </tr> +</table><br />]]></template> <template name="portal_welcome_guesttext" version="1817"><![CDATA[<span class="smalltext">{$lang->guest_welcome_registration}</span><br /> <br /> <form method="post" action="{$mybb->settings['bburl']}/member.php"><input type="hidden" name="action" value="do_login" /><input type="hidden" name="url" value="{$portal_url}" /> {$username}<br /> <input type="text" class="textbox" name="username" value="" /><br /><br /> {$lang->password}<br /> <input type="password" class="textbox" name="password" value="" /><br /><br /> <label title="{$lang->remember_me_desc}"><input type="checkbox" class="checkbox" name="remember" value="yes" /> {$lang->remember_me}</label><br /><br /> -<br /><input type="submit" class="button" name="loginsubmit" value="{$lang->login}" /><input name="my_post_key" type="hidden" value="{$mybb->post_code}" /></form>]]></template> +<br /><input type="submit" class="button" name="loginsubmit" value="{$lang->login}" /><input name="my_post_key" type="hidden" value="{$mybb->post_code}" /></form>]]></template> <template name="portal_welcome_membertext" version="120"><![CDATA[<span class="smalltext"><em>{$lang->member_welcome_lastvisit}</em> {$lastvisit}<br /> {$lang->since_then}<br /> <strong>»</strong> {$lang->new_announcements}<br /> <strong>»</strong> {$lang->new_threads}<br /> <strong>»</strong> {$lang->new_posts}<br /><br /> <a href="{$mybb->settings['bburl']}/search.php?action=getnew">{$lang->view_new}</a><br /><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->view_todays}</a> -</span>]]></template> +</span>]]></template> <template name="portal_whosonline" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong>{$lang->online}</strong></td> @@ -11199,8 +10613,8 @@ if(use_xmlhttprequest == "1") </td> </tr> </table> -<br />]]></template> - <template name="portal_whosonline_memberbit" version="1818"><![CDATA[<a href="{$mybb->settings['bburl']}/{$user['profilelink']}">{$user['username']}</a>{$invisiblemark}]]></template> +<br />]]></template> + <template name="portal_whosonline_memberbit" version="1818"><![CDATA[<a href="{$mybb->settings['bburl']}/{$user['profilelink']}">{$user['username']}</a>{$invisiblemark}]]></template> <template name="postbit" version="1813"><![CDATA[{$ignore_bit}{$deleted_bit} <a name="pid{$post['pid']}" id="pid{$post['pid']}"></a> <div class="post {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}"> @@ -11246,33 +10660,24 @@ if(use_xmlhttprequest == "1") {$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']} </div> </div> -</div>]]></template> - <template name="postbit_attachments" version="1822"><![CDATA[<br /> -<br /> -<fieldset> -<legend><strong>{$lang->postbit_attachments}</strong></legend> -{$post['attachedthumbs']} -{$post['attachedimages']} -{$post['attachmentlist']} -</fieldset>]]></template> - <template name="postbit_attachments_attachment" version="1822"><![CDATA[<br />{$attachment['icon']} <a href="attachment.php?aid={$attachment['aid']}" target="_blank" title="{$attachdate}">{$attachment['filename']}</a> ({$lang->postbit_attachment_size} {$attachment['filesize']} / {$lang->postbit_attachment_downloads} {$attachment['downloads']})]]></template> - <template name="postbit_attachments_attachment_unapproved" version="1402"><![CDATA[<br /><strong>{$postbit_unapproved_attachments}</strong>]]></template> +</div>]]></template> + <template name="postbit_attachments_attachment" version="1822"><![CDATA[<br />{$attachment['icon']} <a href="attachment.php?aid={$attachment['aid']}" target="_blank" title="{$attachdate}">{$attachment['filename']}</a> ({$lang->postbit_attachment_size} {$attachment['filesize']} / {$lang->postbit_attachment_downloads} {$attachment['downloads']})]]></template> + <template name="postbit_attachments_attachment_unapproved" version="1402"><![CDATA[<br /><strong>{$postbit_unapproved_attachments}</strong>]]></template> <template name="postbit_attachments_images" version="120"><![CDATA[<span class="smalltext"><strong>{$lang->postbit_attachments_images}</strong></span><br /> {$post['imagelist']} -<br />]]></template> - <template name="postbit_attachments_images_image" version="1805"><![CDATA[<img src="attachment.php?aid={$attachment['aid']}" class="attachment" alt="" title="{$lang->postbit_attachment_filename} {$attachment['filename']} {$lang->postbit_attachment_size} {$attachment['filesize']} {$attachdate}" /> ]]></template> +<br />]]></template> <template name="postbit_attachments_thumbnails" version="120"><![CDATA[<span class="smalltext"><strong>{$lang->postbit_attachments_thumbnails}</strong></span><br /> {$post['thumblist']} -<br />]]></template> - <template name="postbit_attachments_thumbnails_thumbnail" version="1805"><![CDATA[<a href="attachment.php?aid={$attachment['aid']}" target="_blank"><img src="attachment.php?thumbnail={$attachment['aid']}" class="attachment" alt="" title="{$lang->postbit_attachment_filename} {$attachment['filename']} {$lang->postbit_attachment_size} {$attachment['filesize']} {$attachdate}" /></a> ]]></template> - <template name="postbit_author_guest" version="120"><![CDATA[ ]]></template> +<br />]]></template> + <template name="postbit_attachments_thumbnails_thumbnail" version="1805"><![CDATA[<a href="attachment.php?aid={$attachment['aid']}" target="_blank"><img src="attachment.php?thumbnail={$attachment['aid']}" class="attachment" alt="" title="{$lang->postbit_attachment_filename} {$attachment['filename']} {$lang->postbit_attachment_size} {$attachment['filesize']} {$attachdate}" /></a> ]]></template> + <template name="postbit_author_guest" version="120"><![CDATA[ ]]></template> <template name="postbit_author_user" version="1800"><![CDATA[ {$lang->postbit_posts} {$post['postnum']}<br /> {$lang->postbit_threads} {$post['threadnum']}<br /> {$lang->postbit_joined} {$post['userregdate']} - {$post['replink']}{$post['profilefield']}{$post['warninglevel']}]]></template> - <template name="postbit_avatar" version="1800"><![CDATA[<div class="author_avatar"><a href="{$post['profilelink_plain']}"><img src="{$useravatar['image']}" alt="" {$useravatar['width_height']} /></a></div>]]></template> - <template name="postbit_away" version="1800"><![CDATA[<a href="{$post['profilelink_plain']}" title="{$lang->postbit_status_away}"><img src="{$theme['imgdir']}/buddy_away.png" border="0" alt="{$lang->postbit_status_away}" class="buddy_status" /></a>]]></template> + {$post['replink']}{$post['profilefield']}{$post['warninglevel']}]]></template> + <template name="postbit_avatar" version="1800"><![CDATA[<div class="author_avatar"><a href="{$post['profilelink_plain']}"><img src="{$useravatar['image']}" alt="" {$useravatar['width_height']} /></a></div>]]></template> + <template name="postbit_away" version="1800"><![CDATA[<a href="{$post['profilelink_plain']}" title="{$lang->postbit_status_away}"><img src="{$theme['imgdir']}/buddy_away.png" border="0" alt="{$lang->postbit_status_away}" class="buddy_status" /></a>]]></template> <template name="postbit_classic" version="1813"><![CDATA[{$ignore_bit}{$deleted_bit} <a name="pid{$post['pid']}" id="pid{$post['pid']}"></a> <div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}"> @@ -11318,7 +10723,7 @@ if(use_xmlhttprequest == "1") {$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']} </div> </div> -</div>]]></template> +</div>]]></template> <template name="postbit_deleted" version="1809"><![CDATA[<div class="deleted_post_collapsed" id="deleted_post_{$post['pid']}"> <div class="deleted_post_author"><strong><span class="largetext">{$post['profilelink']}</span></strong></div> <div class="deleted_post_message"> @@ -11330,15 +10735,15 @@ if(use_xmlhttprequest == "1") </script> {$deleted_message} </div> -</div>]]></template> +</div>]]></template> <template name="postbit_deleted_member" version="1813"><![CDATA[<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a> <div class="post deleted_post_hidden" id="post_{$post['pid']}"> <div class="deleted_post_author"><strong><span class="largetext">{$post['profilelink']}</span></strong></div> <div class="post_content"> <em>{$lang->postbit_post_deleted}</em> </div> -</div>]]></template> - <template name="postbit_delete_pm" version="1800"><![CDATA[<a href="private.php?action=delete&pmid={$id}&my_post_key={$mybb->post_code}" title="{$lang->delete_title}" class="postbit_delete_pm"><span>{$lang->postbit_button_delete_pm}</span></a>]]></template> +</div>]]></template> + <template name="postbit_delete_pm" version="1800"><![CDATA[<a href="private.php?action=delete&pmid={$id}&my_post_key={$mybb->post_code}" title="{$lang->delete_title}" class="postbit_delete_pm"><span>{$lang->postbit_button_delete_pm}</span></a>]]></template> <template name="postbit_edit" version="1818"><![CDATA[<a href="editpost.php?pid={$post['pid']}" id="edit_post_{$post['pid']}" title="{$lang->postbit_edit}" class="postbit_edit postbit_mirage"><span>{$lang->postbit_button_edit}</span></a> <div id="edit_post_{$post['pid']}_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="javascript:void(0)" class="popup_item quick_edit_button" id="quick_edit_post_{$post['pid']}">{$lang->postbit_quick_edit}</a></div><div class="popup_item_container"><a href="editpost.php?pid={$post['pid']}" class="popup_item">{$lang->postbit_full_edit}</a></div></div> <script type="text/javascript"> @@ -11348,16 +10753,16 @@ if(use_xmlhttprequest == "1") $("#edit_post_{$post['pid']}").popupMenu(); } // --> -</script>]]></template> - <template name="postbit_editedby" version="1800"><![CDATA[<span class="edited_post">({$post['editnote']} {$post['editedprofilelink']}.{$editreason})</span>]]></template> - <template name="postbit_editedby_editreason" version="1800"><![CDATA[ <em>{$lang->postbit_editreason}: {$post['editreason']}</em>]]></template> - <template name="postbit_editreason" version="1813"><![CDATA[<div class="editreason" id="editreason_{$post['pid']}_original" style="display: none;"><label for="editreason">{$lang->postbit_editreason}:</label> <input type="text" class="textbox" style="margin: 6px 0;" name="editreason" size="40" maxlength="150" id="quickedit_{$post['pid']}_editreason_original" value="{$post['editreason']}" /><br /></div>]]></template> - <template name="postbit_email" version="1800"><![CDATA[<a href="member.php?action=emailuser&uid={$post['uid']}" title="{$lang->postbit_email}" class="postbit_email"><span>{$lang->postbit_button_email}</span></a>]]></template> - <template name="postbit_find" version="1800"><![CDATA[<a href="search.php?action=finduser&uid={$post['uid']}" title="{$lang->postbit_find}" class="postbit_find"><span>{$lang->postbit_button_find}</span></a>]]></template> - <template name="postbit_forward_pm" version="1800"><![CDATA[<a href="private.php?action=send&pmid={$id}&do=forward" title="{$lang->forward_title}" class="postbit_forward_pm"><span>{$lang->postbit_button_forward}</span></a>]]></template> - <template name="postbit_gotopost" version="1804"><![CDATA[ <a href="{$url}" class="quick_jump"></a>]]></template> - <template name="postbit_groupimage" version="120"><![CDATA[<img src="{$usergroup['image']}" alt="{$usergroup['title']}" title="{$usergroup['title']}" />]]></template> - <template name="postbit_icon" version="1800"><![CDATA[<img src="{$icon['path']}" alt="{$icon['name']}" title="{$icon['name']}" style="vertical-align: middle;" /> ]]></template> +</script>]]></template> + <template name="postbit_editedby" version="1800"><![CDATA[<span class="edited_post">({$post['editnote']} {$post['editedprofilelink']}.{$editreason})</span>]]></template> + <template name="postbit_editedby_editreason" version="1800"><![CDATA[ <em>{$lang->postbit_editreason}: {$post['editreason']}</em>]]></template> + <template name="postbit_editreason" version="1813"><![CDATA[<div class="editreason" id="editreason_{$post['pid']}_original" style="display: none;"><label for="editreason">{$lang->postbit_editreason}:</label> <input type="text" class="textbox" style="margin: 6px 0;" name="editreason" size="40" maxlength="150" id="quickedit_{$post['pid']}_editreason_original" value="{$post['editreason']}" /><br /></div>]]></template> + <template name="postbit_email" version="1800"><![CDATA[<a href="member.php?action=emailuser&uid={$post['uid']}" title="{$lang->postbit_email}" class="postbit_email"><span>{$lang->postbit_button_email}</span></a>]]></template> + <template name="postbit_find" version="1800"><![CDATA[<a href="search.php?action=finduser&uid={$post['uid']}" title="{$lang->postbit_find}" class="postbit_find"><span>{$lang->postbit_button_find}</span></a>]]></template> + <template name="postbit_forward_pm" version="1800"><![CDATA[<a href="private.php?action=send&pmid={$id}&do=forward" title="{$lang->forward_title}" class="postbit_forward_pm"><span>{$lang->postbit_button_forward}</span></a>]]></template> + <template name="postbit_gotopost" version="1804"><![CDATA[ <a href="{$url}" class="quick_jump"></a>]]></template> + <template name="postbit_groupimage" version="120"><![CDATA[<img src="{$usergroup['image']}" alt="{$usergroup['title']}" title="{$usergroup['title']}" />]]></template> + <template name="postbit_icon" version="1800"><![CDATA[<img src="{$icon['path']}" alt="{$icon['name']}" title="{$icon['name']}" style="vertical-align: middle;" /> ]]></template> <template name="postbit_ignored" version="1809"><![CDATA[<div class="ignored_post" id="ignored_post_{$post['pid']}"> <div class="ignored_post_author"><strong><span class="largetext">{$post['profilelink']}</span></strong></div> <div class="ignored_post_message"> @@ -11369,121 +10774,62 @@ if(use_xmlhttprequest == "1") </script> {$ignored_message} </div> -</div>]]></template> - <template name="postbit_inlinecheck" version="1800"><![CDATA[<input type="checkbox" class="checkbox" name="inlinemod_{$post['pid']}" id="inlinemod_{$post['pid']}" value="1" style="vertical-align: middle; margin: -2px 0 0 5px;" {$inlinecheck} />]]></template> - <template name="postbit_iplogged_hiden" version="1815"><![CDATA[{$lang->postbit_ipaddress} <a href="moderation.php?action={$action}&{$idtype}={$post[$idtype]}" onclick="MyBB.{$javascript}({$post[$idtype]}); return false;">{$lang->postbit_ipaddress_logged}</a>]]></template> - <template name="postbit_iplogged_show" version="1800"><![CDATA[{$lang->postbit_ipaddress} {$ipaddress}]]></template> +</div>]]></template> + <template name="postbit_inlinecheck" version="1800"><![CDATA[<input type="checkbox" class="checkbox" name="inlinemod_{$post['pid']}" id="inlinemod_{$post['pid']}" value="1" style="vertical-align: middle; margin: -2px 0 0 5px;" {$inlinecheck} />]]></template> + <template name="postbit_iplogged_hiden" version="1815"><![CDATA[{$lang->postbit_ipaddress} <a href="moderation.php?action={$action}&{$idtype}={$post[$idtype]}" onclick="MyBB.{$javascript}({$post[$idtype]}); return false;">{$lang->postbit_ipaddress_logged}</a>]]></template> + <template name="postbit_iplogged_show" version="1800"><![CDATA[{$lang->postbit_ipaddress} {$ipaddress}]]></template> <template name="postbit_multiquote" version="1818"><![CDATA[<a href="javascript:void(0)" onclick="Thread.multiQuote({$post['pid']}); return false;" style="display: none;" id="multiquote_link_{$post['pid']}" title="{$lang->postbit_multiquote}" class="postbit_multiquote postbit_mirage"><span id="multiquote_{$post['pid']}">{$lang->postbit_button_multiquote}</span></a> <script type="text/javascript"> //<!-- $('#multiquote_link_{$post['pid']}').css("display", ""); // --> -</script>]]></template> - <template name="postbit_offline" version="1800"><![CDATA[<img src="{$theme['imgdir']}/buddy_offline.png" title="{$lang->postbit_status_offline}" alt="{$lang->postbit_status_offline}" class="buddy_status" />]]></template> - <template name="postbit_online" version="1800"><![CDATA[<a href="online.php" title="{$lang->postbit_status_online}"><img src="{$theme['imgdir']}/buddy_online.png" border="0" alt="{$lang->postbit_status_online}" class="buddy_status" /></a>]]></template> - <template name="postbit_pm" version="1800"><![CDATA[<a href="private.php?action=send&uid={$post['uid']}" title="{$lang->postbit_pm}" class="postbit_pm"><span>{$lang->postbit_button_pm}</span></a>]]></template> +</script>]]></template> + <template name="postbit_offline" version="1800"><![CDATA[<img src="{$theme['imgdir']}/buddy_offline.png" title="{$lang->postbit_status_offline}" alt="{$lang->postbit_status_offline}" class="buddy_status" />]]></template> + <template name="postbit_online" version="1800"><![CDATA[<a href="online.php" title="{$lang->postbit_status_online}"><img src="{$theme['imgdir']}/buddy_online.png" border="0" alt="{$lang->postbit_status_online}" class="buddy_status" /></a>]]></template> + <template name="postbit_pm" version="1800"><![CDATA[<a href="private.php?action=send&uid={$post['uid']}" title="{$lang->postbit_pm}" class="postbit_pm"><span>{$lang->postbit_button_pm}</span></a>]]></template> <template name="postbit_posturl" version="1801"><![CDATA[<div class="float_right" style="vertical-align: top"> <strong><a href="{$post['postlink']}#pid{$post['pid']}" title="{$post['subject_title']}">#{$post_number}</a></strong> {$post['inlinecheck']} -</div>]]></template> - <template name="postbit_profilefield" version="1800"><![CDATA[<br />{$post['fieldname']}: {$post['fieldvalue']}]]></template> +</div>]]></template> + <template name="postbit_profilefield" version="1800"><![CDATA[<br />{$post['fieldname']}: {$post['fieldvalue']}]]></template> <template name="postbit_profilefield_multiselect" version="1800"><![CDATA[<ul style="margin: 0; padding-left: 15px;"> {$post['fieldvalue_option']} -</ul>]]></template> - <template name="postbit_profilefield_multiselect_value" version="1800"><![CDATA[<li style="margin-left: 0;">{$val}</li>]]></template> - <template name="postbit_purgespammer" version="1800"><![CDATA[<a href="moderation.php?action=purgespammer&uid={$post['uid']}" title="{$lang->postbit_purgespammer}" class="postbit_purgespammer"><span>{$lang->postbit_button_purgespammer}</span></a>]]></template> - <template name="postbit_quickdelete" version="1818"><![CDATA[<a href="editpost.php?pid={$post['pid']}" onclick="Thread.deletePost({$post['pid']}); return false;" id="quick_delete_{$post['pid']}" title="{$postbit_qdelete}" class="postbit_qdelete postbit_mirage"><span>{$lang->postbit_button_qdelete}</span></a>]]></template> - <template name="postbit_quickrestore" version="1818"><![CDATA[<a href="editpost.php?pid={$post['pid']}" onclick="Thread.restorePost({$post['pid']}); return false;" id="quick_restore_{$post['pid']}" title="{$postbit_qrestore}" class="postbit_qrestore"><span>{$lang->postbit_button_qrestore}</span></a>]]></template> - <template name="postbit_quote" version="1818"><![CDATA[<a href="newreply.php?tid={$tid}&replyto={$post['pid']}" title="{$lang->postbit_quote}" class="postbit_quote postbit_mirage"><span>{$lang->postbit_button_quote}</span></a>]]></template> - <template name="postbit_replyall_pm" version="1480"><![CDATA[<a href="private.php?action=send&pmid={$id}&do=replyall" title="{$lang->reply_to_all}" class="postbit_reply_all"><span>{$lang->postbit_button_reply_all}</span></a>]]></template> - <template name="postbit_reply_pm" version="1800"><![CDATA[<a href="private.php?action=send&pmid={$id}&do=reply" title="{$lang->reply_title}" class="postbit_reply_pm"><span>{$lang->postbit_button_reply_pm}</span></a>]]></template> - <template name="postbit_report" version="1809"><![CDATA[<a href="javascript:void(0)" onclick="Report.reportPost({$post['pid']}); return false;" title="{$lang->postbit_report}" class="postbit_report"><span>{$lang->postbit_button_report}</span></a>]]></template> - <template name="postbit_reputation" version="1400"><![CDATA[<br />{$lang->postbit_reputation} {$post['userreputation']}]]></template> - <template name="postbit_reputation_formatted" version="1800"><![CDATA[<strong class="{$reputation_class}">{$reputation}</strong>]]></template> - <template name="postbit_reputation_formatted_link" version="1800"><![CDATA[<a href="reputation.php?uid={$uid}"><strong class="{$reputation_class}">{$reputation}</strong></a>]]></template> - <template name="postbit_rep_button" version="1809"><![CDATA[<a href="javascript:void(0)" onclick="MyBB.reputation({$post['uid']},{$post['pid']}); return false;" title="{$lang->postbit_reputation_add}" class="postbit_reputation_add"><span>{$lang->postbit_button_reputation_add}</span></a>]]></template> +</ul>]]></template> + <template name="postbit_profilefield_multiselect_value" version="1800"><![CDATA[<li style="margin-left: 0;">{$val}</li>]]></template> + <template name="postbit_purgespammer" version="1800"><![CDATA[<a href="moderation.php?action=purgespammer&uid={$post['uid']}" title="{$lang->postbit_purgespammer}" class="postbit_purgespammer"><span>{$lang->postbit_button_purgespammer}</span></a>]]></template> + <template name="postbit_quickdelete" version="1818"><![CDATA[<a href="editpost.php?pid={$post['pid']}" onclick="Thread.deletePost({$post['pid']}); return false;" id="quick_delete_{$post['pid']}" title="{$postbit_qdelete}" class="postbit_qdelete postbit_mirage"><span>{$lang->postbit_button_qdelete}</span></a>]]></template> + <template name="postbit_quickrestore" version="1818"><![CDATA[<a href="editpost.php?pid={$post['pid']}" onclick="Thread.restorePost({$post['pid']}); return false;" id="quick_restore_{$post['pid']}" title="{$postbit_qrestore}" class="postbit_qrestore"><span>{$lang->postbit_button_qrestore}</span></a>]]></template> + <template name="postbit_quote" version="1818"><![CDATA[<a href="newreply.php?tid={$tid}&replyto={$post['pid']}" title="{$lang->postbit_quote}" class="postbit_quote postbit_mirage"><span>{$lang->postbit_button_quote}</span></a>]]></template> + <template name="postbit_replyall_pm" version="1480"><![CDATA[<a href="private.php?action=send&pmid={$id}&do=replyall" title="{$lang->reply_to_all}" class="postbit_reply_all"><span>{$lang->postbit_button_reply_all}</span></a>]]></template> + <template name="postbit_reply_pm" version="1800"><![CDATA[<a href="private.php?action=send&pmid={$id}&do=reply" title="{$lang->reply_title}" class="postbit_reply_pm"><span>{$lang->postbit_button_reply_pm}</span></a>]]></template> + <template name="postbit_report" version="1809"><![CDATA[<a href="javascript:void(0)" onclick="Report.reportPost({$post['pid']}); return false;" title="{$lang->postbit_report}" class="postbit_report"><span>{$lang->postbit_button_report}</span></a>]]></template> + <template name="postbit_reputation" version="1400"><![CDATA[<br />{$lang->postbit_reputation} {$post['userreputation']}]]></template> + <template name="postbit_reputation_formatted" version="1800"><![CDATA[<strong class="{$reputation_class}">{$reputation}</strong>]]></template> + <template name="postbit_reputation_formatted_link" version="1800"><![CDATA[<a href="reputation.php?uid={$uid}"><strong class="{$reputation_class}">{$reputation}</strong></a>]]></template> + <template name="postbit_rep_button" version="1809"><![CDATA[<a href="javascript:void(0)" onclick="MyBB.reputation({$post['uid']},{$post['pid']}); return false;" title="{$lang->postbit_reputation_add}" class="postbit_reputation_add"><span>{$lang->postbit_button_reputation_add}</span></a>]]></template> <template name="postbit_signature" version="1800"><![CDATA[<div class="signature scaleimages"> {$post['signature']} -</div>]]></template> - <template name="postbit_status" version="1813"><![CDATA[<span class="status_type">{$status_type}</span>]]></template> - <template name="postbit_userstar" version="1800"><![CDATA[<img src="{$post['starimage']}" border="0" alt="*" />]]></template> - <template name="postbit_warn" version="1800"><![CDATA[<a href="warnings.php?action=warn&uid={$post['uid']}&pid={$post['pid']}" title="{$lang->postbit_warn}" class="postbit_warn"><span>{$lang->postbit_button_warn}</span></a>]]></template> - <template name="postbit_warninglevel" version="1400"><![CDATA[<br />{$lang->postbit_warning_level} <a href="{$warning_link}">{$warning_level}</a>]]></template> - <template name="postbit_warninglevel_formatted" version="1800"><![CDATA[<span class="{$warning_class}">{$level}%</span>]]></template> - <template name="postbit_www" version="1813"><![CDATA[<a href="{$post['website']}" target="_blank" rel="noopener" title="{$lang->postbit_website}" class="postbit_website"><span>{$lang->postbit_button_website}</span></a>]]></template> +</div>]]></template> + <template name="postbit_status" version="1813"><![CDATA[<span class="status_type">{$status_type}</span>]]></template> + <template name="postbit_userstar" version="1800"><![CDATA[<img src="{$post['starimage']}" border="0" alt="*" />]]></template> + <template name="postbit_warn" version="1800"><![CDATA[<a href="warnings.php?action=warn&uid={$post['uid']}&pid={$post['pid']}" title="{$lang->postbit_warn}" class="postbit_warn"><span>{$lang->postbit_button_warn}</span></a>]]></template> + <template name="postbit_warninglevel" version="1400"><![CDATA[<br />{$lang->postbit_warning_level} <a href="{$warning_link}">{$warning_level}</a>]]></template> + <template name="postbit_warninglevel_formatted" version="1800"><![CDATA[<span class="{$warning_class}">{$level}%</span>]]></template> + <template name="postbit_www" version="1813"><![CDATA[<a href="{$post['website']}" target="_blank" rel="noopener" title="{$lang->postbit_website}" class="postbit_website"><span>{$lang->postbit_button_website}</span></a>]]></template> <template name="posticons" version="1800"><![CDATA[<tr> <td class="trow1" style="vertical-align: top"><strong>{$lang->post_icon}</strong><span class="smalltext"><label class="posticons_label"><input type="radio" class="radio" name="icon" value="-1"{$no_icons_checked} />{$lang->no_post_icon}</label></span></td> <td class="trow1" valign="top">{$iconlist}</td> -</tr>]]></template> - <template name="posticons_icon" version="1800"><![CDATA[<label class="posticons_label"><input type="radio" name="icon" value="{$dbicon['iid']}"{$checked} /> <img src="{$dbicon['path']}" alt="{$dbicon['name']}" title="{$dbicon['name']}" /></label>]]></template> - <template name="post_attachments" version="1822"><![CDATA[<br /> - <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> -<tr> - <td class="thead" colspan="3"><strong>{$lang->attachments}</strong></td> -</tr> -<tr> - <td class="tcat smalltext" colspan="3">{$lang->attach_quota} {$lang->attach_usage} {$link_viewattachments}</a></td> -</tr> -{$newattach} -{$attachments} -</table>]]></template> - <template name="post_attachments_add" version="1614"><![CDATA[<input type="submit" class="button" name="newattachment" value="{$lang->add_attachment}" tabindex="13" />]]></template> - <template name="post_attachments_attachment" version="1820"><![CDATA[<tr id="attachment_{$attachment['aid']}"> -<td class="trow2" width="1" align="center">{$attachment['icon']}</td> -<td class="trow2" width="60%" style="white-space: nowrap">{$attachment['filename']} ({$attachment['size']})</td> -<td class="trow2" style="white-space: nowrap; text-align: center;">{$attach_mod_options} {$attach_rem_options} {$postinsert}</td> -</tr>]]></template> - <template name="post_attachments_attachment_mod_approve" version="120"><![CDATA[<input type="submit" class="button" name="approveattach" value="{$lang->approve_attachment}" onclick="return Post.attachmentAction({$attachment['aid']},'approve');" />]]></template> - <template name="post_attachments_attachment_mod_unapprove" version="120"><![CDATA[<input type="submit" class="button" name="unapproveattach" value="{$lang->unapprove_attachment}" onclick="return Post.attachmentAction({$attachment['aid']},'unapprove');" />]]></template> - <template name="post_attachments_attachment_postinsert" version="1809"><![CDATA[<input type="button" class="button" name="insert" value="{$lang->insert_attachment_post}" onclick="$('#message').sceditor('instance').insertText('[attachment={$attachment['aid']}]'); return false;" />]]></template> - <template name="post_attachments_attachment_remove" version="1604"><![CDATA[<input type="submit" class="button" name="rem" value="{$lang->remove_attachment}" onclick="return Post.removeAttachment({$attachment['aid']});" />]]></template> - <template name="post_attachments_attachment_unapproved" version="120"><![CDATA[<tr> -<td class="trow_shaded" width="1" align="center">{$attachment['icon']}</td> -<td class="trow_shaded" style="white-space: nowrap"><em><a href="attachment.php?aid={$attachment['aid']}" target="_blank">{$attachment['filename']}</a> ({$attachment['size']})</em></td> -<td class="trow_shaded" style="white-space: nowrap; text-align: center;">{$attach_mod_options} <input type="submit" class="button" name="rem" value="{$lang->remove_attachment}" onclick="return Post.removeAttachment({$attachment['aid']});" /> {$postinsert}</td> -</tr>]]></template> - <template name="post_attachments_new" version="1818"><![CDATA[<tr> -<td class="trow1" width="1"><img src="{$theme['imgdir']}/paperclip.png" alt="" /></td> -<td class="trow1" style="white-space: nowrap"><strong>{$lang->new_attachment}</strong> <input type="file" name="attachments[]" size="30" class="fileupload" multiple="multiple" /></td> -<td class="trow1" style="white-space: nowrap" align="center">{$attach_update_options} {$attach_add_options}</td> -</tr>]]></template> - <template name="post_attachments_update" version="1604"><![CDATA[<input type="submit" class="button" name="updateattachment" value="{$lang->update_attachment}" tabindex="12" />]]></template> - <template name="post_attachments_viewlink" version="1816"><![CDATA[<a href="usercp.php?action=attachments">{$lang->view_attachments}</a>]]></template> - <template name="post_captcha" version="1821"><![CDATA[<tr id="captcha_trow"> -<td class="trow1" valign="top" width="350"><strong>{$lang->image_verification}</strong> -<br /> -<span class="smalltext">{$lang->verification_note}</span> -</td> -<td class="trow1"> -<script type="text/javascript"> -<!-- - lang.captcha_fetch_failure = "{$lang->captcha_fetch_failure}"; -// --> -</script> -<script type="text/javascript" src="{$mybb->asset_url}/jscripts/captcha.js?ver=1821"></script> -<table style="width: 300px; padding: 4px;"> - <tr> - <td style="vertical-align: middle;"><img src="{$mybb->settings['bburl']}/captcha.php?imagehash={$imagehash}" alt="{$lang->image_verification}" title="{$lang->image_verification}" id="captcha_img" /><br /><span style="color: red;" class="smalltext">{$lang->verification_subnote}</span> - </td> - </tr> - <tr> - <td> - <input type="text" class="textbox" name="imagestring" value="" id="imagestring" size="16" /><input type="hidden" name="imagehash" value="{$imagehash}" id="imagehash" /> - <script type="text/javascript"> - <!-- - if(use_xmlhttprequest == "1") - { - document.write('<input type="button" class="button" name="refresh" value="{$lang->refresh}" onclick="return captcha.refresh();" \/>'); - } - // --> - </script> - </td> - </tr> -</table> -</td> -</tr>]]></template> +</tr>]]></template> + <template name="posticons_icon" version="1800"><![CDATA[<label class="posticons_label"><input type="radio" name="icon" value="{$dbicon['iid']}"{$checked} /> <img src="{$dbicon['path']}" alt="{$dbicon['name']}" title="{$dbicon['name']}" /></label>]]></template> + <template name="post_attachments_add" version="1614"><![CDATA[<input type="submit" class="button" name="newattachment" value="{$lang->add_attachment}" tabindex="13" />]]></template> + <template name="post_attachments_attachment_mod_approve" version="1827"><![CDATA[<input type="submit" class="button" name="approveattach_{$attachment['aid']}" value="{$lang->approve_attachment}" onclick="return Post.attachmentAction({$attachment['aid']},'approve');" />]]></template> + <template name="post_attachments_attachment_mod_unapprove" version="1827"><![CDATA[<input type="submit" class="button" name="unapproveattach_{$attachment['aid']}" value="{$lang->unapprove_attachment}" onclick="return Post.attachmentAction({$attachment['aid']},'unapprove');" />]]></template> + <template name="post_attachments_attachment_postinsert" version="1809"><![CDATA[<input type="button" class="button" name="insert" value="{$lang->insert_attachment_post}" onclick="$('#message').sceditor('instance').insertText('[attachment={$attachment['aid']}]'); return false;" />]]></template> + <template name="post_attachments_attachment_remove" version="1827"><![CDATA[<input type="submit" class="button" name="rem_{$attachment['aid']}" value="{$lang->remove_attachment}" onclick="return Post.removeAttachment({$attachment['aid']});" />]]></template> + <template name="post_attachments_update" version="1604"><![CDATA[<input type="submit" class="button" name="updateattachment" value="{$lang->update_attachment}" tabindex="12" />]]></template> + <template name="post_attachments_viewlink" version="1816"><![CDATA[<a href="usercp.php?action=attachments">{$lang->view_attachments}</a>]]></template> <template name="post_captcha_hidden" version="1605"><![CDATA[<input type="hidden" name="{$hash}" value="{$field['hash']}" /> -<input type="hidden" name="{$string}" value="{$field['string']}" />]]></template> +<input type="hidden" name="{$string}" value="{$field['string']}" />]]></template> <template name="post_captcha_nocaptcha" version="1804"><![CDATA[<tr id="captcha_trow"> <td class="trow1" valign="top"><strong>{$lang->human_verification}</strong></td> <td class="trow1"> @@ -11496,7 +10842,7 @@ if(use_xmlhttprequest == "1") </tr> </table> </td> -</tr>]]></template> +</tr>]]></template> <template name="post_captcha_recaptcha_invisible" version="1821"><![CDATA[<br /> <script src="{$server}?onload=captchaOnloadCallback&render=explicit" async defer></script> <script type="text/javascript"> @@ -11532,27 +10878,18 @@ if(use_xmlhttprequest == "1") } -</script>]]></template> - <template name="post_javascript" version="1822"><![CDATA[ - <script type="text/javascript"> - lang.attachment_too_many_files = "{$lang->attachment_too_many_files}"; - lang.attachment_too_big_upload = "{$lang->attachment_too_big_upload}"; - php_max_upload_size = {$php_max_upload_size}; - php_max_file_uploads = {$php_max_file_uploads}; - </script> - <script type="text/javascript" src="{$mybb->asset_url}/jscripts/post.js?ver=1822"></script> - ]]></template> +</script>]]></template> <template name="post_prefixselect_multiple" version="1800"><![CDATA[<select name="threadprefix[]" multiple="multiple" size="5"> <option value="any"{$any_selected}>{$lang->any_prefix}</option> <option value="0"{$default_selected}>{$lang->no_prefix}</option> {$prefixselect_prefix} -</select>]]></template> - <template name="post_prefixselect_prefix" version="1800"><![CDATA[<option value="{$prefix['pid']}"{$selected}>{$prefix['prefix']}</option>]]></template> +</select>]]></template> + <template name="post_prefixselect_prefix" version="1800"><![CDATA[<option value="{$prefix['pid']}"{$selected}>{$prefix['prefix']}</option>]]></template> <template name="post_prefixselect_single" version="1800"><![CDATA[<select name="threadprefix"> <option value="0"{$default_selected}>{$lang->no_prefix}</option> {$prefixselect_prefix} -</select>]]></template> - <template name="post_savedraftbutton" version="120"><![CDATA[ <input type="submit" class="button" name="savedraft" value="{$lang->save_draft}" />]]></template> +</select>]]></template> + <template name="post_savedraftbutton" version="120"><![CDATA[ <input type="submit" class="button" name="savedraft" value="{$lang->save_draft}" />]]></template> <template name="post_subscription_method" version="1819"><![CDATA[<tr> <td class="{$bgcolor}" valign="top"><strong>{$lang->thread_subscription_method}</strong><br /> <span class="smalltext">{$lang->thread_subscription_method_desc}</span></td> @@ -11562,7 +10899,7 @@ if(use_xmlhttprequest == "1") <label><input type="radio" name="postoptions[subscriptionmethod]" {$emailsubscribe}value="email" style="vertical-align: middle;" /> {$lang->instant_email_subscribe}</label><br /> <label><input type="radio" name="postoptions[subscriptionmethod]" {$pmsubscribe}value="pm" style="vertical-align: middle;" /> {$lang->instant_pm_subscribe}</label><br /> </td> -</tr>]]></template> +</tr>]]></template> <template name="previewpost" version="1800"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed clear no_bottom_border"> <tr> <td class="thead"><strong>{$lang->post_preview}</strong></td> @@ -11575,7 +10912,7 @@ if(use_xmlhttprequest == "1") </td> </tr> </table> -<br />]]></template> +<br />]]></template> <template name="printthread" version="1813"><![CDATA[<html> <head> <title>{$thread['threadprefix']} {$thread['subject']} - {$lang->printable_version}</title> @@ -11606,18 +10943,18 @@ img { max-width: 100%; height: auto; } </tr> </table> </body> -</html>]]></template> - <template name="printthread_multipage" version="1800"><![CDATA[<div class="multipage">{$lang->pages} <strong>{$lang->archive_pages}</strong> {$mppage}</div>]]></template> - <template name="printthread_multipage_page" version="1800"><![CDATA[<a href="{$url}&page={$page}">{$page}</a>]]></template> - <template name="printthread_multipage_page_current" version="1800"><![CDATA[<strong>{$page}</strong>]]></template> - <template name="printthread_nav" version="1808"><![CDATA[+{$depth} {$lang->forum} {$forumnav['name']} (<i>{$mybb->settings['bburl']}/{$forumnav['link']}</i>)<br />]]></template> +</html>]]></template> + <template name="printthread_multipage" version="1800"><![CDATA[<div class="multipage">{$lang->pages} <strong>{$lang->archive_pages}</strong> {$mppage}</div>]]></template> + <template name="printthread_multipage_page" version="1800"><![CDATA[<a href="{$url}&page={$page}">{$page}</a>]]></template> + <template name="printthread_multipage_page_current" version="1800"><![CDATA[<strong>{$page}</strong>]]></template> + <template name="printthread_nav" version="1808"><![CDATA[+{$depth} {$lang->forum} {$forumnav['name']} (<i>{$mybb->settings['bburl']}/{$forumnav['link']}</i>)<br />]]></template> <template name="printthread_post" version="1800"><![CDATA[<strong>{$postrow['subject']}</strong> - {$postrow['profilelink']} - <strong>{$postrow['date']}</strong> <br /> <br /> {$postrow['message']} <br /> <br /> -<hr size="1" />]]></template> +<hr size="1" />]]></template> <template name="private" version="1820"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->private_messaging}</title> @@ -11675,128 +11012,11 @@ img { max-width: 100%; height: auto; } </table> {$footer} </body> -</html>]]></template> - <template name="private_advanced_search" version="1813"><![CDATA[<html> -<head> -<title>{$mybb->settings['bbname']} - {$lang->advanced_private_message_search}</title> -{$headerinclude} -</head> -<body> -{$header} -<form action="private.php" method="post" name="pmForm"> -<input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> -<input type="hidden" name="action" value="do_search" /> -<table width="100%" border="0" align="center"> -<tr> -{$usercpnav} -<td valign="top"> -<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> - <tr> - <td class="thead" colspan="2"><strong>{$lang->advanced_private_message_search}</strong></td> - </tr> - <tr> - <td class="tcat" colspan="2"><strong>{$lang->search_criteria}</strong></td> - </tr> - <tr> - <td class="trow1" width="20%"><strong><label for="keywords">{$lang->keywords}</label></strong></td> - <td class="trow1"> - <input type="text" class="textbox" name="keywords" id="keywords" size="35" maxlength="250" /> - <br /> - <span class="smalltext"> - <label><input type="checkbox" name="subject" checked="checked" value="1" /> {$lang->search_in_subject}</label><br /> - <label><input type="checkbox" name="message" checked="checked" value="1" /> {$lang->search_in_message}</label> - </span> - </td> - </tr> - <tr> - <td class="trow2"><strong><label for="sender">{$lang->sender}</label></strong></td> - <td class="trow2"><input type="text" class="textbox" name="sender" id="sender" size="35" maxlength="250" /></td> - </tr> - <tr> - <td class="trow1"><strong>{$lang->message_status}</strong></td> - <td class="trow1 smalltext"> - <label><input type="checkbox" name="status[new]" checked="checked" value="1" /> {$lang->message_status_new}</label><br /> - <label><input type="checkbox" name="status[replied]" checked="checked" value="1" /> {$lang->message_status_replied_to}</label><br /> - <label><input type="checkbox" name="status[forwarded]" checked="checked" value="1" /> {$lang->message_status_forwarded}</label><br /> - <label><input type="checkbox" name="status[read]" checked="checked" value="1" /> {$lang->message_status_read}</label> - </td> - </tr> - <tr> - <td class="trow2"><strong><label for="folder">{$lang->folder}</label></strong> - </td> - <td class="trow2"> - {$foldersearch} - </td> - </tr> - <tr> - <td class="tcat" colspan="2"><strong>{$lang->search_options}</strong></td> - </tr> - <tr> - <td class="trow1" width="20%"><strong><label for="sort">{$lang->sort_by}</label></strong></td> - - <td class="trow1"> - <select name="sort" id="sort"> - <option value="subject">{$lang->sort_by_subject}</option> - <option value="sender">{$lang->sort_by_sender}</option> - <option value="dateline" selected="selected">{$lang->sort_by_date}</option> - </select><br /> - <span class="smalltext"> - <input type="radio" class="radio" name="sortordr" id="order_asc" value="asc" /> <label for="order_asc">{$lang->ascending_order}</label><br /> - <input type="radio" class="radio" name="sortordr" id="order_desc" checked="checked" value="desc" /> <label for="order_desc">{$lang->descending_order}</label> - </span> - </td> - </tr> -</table> -<br /> -<div align="center"><input type="submit" value="{$lang->search_private_messages}" class="button" /></div> -</td> -</tr> -</table> -</form> -{$footer} -<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1807" /> -<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script> -<script type="text/javascript"> -<!-- -if(use_xmlhttprequest == "1") -{ - MyBB.select2(); - $("#sender").select2({ - placeholder: "{$lang->search_user}", - minimumInputLength: 2, - multiple: false, - ajax: { // instead of writing the function to execute the request we use Select2's convenient helper - url: "xmlhttp.php?action=get_users", - dataType: 'json', - data: function (term, page) { - return { - query: term, // search term - }; - }, - results: function (data, page) { // parse the results into the format expected by Select2. - // since we are using custom formatting functions we do not need to alter remote JSON data - return {results: data}; - } - }, - initSelection: function(element, callback) { - var value = $(element).val(); - if (value !== "") { - callback({ - id: value, - text: value - }); - } - } - }); -} -// --> -</script> -</body> -</html>]]></template> +</html>]]></template> <template name="private_advanced_search_folders" version="1800"><![CDATA[<select multiple="multiple" name="folder[]" id="folder"> <option selected="selected">{$lang->all_folders}</option> {$foldersearch_folder} -</select>]]></template> +</select>]]></template> <template name="private_archive" version="1400"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->archive_messages}</title> @@ -11849,16 +11069,16 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="private_archive_csv" version="120"><![CDATA[{$lang->export_date_sent},{$lang->export_folder},{$lang->export_subject},{$lang->export_to},{$lang->export_from},{$lang->export_message} -{$pmsdownload}]]></template> +{$pmsdownload}]]></template> <template name="private_archive_csv_message" version="1400"><![CDATA[{$senddate},"{$foldername}","{$message['subject']}","{$message['tousername']}","{$message['fromusername']}","{$message['message']}" -]]></template> +]]></template> <template name="private_archive_folders" version="1800"><![CDATA[<select name="exportfolders[]" multiple="multiple"> <option value="all" selected="selected">{$lang->all_folders}</option> {$folderlist_folder} -</select>]]></template> - <template name="private_archive_folders_folder" version="1800"><![CDATA[<option value="{$folder_id}">{$folder_name}</option>]]></template> +</select>]]></template> + <template name="private_archive_folders_folder" version="1800"><![CDATA[<option value="{$folder_id}">{$folder_name}</option>]]></template> <template name="private_archive_html" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->private_messages_for}</title> @@ -11879,13 +11099,13 @@ if(use_xmlhttprequest == "1") <td class="trow1" colspan="1">{$lang->exported_date}<br /><a href="{$mybb->settings['bburl']}">{$mybb->settings['bbname']}</a></td> </tr> </table> -</body>]]></template> +</body>]]></template> <template name="private_archive_html_folderhead" version="120"><![CDATA[</table> <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="tcat" colspan="2"><strong>{$lang->folder} {$foldername}</strong></td> -</tr>]]></template> +</tr>]]></template> <template name="private_archive_html_message" version="1801"><![CDATA[<tr> <td class="trow1"><strong>{$lang->subject} {$message['subject']}</strong><br /><em>{$lang->to} {$message['tousername']}<br />{$lang->from} {$message['fromusername']}<br />{$lang->sent} {$senddate}</em></td> </tr> @@ -11894,15 +11114,15 @@ if(use_xmlhttprequest == "1") </tr> <tr> <td class="tcat" height="3"> </td> -</tr>]]></template> +</tr>]]></template> <template name="private_archive_txt" version="120"><![CDATA[{$lang->private_messages_for} ({$lang->exported_date}) -{$pmsdownload}]]></template> +{$pmsdownload}]]></template> <template name="private_archive_txt_folderhead" version="120"><![CDATA[####################################################################### {$lang->folder} {$foldername} ####################################################################### -]]></template> +]]></template> <template name="private_archive_txt_message" version="120"><![CDATA[{$lang->subject} {$message['subject']} {$tofrom} {$tofromusername} {$lang->sent} {$senddate} @@ -11910,8 +11130,8 @@ if(use_xmlhttprequest == "1") {$message['message']} ------------------------------------------------------------------------ -]]></template> - <template name="private_composelink" version="1800"><![CDATA[ | <a href="private.php?action=send">{$lang->compose_message2}</a>]]></template> +]]></template> + <template name="private_composelink" version="1800"><![CDATA[ | <a href="private.php?action=send">{$lang->compose_message2}</a>]]></template> <template name="private_empty" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->empty_folders}</title> @@ -11953,13 +11173,13 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> - <template name="private_emptyexportlink" version="1800"><![CDATA[ | <a href="private.php?action=empty">{$lang->empty_folders2}</a> | <a href="private.php?action=export">{$lang->export_messages2}</a>]]></template> +</html>]]></template> + <template name="private_emptyexportlink" version="1800"><![CDATA[ | <a href="private.php?action=empty">{$lang->empty_folders2}</a> | <a href="private.php?action=export">{$lang->export_messages2}</a>]]></template> <template name="private_empty_folder" version="120"><![CDATA[<tr> <td class="trow1"><strong>{$foldername}</strong></td> <td class="trow1" align="center">{$foldercount}</td> <td class="trow1" align="center"><input type="checkbox" class="checkbox" name="empty[{$fid}]" value="1" /></td> -</tr>]]></template> +</tr>]]></template> <template name="private_folders" version="1800"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->pm_folders}</title> @@ -12003,97 +11223,50 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="private_folders_folder" version="120"><![CDATA[<tr> <td class="trow1"><input type="text" class="textbox" name="folder[{$fid}]" size="25" value="{$foldername}" maxlength="30" /></td> -</tr>]]></template> +</tr>]]></template> <template name="private_folders_folder_unremovable" version="1400"><![CDATA[<tr> <td class="trow1"><input type="text" class="textbox" name="folder[{$fid}]" size="25" value="{$foldername}" maxlength="30" /> <span class="smalltext">({$foldername2} - {$lang->cannot_be_removed})</span> </td> -</tr>]]></template> +</tr>]]></template> <template name="private_jump_folders" version="1800"><![CDATA[<select name="jumpto"> {$folderjump_folder} -</select>]]></template> - <template name="private_jump_folders_folder" version="1800"><![CDATA[<option value="{$folder_id}"{$sel}>{$folder_name}</option>]]></template> +</select>]]></template> + <template name="private_jump_folders_folder" version="1800"><![CDATA[<option value="{$folder_id}"{$sel}>{$folder_name}</option>]]></template> <template name="private_limitwarning" version="1800"><![CDATA[<div class="red_alert"> <strong>{$lang->reached_warning}</strong><br /> {$lang->reached_warning2} -</div>]]></template> - <template name="private_messagebit" version="1808"><![CDATA[<tr> - <td align="center" class="trow1" width="1%"><img src="{$theme['imgdir']}/{$msgstatus}.png" alt="{$msgalt}" title="{$msgalt}" /></td> - <td align="center" class="trow2" width="1%">{$icon}</td> - <td class="trow1" width="35%"><a class="{$msgstatus}" href="private.php?action=read&pmid={$message['pmid']}">{$message['subject']}</a>{$denyreceipt}</td> - <td align="center" class="trow2">{$tofromusername}</td> - <td class="trow1" align="right" style="white-space: nowrap"><span class="smalltext">{$senddate}</span></td> - <td class="trow2" align="center"><input type="checkbox" class="checkbox" name="check[{$message['pmid']}]" value="1" /></td> -</tr>]]></template> - <template name="private_messagebit_denyreceipt" version="120"><![CDATA[ <span class="smalltext"><a href="private.php?action=read&pmid={$message['pmid']}&denyreceipt=1">{$lang->deny_receipt}</a></span>]]></template> - <template name="private_messagebit_icon" version="1800"><![CDATA[<img src="{$icon['path']}" alt="{$icon['name']}" title="{$icon['name']}" align="center" valign="middle" />]]></template> +</div>]]></template> + <template name="private_messagebit_denyreceipt" version="120"><![CDATA[ <span class="smalltext"><a href="private.php?action=read&pmid={$message['pmid']}&denyreceipt=1">{$lang->deny_receipt}</a></span>]]></template> + <template name="private_messagebit_icon" version="1800"><![CDATA[<img src="{$icon['path']}" alt="{$icon['name']}" title="{$icon['name']}" align="center" valign="middle" />]]></template> <template name="private_messagebit_sep" version="1801"><![CDATA[<tr> <td class="tcat" align="center" colspan="6" height="1"> </td> </tr> - ]]></template> + ]]></template> <template name="private_move" version="1816"><![CDATA[<input type="hidden" value="{$from_fid}" name="fromfid" /> <select name="fid"> {$folderoplist_folder} -</select>]]></template> +</select>]]></template> <template name="private_multiple_recipients" version="1800"><![CDATA[<a href="private.php?action=read&pmid={$message['pmid']}" id="private_message_{$message['pmid']}">{$lang->multiple_recipients}</a> <div id="private_message_{$message['pmid']}_popup" class="popup_menu" style="display: none;"><div class="tcat"><strong>{$lang->to}</strong></div>{$to_users}{$bcc_users}</div> <script type="text/javascript"> <!-- $("#private_message_{$message['pmid']}").popupMenu(); // --> -</script>]]></template> - <template name="private_multiple_recipients_bcc" version="1400"><![CDATA[<div class="tcat"><strong>{$lang->bcc}</strong></div>]]></template> - <template name="private_multiple_recipients_user" version="1400"><![CDATA[<div class="popup_item_container"><a href="{$profilelink}" class="popup_item">{$username}</a></div>]]></template> +</script>]]></template> + <template name="private_multiple_recipients_bcc" version="1400"><![CDATA[<div class="tcat"><strong>{$lang->bcc}</strong></div>]]></template> + <template name="private_multiple_recipients_user" version="1400"><![CDATA[<div class="popup_item_container"><a href="{$profilelink}" class="popup_item">{$username}</a></div>]]></template> <template name="private_nomessages" version="120"><![CDATA[<tr> <td colspan="6" class="trow1">{$lang->nomessages}</td> -</tr>]]></template> - <template name="private_orderarrow" version="1820"><![CDATA[<span class="smalltext">[<a href="private.php?fid={$fid}&sortby={$sortby}&order={$oppsortnext}">{$oppsort}</a>]</span>]]></template> +</tr>]]></template> + <template name="private_orderarrow" version="1820"><![CDATA[<span class="smalltext">[<a href="private.php?fid={$fid}&sortby={$sortby}&order={$oppsortnext}">{$oppsort}</a>]</span>]]></template> <template name="private_pmspace" version="1800"><![CDATA[<span class="pmspace"> <span class="pmspace_container"><span class="pmspace_used {$spaceused_severity}" style="width: {$spaceused}px;"><span class="pmspace_text">{$overhalf} </span></span><span class="pmspace_unused" style="width: {$spaceused2}px;"><span class="pmspace_text">{$belowhalf} </span></span> </span> {$lang->pmspaceused} -</span>]]></template> - <template name="private_quickreply" version="1816"><![CDATA[<br /> -<form action="private.php" method="post" name="input"> - <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> - <input type="hidden" name="to" value="{$to}" /> - <input type="hidden" name="bcc" value="{$bcc_form_val}" /> - <input type="hidden" name="subject" value="Re: {$subject}" /> - <input type="hidden" name="action" value="do_send" /> - <input type="hidden" name="pmid" value="{$pmid}" /> - <input type="hidden" name="do" value="reply" /> - <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> - <thead> - <tr> - <td class="thead{$collapsedthead['quickreply']}" colspan="2"> - <div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['quickreply']}.png" id="quickreply_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div> - <div><strong>{$lang->quick_reply}</strong></div> - </td> - </tr> - </thead> - <tbody style="{$collapsed['quickreply_e']}" id="quickreply_e"> - <tr> - <td class="{$trow}" valign="top" width="22%"> - <strong>{$lang->message}</strong><br /> - <span class="smalltext">{$lang->message_note}<br /><br /> - <label><input type="checkbox" class="checkbox" name="options[signature]" value="1"{$optionschecked['signature']} {$postoptionschecked['signature']} /> <strong>{$lang->quickreply_signature}</strong></label><br /> - <label><input type="checkbox" class="checkbox" name="options[disablesmilies]" value="1"{$optionschecked['disablesmilies']} /> <strong>{$lang->quickreply_disable_smilies}</strong></label><br /> - <label><input type="checkbox" class="checkbox" name="options[savecopy]" value="1"{$optionschecked['savecopy']} /> <strong>{$lang->quickreply_save_copy}</strong></label>{$private_send_tracking}</span> - </td> - <td class="{$trow}"> - <div style="width: 95%"> - <textarea style="width: 100%; padding: 4px; margin: 0;" rows="8" cols="80" name="message" id="message" tabindex="1">{$quoted_message}</textarea> - </div> - </td> - </tr> - <tr> - <td colspan="2" align="center" class="tfoot"><input type="submit" class="button" value="{$lang->send_message}" tabindex="2" accesskey="s" /> <input type="submit" class="button" name="preview" value="{$lang->preview}" tabindex="3" /></td> - </tr> - </tbody> - </table> -</form>]]></template> +</span>]]></template> <template name="private_read" version="1820"><![CDATA[<html> <head> <title>{$lang->viewing_pm} {$pm['subject']}</title> @@ -12124,14 +11297,14 @@ if(use_xmlhttprequest == "1") </table> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="private_read_action" version="1400"><![CDATA[<tr> <td class="tcat" align="center"><strong>{$actioned_on}</strong></td> -</tr>]]></template> - <template name="private_read_bcc" version="1400"><![CDATA[<br />{$lang->bcc} {$bcc_recipients}]]></template> +</tr>]]></template> + <template name="private_read_bcc" version="1400"><![CDATA[<br />{$lang->bcc} {$bcc_recipients}]]></template> <template name="private_read_to" version="1400"><![CDATA[<br /> {$lang->to} {$to_recipients} -{$bcc}]]></template> +{$bcc}]]></template> <template name="private_search_messagebit" version="1808"><![CDATA[<tr> <td align="center" class="trow1" width="1%"><img src="{$theme['imgdir']}/{$msgstatus}.png" alt="{$msgalt}" title="{$msgalt}" /></td> <td align="center" class="trow2" width="1%">{$icon}</td> @@ -12141,7 +11314,7 @@ if(use_xmlhttprequest == "1") <td align="center" class="trow1"><a href="private.php?fid={$message['folder']}">{$foldername}</a></td> <td class="trow2" align="center" style="white-space: nowrap"><span class="smalltext">{$senddate}</span></td> <td class="trow1" align="center"><input type="checkbox" class="checkbox" name="check[{$message['pmid']}]" value="1" /></td> -</tr>]]></template> +</tr>]]></template> <template name="private_search_results" version="1813"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->private_messaging}</title> @@ -12184,203 +11357,25 @@ if(use_xmlhttprequest == "1") <span class="smalltext"> <strong>{$lang->jump_folder} {$folderjump} <input type="submit" class="button" name="hop" value="{$lang->go}" /> -</strong> -</span> -</div> -<input type="hidden" name="action" value="do_stuff" /> -</form> -<div class="float_left">{$multipage}</div> -</td> -</tr> -</table> -{$footer} -</body> -</html>]]></template> - <template name="private_search_results_nomessages" version="1600"><![CDATA[<tr> -<td colspan="7" class="trow1">{$lang->nomessages}</td> -</tr>]]></template> - <template name="private_send" version="1821"><![CDATA[<html> -<head> -<title>{$lang->compose_pm}</title> -{$headerinclude} -<script type="text/javascript" src="{$mybb->asset_url}/jscripts/usercp.js?ver=1821"></script> -</head> -<body> -{$header} -<form action="private.php" method="post" name="input"> -<input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> -<table width="100%" border="0" align="center"> -<tr> -{$usercpnav} -<td valign="top"> -{$preview} -{$send_errors} -<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> -<tr> -<td class="thead" colspan="2"><strong>{$lang->compose_pm}</strong></td> -</tr> -<tr> -<td class="trow1" valign="top" width="200"><strong>{$lang->compose_to}</strong> - <script type="text/javascript"> - <!-- - document.write('(<a href="javascript:void(0)" onclick="showBcc(); return false;" title="{$lang->compose_bcc_show_title}">{$lang->compose_bcc_show}<\/a>)'); - // --> - </script> - <br /><span class="smalltext">{$lang->separate_names}{$buddy_select_to}</span></td> -<td class="trow1" valign="top"><textarea name="to" id="to" rows="2" cols="38" tabindex="1" style="width: 450px;">{$to}</textarea>{$max_recipients}</td> -</tr> -<tr id="bcc_area"> -<td class="trow2" valign="top"><strong>{$lang->compose_bcc}</strong>{$buddy_select_bcc}</td> -<td class="trow2"><textarea name="bcc" id="bcc" rows="2" cols="38" tabindex="1" style="width: 450px;">{$bcc}</textarea></td> -</tr> -<tr> -<td class="trow1"><strong>{$lang->compose_subject}</strong></td> -<td class="trow1"><input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="3" /></td> -</tr> -{$posticons} -<tr> -<td class="trow2" valign="top"><strong>{$lang->compose_message}</strong>{$smilieinserter}</td> -<td class="trow2"> -<textarea name="message" id="message" rows="20" cols="70" tabindex="4">{$message}</textarea> -{$codebuttons} -</td> -</tr> -<tr> -<td class="trow1" valign="top"><strong>{$lang->compose_options}</strong></td> -<td class="trow1"><span class="smalltext"> -<label><input type="checkbox" class="checkbox" name="options[signature]" value="1" tabindex="5" {$optionschecked['signature']} />{$lang->options_sig}</label><br /> -<label><input type="checkbox" class="checkbox" name="options[disablesmilies]" value="1" tabindex="6" {$optionschecked['disablesmilies']} />{$lang->options_disable_smilies}</label><br /> -<label><input type="checkbox" class="checkbox" name="options[savecopy]" value="1" tabindex="7" {$optionschecked['savecopy']} />{$lang->options_save_copy}</label> -{$private_send_tracking} -</span></td> -</tr> -</table> -<br /> -<input type="hidden" name="action" value="do_send" /> -<input type="hidden" name="pmid" value="{$pmid}" /> -<input type="hidden" name="do" value="{$do}" /> -<div style="text-align: center;"> -<input type="submit" class="button" name="submit" value="{$lang->send_message}" tabindex="9" accesskey="s" /> -<input type="submit" class="button" name="saveasdraft" value="{$lang->save_draft}" tabindex="10" /> -<input type="submit" class="button" name="preview" value="{$lang->preview}" tabindex="11" /> -</div> -</td> -</tr> -</table> -</form> -{$footer} -<script type="text/javascript"> -<!-- - if($("#bcc_area").length > 0 && $("#bcc").val() == "") - { - $("#bcc_area").css("display", "none"); - } - - function showBcc() - { - if($("#bcc_area").css("display") == 'none') - { - $("#bcc_area").css("display", ""); - } - else - { - $("#bcc_area").css("display", "none"); - } - } -// --> -</script> -{$autocompletejs} +</strong> +</span> +</div> +<input type="hidden" name="action" value="do_stuff" /> +</form> +<div class="float_left">{$multipage}</div> +</td> +</tr> +</table> +{$footer} </body> -</html>]]></template> - <template name="private_send_autocomplete" version="1818"><![CDATA[<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1807"> -<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script> -<script type="text/javascript"> -<!-- -if(use_xmlhttprequest == "1") -{ - MyBB.select2(); - $("#to").select2({ - placeholder: "{$lang->search_user}", - minimumInputLength: 2, - maximumSelectionSize: {$mybb->usergroup['maxpmrecipients']}, - multiple: true, - ajax: { // instead of writing the function to execute the request we use Select2's convenient helper - url: "xmlhttp.php?action=get_users", - dataType: 'json', - data: function (term, page) { - return { - query: term, // search term - }; - }, - results: function (data, page) { // parse the results into the format expected by Select2. - // since we are using custom formatting functions we do not need to alter remote JSON data - return {results: data}; - } - }, - initSelection: function(element, callback) { - var query = $(element).val().replace(', ', ','); - if (query !== "") { - var newqueries = []; - exp_queries = query.split(","); - $.each(exp_queries, function(index, value ){ - if(value.replace(/\s/g, '') != "") - { - var newquery = { - id: value.replace(/,\s?/g, ", "), - text: value.replace(/,\s?/g, ", ") - }; - newqueries.push(newquery); - } - }); - callback(newqueries); - } - } - }); - - $("#bcc").select2({ - placeholder: "{$lang->search_user}", - minimumInputLength: 2, - maximumSelectionSize: {$mybb->usergroup['maxpmrecipients']}, - multiple: true, - ajax: { // instead of writing the function to execute the request we use Select2's convenient helper - url: "xmlhttp.php?action=get_users", - dataType: 'json', - data: function (term, page) { - return { - query: term, // search term - }; - }, - results: function (data, page) { // parse the results into the format expected by Select2. - // since we are using custom formatting functions we do not need to alter remote JSON data - return {results: data}; - } - }, - initSelection: function(element, callback) { - var query = $(element).val(); - if (query !== "") { - var newqueries = []; - exp_queries = query.split(","); - $.each(exp_queries, function(index, value ){ - if(value.replace(/\s/g, '') != "") - { - var newquery = { - id: value.replace(/,\s?/g, ", "), - text: value.replace(/,\s?/g, ", ") - }; - newqueries.push(newquery); - } - }); - callback(newqueries); - } - } - }); -} -// --> -</script>]]></template> +</html>]]></template> + <template name="private_search_results_nomessages" version="1600"><![CDATA[<tr> +<td colspan="7" class="trow1">{$lang->nomessages}</td> +</tr>]]></template> <template name="private_send_buddyselect" version="1809"><![CDATA[<script type="text/javascript"><!-- document.write('<br /><span class="smalltext"><a href="javascript:void(0)" onclick="UserCP.openBuddySelect(\'{$buddy_select}\'); return false;"><img src="{$theme['imgdir']}/buddies.png" alt="" style="vertical-align: middle;" alt="" title="{$lang->select_from_buddies}" /> {$lang->select_from_buddies}</a></span>'); -// --></script>]]></template> - <template name="private_send_tracking" version="1810"><![CDATA[<br /><label><input type="checkbox" class="checkbox" name="options[readreceipt]" value="1" tabindex="8" {$optionschecked['readreceipt']} />{$lang->options_read_receipt}</label>]]></template> +// --></script>]]></template> + <template name="private_send_tracking" version="1810"><![CDATA[<br /><label><input type="checkbox" class="checkbox" name="options[readreceipt]" value="1" tabindex="8" {$optionschecked['readreceipt']} />{$lang->options_read_receipt}</label>]]></template> <template name="private_tracking" version="1800"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->pm_tracking}</title> @@ -12432,56 +11427,56 @@ document.write('<br /><span class="smalltext"><a href="javascript:void(0)" oncli </td></tr></table> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="private_tracking_nomessage" version="1400"><![CDATA[<tr> <td align="center" class="trow1" colspan="5">{$lang->no_readmessages}</td> -</tr>]]></template> +</tr>]]></template> <template name="private_tracking_readmessage" version="1800"><![CDATA[<tr> <td align="center" class="trow1" width="1%"><img src="{$theme['imgdir']}/old_pm.png" alt="" /></td> <td class="trow2">{$readmessage['subject']}</td> <td class="trow1" align="center">{$readmessage['profilelink']}</td> <td class="trow2" align="right"><span class="smalltext">{$readdate}</span></td> <td class="trow1"><input type="checkbox" class="checkbox" name="readcheck[{$readmessage['pmid']}]" value="1" /></td> -</tr>]]></template> +</tr>]]></template> <template name="private_tracking_readmessage_stop" version="1800"><![CDATA[<tr> <td class="tfoot" align="right" colspan="5"><strong><input type="submit" class="button" name="stoptracking" value="{$lang->stop_tracking}" /> {$lang->selected_messages} / <a href="private.php?action=stopalltracking&my_post_key={$mybb->post_code}">{$lang->stop_tracking_all}</a></strong></td> -</tr>]]></template> +</tr>]]></template> <template name="private_tracking_unreadmessage" version="1800"><![CDATA[<tr> <td align="center" class="trow1" width="1%"><img src="{$theme['imgdir']}/new_pm.png" alt="" /></td> <td class="trow2">{$unreadmessage['subject']}</td> <td class="trow1" align="center">{$unreadmessage['profilelink']}</td> <td class="trow2" align="right"><span class="smalltext">{$senddate}</span></td> <td class="trow1"><input type="checkbox" class="checkbox" name="unreadcheck[{$unreadmessage['pmid']}]" value="1" /></td> -</tr>]]></template> +</tr>]]></template> <template name="private_tracking_unreadmessage_stop" version="1800"><![CDATA[<tr> <td class="tfoot" align="right" colspan="5"><strong><input type="submit" class="button" name="stoptrackingunread" value="{$lang->stop_tracking}" /> / <input type="submit" class="button" name="cancel" value="{$lang->delete}" /> {$lang->selected_messages}</strong></td> -</tr>]]></template> - <template name="redirect" version="1822"><![CDATA[<html> - <head> - <title>{$title}</title> - <meta http-equiv="refresh" content="2;URL={$url}" /> - {$headerinclude} - </head> - <body> - <br /> - <br /> - <br /> - <br /> - <div style="margin: auto auto; width: {$lang->redirect_width}" align="center"> - <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> - <tr> - <td class="thead"><strong>{$title}</strong></td> - </tr> - <tr> - <td class="trow1" align="center"><p>{$message}</p></td> - </tr> - <tr> - <td class="trow2" align="right"><a href="{$url}"><span class="smalltext">{$lang->click_no_wait}</span></a></td> - </tr> - </table> - </div> - </body> -</html>]]></template> +</tr>]]></template> + <template name="redirect" version="1822"><![CDATA[<html> + <head> + <title>{$title}</title> + <meta http-equiv="refresh" content="2;URL={$url}" /> + {$headerinclude} + </head> + <body> + <br /> + <br /> + <br /> + <br /> + <div style="margin: auto auto; width: {$lang->redirect_width}" align="center"> + <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> + <tr> + <td class="thead"><strong>{$title}</strong></td> + </tr> + <tr> + <td class="trow1" align="center"><p>{$message}</p></td> + </tr> + <tr> + <td class="trow2" align="right"><a href="{$url}"><span class="smalltext">{$lang->click_no_wait}</span></a></td> + </tr> + </table> + </div> + </body> +</html>]]></template> <template name="report" version="1821"><![CDATA[<div class="modal"> <div style="overflow-y: auto; max-height: 400px;" class="modal_{$id}"> <form action="report.php" method="post" class="reportData_{$id}" onsubmit="return Report.submitReport({$id});"> @@ -12521,16 +11516,16 @@ document.write('<br /><span class="smalltext"><a href="javascript:void(0)" oncli // --> </script> </div> -</div>]]></template> +</div>]]></template> <template name="report_duplicate" version="1800"><![CDATA[<tr> <td class="trow1">{$lang->error_report_duplicate}</td> </tr> <tr> <td class="tfoot"><input type="submit" class="button" value="{$report_title}" /></td> -</tr>]]></template> +</tr>]]></template> <template name="report_error" version="1800"><![CDATA[<tr> <td colspan="2" class="trow1">{$error}</td> -</tr>]]></template> +</tr>]]></template> <template name="report_error_nomodal" version="1807"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="2"><strong>{$report_title}</strong></td> @@ -12541,8 +11536,8 @@ document.write('<br /><span class="smalltext"><a href="javascript:void(0)" oncli <tr> <td colspan="2" class="trow1">{$error}</td> </tr> -</table>]]></template> - <template name="report_reason" version="1808"><![CDATA[<option value="{$reason['rid']}" data-extra="{$reason['extra']}">{$reason['title']}</option>]]></template> +</table>]]></template> + <template name="report_reason" version="1808"><![CDATA[<option value="{$reason['rid']}" data-extra="{$reason['extra']}">{$reason['title']}</option>]]></template> <template name="report_reasons" version="1808"><![CDATA[<tr> <td class="trow1" align="left" style="width: 25%"><span class="smalltext"><strong>{$lang->report_reason}</strong></span></td> <td class="trow1" align="left"> @@ -12560,7 +11555,7 @@ document.write('<br /><span class="smalltext"><a href="javascript:void(0)" oncli </tr> <tr> <td colspan="2" class="tfoot"><input type="submit" class="button" value="{$report_title}" /></td> -</tr>]]></template> +</tr>]]></template> <template name="report_thanks" version="1800"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead"><strong>{$report_title}</strong></td> @@ -12571,7 +11566,7 @@ document.write('<br /><span class="smalltext"><a href="javascript:void(0)" oncli <tr> <td class="trow1">{$lang->success_report_voted}</td> </tr> -</table>]]></template> +</table>]]></template> <template name="reputation" version="1820"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->reputation_report}</title> @@ -12671,7 +11666,7 @@ document.write('<br /><span class="smalltext"><a href="javascript:void(0)" oncli {$multipage} {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="reputation_add" version="1816"><![CDATA[<div class="modal"> <div style="overflow-y: auto; max-height: 400px;" class="modal_{$user['uid']}_{$reputation_pid}"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> @@ -12704,7 +11699,7 @@ document.write('<br /><span class="smalltext"><a href="javascript:void(0)" oncli </tr> </table> </div> -</div>]]></template> +</div>]]></template> <template name="reputation_added" version="1800"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="trow1" style="padding: 20px"> @@ -12712,9 +11707,9 @@ document.write('<br /><span class="smalltext"><a href="javascript:void(0)" oncli <blockquote>{$lang->vote_added_message}</blockquote> </td> </tr> -</table>]]></template> - <template name="reputation_addlink" version="1809"><![CDATA[<div class="float_right" style="padding-bottom: 4px;"><a href="javascript:void(0)" onclick="MyBB.reputation({$user['uid']}); return false;" class="button rate_user_button"><span>{$lang->rate_user}</span></a></div>]]></template> - <template name="reputation_add_delete" version="1816"><![CDATA[<input type="button" class="button" name="delete" value="{$lang->delete_vote}" onclick="return MyBB.submitReputation({$user['uid']}, {$reputation_pid}, 1);" />]]></template> +</table>]]></template> + <template name="reputation_addlink" version="1809"><![CDATA[<div class="float_right" style="padding-bottom: 4px;"><a href="javascript:void(0)" onclick="MyBB.reputation({$user['uid']}); return false;" class="button rate_user_button"><span>{$lang->rate_user}</span></a></div>]]></template> + <template name="reputation_add_delete" version="1816"><![CDATA[<input type="button" class="button" name="delete" value="{$lang->delete_vote}" onclick="return MyBB.submitReputation({$user['uid']}, {$reputation_pid}, 1);" />]]></template> <template name="reputation_add_error" version="1800"><![CDATA[<div class="modal"> <div style="overflow-y: auto; max-height: 400px;"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> @@ -12726,7 +11721,7 @@ document.write('<br /><span class="smalltext"><a href="javascript:void(0)" oncli </tr> </table> </div> -</div>]]></template> +</div>]]></template> <template name="reputation_add_error_nomodal" version="1800"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="trow1" style="padding: 20px"> @@ -12734,11 +11729,11 @@ document.write('<br /><span class="smalltext"><a href="javascript:void(0)" oncli <blockquote>{$message}</blockquote> </td> </tr> -</table>]]></template> - <template name="reputation_add_negative" version="1809"><![CDATA[ <option value="{$neg_value}" class="reputation_negative" onclick="$('#reputation').attr('class', 'reputation_negative');"{$vote_check[$neg_value]}>{$negative_title}</option>]]></template> - <template name="reputation_add_neutral" version="1809"><![CDATA[ <option value="0" class="reputation_neutral" onclick="$('#reputation').attr('class', 'reputation_neutral');"{$vote_check[0]}>{$lang->power_neutral}</option>]]></template> +</table>]]></template> + <template name="reputation_add_negative" version="1809"><![CDATA[ <option value="{$neg_value}" class="reputation_negative" onclick="$('#reputation').attr('class', 'reputation_negative');"{$vote_check[$neg_value]}>{$negative_title}</option>]]></template> + <template name="reputation_add_neutral" version="1809"><![CDATA[ <option value="0" class="reputation_neutral" onclick="$('#reputation').attr('class', 'reputation_neutral');"{$vote_check[0]}>{$lang->power_neutral}</option>]]></template> <template name="reputation_add_positive" version="1809"><![CDATA[ <option value="{$value}" class="reputation_positive" onclick="$('#reputation').attr('class', 'reputation_positive');"{$vote_check[$value]}>{$positive_title}</option> -{$positive_power}]]></template> +{$positive_power}]]></template> <template name="reputation_deleted" version="1800"><![CDATA[ <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> @@ -12747,10 +11742,10 @@ document.write('<br /><span class="smalltext"><a href="javascript:void(0)" oncli <blockquote>{$lang->vote_deleted_message}</blockquote> </td> </tr> -</table>]]></template> +</table>]]></template> <template name="reputation_no_votes" version="120"><![CDATA[<tr> <td class="trow1" style="text-align: center;">{$lang->no_reputation_votes}</td> -</tr>]]></template> +</tr>]]></template> <template name="reputation_vote" version="1800"><![CDATA[<tr> <td class="trow1 {$status_class}" id="rid{$reputation_vote['rid']}"> {$report_link}{$delete_link} @@ -12758,142 +11753,21 @@ document.write('<br /><span class="smalltext"><a href="javascript:void(0)" oncli <br /> <strong class="{$vote_type_class}">{$vote_type} {$vote_reputation}:</strong> {$reputation_vote['comments']} </td> -</tr>]]></template> +</tr>]]></template> <template name="reputation_vote_delete" version="1800"><![CDATA[ <div class="float_right postbit_buttons"> <a href="reputation.php?action=delete&uid={$reputation_vote['rated_uid']}&rid={$reputation_vote['rid']}&my_post_key={$mybb->post_code}" onclick="MyBB.deleteReputation({$reputation_vote['rated_uid']}, {$reputation_vote['rid']}); return false;" class="postbit_qdelete"><span>{$lang->delete_vote}</span></a> </div> - ]]></template> + ]]></template> <template name="reputation_vote_report" version="1809"><![CDATA[ <div class="float_right postbit_buttons"> <a href="javascript:void(0)" onclick="Report.reportReputation({$reputation_vote['rid']}); return false;" class="postbit_report"><span>{$lang->report_vote}</span></a> </div> - ]]></template> - <template name="search" version="1822"><![CDATA[<html> -<head> -<title>{$mybb->settings['bbname']} - {$lang->search}</title> -{$headerinclude} -</head> -<body> -{$header} -<form action="search.php"> -<input type="hidden" name="action" value="do_search" /> -<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> -<tr> -<td colspan="2" class="thead"><strong>{$lang->search}</strong></td> -</tr> -<tr> -<td class="tcat" width="50%"><strong>{$lang->search_keyword}</strong></td> -<td class="tcat" width="50%"><strong>{$lang->search_username}</strong></td> -</tr> -<tr> -<td class="trow1"> -<table><tr> -<td valign="top"><input type="text" class="textbox" name="keywords" size="35" maxlength="250" /></td> -</tr> -<tr> -<td> -<span class="smalltext"><input type="radio" class="radio" name="postthread" value="1" checked="checked" />{$lang->search_entire_post}<br /><input type="radio" class="radio" name="postthread" value="2" />{$lang->search_titles_only}</span></td> -</tr></table> -</td> -<td class="trow1"> -<input type="text" class="textbox" id="author" name="author" size="35" maxlength="{$mybb->settings['maxnamelength']}" /><br /><span class="smalltext"><input type="checkbox" class="checkbox" name="matchusername" value="1" checked="checked" /> {$lang->match_username}</span> -</td> -</tr> -<tr> -<td class="tcat"><strong>{$lang->search_forums}</strong></td> -<td class="tcat"><strong>{$lang->search_options}</strong></td> -</tr> -<tr> -<td class="trow1 no_bottom_border" rowspan="{$rowspan}">{$srchlist}</td> -<td class="trow1"> -<select name="findthreadst"> -<option value="1">{$lang->threads_at_least}</option> -<option value="2">{$lang->threads_at_most}</option> -</select> <input type="text" class="textbox" name="numreplies" size="2" maxlength="4" /> {$lang->replies2}<br /> -<br /> -<select name="postdate"> -<option value="0">{$lang->find_anydate}</option> -<option value="1">{$lang->find_yesterday}</option> -<option value="7">{$lang->find_lastweek}</option> -<option value="14">{$lang->find_2weeks}</option> -<option value="30">{$lang->find_month}</option> -<option value="90">{$lang->find_3months}</option> -<option value="180">{$lang->find_6months}</option> -<option value="365">{$lang->find_year}</option> -</select> <input type="radio" class="radio" name="pddir" value="1" checked="checked" />{$lang->and_newer} <input type="radio" class="radio" name="pddir" value="0" />{$lang->and_older}<br /> -<br /> -{$prefixselect} -</td> -</tr> -<tr> -<td class="tcat"><strong>{$lang->sorting_options}</strong></td> -</tr> -<tr> -<td class="trow1"> -<select name="sortby"> -<option value="lastpost">{$lang->sort_lastpost}</option> -<option value="starter">{$lang->sort_author}</option> -<option value="forum">{$lang->sort_forum}</option> -<option value="views">{$lang->sort_views}</option> -<option value="replies">{$lang->sort_replies}</option> -</select> {$lang->sort_in} <input type="radio" class="radio" name="sortordr" value="asc" />{$lang->sort_asc} <input type="radio" class="radio" name="sortordr" value="desc" checked="checked" />{$lang->sort_desc} {$lang->sort_order} -</td> -</tr> -<tr> -<td class="tcat"><strong>{$lang->display_options}</strong></td> -</tr> -<tr> -<td class="trow1">{$lang->show_results_as} <input type="radio" class="radio" name="showresults" value="threads" checked="checked" />{$lang->show_results_threads} <input type="radio" class="radio" name="showresults" value="posts" />{$lang->show_results_posts}</td> -</tr> -{$moderator_options} -</table> -<div align="center"><br /><input type="submit" class="button" name="submit" value="{$lang->search}" /></div> -</form> -{$footer} -<link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1807"> -<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script> -<script type="text/javascript"> -<!-- -if(use_xmlhttprequest == "1") -{ - MyBB.select2(); - $("#author").select2({ - placeholder: "{$lang->search_user}", - minimumInputLength: 2, - multiple: false, - ajax: { // instead of writing the function to execute the request we use Select2's convenient helper - url: "xmlhttp.php?action=get_users", - dataType: 'json', - data: function (term, page) { - return { - query: term, // search term - }; - }, - results: function (data, page) { // parse the results into the format expected by Select2. - // since we are using custom formatting functions we do not need to alter remote JSON data - return {results: data}; - } - }, - initSelection: function(element, callback) { - var value = $(element).val(); - if (value !== "") { - callback({ - id: value, - text: value - }); - } - }, - }); -} -// --> -</script> -</body> -</html>]]></template> + ]]></template> <template name="search_forumlist" version="1800"><![CDATA[<select name="forums[]" size="20" multiple="multiple"> <option value="all" selected="selected">{$lang->search_all_forums}</option> <option value="all">----------------------</option> {$forumlistbits} -</select>]]></template> - <template name="search_forumlist_forum" version="1800"><![CDATA[<option value="{$forum['fid']}">{$depth} {$forum['name']}</option>]]></template> +</select>]]></template> + <template name="search_forumlist_forum" version="1800"><![CDATA[<option value="{$forum['fid']}">{$depth} {$forum['name']}</option>]]></template> <template name="search_moderator_options" version="1801"><![CDATA[<tr> <td class="tcat"><strong>{$lang->mod_options}</strong></td> </tr> @@ -12906,17 +11780,17 @@ if(use_xmlhttprequest == "1") <option value="-1">{$lang->display_only_softdeleted}</option> </select> {$lang->results} </td> -</tr>]]></template> - <template name="search_orderarrow" version="120"><![CDATA[<span class="smalltext">[<a href="{$sorturl}&sortby={$sortby}&order={$oppsortnext}">{$oppsort}</a>]</span>]]></template> +</tr>]]></template> + <template name="search_orderarrow" version="120"><![CDATA[<span class="smalltext">[<a href="{$sorturl}&sortby={$sortby}&order={$oppsortnext}">{$oppsort}</a>]</span>]]></template> <template name="search_posts_inlinemoderation_selectall" version="1809"><![CDATA[<tr id="selectAllrow" class="hiddenrow"> <td colspan="9" class="selectall">{$lang->page_selected} <a href="javascript:void(0)" onclick='inlineModeration.selectAll(); return false;'>{$lang->select_all}</a></td> </tr> <tr id="allSelectedrow" class="hiddenrow"> <td colspan="9" class="selectall">{$lang->all_selected} <a href="javascript:void(0)" onclick='inlineModeration.clearChecked(); return false;'>{$lang->clear_selection}</a></td> -</tr>]]></template> - <template name="search_results_icon" version="1800"><![CDATA[<img src="{$posticon['path']}" alt="{$posticon['name']}" title="{$posticon['name']}" />]]></template> - <template name="search_results_inlinemodcol" version="1809"><![CDATA[<td class="tcat" align="center" width="1"><input type="checkbox" name="allbox" onclick="inlineModeration.checkAll(this);" /></td>]]></template> - <template name="search_results_inlinemodcol_empty" version="1813"><![CDATA[<td class="tcat" align="center" width="1"></td>]]></template> +</tr>]]></template> + <template name="search_results_icon" version="1800"><![CDATA[<img src="{$posticon['path']}" alt="{$posticon['name']}" title="{$posticon['name']}" />]]></template> + <template name="search_results_inlinemodcol" version="1809"><![CDATA[<td class="tcat" align="center" width="1"><input type="checkbox" name="allbox" onclick="inlineModeration.checkAll(this);" /></td>]]></template> + <template name="search_results_inlinemodcol_empty" version="1813"><![CDATA[<td class="tcat" align="center" width="1"></td>]]></template> <template name="search_results_posts" version="1600"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->search_results}</title> @@ -12955,9 +11829,9 @@ if(use_xmlhttprequest == "1") </table> {$footer} </body> -</html>]]></template> - <template name="search_results_posts_forumlink" version="1808"><![CDATA[<a href="{$post['forumlink_link']}">{$post['forumlink_name']}</a>]]></template> - <template name="search_results_posts_inlinecheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="inlinemod_{$post['pid']}" id="inlinemod_{$post['pid']}" value="1" style="vertical-align: middle;" {$inlinecheck} /></td>]]></template> +</html>]]></template> + <template name="search_results_posts_forumlink" version="1808"><![CDATA[<a href="{$post['forumlink_link']}">{$post['forumlink_name']}</a>]]></template> + <template name="search_results_posts_inlinecheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="inlinemod_{$post['pid']}" id="inlinemod_{$post['pid']}" value="1" style="vertical-align: middle;" {$inlinecheck} /></td>]]></template> <template name="search_results_posts_inlinemoderation" version="1821"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1821"></script> <form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> @@ -12990,10 +11864,10 @@ if(use_xmlhttprequest == "1") var inlineType = "search"; var inlineId = "{$sid}"; // --> -</script><br />]]></template> - <template name="search_results_posts_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customposttools}</optgroup>]]></template> - <template name="search_results_posts_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template> - <template name="search_results_posts_nocheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap"> </td>]]></template> +</script><br />]]></template> + <template name="search_results_posts_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customposttools}</optgroup>]]></template> + <template name="search_results_posts_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template> + <template name="search_results_posts_nocheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap"> </td>]]></template> <template name="search_results_posts_post" version="1813"><![CDATA[<tr class="inline_row"> <td align="center" class="{$bgcolor}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}"> </span></td> <td align="center" class="{$bgcolor}" width="2%">{$icon}</td> @@ -13010,7 +11884,7 @@ if(use_xmlhttprequest == "1") <td align="center" class="{$bgcolor}">{$post['thread_views']}</td> <td class="{$bgcolor}" style="white-space: nowrap; text-align: center;"><span class="smalltext">{$posted}</span></td> {$inline_mod_checkbox} -</tr>]]></template> +</tr>]]></template> <template name="search_results_threads" version="1600"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->search_results}</title> @@ -13049,9 +11923,9 @@ if(use_xmlhttprequest == "1") </table> {$footer} </body> - </html>]]></template> - <template name="search_results_threads_forumlink" version="1808"><![CDATA[<a href="{$thread['forumlink_link']}">{$thread['forumlink_name']}</a>]]></template> - <template name="search_results_threads_inlinecheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="inlinemod_{$thread['tid']}" id="inlinemod_{$thread['tid']}" value="1" style="vertical-align: middle;" {$inlinecheck} /></td>]]></template> + </html>]]></template> + <template name="search_results_threads_forumlink" version="1808"><![CDATA[<a href="{$thread['forumlink_link']}">{$thread['forumlink_name']}</a>]]></template> + <template name="search_results_threads_inlinecheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap"><input type="checkbox" class="checkbox" name="inlinemod_{$thread['tid']}" id="inlinemod_{$thread['tid']}" value="1" style="vertical-align: middle;" {$inlinecheck} /></td>]]></template> <template name="search_results_threads_inlinemoderation" version="1821"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1821"></script> <form action="moderation.php" method="post"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> @@ -13087,10 +11961,10 @@ if(use_xmlhttprequest == "1") var inlineId = '{$sid}'; // --> </script> -<br />]]></template> - <template name="search_results_threads_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customthreadtools}</optgroup>]]></template> - <template name="search_results_threads_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template> - <template name="search_results_threads_nocheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap"> </td>]]></template> +<br />]]></template> + <template name="search_results_threads_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customthreadtools}</optgroup>]]></template> + <template name="search_results_threads_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template> + <template name="search_results_threads_nocheck" version="120"><![CDATA[<td class="{$bgcolor}" align="center" style="white-space: nowrap"> </td>]]></template> <template name="search_results_threads_thread" version="1813"><![CDATA[<tr class="inline_row"> <td align="center" class="{$bgcolor}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}"> </span></td> <td align="center" class="{$bgcolor}" width="2%">{$icon}</td> @@ -13111,50 +11985,13 @@ if(use_xmlhttprequest == "1") </span> </td> {$inline_mod_checkbox} -</tr>]]></template> +</tr>]]></template> <template name="search_threads_inlinemoderation_selectall" version="1809"><![CDATA[<tr id="selectAllrow" class="hiddenrow"> <td colspan="8" class="selectall">{$lang->page_selected} <a href="javascript:void(0)" onclick='inlineModeration.selectAll(); return false;'>{$lang->select_all}</a></td> </tr> <tr id="allSelectedrow" class="hiddenrow"> <td colspan="8" class="selectall">{$lang->all_selected} <a href="javascript:void(0)" onclick='inlineModeration.clearChecked(); return false;'>{$lang->clear_selection}</a></td> -</tr>]]></template> - <template name="sendthread" version="1800"><![CDATA[<html> -<head> -<title>{$threadprefix['prefix']} {$thread['subject']} - {$lang->send_thread}</title> -{$headerinclude} -</head> -<body> -{$header} -{$errors} -<form action="sendthread.php" method="post"> -<input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> -<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> -<tr> -<td colspan="2" width="100%" class="thead"><strong>{$lang->send_thread}</strong></td> -</tr> -{$from_email} -<tr> -<td width="40%" class="trow1"><strong>{$lang->recipient}</strong><br /><span class="smalltext">{$lang->recipient_note}</span></td> -<td width="60%" class="trow1"><input type="text" class="textbox" size="50" name="email" value="{$email}" /></td> -</tr> -<tr> -<td width="40%" class="trow2"><strong>{$lang->subject}</strong></td> -<td width="60%" class="trow2"><input type="text" class="textbox" size="50" name="subject" value="{$subject}" /></td> -</tr> -<tr> -<td valign="top" width="40%" class="trow1"><strong>{$lang->message}</strong></td> -<td width="60%" class="trow1"><textarea cols="50" rows="10" name="message">{$message}</textarea></td> -</tr> -{$captcha} -</table> -<br /> -<input type="hidden" name="action" value="do_sendtofriend" /> -<input type="hidden" name="tid" value="{$tid}" /> -<div align="center"><input type="submit" class="button" value="{$lang->send_thread}" /></div> -</form> -{$footer} -</body> -</html>]]></template> +</tr>]]></template> <template name="sendthread_fromemail" version="1800"><![CDATA[<tr> <td width="40%" class="trow2"><strong>{$lang->your_name}</strong><br /><span class="smalltext">{$lang->name_note}</span></td> <td width="60%" class="trow2"><input type="text" class="textbox" size="50" name="fromname" value="{$fromname}" /></td> @@ -13162,7 +11999,7 @@ if(use_xmlhttprequest == "1") <tr> <td width="40%" class="trow1"><strong>{$lang->your_email}</strong><br /><span class="smalltext">{$lang->email_note}</span></td> <td width="60%" class="trow1"><input type="text" class="textbox" size="50" name="fromemail" value="{$fromemail}" /></td> -</tr>]]></template> +</tr>]]></template> <template name="showteam" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->forum_team}</title> @@ -13173,7 +12010,7 @@ if(use_xmlhttprequest == "1") {$grouplist} {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="showteam_moderators" version="1816"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="5"><strong>{$usergroup['title']}</strong></td> @@ -13187,15 +12024,15 @@ if(use_xmlhttprequest == "1") </tr> {$modrows} </table> -<br />]]></template> - <template name="showteam_moderators_forum" version="1813"><![CDATA[<a href="{$forum_url}">{$forum['name']}</a><br />]]></template> +<br />]]></template> + <template name="showteam_moderators_forum" version="1813"><![CDATA[<a href="{$forum_url}">{$forum['name']}</a><br />]]></template> <template name="showteam_moderators_mod" version="1816"><![CDATA[<tr> <td width="45%" class="{$bgcolor}"><img src="{$theme['imgdir']}/buddy_{$status}.png" title="{$lang->$status}" alt="{$lang->$status}" style="vertical-align: middle;" /><a href="{$user['profilelink']}"><strong>{$user['username']}</strong></a></td> <td width="30%" class="{$bgcolor}"><span class="smalltext">{$scopelist}</span></td> <td width="15%" class="{$bgcolor}"><div class="postbit_buttons">{$user['lastvisit']}</div></td> <td width="5%" class="{$bgcolor}"><div class="postbit_buttons">{$emailcode}</div></td> <td width="5%" class="{$bgcolor}"><div class="postbit_buttons">{$pmcode}</div></td> -</tr>]]></template> +</tr>]]></template> <template name="showteam_usergroup" version="120"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="4"><strong>{$usergroup['title']}</strong></td> @@ -13208,130 +12045,19 @@ if(use_xmlhttprequest == "1") </tr> {$usergrouprows} </table> -<br />]]></template> +<br />]]></template> <template name="showteam_usergroup_user" version="1800"><![CDATA[<tr> <td width="75%" class="{$bgcolor}"><img src="{$theme['imgdir']}/buddy_{$status}.png" title="{$lang->$status}" alt="{$lang->$status}" style="vertical-align: middle;" /><a href="{$user['profilelink']}"><strong>{$user['username']}</strong></a></td> <td width="15%" class="{$bgcolor}">{$user['lastvisit']}</td> <td width="5%" class="{$bgcolor}"><div class="postbit_buttons">{$emailcode}</div></td> <td width="5%" class="{$bgcolor}"><div class="postbit_buttons">{$pmcode}</div></td> -</tr>]]></template> - <template name="showthread" version="1822"><![CDATA[<html> -<head> -<title>{$thread['subject']}</title> -{$headerinclude} -<script type="text/javascript"> -<!-- - var quickdelete_confirm = "{$lang->quickdelete_confirm}"; - var quickrestore_confirm = "{$lang->quickrestore_confirm}"; - var allowEditReason = "{$mybb->settings['alloweditreason']}"; - lang.save_changes = "{$lang->save_changes}"; - lang.cancel_edit = "{$lang->cancel_edit}"; - lang.quick_edit_update_error = "{$lang->quick_edit_update_error}"; - lang.quick_reply_post_error = "{$lang->quick_reply_post_error}"; - lang.quick_delete_error = "{$lang->quick_delete_error}"; - lang.quick_delete_success = "{$lang->quick_delete_success}"; - lang.quick_delete_thread_success = "{$lang->quick_delete_thread_success}"; - lang.quick_restore_error = "{$lang->quick_restore_error}"; - lang.quick_restore_success = "{$lang->quick_restore_success}"; - lang.editreason = "{$lang->postbit_editreason}"; - lang.post_deleted_error = "{$lang->post_deleted_error}"; - lang.softdelete_thread = "{$lang->soft_delete_thread}"; - lang.restore_thread = "{$lang->restore_thread}"; -// --> -</script> -<!-- jeditable (jquery) --> -<script type="text/javascript" src="{$mybb->asset_url}/jscripts/report.js?ver=1820"></script> -<script src="{$mybb->asset_url}/jscripts/jeditable/jeditable.min.js"></script> -<script type="text/javascript" src="{$mybb->asset_url}/jscripts/thread.js?ver=1822"></script> -</head> -<body> - {$header} - {$threadnotesbox} - {$pollbox} - <div class="float_left"> - {$multipage} - </div> - <div class="float_right"> - {$newreply} - </div> - {$ratethread} - <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed clear"> - <tr> - <td class="thead"> - <div class="float_right"> - <span class="smalltext"><strong><a href="javascript:void(0)" id="thread_modes">{$lang->thread_modes}</a>{$threadnoteslink}</strong></span> - </div> - <div> - <strong>{$thread['displayprefix']}{$thread['subject']}</strong> - </div> - </td> - </tr> -<tr><td id="posts_container"> - <div id="posts"> - {$posts} - </div> -</td></tr> - <tr> - <td class="tfoot"> - {$search_thread} - <div> - <strong>« <a href="{$next_oldest_link}">{$lang->next_oldest}</a> | <a href="{$next_newest_link}">{$lang->next_newest}</a> »</strong> - </div> - </td> - </tr> - </table> - <div class="float_left"> - {$multipage} - </div> - <div style="padding-top: 4px;" class="float_right"> - {$newreply} - </div> - <br class="clear" /> - {$quickreply} - {$threadexbox} - {$similarthreads} - <br /> - <div class="float_left"> - <ul class="thread_tools"> - {$printthread} - {$sendthread} - {$addremovesubscription} - {$addpoll} - </ul> - </div> - - <div class="float_right" style="text-align: right;"> - {$moderationoptions} - {$forumjump} - </div> - <br class="clear" /> - {$usersbrowsing} - {$footer} - <div id="thread_modes_popup" class="popup_menu" style="display: none;"><div class="popup_item_container"><a href="showthread.php?mode=linear&tid={$tid}&pid={$pid}#pid{$pid}" class="popup_item">{$lang->linear}</a></div><div class="popup_item_container"><a href="showthread.php?mode=threaded&tid={$tid}&pid={$pid}#pid{$pid}" class="popup_item">{$lang->threaded}</a></div></div> - <script type="text/javascript"> - // <!-- - if(use_xmlhttprequest == "1") - { - $("#thread_modes").popupMenu(); - } - // --> - </script> - <script type="text/javascript"> - var thread_deleted = "{$thread_deleted}"; - if(thread_deleted == "1") - { - $("#quick_reply_form, .new_reply_button, .thread_tools, .inline_rating").hide(); - $("#moderator_options_selector option.option_mirage").attr("disabled","disabled"); - } - </script> -</body> -</html>]]></template> - <template name="showthread_add_poll" version="1800"><![CDATA[<li class="poll"><a href="polls.php?action=newpoll&tid={$tid}">{$lang->add_poll_to_thread}</a></li>]]></template> +</tr>]]></template> + <template name="showthread_add_poll" version="1800"><![CDATA[<li class="poll"><a href="polls.php?action=newpoll&tid={$tid}">{$lang->add_poll_to_thread}</a></li>]]></template> <template name="showthread_classic_header" version="1400"><![CDATA[<tr> <td class="tcat" width="15%"><span class="smalltext"><strong>{$lang->author}</strong></span></td> <td class="tcat"><span class="smalltext"><strong>{$lang->message}</strong></span></td> </tr> - ]]></template> + ]]></template> <template name="showthread_inlinemoderation" version="1821"><![CDATA[<script type="text/javascript" src="{$mybb->asset_url}/jscripts/inline_moderation.js?ver=1821"></script> <form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;" id="inlinemoderation_options"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> @@ -13356,24 +12082,24 @@ if(use_xmlhttprequest == "1") $("#inlinemoderation_options").trigger('submit'); }) // --> -</script><br />]]></template> +</script><br />]]></template> <template name="showthread_inlinemoderation_approve" version="1800"><![CDATA[<option value="multiapproveposts">{$lang->inline_approve_posts}</option> -<option value="multiunapproveposts">{$lang->inline_unapprove_posts}</option>]]></template> - <template name="showthread_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customposttools}</optgroup>]]></template> - <template name="showthread_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template> - <template name="showthread_inlinemoderation_delete" version="1800"><![CDATA[<option value="multideleteposts">{$lang->inline_delete_posts}</option>]]></template> +<option value="multiunapproveposts">{$lang->inline_unapprove_posts}</option>]]></template> + <template name="showthread_inlinemoderation_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customposttools}</optgroup>]]></template> + <template name="showthread_inlinemoderation_custom_tool" version="120"><![CDATA[<option value="{$tool['tid']}">{$tool['name']}</option>]]></template> + <template name="showthread_inlinemoderation_delete" version="1800"><![CDATA[<option value="multideleteposts">{$lang->inline_delete_posts}</option>]]></template> <template name="showthread_inlinemoderation_manage" version="1800"><![CDATA[<option value="multimergeposts">{$lang->inline_merge_posts}</option> <option value="multisplitposts">{$lang->inline_split_posts}</option> -<option value="multimoveposts">{$lang->inline_move_posts}</option>]]></template> - <template name="showthread_inlinemoderation_restore" version="1800"><![CDATA[<option value="multirestoreposts">{$lang->inline_restore_posts}</option>]]></template> - <template name="showthread_inlinemoderation_softdelete" version="1800"><![CDATA[<option value="multisoftdeleteposts">{$lang->inline_soft_delete_posts}</option>]]></template> +<option value="multimoveposts">{$lang->inline_move_posts}</option>]]></template> + <template name="showthread_inlinemoderation_restore" version="1800"><![CDATA[<option value="multirestoreposts">{$lang->inline_restore_posts}</option>]]></template> + <template name="showthread_inlinemoderation_softdelete" version="1800"><![CDATA[<option value="multisoftdeleteposts">{$lang->inline_soft_delete_posts}</option>]]></template> <template name="showthread_inlinemoderation_standard" version="1800"><![CDATA[<optgroup label="{$lang->standard_mod_tools}"> {$inlinemodsoftdelete} {$inlinemodrestore} {$inlinemoddelete} {$inlinemodmanage} {$inlinemodapprove} -</optgroup>]]></template> +</optgroup>]]></template> <template name="showthread_moderationoptions" version="1800"><![CDATA[{$inlinemod} <form action="moderation.php" method="post" style="margin-top: 0; margin-bottom: 0;" id="moderator_options"> <input type="hidden" name="modtype" value="thread" /> @@ -13395,20 +12121,20 @@ if(use_xmlhttprequest == "1") $("#moderator_options").trigger('submit'); }) //--> -</script>]]></template> - <template name="showthread_moderationoptions_approve" version="1818"><![CDATA[<option class="option_mirage" value="approvethread">{$lang->approve_thread}</option>]]></template> - <template name="showthread_moderationoptions_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customthreadtools}</optgroup>]]></template> - <template name="showthread_moderationoptions_custom_tool" version="1818"><![CDATA[<option class="option_mirage" value="{$tool['tid']}">{$tool['name']}</option>]]></template> - <template name="showthread_moderationoptions_delete" version="1800"><![CDATA[<option value="deletethread">{$lang->delete_thread}</option>]]></template> - <template name="showthread_moderationoptions_deletepoll" version="1818"><![CDATA[<option class="option_mirage" value="deletepoll">{$lang->delete_poll}</option>]]></template> +</script>]]></template> + <template name="showthread_moderationoptions_approve" version="1818"><![CDATA[<option class="option_mirage" value="approvethread">{$lang->approve_thread}</option>]]></template> + <template name="showthread_moderationoptions_custom" version="120"><![CDATA[<optgroup label="{$lang->custom_mod_tools}">{$customthreadtools}</optgroup>]]></template> + <template name="showthread_moderationoptions_custom_tool" version="1818"><![CDATA[<option class="option_mirage" value="{$tool['tid']}">{$tool['name']}</option>]]></template> + <template name="showthread_moderationoptions_delete" version="1800"><![CDATA[<option value="deletethread">{$lang->delete_thread}</option>]]></template> + <template name="showthread_moderationoptions_deletepoll" version="1818"><![CDATA[<option class="option_mirage" value="deletepoll">{$lang->delete_poll}</option>]]></template> <template name="showthread_moderationoptions_manage" version="1818"><![CDATA[<option class="option_mirage" value="move">{$lang->move_thread}</option> <option class="option_mirage" value="split">{$lang->split_thread}</option> <option class="option_mirage" value="merge">{$lang->merge_threads}</option> <option class="option_mirage" value="removeredirects">{$lang->remove_redirects}</option> -<option class="option_mirage" value="removesubscriptions">{$lang->remove_subscriptions}</option>]]></template> - <template name="showthread_moderationoptions_openclose" version="1818"><![CDATA[<option class="option_mirage" value="openclosethread">{$lang->open_close_thread}</option>]]></template> - <template name="showthread_moderationoptions_restore" version="1804"><![CDATA[<option value="restorethread">{$lang->restore_thread}</option>]]></template> - <template name="showthread_moderationoptions_softdelete" version="1804"><![CDATA[<option value="softdeletethread">{$lang->soft_delete_thread}</option>]]></template> +<option class="option_mirage" value="removesubscriptions">{$lang->remove_subscriptions}</option>]]></template> + <template name="showthread_moderationoptions_openclose" version="1818"><![CDATA[<option class="option_mirage" value="openclosethread">{$lang->open_close_thread}</option>]]></template> + <template name="showthread_moderationoptions_restore" version="1804"><![CDATA[<option value="restorethread">{$lang->restore_thread}</option>]]></template> + <template name="showthread_moderationoptions_softdelete" version="1804"><![CDATA[<option value="softdeletethread">{$lang->soft_delete_thread}</option>]]></template> <template name="showthread_moderationoptions_standard" version="1800"><![CDATA[<optgroup label="{$lang->standard_mod_tools}"> {$threadnotes} {$openclosethread} @@ -13418,13 +12144,13 @@ if(use_xmlhttprequest == "1") {$stickunstickthread} {$managethread} {$approveunapprovethread} -</optgroup>]]></template> - <template name="showthread_moderationoptions_stickunstick" version="1818"><![CDATA[<option class="option_mirage" value="stick">{$lang->stick_unstick_thread}</option>]]></template> - <template name="showthread_moderationoptions_threadnotes" version="1800"><![CDATA[<option value="threadnotes" selected="selected">{$lang->thread_notes}</option>]]></template> - <template name="showthread_moderationoptions_unapprove" version="1818"><![CDATA[<option class="option_mirage" value="unapprovethread">{$lang->unapprove_thread}</option>]]></template> - <template name="showthread_newreply" version="1800"><![CDATA[<a href="newreply.php?tid={$tid}" class="button new_reply_button"><span>{$lang->new_reply}</span></a> ]]></template> - <template name="showthread_newreply_closed" version="1800"><![CDATA[<a href="newreply.php?tid={$tid}" class="button closed_button"><span>{$lang->thread_closed}</span></a> ]]></template> - <template name="showthread_newthread" version="1800"><![CDATA[<a href="newthread.php?fid={$fid}" class="button new_thread_button"><span>{$lang->post_thread}</span></a> ]]></template> +</optgroup>]]></template> + <template name="showthread_moderationoptions_stickunstick" version="1818"><![CDATA[<option class="option_mirage" value="stick">{$lang->stick_unstick_thread}</option>]]></template> + <template name="showthread_moderationoptions_threadnotes" version="1800"><![CDATA[<option value="threadnotes" selected="selected">{$lang->thread_notes}</option>]]></template> + <template name="showthread_moderationoptions_unapprove" version="1818"><![CDATA[<option class="option_mirage" value="unapprovethread">{$lang->unapprove_thread}</option>]]></template> + <template name="showthread_newreply" version="1800"><![CDATA[<a href="newreply.php?tid={$tid}" class="button new_reply_button"><span>{$lang->new_reply}</span></a> ]]></template> + <template name="showthread_newreply_closed" version="1800"><![CDATA[<a href="newreply.php?tid={$tid}" class="button closed_button"><span>{$lang->thread_closed}</span></a> ]]></template> + <template name="showthread_newthread" version="1800"><![CDATA[<a href="newthread.php?fid={$fid}" class="button new_thread_button"><span>{$lang->post_thread}</span></a> ]]></template> <template name="showthread_poll" version="1800"><![CDATA[<form action="polls.php" method="post"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> <input type="hidden" name="action" value="vote" /> @@ -13450,22 +12176,22 @@ if(use_xmlhttprequest == "1") <td colspan="2"><span class="smalltext">{$publicnote}</span></td> </tr> </table> -</form>]]></template> - <template name="showthread_poll_editpoll" version="1800"><![CDATA[ | <a href="polls.php?action=editpoll&pid={$poll['pid']}">{$lang->edit_poll}</a>]]></template> +</form>]]></template> + <template name="showthread_poll_editpoll" version="1800"><![CDATA[ | <a href="polls.php?action=editpoll&pid={$poll['pid']}">{$lang->edit_poll}</a>]]></template> <template name="showthread_poll_option" version="1800"><![CDATA[<tr> <td class="trow1" style="text-align: center;"><input type="radio" class="radio" name="option" id="option_{$number}" value="{$number}" /></td> <td class="trow2 scaleimages">{$option}</td> -</tr>]]></template> +</tr>]]></template> <template name="showthread_poll_option_multiple" version="1800"><![CDATA[<tr> <td class="trow1" style="text-align: center;"><input type="checkbox" class="checkbox" name="option[{$number}]" id="option_{$number}" value="1" /></td> <td class="trow2 scaleimages">{$option}</td> -</tr>]]></template> - <template name="showthread_poll_resultbit" version="1822"><![CDATA[<tr> -<td class="{$optionbg} scaleimages" style="text-align: right;">{$option}{$votestar}</td> -<td class="{$optionbg}"><div class="progress"><div class=" progress-bar bg-info" role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width: {$imagewidth}%" title="{$percent}%"><span class="percent">{$percent}%</span></div></div></td> -<td class="{$optionbg}" style="text-align: center;">{$votes}</td> -<td class="{$optionbg}" style="text-align: center;">{$percent}%</td> -</tr>]]></template> +</tr>]]></template> + <template name="showthread_poll_resultbit" version="1822"><![CDATA[<tr> +<td class="{$optionbg} scaleimages" style="text-align: right;">{$option}{$votestar}</td> +<td class="{$optionbg}"><div class="progress"><div class=" progress-bar bg-info" role="progressbar" aria-valuemin="0" aria-valuemax="100" style="width: {$imagewidth}%" title="{$percent}%"><span class="percent">{$percent}%</span></div></div></td> +<td class="{$optionbg}" style="text-align: center;">{$votes}</td> +<td class="{$optionbg}" style="text-align: center;">{$percent}%</td> +</tr>]]></template> <template name="showthread_poll_results" version="1815"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed"> <colgroup> <col style="width: 35%" /> @@ -13488,9 +12214,9 @@ if(use_xmlhttprequest == "1") <td style="text-align: right;"><span class="smalltext">[<a href="polls.php?action=showresults&pid={$poll['pid']}">{$lang->show_results}</a>{$edit_poll}]</span></td> </tr> </table> -<br />]]></template> - <template name="showthread_poll_undovote" version="1800"><![CDATA[ [<a href="polls.php?action=do_undovote&pid={$poll['pid']}&my_post_key={$mybb->post_code}">{$lang->undo_vote}</a>]]]></template> - <template name="showthread_printthread" version="1818"><![CDATA[<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>]]></template> +<br />]]></template> + <template name="showthread_poll_undovote" version="1800"><![CDATA[ [<a href="polls.php?action=do_undovote&pid={$poll['pid']}&my_post_key={$mybb->post_code}">{$lang->undo_vote}</a>]]]></template> + <template name="showthread_printthread" version="1818"><![CDATA[<li class="printable"><a href="printthread.php?tid={$tid}">{$lang->view_printable}</a></li>]]></template> <template name="showthread_quickreply" version="1816"><![CDATA[ <div id="quickreply_spinner" class="showthread_spinner" style="display: none"><img src="{$theme['imgdir']}/spinner.gif" /></div> <br /> @@ -13540,10 +12266,10 @@ if(use_xmlhttprequest == "1") </tr> </tbody> </table> -</form>]]></template> - <template name="showthread_quickreply_options_close" version="1800"><![CDATA[<br /><label><input type="checkbox" class="checkbox" name="modoptions[closethread]" value="1"{$closelinkch} /> <strong>{$lang->close_thread}</strong></label>]]></template> - <template name="showthread_quickreply_options_signature" version="1800"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" {$postoptionschecked['signature']} /> <strong>{$lang->signature}</strong></label><br />]]></template> - <template name="showthread_quickreply_options_stick" version="1800"><![CDATA[<br /><label><input type="checkbox" class="checkbox" name="modoptions[stickthread]" value="1"{$stickch} /> <strong>{$lang->stick_thread}</strong></label>]]></template> +</form>]]></template> + <template name="showthread_quickreply_options_close" version="1800"><![CDATA[<br /><label><input type="checkbox" class="checkbox" name="modoptions[closethread]" value="1"{$closelinkch} /> <strong>{$lang->close_thread}</strong></label>]]></template> + <template name="showthread_quickreply_options_signature" version="1800"><![CDATA[<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" {$postoptionschecked['signature']} /> <strong>{$lang->signature}</strong></label><br />]]></template> + <template name="showthread_quickreply_options_stick" version="1800"><![CDATA[<br /><label><input type="checkbox" class="checkbox" name="modoptions[stickthread]" value="1"{$stickch} /> <strong>{$lang->stick_thread}</strong></label>]]></template> <template name="showthread_ratethread" version="1821"><![CDATA[<div style="margin-top: 6px; padding-right: 10px;" class="float_right"> <script type="text/javascript"> <!-- @@ -13562,7 +12288,7 @@ if(use_xmlhttprequest == "1") <li><a class="five_stars" title="{$lang->five_stars}" href="./ratethread.php?tid={$thread['tid']}&rating=5&my_post_key={$mybb->post_code}">5</a></li> </ul> </div> -</div>]]></template> +</div>]]></template> <template name="showthread_search" version="1400"><![CDATA[ <div class="float_right"> <form action="search.php" method="post"> <input type="hidden" name="action" value="thread" /> @@ -13570,8 +12296,8 @@ if(use_xmlhttprequest == "1") <input type="text" name="keywords" value="{$lang->enter_keywords}" onfocus="if(this.value == '{$lang->enter_keywords}') { this.value = ''; }" onblur="if(this.value=='') { this.value='{$lang->enter_keywords}'; }" class="textbox" size="25" /> <input type="submit" class="button" value="{$lang->search_thread}" /> </form> - </div>]]></template> - <template name="showthread_send_thread" version="1800"><![CDATA[<li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>]]></template> + </div>]]></template> + <template name="showthread_send_thread" version="1800"><![CDATA[<li class="sendthread"><a href="sendthread.php?tid={$tid}">{$lang->send_thread}</a></li>]]></template> <template name="showthread_similarthreads" version="120"><![CDATA[<br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> @@ -13585,7 +12311,7 @@ if(use_xmlhttprequest == "1") <td class="tcat" align="center"><span class="smalltext"><strong>{$lang->lastpost}</strong></span></td> </tr> {$similarthreadbits} -</table>]]></template> +</table>]]></template> <template name="showthread_similarthreads_bit" version="1813"><![CDATA[<tr> <td align="center" class="{$trow}" width="2%">{$icon}</td> <td class="{$trow}">{$similar_thread['threadprefix']}<a href="{$similar_thread['threadlink']}">{$similar_thread['subject']}</a></td> @@ -13596,8 +12322,8 @@ if(use_xmlhttprequest == "1") <span class="smalltext">{$lastpostdate}<br /> <a href="{$similar_thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span> </td> - </tr>]]></template> - <template name="showthread_subscription" version="1816"><![CDATA[<li class="subscription_{$add_remove_subscription}"><a href="usercp.php?action={$add_remove_subscription}subscription&tid={$tid}&my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>]]></template> + </tr>]]></template> + <template name="showthread_subscription" version="1816"><![CDATA[<li class="subscription_{$add_remove_subscription}"><a href="usercp.php?action={$add_remove_subscription}subscription&tid={$tid}&my_post_key={$mybb->post_code}">{$add_remove_subscription_text}</a></li>]]></template> <template name="showthread_threadedbox" version="120"><![CDATA[<br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> @@ -13606,9 +12332,9 @@ if(use_xmlhttprequest == "1") <tr> <td class="trow1">{$threadedbits}</td> </tr> -</table>]]></template> - <template name="showthread_threaded_bit" version="1800"><![CDATA[<div style="margin-left: {$indentsize}px;"><a href="showthread.php?tid={$tid}&pid={$post['pid']}&mode=threaded">{$post['subject']}</a> <span class="smalltext">- {$lang->by} {$post['profilelink']} - {$postdate}</span></div>]]></template> - <template name="showthread_threaded_bitactive" version="1800"><![CDATA[<div style="margin-left: {$indentsize}px;"><strong>{$post['subject']}</strong> <span class="smalltext">- {$lang->by} {$post['profilelink']} - {$postdate}</span></div>]]></template> +</table>]]></template> + <template name="showthread_threaded_bit" version="1800"><![CDATA[<div style="margin-left: {$indentsize}px;"><a href="showthread.php?tid={$tid}&pid={$post['pid']}&mode=threaded">{$post['subject']}</a> <span class="smalltext">- {$lang->by} {$post['profilelink']} - {$postdate}</span></div>]]></template> + <template name="showthread_threaded_bitactive" version="1800"><![CDATA[<div style="margin-left: {$indentsize}px;"><strong>{$post['subject']}</strong> <span class="smalltext">- {$lang->by} {$post['profilelink']} - {$postdate}</span></div>]]></template> <template name="showthread_threadnotes" version="1816"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed"> <thead> <tr> @@ -13626,14 +12352,14 @@ if(use_xmlhttprequest == "1") </tr> </tbody> </table> -<br />]]></template> - <template name="showthread_threadnoteslink" version="1800"><![CDATA[ | <a href="moderation.php?action=threadnotes&modtype=thread&tid={$thread['tid']}">{$lang->view_thread_notes}</a>]]></template> - <template name="showthread_threadnotes_viewnotes" version="1809"><![CDATA[[<a href="javascript:void(0)" onclick="Thread.viewNotes({$thread['tid']}); return false;">{$lang->view_all_notes}</a>]]]></template> +<br />]]></template> + <template name="showthread_threadnoteslink" version="1800"><![CDATA[ | <a href="moderation.php?action=threadnotes&modtype=thread&tid={$thread['tid']}">{$lang->view_thread_notes}</a>]]></template> + <template name="showthread_threadnotes_viewnotes" version="1809"><![CDATA[[<a href="javascript:void(0)" onclick="Thread.viewNotes({$thread['tid']}); return false;">{$lang->view_all_notes}</a>]]]></template> <template name="showthread_usersbrowsing" version="1600"><![CDATA[<br /> <span class="smalltext">{$lang->users_browsing_thread} {$onlinemembers}{$onlinesep}{$invisonline}{$onlinesep2}{$guestsonline}</span> -<br />]]></template> - <template name="showthread_usersbrowsing_user" version="1600"><![CDATA[{$comma}<a href="{$user['profilelink']}" title="{$lang->users_browsing_thread_reading} ({$user['reading']})">{$user['username']}</a>{$invisiblemark}]]></template> - <template name="smilie" version="1800"><![CDATA[<img src="{$smilie['image']}" alt="{$smilie['name']}" title="{$smilie['name']}" class="smilie smilie_{$smilie['sid']}{$extra_class}"{$onclick} />]]></template> +<br />]]></template> + <template name="showthread_usersbrowsing_user" version="1600"><![CDATA[{$comma}<a href="{$user['profilelink']}" title="{$lang->users_browsing_thread_reading} ({$user['reading']})">{$user['username']}</a>{$invisiblemark}]]></template> + <template name="smilie" version="1800"><![CDATA[<img src="{$smilie['image']}" alt="{$smilie['name']}" title="{$smilie['name']}" class="smilie smilie_{$smilie['sid']}{$extra_class}"{$onclick} />]]></template> <template name="smilieinsert" version="1800"><![CDATA[ <div style="margin:auto; width: 170px; margin-top: 20px;"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" width="150"> @@ -13649,13 +12375,13 @@ if(use_xmlhttprequest == "1") </tr> {$getmore} </table> -</div>]]></template> +</div>]]></template> <template name="smilieinsert_getmore" version="1809"><![CDATA[<tr> <td class="trow2" align="center"><span class="smalltext"><strong>[<a href="javascript:void(0)" onclick="MyBB.popupWindow('/misc.php?action=smilies&popup=true&editor=MyBBEditor&modal=1'); return false;">{$lang->smilieinsert_getmore}</a>]</strong></span></td> -</tr>]]></template> - <template name="smilieinsert_row" version="1808"><![CDATA[<tr>{$smilie_icons}</tr>]]></template> - <template name="smilieinsert_row_empty" version="1808"><![CDATA[<tr>{$smilie_icons}<td colspan="{$colspan}"> </td></tr>]]></template> - <template name="smilieinsert_smilie" version="1800"><![CDATA[<td style="text-align: center">{$smilie}</td>]]></template> +</tr>]]></template> + <template name="smilieinsert_row" version="1808"><![CDATA[<tr>{$smilie_icons}</tr>]]></template> + <template name="smilieinsert_row_empty" version="1808"><![CDATA[<tr>{$smilie_icons}<td colspan="{$colspan}"> </td></tr>]]></template> + <template name="smilieinsert_smilie" version="1800"><![CDATA[<td style="text-align: center">{$smilie}</td>]]></template> <template name="stats" version="1800"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->board_stats}</title> @@ -13703,170 +12429,170 @@ if(use_xmlhttprequest == "1") <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> -<tr> -<td class="thead" colspan="2"><strong>{$lang->most_popular}</strong></td> -</tr> -<tr> -<td class="tcat" width="50%"><strong>{$lang->most_replied_threads}</strong></td> -<td class="tcat" width="50%"><strong>{$lang->most_viewed_threads}</strong></td> -</tr> -<tr> -<td class="trow1" valign="top">{$mostreplies}</td> -<td class="trow1" valign="top">{$mostviews}</td> -</tr> +<tr> +<td class="thead" colspan="2"><strong>{$lang->most_popular}</strong></td> +</tr> +<tr> +<td class="tcat" width="50%"><strong>{$lang->most_replied_threads}</strong></td> +<td class="tcat" width="50%"><strong>{$lang->most_viewed_threads}</strong></td> +</tr> +<tr> +<td class="trow1" valign="top">{$mostreplies}</td> +<td class="trow1" valign="top">{$mostviews}</td> +</tr> +</table> +{$footer} +</body> +</html>]]></template> + <template name="stats_thread" version="1800"><![CDATA[<a href="{$thread['threadlink']}"><strong>{$thread['subject']}</strong></a> ({$numberbit} {$numbertype})<br />]]></template> + <template name="stats_topforum" version="1808"><![CDATA[<a href="{$forum['link']}">{$forum['name']}</a>]]></template> + <template name="task_image" version="1800"><![CDATA[<img src="{$mybb->settings['bburl']}/task.php" width="1" height="1" alt="" />]]></template> + <template name="todolist" version="1822"><![CDATA[<html> + <head> + <title>{$mybb->settings['bbname']} - {$lang->title_overview}: {$mybb->settings['todo_name']}</title> + {$headerinclude} + </head> + <body> + {$header} + {$multipage} + <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;"> + <tr> + <td class="thead" colspan="8"> + <div style="text-align:left;width:49%;display:inline-grid;"> + <strong>{$lang->title_overview}: {$mybb->settings['todo_name']}</strong> + </div> + <div style="text-align:right;width:50%;display:inline-block;"> + <a href="todolist.php?action=new">{$lang->new}</a> | <a href="todolist.php?action=search">{$lang->search}</a> + </div> + </td> + </tr> + <tr> + <td class=tcat>{$lang->title_todo}</td> + <td class=tcat>{$lang->date_todo}</td> + <td class=tcat>{$lang->from_todo}</td> + <td class=tcat>{$lang->priority_todo}</td> + <td class=tcat>{$lang->status_todo}</td> + <td class=tcat>{$lang->done_todo}</td> + <td class=tcat>{$lang->assign_todo}</td> + <td class=tcat style="width:300px;">{$lang->action_todo}</td> + </tr> + {$todo} + <tr class="trow1"> + <td colspan="8">{$addtodo}</td> + </tr> + </table> + {$multipage} + <br /> + {$footer} + </body> +</html>]]></template> + <template name="todolist_edit" version="1822"><![CDATA[<html> + <head> + <title>{$mybb->settings['bbname']} - {$mybb->settings['todo_name']} - {$lang->edit_edittodo}</title> + {$headerinclude} + </head> + <body> + {$header} + {$errors} + <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;"> + <tr> + <td class="thead" colspan="8"><strong>{$lang->title_overview}: {$lang->edit_edittodo}</strong></td> + </tr> + <form action="todolist.php?id={$id}" method="post"> + <input type="hidden" name="action" value="edit" /> + <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> + <tr class="trow1"> + <td style="width:100px;">Titel:</td> + <td><input type="text" class="textbox" name="title" size="40" value="{$title}"></td> + </tr> + <tr class="trow1"> + <td style="width:100px;">{$lang->priority_todo}:</td> + <td>{$lang->nowprio_edittodo}: {$priority} - + <select name="priority" style="width:100px;"> + <option value="high" style="background-image:url(images/todolist/high_prio.gif); background-repeat:no-repeat; text-align:center;" {$priority_check['high']}>{$lang->high_priority}</option> + <option value="normal" style="background-image:url(images/todolist/norm_prio.png); background-repeat:no-repeat; text-align:center;" {$priority_check['normal']}>{$lang->normal_priority}</option> + <option value="low" style="background-image:url(images/todolist/low_prio.gif); background-repeat:no-repeat; text-align:center;" {$priority_check['low']}>{$lang->low_priority}</option> + </select> + </td> + </tr> + <tr class="trow1"> + <td style="width:100px;">{$lang->done_todo}:</td> + <td>{$lang->nowdone_edittodo}: {$done} - + <select name="done" style="width:130px;"> + <option value="0" style="background-image:url(images/spinner.gif); background-repeat:no-repeat; text-align:center;" {$done_check['0']}>{$lang->done_0}</option> + <option value="25" style="background-image:url(images/spinner.gif); background-repeat:no-repeat; text-align:center;" {$done_check['25']}>{$lang->done_25}</option> + <option value="50" style="background-image:url(images/spinner.gif); background-repeat:no-repeat; text-align:center;" {$done_check['50']}>{$lang->done_50}</option> + <option value="75" style="background-image:url(images/spinner.gif); background-repeat:no-repeat; text-align:center;" {$done_check['75']}>{$lang->done_75}</option> + <option value="100" style="background-image:url(images/todolist/done.png); background-repeat:no-repeat; text-align:center;" {$done_check['100']}>{$lang->done_100}</option> + </select> + </td> + </tr> + <tr class="trow1"> + <td style="width:100px;">{$lang->status_todo}:</td> + <td>{$lang->nowstat_edittodo}: {$status} - + <select name="status" style="width:140px;"> + <option value="wait" style="background-image:url(images/todolist/waiting.png); background-repeat:no-repeat; text-align:center;" {$status_check['wait']}>{$lang->status_wait}</option> + <option value="development" style="background-image:url(images/todolist/development.png); background-repeat:no-repeat; text-align:center;" {$status_check['development']}>{$lang->status_dev}</option> + <option value="resolved" style="background-image:url(images/icons/exclamation.gif); background-repeat:no-repeat; text-align:center;" {$status_check['resolved']}>{$lang->status_resolved}</option> + <option value="feedback" style="background-image:url(images/icons/feedback.gif); background-repeat:no-repeat; text-align:center;" {$status_check['feedback']}>{$lang->status_feed}</option> + <option value="closed" style="background-image:url(images/todolist/lock.png); background-repeat:no-repeat; text-align:center;" {$status_check['closed']}>{$lang->status_closed}</option> + </select> + </td> + </tr> + <tr class="trow1"> + <td style="width:100px;">{$lang->assign_todo}:</td> + <td><select name="assign" style="width:100px;">{$userselect}</select></td> + </tr> + <tr class="trow1"> + <td style="width:100px;">{$lang->version_todo}:</td> + <td><input type="text" class="textbox" name="version" value="{$version}" /></td> + </tr> + <tr class="trow1"> + <td style="width:200px;">{$lang->description_todo}:</td> + <td><textarea name="message" rows="20" cols="70" id="message">{$message}</textarea>{$codebuttons}</td> + </tr> + <tr class="trow1"> + <td colspan="2"><input type="submit" value="{$lang->send_edittodo}" style="margin-left: 280px; "/></td> + </tr> + <tr class="trow1"> + <td colspan="2"><a href="todolist.php?action=show&id={$id}">{$lang->back_showtodo}</a></td> + </tr> + </form> + </table> + {$footer} + </body> +</html>]]></template> + <template name="todolist_projects" version="1822"><![CDATA[<html> +<head> +<title>{$mybb->settings['bbname']} - {$lang->title_overview}: {$mybb->settings['todo_name']}</title> +{$headerinclude} +</head> +<body> +{$header} +{$multipage} +<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> + <tr> + <td class="thead" colspan="3"> + <div style="text-align:left;width:49%;display:inline-grid;"> + <strong>{$lang->title_overview}: {$mybb->settings['todo_name']}</strong> + </div> + <div style="text-align:right;width:50%;display:inline-block;"> + <a href="todolist.php?action=new">{$lang->new}</a> | <a href="todolist.php?action=search">{$lang->search}</a> + </div> + </td> + </tr> + <tr> + <td class=tcat>{$lang->title_todo}</td> + <td class=tcat>{$lang->description_todo}</td> + <td class=tcat>{$lang->done_todo}</td> + </tr> + {$todo} </table> +{$multipage} +<br /> {$footer} </body> -</html>]]></template> - <template name="stats_thread" version="1800"><![CDATA[<a href="{$thread['threadlink']}"><strong>{$thread['subject']}</strong></a> ({$numberbit} {$numbertype})<br />]]></template> - <template name="stats_topforum" version="1808"><![CDATA[<a href="{$forum['link']}">{$forum['name']}</a>]]></template> - <template name="task_image" version="1800"><![CDATA[<img src="{$mybb->settings['bburl']}/task.php" width="1" height="1" alt="" />]]></template> - <template name="todolist" version="1822"><![CDATA[<html> - <head> - <title>{$mybb->settings['bbname']} - {$lang->title_overview}: {$mybb->settings['todo_name']}</title> - {$headerinclude} - </head> - <body> - {$header} - {$multipage} - <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;"> - <tr> - <td class="thead" colspan="8"> - <div style="text-align:left;width:49%;display:inline-grid;"> - <strong>{$lang->title_overview}: {$mybb->settings['todo_name']}</strong> - </div> - <div style="text-align:right;width:50%;display:inline-block;"> - <a href="todolist.php?action=new">{$lang->new}</a> | <a href="todolist.php?action=search">{$lang->search}</a> - </div> - </td> - </tr> - <tr> - <td class=tcat>{$lang->title_todo}</td> - <td class=tcat>{$lang->date_todo}</td> - <td class=tcat>{$lang->from_todo}</td> - <td class=tcat>{$lang->priority_todo}</td> - <td class=tcat>{$lang->status_todo}</td> - <td class=tcat>{$lang->done_todo}</td> - <td class=tcat>{$lang->assign_todo}</td> - <td class=tcat style="width:300px;">{$lang->action_todo}</td> - </tr> - {$todo} - <tr class="trow1"> - <td colspan="8">{$addtodo}</td> - </tr> - </table> - {$multipage} - <br /> - {$footer} - </body> -</html>]]></template> - <template name="todolist_edit" version="1822"><![CDATA[<html> - <head> - <title>{$mybb->settings['bbname']} - {$mybb->settings['todo_name']} - {$lang->edit_edittodo}</title> - {$headerinclude} - </head> - <body> - {$header} - {$errors} - <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;"> - <tr> - <td class="thead" colspan="8"><strong>{$lang->title_overview}: {$lang->edit_edittodo}</strong></td> - </tr> - <form action="todolist.php?id={$id}" method="post"> - <input type="hidden" name="action" value="edit" /> - <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> - <tr class="trow1"> - <td style="width:100px;">Titel:</td> - <td><input type="text" class="textbox" name="title" size="40" value="{$title}"></td> - </tr> - <tr class="trow1"> - <td style="width:100px;">{$lang->priority_todo}:</td> - <td>{$lang->nowprio_edittodo}: {$priority} - - <select name="priority" style="width:100px;"> - <option value="high" style="background-image:url(images/todolist/high_prio.gif); background-repeat:no-repeat; text-align:center;" {$priority_check['high']}>{$lang->high_priority}</option> - <option value="normal" style="background-image:url(images/todolist/norm_prio.png); background-repeat:no-repeat; text-align:center;" {$priority_check['normal']}>{$lang->normal_priority}</option> - <option value="low" style="background-image:url(images/todolist/low_prio.gif); background-repeat:no-repeat; text-align:center;" {$priority_check['low']}>{$lang->low_priority}</option> - </select> - </td> - </tr> - <tr class="trow1"> - <td style="width:100px;">{$lang->done_todo}:</td> - <td>{$lang->nowdone_edittodo}: {$done} - - <select name="done" style="width:130px;"> - <option value="0" style="background-image:url(images/spinner.gif); background-repeat:no-repeat; text-align:center;" {$done_check['0']}>{$lang->done_0}</option> - <option value="25" style="background-image:url(images/spinner.gif); background-repeat:no-repeat; text-align:center;" {$done_check['25']}>{$lang->done_25}</option> - <option value="50" style="background-image:url(images/spinner.gif); background-repeat:no-repeat; text-align:center;" {$done_check['50']}>{$lang->done_50}</option> - <option value="75" style="background-image:url(images/spinner.gif); background-repeat:no-repeat; text-align:center;" {$done_check['75']}>{$lang->done_75}</option> - <option value="100" style="background-image:url(images/todolist/done.png); background-repeat:no-repeat; text-align:center;" {$done_check['100']}>{$lang->done_100}</option> - </select> - </td> - </tr> - <tr class="trow1"> - <td style="width:100px;">{$lang->status_todo}:</td> - <td>{$lang->nowstat_edittodo}: {$status} - - <select name="status" style="width:140px;"> - <option value="wait" style="background-image:url(images/todolist/waiting.png); background-repeat:no-repeat; text-align:center;" {$status_check['wait']}>{$lang->status_wait}</option> - <option value="development" style="background-image:url(images/todolist/development.png); background-repeat:no-repeat; text-align:center;" {$status_check['development']}>{$lang->status_dev}</option> - <option value="resolved" style="background-image:url(images/icons/exclamation.gif); background-repeat:no-repeat; text-align:center;" {$status_check['resolved']}>{$lang->status_resolved}</option> - <option value="feedback" style="background-image:url(images/icons/feedback.gif); background-repeat:no-repeat; text-align:center;" {$status_check['feedback']}>{$lang->status_feed}</option> - <option value="closed" style="background-image:url(images/todolist/lock.png); background-repeat:no-repeat; text-align:center;" {$status_check['closed']}>{$lang->status_closed}</option> - </select> - </td> - </tr> - <tr class="trow1"> - <td style="width:100px;">{$lang->assign_todo}:</td> - <td><select name="assign" style="width:100px;">{$userselect}</select></td> - </tr> - <tr class="trow1"> - <td style="width:100px;">{$lang->version_todo}:</td> - <td><input type="text" class="textbox" name="version" value="{$version}" /></td> - </tr> - <tr class="trow1"> - <td style="width:200px;">{$lang->description_todo}:</td> - <td><textarea name="message" rows="20" cols="70" id="message">{$message}</textarea>{$codebuttons}</td> - </tr> - <tr class="trow1"> - <td colspan="2"><input type="submit" value="{$lang->send_edittodo}" style="margin-left: 280px; "/></td> - </tr> - <tr class="trow1"> - <td colspan="2"><a href="todolist.php?action=show&id={$id}">{$lang->back_showtodo}</a></td> - </tr> - </form> - </table> - {$footer} - </body> -</html>]]></template> - <template name="todolist_projects" version="1822"><![CDATA[<html> -<head> -<title>{$mybb->settings['bbname']} - {$lang->title_overview}: {$mybb->settings['todo_name']}</title> -{$headerinclude} -</head> -<body> -{$header} -{$multipage} -<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> - <tr> - <td class="thead" colspan="3"> - <div style="text-align:left;width:49%;display:inline-grid;"> - <strong>{$lang->title_overview}: {$mybb->settings['todo_name']}</strong> - </div> - <div style="text-align:right;width:50%;display:inline-block;"> - <a href="todolist.php?action=new">{$lang->new}</a> | <a href="todolist.php?action=search">{$lang->search}</a> - </div> - </td> - </tr> - <tr> - <td class=tcat>{$lang->title_todo}</td> - <td class=tcat>{$lang->description_todo}</td> - <td class=tcat>{$lang->done_todo}</td> - </tr> - {$todo} -</table> -{$multipage} -<br /> -{$footer} -</body> -</html>]]></template> +</html>]]></template> <template name="usercp" version="1600"><![CDATA[<html> <head> <title>{$lang->user_cp}</title> @@ -13904,7 +12630,7 @@ if(use_xmlhttprequest == "1") </table> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="usercp_addsubscription_thread" version="1816"><![CDATA[<html> <head> <title>{$lang->subscribe_to_thread}</title> @@ -13954,81 +12680,17 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> - <template name="usercp_attachments" version="1816"><![CDATA[<html> -<head> - <title>{$mybb->settings['bbname']} - {$lang->attachments_manager}</title> - {$headerinclude} -</head> -<body> - {$header} - <table width="100%" border="0" align="center"> - <tr> - {$usercpnav} - <td valign="top"> - <form action="usercp.php" method="post" name="attachmentsmanager"> - <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> - <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> - <tr> - <td class="thead" colspan="5"><strong>{$lang->attachments_manager} {$usagenote}</strong></td> - </tr> - <tr> - <td class="tcat" colspan="2" width="40%"><span class="smalltext"><strong>{$lang->attachments_attachment}</strong></span></td> - <td class="tcat" width="40%"><span class="smalltext"><strong>{$lang->attachments_post}</strong></span></td> - <td class="tcat" align="center" width="20%"><span class="smalltext"><strong>{$lang->date_uploaded}</strong></span></td> - <td class="tcat" width="1"><input type="checkbox" name="allbox" class="checkbox checkall" /></td> - </tr> - {$attachments} - </table> - <br /> - <div align="center"> - <input type="hidden" name="action" value="do_attachments" /> - <input type="submit" class="button" value="{$lang->delete_attachments}" /> - </div> - </form> - {$multipage} - <br /> - <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> - <tr> - <td class="thead" colspan="2"><strong>{$lang->attachments_stats}</strong></td> - </tr> - <tr> - <td class="trow1" width="40%"><strong>{$lang->attachstats_attachs}</strong></td> - <td class="trow1" width="60%">{$totalattachments}</td> - </tr> - <tr> - <td class="trow2" width="40%"><strong>{$lang->attachstats_spaceused}</strong></td> - <td class="trow2" width="60%">{$friendlyusage}</td> - </tr> - <tr> - <td class="trow1" width="40%"><strong>{$lang->attachstats_quota}</strong></td> - <td class="trow1" width="60%">{$attachquota}</td> - </tr> - <tr> - <td class="trow2" width="40%"><strong>{$lang->attachstats_totaldl}</strong></td> - <td class="trow2" width="60%">{$totaldownloads}</td> - </tr> - <tr> - <td class="trow1" width="40%"><strong>{$lang->attachstats_bandwidth}</strong></td> - <td class="trow1" width="60%">{$bandwidth}</td> - </tr> - </table> - </td> - </tr> - </table> - {$footer} -</body> -</html>]]></template> +</html>]]></template> <template name="usercp_attachments_attachment" version="1800"><![CDATA[<tr> <td class="{$altbg}" width="1">{$icon}</td> <td class="{$altbg}" width="40%"><a href="attachment.php?aid={$attachment['aid']}" target="_blank">{$attachment['filename']}</a><br /><span class="smalltext">{$sizedownloads}</span></td> <td class="{$altbg}"><a href="{$attachment['postlink']}#pid{$attachment['pid']}">{$attachment['subject']}</a><br /><span class="smalltext">{$lang->attachment_thread} <a href="{$attachment['threadlink']}">{$attachment['threadsubject']}</a></span></td> <td class="{$altbg}" align="center">{$attachdate}</td> <td class="{$altbg}" width="1"><input type="checkbox" class="checkbox" name="attachments[{$attachment['aid']}]" value="{$attachment['aid']}" /></td> -</tr>]]></template> +</tr>]]></template> <template name="usercp_attachments_none" version="120"><![CDATA[<tr> <td class="trow1" align="center" colspan="5">{$lang->no_attachments}</td> -</tr>]]></template> +</tr>]]></template> <template name="usercp_avatar" version="1809"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->change_avatar}</title> @@ -14076,13 +12738,13 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> - <template name="usercp_avatar_auto_resize_auto" version="1800"><![CDATA[<br /><span class="smalltext">{$lang->avatar_auto_resize_note}</span>]]></template> +</html>]]></template> + <template name="usercp_avatar_auto_resize_auto" version="1800"><![CDATA[<br /><span class="smalltext">{$lang->avatar_auto_resize_note}</span>]]></template> <template name="usercp_avatar_auto_resize_user" version="1800"><![CDATA[<br /><span class="smalltext"> <input type="checkbox" name="auto_resize" value="1" checked="checked" id="auto_resize" /> <label for="auto_resize">{$lang->avatar_auto_resize_option}</label> -</span>]]></template> - <template name="usercp_avatar_current" version="1800"><![CDATA[<td width="150" align="right"><img src="{$useravatar['image']}" alt="{$lang->avatar_mine}" title="{$lang->avatar_mine}" {$useravatar['width_height']} /></td>]]></template> +</span>]]></template> + <template name="usercp_avatar_current" version="1800"><![CDATA[<td width="150" align="right"><img src="{$useravatar['image']}" alt="{$lang->avatar_mine}" title="{$lang->avatar_mine}" {$useravatar['width_height']} /></td>]]></template> <template name="usercp_avatar_remote" version="1809"><![CDATA[ <tr> <td class="trow2" width="40%"> <strong>{$lang->avatar_url}</strong> @@ -14092,8 +12754,8 @@ if(use_xmlhttprequest == "1") <input type="text" class="textbox" name="avatarurl" size="45" value="{$avatarurl}" /> <br /><span class="smalltext">{$lang->avatar_url_gravatar}</span> </td> - </tr>]]></template> - <template name="usercp_avatar_remove" version="1800"><![CDATA[<input type="submit" class="button" name="remove" value="{$lang->remove_avatar}" />]]></template> + </tr>]]></template> + <template name="usercp_avatar_remove" version="1800"><![CDATA[<input type="submit" class="button" name="remove" value="{$lang->remove_avatar}" />]]></template> <template name="usercp_avatar_upload" version="1800"><![CDATA[ <tr> <td class="trow1" width="40%"> <strong>{$lang->avatar_upload}</strong> @@ -14103,7 +12765,7 @@ if(use_xmlhttprequest == "1") <input type="file" name="avatarupload" size="25" class="fileupload" /> {$auto_resize} </td> - </tr>]]></template> + </tr>]]></template> <template name="usercp_changename" version="1822"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->change_username}</title> @@ -14148,8 +12810,8 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> - <template name="usercp_currentavatar" version="1807"><![CDATA[<td class="trow1" valign="top" align="center" width="1"><div class="usercp_container"><img src="{$useravatar['image']}" alt="{$avatar_username}" title="{$avatar_username}" {$useravatar['width_height']} /></div></td>]]></template> +</html>]]></template> + <template name="usercp_currentavatar" version="1807"><![CDATA[<td class="trow1" valign="top" align="center" width="1"><div class="usercp_container"><img src="{$useravatar['image']}" alt="{$avatar_username}" title="{$avatar_username}" {$useravatar['width_height']} /></div></td>]]></template> <template name="usercp_drafts" version="1804"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->drafts}</title> @@ -14186,209 +12848,25 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="usercp_drafts_draft" version="1800"><![CDATA[<tr> <td class="{$trow}"><strong>{$draft['subject']}</strong><br /><span class="smalltext">{$detail}</span></td> <td class="{$trow}" align="center">{$savedate}</td> <td class="{$trow}" align="center"><a href="{$editurl}">{$lang->edit_draft}</a></td> <td class="{$trow}" align="center"><input type="checkbox" class="checkbox" name="deletedraft[{$id}]" value="{$type}" /></td> -</tr>]]></template> - <template name="usercp_drafts_draft_forum" version="1800"><![CDATA[{$lang->forum}: <a href="{$draft['forumlink']}">{$draft['forumname']}</a>]]></template> - <template name="usercp_drafts_draft_thread" version="1800"><![CDATA[{$lang->thread}: <a href="{$draft['threadlink']}">{$draft['threadsubject']}</a>]]></template> +</tr>]]></template> + <template name="usercp_drafts_draft_forum" version="1800"><![CDATA[{$lang->forum}: <a href="{$draft['forumlink']}">{$draft['forumname']}</a>]]></template> + <template name="usercp_drafts_draft_thread" version="1800"><![CDATA[{$lang->thread}: <a href="{$draft['threadlink']}">{$draft['threadsubject']}</a>]]></template> <template name="usercp_drafts_none" version="120"><![CDATA[<tr> <td class="trow1" colspan="7">{$lang->no_drafts}</td> -</tr>]]></template> - <template name="usercp_editlists" version="1821"><![CDATA[<html> -<head> - <title>{$mybb->settings['bbname']} - {$lang->edit_lists}</title> - {$headerinclude} - <script type="text/javascript" src="{$mybb->asset_url}/jscripts/usercp.js?ver=1821"></script> - <script type="text/javascript"> - lang.remove_buddy = '{$lang->confirm_remove_buddy}'; - lang.remove_ignored = '{$lang->confirm_remove_ignored}'; - lang.adding_buddy = '{$lang->adding_buddy}'; - lang.adding_ignored = '{$lang->adding_ignored}'; - lang.buddylist_error = '{$lang->buddylist_error}'; - </script> - - <link rel="stylesheet" href="{$mybb->asset_url}/jscripts/select2/select2.css?ver=1807"> - <script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js?ver=1806"></script> - -</head> -<body> - {$header} - <table width="100%" border="0" align="center"> - <tr> - {$usercpnav} - <td valign="top"> - - <form action="usercp.php" method="post" id="buddy" onsubmit="return UserCP.addBuddy('buddy');"> - <input type="hidden" name="action" value="do_editlists" /> - <input type="hidden" name="manage" value="buddy" /> - <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> - <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> - <tr> - <td class="thead" align="center"><strong>{$lang->edit_buddy_list}</strong></td> - </tr> - <tr> - <td class="trow1"> - <fieldset> - <legend><strong>{$lang->add_buddies}</strong></legend> - <span class="smalltext">{$lang->add_buddies_desc}</span><br /> - <div class="float_left" style="width: 120px; text-align: right;"><strong>{$lang->username_or_usernames}</strong></div> - <div style="margin-left: 130px;"><input type="text" name="add_username" id="buddy_add_username" style="width: 60%;" class="textbox" /> <input type="submit" value="{$lang->add_to_buddies}" id="buddy_submit" class="button" /></div> - <script type="text/javascript"> - <!-- - if(use_xmlhttprequest == "1") - { - MyBB.select2(); - $("#buddy_add_username").select2({ - placeholder: "{$lang->search_user}", - minimumInputLength: 2, - maximumSelectionSize: 5, - multiple: true, - ajax: { // instead of writing the function to execute the request we use Select2's convenient helper - url: "xmlhttp.php?action=get_users", - dataType: 'json', - data: function (term, page) { - return { - query: term, // search term - }; - }, - results: function (data, page) { // parse the results into the format expected by Select2. - // since we are using custom formatting functions we do not need to alter remote JSON data - return {results: data}; - } - }, - initSelection: function(element, callback) { - var query = $(element).val(); - if (query !== "") { - var newqueries = []; - exp_queries = query.split(","); - $.each(exp_queries, function(index, value ){ - if(value.replace(/\s/g, '') != "") - { - var newquery = { - id: value.replace(/,\s?/g, ", "), - text: value.replace(/,\s?/g, ", ") - }; - newqueries.push(newquery); - } - }); - callback(newqueries); - } - }, - }); - } - // --> - </script> - </fieldset> - <fieldset id="buddy_container"> - <legend><strong>{$lang->current_buddies}</strong></legend> - <ul id="buddy_list" style="list-style: none;"> - {$buddy_list} - </ul> - </fieldset> - </td> - </tr> - </table> - </form> - <br /> - <form action="usercp.php" method="post" id="ignored" onsubmit="return UserCP.addBuddy('ignored');"> - <input type="hidden" name="action" value="do_editlists" /> - <input type="hidden" name="manage" value="ignored" /> - <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> - <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> - <tr> - <td class="thead" align="center"><strong>{$lang->edit_ignore_list}</strong></td> - </tr> - <tr> - <td class="trow1"> - <fieldset> - <legend><strong>{$lang->add_ignored_users}</strong></legend> - <span class="smalltext">{$lang->add_ignored_users_desc}</span><br /> - <div class="float_left" style="width: 120px; text-align: right;"><strong>{$lang->username_or_usernames}</strong></div> - <div style="margin-left: 130px;"><input type="text" name="add_username" id="ignored_add_username" style="width: 60%;" class="textbox" /> <input type="submit" value="{$lang->ignore_users}" id="ignored_submit" class="button" /></div> - <script type="text/javascript"> - <!-- - if(use_xmlhttprequest == "1") - { - MyBB.select2(); - $("#ignored_add_username").select2({ - placeholder: "{$lang->search_user}", - minimumInputLength: 2, - maximumSelectionSize: 5, - multiple: true, - ajax: { // instead of writing the function to execute the request we use Select2's convenient helper - url: "xmlhttp.php?action=get_users", - dataType: 'json', - data: function (term, page) { - return { - query: term, // search term - }; - }, - results: function (data, page) { // parse the results into the format expected by Select2. - // since we are using custom formatting functions we do not need to alter remote JSON data - return {results: data}; - } - }, - initSelection: function(element, callback) { - var query = $(element).val(); - if (query !== "") { - var newqueries = []; - exp_queries = query.split(","); - $.each(exp_queries, function(index, value ){ - if(value.replace(/\s/g, '') != "") - { - var newquery = { - id: value.replace(/,\s?/g, ", "), - text: value.replace(/,\s?/g, ", ") - }; - newqueries.push(newquery); - } - }); - callback(newqueries); - } - }, - }); - } - // --> - </script> - </fieldset> - <fieldset id="ignored_container"> - <legend><strong>{$lang->current_ignored_users}</strong></legend> - <ul id="ignore_list" style="list-style: none;"> - {$ignore_list} - </ul> - </fieldset> - </td> - </tr> - </table> - </form> - <br /> - <table border="0" style="width: 100%"> - <tr> - <td style="width: 50%; vertical-align: top" id="receivedrequests"> - {$received_requests} - </td> - <td style="width: 50%; vertical-align: top" id="sentrequests"> - {$sent_requests} - </td> - </tr> - </table> - </td> - </tr> - </table> - {$footer} -</body> -</html>]]></template> - <template name="usercp_editlists_no_buddies" version="1800"><![CDATA[<li>{$lang->buddy_list_empty}</li>]]></template> - <template name="usercp_editlists_no_ignored" version="1800"><![CDATA[<li>{$lang->ignore_list_empty}</li>]]></template> +</tr>]]></template> + <template name="usercp_editlists_no_buddies" version="1800"><![CDATA[<li>{$lang->buddy_list_empty}</li>]]></template> + <template name="usercp_editlists_no_ignored" version="1800"><![CDATA[<li>{$lang->ignore_list_empty}</li>]]></template> <template name="usercp_editlists_no_requests" version="1800"><![CDATA[<tr> <td class="{$bgcolor}" colspan="3"> {$lang->no_requests} </td> -</tr>]]></template> +</tr>]]></template> <template name="usercp_editlists_received_request" version="1800"><![CDATA[<tr> <td class="{$bgcolor}"> {$request['username']} @@ -14399,7 +12877,7 @@ if(use_xmlhttprequest == "1") <td class="{$bgcolor}"> <a href="{$mybb->settings['bburl']}/usercp.php?action=acceptrequest&id={$request['id']}&my_post_key={$mybb->post_code}">{$lang->accept}</a> - <a href="{$mybb->settings['bburl']}/usercp.php?action=declinerequest&id={$request['id']}&my_post_key={$mybb->post_code}">{$lang->decline}</a> </td> -</tr>]]></template> +</tr>]]></template> <template name="usercp_editlists_received_requests" version="1800"><![CDATA[ <table class="tborder" border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}"> <thead> @@ -14416,7 +12894,7 @@ if(use_xmlhttprequest == "1") {$received_rows} </tbody> </table> - ]]></template> + ]]></template> <template name="usercp_editlists_sent_request" version="1800"><![CDATA[<tr> <td class="{$bgcolor}"> {$request['username']} @@ -14427,7 +12905,7 @@ if(use_xmlhttprequest == "1") <td class="{$bgcolor}"> <a href="{$mybb->settings['bburl']}/usercp.php?action=cancelrequest&id={$request['id']}&my_post_key={$mybb->post_code}">{$lang->cancel}</a> </td> -</tr>]]></template> +</tr>]]></template> <template name="usercp_editlists_sent_requests" version="1800"><![CDATA[ <table class="tborder" border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}"> <thead> @@ -14444,12 +12922,12 @@ if(use_xmlhttprequest == "1") {$sent_rows} </tbody> </table> - ]]></template> + ]]></template> <template name="usercp_editlists_user" version="1807"><![CDATA[<li class="float_left" id="{$type}_{$user['uid']}" style="width: 33%; list-style: none; margin-bottom: 4px;"> <a href="usercp.php?action=do_editlists&my_post_key={$mybb->post_code}&manage={$type}&delete={$user['uid']}" onclick="return UserCP.removeBuddy('{$type}', {$user['uid']});" title="{$lang->remove_from_list}"><img src="{$theme['imgdir']}/buddy_delete.png" title="{$lang->remove_from_list}" alt="{$lang->remove_from_list}" style="vertical-align: middle;" /></a> <img src="{$theme['imgdir']}/buddy_{$status}.png" title="{$lang->$status}" alt="" style="vertical-align: middle;" /> {$profile_link} -</li>]]></template> +</li>]]></template> <template name="usercp_editsig" version="1400"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->edit_sig}</title> @@ -14501,7 +12979,7 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="usercp_editsig_current" version="1800"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed"> <tr> <td class="thead"><strong>{$lang->current_sig}</strong></td> @@ -14510,7 +12988,7 @@ if(use_xmlhttprequest == "1") <td class="trow1 scaleimages">{$sigpreview}</td> </tr> </table> -<br />]]></template> +<br />]]></template> <template name="usercp_editsig_preview" version="1800"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed"> <tr> <td class="thead"><strong>{$lang->sig_preview}</strong></td> @@ -14519,7 +12997,7 @@ if(use_xmlhttprequest == "1") <td class="trow1 scaleimages">{$sigpreview}</td> </tr> </table> -<br />]]></template> +<br />]]></template> <template name="usercp_editsig_suspended" version="1600"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->edit_sig}</title> @@ -14544,7 +13022,7 @@ if(use_xmlhttprequest == "1") </table> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="usercp_email" version="1800"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->change_email}</title> @@ -14593,7 +13071,7 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="usercp_forumsubscriptions" version="1600"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->forum_subscriptions}</title> @@ -14622,7 +13100,7 @@ if(use_xmlhttprequest == "1") </table> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="usercp_forumsubscriptions_forum" version="1820"><![CDATA[<tr> <td class="trow1" align="center" valign="middle" width="1"><span class="forum_status forum_{$lightbulb['folder']}" title="{$lightbulb['altonoff']}"></span></td> <td class="trow1" valign="middle"> @@ -14630,10 +13108,10 @@ if(use_xmlhttprequest == "1") <td class="trow2" valign="middle" style="white-space: nowrap; text-align: center;">{$posts}</td> <td class="trow1" valign="middle" style="white-space: nowrap; text-align: center;">{$threads}</td> <td class="trow2" valign="middle" style="white-space: nowrap">{$lastpost}</td> -</tr>]]></template> +</tr>]]></template> <template name="usercp_forumsubscriptions_none" version="120"><![CDATA[<tr> <td class="trow1" colspan="5">{$lang->no_forum_subscriptions}</td> -</tr>]]></template> +</tr>]]></template> <template name="usercp_latest_subscribed" version="1600"><![CDATA[<br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> @@ -14646,7 +13124,7 @@ if(use_xmlhttprequest == "1") <td class="tcat" align="center" width="200"><span class="smalltext"><strong>{$lang->lastpost}</strong></span></td> </tr> {$latest_subscribed_threads} -</table>]]></template> +</table>]]></template> <template name="usercp_latest_subscribed_threads" version="1813"><![CDATA[<tr> <td align="center" class="{$bgcolor}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}"> </span></td> <td align="center" class="{$bgcolor}" width="2%">{$icon}</td> @@ -14656,7 +13134,7 @@ if(use_xmlhttprequest == "1") <td class="{$bgcolor}" style="white-space: nowrap"><span class="smalltext">{$lastpostdate} <br /><a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span> </td> -</tr>]]></template> +</tr>]]></template> <template name="usercp_latest_threads" version="1600"><![CDATA[<br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> @@ -14669,7 +13147,7 @@ if(use_xmlhttprequest == "1") <td class="tcat" align="center" width="200"><span class="smalltext"><strong>{$lang->lastpost}</strong></span></td> </tr> {$latest_threads_threads} -</table>]]></template> +</table>]]></template> <template name="usercp_latest_threads_threads" version="1813"><![CDATA[<tr> <td align="center" class="{$bgcolor}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}"> </span></td> <td align="center" class="{$bgcolor}" width="2%">{$icon}</td> @@ -14679,7 +13157,7 @@ if(use_xmlhttprequest == "1") <td class="{$bgcolor}" style="white-space: nowrap"><span class="smalltext">{$lastpostdate} <br /><a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span> </td> -</tr>]]></template> +</tr>]]></template> <template name="usercp_nav" version="1809"><![CDATA[<td width="{$lang->ucp_nav_width}" valign="top"> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tbody> @@ -14690,13 +13168,13 @@ if(use_xmlhttprequest == "1") </tbody> {$usercpmenu} </table> -</td>]]></template> - <template name="usercp_nav_attachments" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="usercp.php?action=attachments" class="usercp_nav_item usercp_nav_attachments">{$lang->ucp_nav_attachments}</a></td></tr>]]></template> - <template name="usercp_nav_changename" version="1400"><![CDATA[<div><a href="usercp.php?action=changename" class="usercp_nav_item usercp_nav_username">{$lang->ucp_nav_change_username}</a></div>]]></template> - <template name="usercp_nav_editsignature" version="1600"><![CDATA[<div><a href="usercp.php?action=editsig" class="usercp_nav_item usercp_nav_editsig">{$lang->ucp_nav_edit_sig}</a></div>]]></template> +</td>]]></template> + <template name="usercp_nav_attachments" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="usercp.php?action=attachments" class="usercp_nav_item usercp_nav_attachments">{$lang->ucp_nav_attachments}</a></td></tr>]]></template> + <template name="usercp_nav_changename" version="1400"><![CDATA[<div><a href="usercp.php?action=changename" class="usercp_nav_item usercp_nav_username">{$lang->ucp_nav_change_username}</a></div>]]></template> + <template name="usercp_nav_editsignature" version="1600"><![CDATA[<div><a href="usercp.php?action=editsig" class="usercp_nav_item usercp_nav_editsig">{$lang->ucp_nav_edit_sig}</a></div>]]></template> <template name="usercp_nav_home" version="1809"><![CDATA[<tr> <td class="trow1 smalltext"><a href="usercp.php" class="usercp_nav_item usercp_nav_home">{$lang->ucp_nav_home}</a></td> -</tr>]]></template> +</tr>]]></template> <template name="usercp_nav_messenger" version="1816"><![CDATA[<tbody> <tr> <td class="tcat tcat_menu tcat_collapse{$collapsedimg['usercppms']}"> @@ -14714,10 +13192,10 @@ if(use_xmlhttprequest == "1") </tr> {$ucp_nav_tracking} <tr><td class="trow1 smalltext"><a href="private.php?action=folders" class="usercp_nav_item usercp_nav_pmfolders">{$lang->ucp_nav_edit_folders}</a></td></tr> -</tbody>]]></template> - <template name="usercp_nav_messenger_compose" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="private.php?action=send" class="usercp_nav_item usercp_nav_composepm">{$lang->ucp_nav_compose}</a></td></tr>]]></template> - <template name="usercp_nav_messenger_folder" version="1800"><![CDATA[<div><a href="private.php?fid={$folder_id}" class="usercp_nav_item {$class}">{$folder_name}</a></div>]]></template> - <template name="usercp_nav_messenger_tracking" version="1610"><![CDATA[<tr><td class="trow1 smalltext"><a href="private.php?action=tracking" class="usercp_nav_item usercp_nav_pmtracking">{$lang->ucp_nav_tracking}</a></td></tr>]]></template> +</tbody>]]></template> + <template name="usercp_nav_messenger_compose" version="1800"><![CDATA[<tr><td class="trow1 smalltext"><a href="private.php?action=send" class="usercp_nav_item usercp_nav_composepm">{$lang->ucp_nav_compose}</a></td></tr>]]></template> + <template name="usercp_nav_messenger_folder" version="1800"><![CDATA[<div><a href="private.php?fid={$folder_id}" class="usercp_nav_item {$class}">{$folder_name}</a></div>]]></template> + <template name="usercp_nav_messenger_tracking" version="1610"><![CDATA[<tr><td class="trow1 smalltext"><a href="private.php?action=tracking" class="usercp_nav_item usercp_nav_pmtracking">{$lang->ucp_nav_tracking}</a></td></tr>]]></template> <template name="usercp_nav_misc" version="1816"><![CDATA[<tbody> <tr> <td class="tcat tcat_menu tcat_collapse{$collapsedimg['usercpmisc']}"> @@ -14734,7 +13212,7 @@ if(use_xmlhttprequest == "1") <tr><td class="trow1 smalltext"><a href="usercp.php?action=subscriptions" class="usercp_nav_item usercp_nav_subscriptions">{$lang->ucp_nav_subscribed_threads}</a></td></tr> <tr><td class="trow1 smalltext"><a href="usercp.php?action=forumsubscriptions" class="usercp_nav_item usercp_nav_fsubscriptions">{$lang->ucp_nav_forum_subscriptions}</a></td></tr> <tr><td class="trow1 smalltext"><a href="{$profile_link}" class="usercp_nav_item usercp_nav_viewprofile">{$lang->ucp_nav_view_profile}</a></td></tr> -</tbody>]]></template> +</tbody>]]></template> <template name="usercp_nav_profile" version="1816"><![CDATA[<tbody> <tr> <td class="tcat tcat_menu tcat_collapse{$collapsedimg['usercpprofile']}"> @@ -14753,7 +13231,7 @@ if(use_xmlhttprequest == "1") {$changesigop} </td></tr> <tr><td class="trow1 smalltext"><a href="usercp.php?action=options" class="usercp_nav_item usercp_nav_options">{$lang->ucp_nav_edit_options}</a></td></tr> -</tbody>]]></template> +</tbody>]]></template> <template name="usercp_notepad" version="1600"><![CDATA[<br /> <form action="usercp.php" method="post"> <input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> @@ -14772,212 +13250,8 @@ if(use_xmlhttprequest == "1") <input type="hidden" name="action" value="do_notepad" /> <input type="submit" class="button" name="submit" value="{$lang->update_notepad}" /> </div> -</form>]]></template> - <template name="usercp_options" version="1809"><![CDATA[<html> -<head> -<title>{$mybb->settings['bbname']} - {$lang->edit_options}</title> -{$headerinclude} -</head> -<body> -{$header} -<form action="usercp.php" method="post"> -<input type="hidden" name="my_post_key" value="{$mybb->post_code}" /> -<table width="100%" border="0" align="center"> -<tr> -{$usercpnav} -<td valign="top"> -{$errors} -<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> -<tr> -<td class="thead" colspan="2"><strong>{$lang->edit_options}</strong></td> -</tr> -<tr> -<td width="50%" class="trow1" valign="top"> -<fieldset class="trow2"> -<legend><strong>{$lang->login_cookies_privacy}</strong></legend> -<table cellspacing="0" cellpadding="2"> -<tr> -<td valign="top" width="1"><input type="checkbox" class="checkbox" name="invisible" id="invisible" value="1" {$invisiblecheck} /></td> -<td><span class="smalltext"><label for="invisible">{$lang->invisible_mode}</label></span></td> -</tr> -</table> -</fieldset> -<br /> -<fieldset class="trow2"> -<legend><strong>{$lang->messaging_notification}</strong></legend> -<table cellspacing="0" cellpadding="2"> -<tr> -<td valign="top" width="1"><input type="checkbox" class="checkbox" name="allownotices" id="allownotices" value="1" {$allownoticescheck} /></td> -<td><span class="smalltext"><label for="allownotices">{$lang->allow_notices}</label></span></td> -</tr> -<tr> -<td valign="top" width="1"><input type="checkbox" class="checkbox" name="hideemail" id="hideemail" value="1" {$hideemailcheck} /></td> -<td><span class="smalltext"><label for="hideemail">{$lang->allow_emails}</label></span></td> -</tr> -{$pms} -<tr> -<td valign="top" width="1"><input type="checkbox" class="checkbox" name="buddyrequestsauto" id="buddyrequestsauto" value="1" {$buddyrequestsautocheck} /></td> -<td><span class="smalltext"><label for="buddyrequestsauto">{$lang->buddyrequests_auto}</label></span></td> -</tr> -<tr> -<td colspan="2"><span class="smalltext"><label for="subscriptionmethod">{$lang->subscription_method}</label></span></td> -</tr> -<tr> -<td colspan="2"> - <select name="subscriptionmethod" id="subscriptionmethod"> - <option value="0" {$no_auto_subscribe_selected}>{$lang->no_auto_subscribe}</option> - <option value="1" {$no_subscribe_selected}>{$lang->no_subscribe}</option> - <option value="2" {$instant_email_subscribe_selected}>{$lang->instant_email_subscribe}</option> - <option value="3" {$instant_pm_subscribe_selected}>{$lang->instant_pm_subscribe}</option> - </select> -</td> -</tr> - -</table> -</fieldset> -<br /> -<fieldset class="trow2"> -<legend><strong>{$lang->date_time_options}</strong></legend> -<table cellspacing="0" cellpadding="2"> -<tr> -<td><span class="smalltext">{$lang->date_format}</span></td> -</tr> -<tr> -<td> -<select name="dateformat"> -<option value="0">{$lang->use_default}</option> -{$date_format_options} -</select> -</td> -</tr> -<tr> -<td><span class="smalltext">{$lang->time_format}</span></td> -</tr> -<tr> -<td> -<select name="timeformat"> -<option value="0">{$lang->use_default}</option> -{$time_format_options} -</select> -</td> -</tr> -<tr> -<td><span class="smalltext">{$lang->time_offset_desc}</span></td> -</tr> -<tr> -<td>{$tzselect}</td> -</tr> -<tr> -<td><span class="smalltext">{$lang->dst_correction}</span></td> -</tr> -<tr> -<td> - <select name="dstcorrection"> - <option value="2" {$dst_auto_selected}>{$lang->dst_correction_auto}</option> - <option value="1" {$dst_enabled_selected}>{$lang->dst_correction_enabled}</option> - <option value="0" {$dst_disabled_selected}>{$lang->dst_correction_disabled}</option> - </select> -</td> -</tr> -</table> -</fieldset> -</td> -<td width="50%" class="trow1" valign="top"> -<fieldset class="trow2"> -<legend><strong>{$lang->forum_display_options}</strong></legend> -<table cellspacing="0" cellpadding="2"> -{$tppselect} -<tr> -<td><span class="smalltext">{$lang->thread_view}</span></td> -</tr> -<tr> -<td> -<select name="daysprune"> -<option value="">{$lang->use_default}</option> -<option value="1" {$daysprunesel['1']}>{$lang->thread_view_lastday}</option> -<option value="5" {$daysprunesel['5']}>{$lang->thread_view_5days}</option> -<option value="10" {$daysprunesel['10']}>{$lang->thread_view_10days}</option> -<option value="20" {$daysprunesel['20']}>{$lang->thread_view_20days}</option> -<option value="50" {$daysprunesel['50']}>{$lang->thread_view_50days}</option> -<option value="75" {$daysprunesel['75']}>{$lang->thread_view_75days}</option> -<option value="100" {$daysprunesel['100']}>{$lang->thread_view_100days}</option> -<option value="365" {$daysprunesel['365']}>{$lang->thread_view_year}</option> -<option value="9999" {$daysprunesel['9999']}>{$lang->thread_view_all}</option> -</select> -</td> -</tr> -</table> -</fieldset> -<br /> -<fieldset class="trow2"> -<legend><strong>{$lang->thread_view_options}</strong></legend> -<table cellspacing="0" cellpadding="2"> - <tr> - <td valign="top" width="1"><input type="checkbox" class="checkbox" name="classicpostbit" id="classicpostbit" value="1" {$classicpostbitcheck} /></td> - <td><span class="smalltext"><label for="classicpostbit">{$lang->show_classic_postbit}</label></span></td> - </tr> -<tr> -<td valign="top" width="1"><input type="checkbox" class="checkbox" name="showimages" id="showimages" value="1" {$showimagescheck} /></td> -<td><span class="smalltext"><label for="showimages">{$lang->show_images}</label></span></td> -</tr> -<tr> -<td valign="top" width="1"><input type="checkbox" class="checkbox" name="showvideos" id="showvideos" value="1" {$showvideoscheck} /></td> -<td><span class="smalltext"><label for="showvideos">{$lang->show_videos}</label></span></td> -</tr> -<tr> -<td valign="top" width="1"><input type="checkbox" class="checkbox" name="showsigs" id="showsigs" value="1" {$showsigscheck} /></td> -<td><span class="smalltext"><label for="showsigs">{$lang->show_sigs}</label></span></td> -</tr> -<tr> -<td valign="top" width="1"><input type="checkbox" class="checkbox" name="showavatars" id="showavatars" value="1" {$showavatarscheck} /></td> -<td><span class="smalltext"><label for="showavatars">{$lang->show_avatars}</label></span></td> -</tr> -{$quick_reply} -{$pppselect} -<tr> -<td colspan="2"><span class="smalltext">{$lang->thread_mode}</span></td> -</tr> -<tr> -<td colspan="2"><select name="threadmode"><option value="">{$lang->use_default}</option><option value="linear" {$threadview['linear']}>{$lang->linear}</option><option value="threaded" {$threadview['threaded']}>{$lang->threaded}</option></select></td> -</tr> -</table> -</fieldset> -<br /> -<fieldset class="trow2"> -<legend><strong>{$lang->other_options}</strong></legend> -<table cellspacing="0" cellpadding="2"> -<tr> -<td valign="top" width="1"><input type="checkbox" class="checkbox" name="showredirect" id="showredirect" value="1" {$showredirectcheck} /></td> -<td><span class="smalltext"><label for="showredirect">{$lang->show_redirect}</label></span></td> -</tr> -<tr> -<td valign="top" width="1"><input type="checkbox" class="checkbox" name="showcodebuttons" id="showcodebuttons" value="1" {$showcodebuttonscheck} /></td> -<td><span class="smalltext"><label for="showcodebuttons">{$lang->show_codebuttons}</label></span></td> -</tr> -<tr> -<td valign="top" width="1"><input type="checkbox" class="checkbox" name="sourceeditor" id="sourceeditor" value="1" {$sourcemodecheck} /></td> -<td><span class="smalltext"><label for="sourceeditor">{$lang->source_editor}</label></span></td> -</tr> -{$board_style} -{$board_language} -</table> -</fieldset> -</td> -</tr> -</table> -<br /> -<div align="center"> -<input type="hidden" name="action" value="do_options" /> -<input type="submit" class="button" name="regsubmit" value="{$lang->update_options}" /> -</div> -</td> -</tr> -</table> -</form> -{$footer} -</body> -</html>]]></template> - <template name="usercp_options_date_format" version="1800"><![CDATA[<option value="{$key}"{$selected}>{$dateformat}</option>]]></template> +</form>]]></template> + <template name="usercp_options_date_format" version="1800"><![CDATA[<option value="{$key}"{$selected}>{$dateformat}</option>]]></template> <template name="usercp_options_language" version="1800"><![CDATA[<tr> <td colspan="2"><span class="smalltext">{$lang->board_language}:</span></td> </tr> @@ -14989,8 +13263,8 @@ if(use_xmlhttprequest == "1") {$langoptions} </select> </td> -</tr>]]></template> - <template name="usercp_options_language_option" version="1800"><![CDATA[<option value="{$name}"{$sel}>{$language}</option>]]></template> +</tr>]]></template> + <template name="usercp_options_language_option" version="1800"><![CDATA[<option value="{$name}"{$sel}>{$language}</option>]]></template> <template name="usercp_options_pms" version="1809"><![CDATA[<tr> <td valign="top" width="1"><input type="checkbox" class="checkbox" name="receivepms" id="receivepms" value="1" {$receivepmscheck} /></td> <td><span class="smalltext"><label for="receivepms">{$lang->receive_pms}</label></span></td> @@ -15007,11 +13281,11 @@ if(use_xmlhttprequest == "1") <tr> <td valign="top" width="1"><input type="checkbox" class="checkbox" name="buddyrequestspm" id="buddyrequestspm" value="1" {$buddyrequestspmcheck} /></td> <td><span class="smalltext"><label for="buddyrequestspm">{$lang->buddyrequests_pm}</label></span></td> -</tr>]]></template> +</tr>]]></template> <template name="usercp_options_pms_from_buddys" version="1600"><![CDATA[<tr> <td valign="top" width="1"><input type="checkbox" class="checkbox" name="receivefrombuddy" id="receivefrombuddy" value="1" {$receivefrombuddycheck} /></td> <td><span class="smalltext"><label for="receivefrombuddy">{$lang->receive_from_buddy}</label></span></td> -</tr>]]></template> +</tr>]]></template> <template name="usercp_options_pppselect" version="120"><![CDATA[<tr> <td colspan="2"><span class="smalltext">{$lang->ppp}</span></td> </tr> @@ -15022,23 +13296,23 @@ if(use_xmlhttprequest == "1") {$pppoptions} </select> </td> -</tr>]]></template> - <template name="usercp_options_pppselect_option" version="1800"><![CDATA[<option value="{$val}"{$selected}>{$ppp_option}</option>]]></template> +</tr>]]></template> + <template name="usercp_options_pppselect_option" version="1800"><![CDATA[<option value="{$val}"{$selected}>{$ppp_option}</option>]]></template> <template name="usercp_options_quick_reply" version="1809"><![CDATA[<tr> <td valign="top" width="1"><input type="checkbox" class="checkbox" name="showquickreply" id="showquickreply" value="1" {$showquickreplycheck} /></td> <td><span class="smalltext"><label for="showquickreply">{$lang->show_quick_reply}</label></span></td> -</tr>]]></template> +</tr>]]></template> <template name="usercp_options_style" version="1800"><![CDATA[<tr> <td colspan="2"><span class="smalltext">{$lang->style}</span></td> </tr> <tr> <td colspan="2">{$stylelist}</td> -</tr>]]></template> +</tr>]]></template> <template name="usercp_options_timezone" version="1800"><![CDATA[<select name="{$name}" id="{$name}"> {$timezone_option} -</select>]]></template> - <template name="usercp_options_timezone_option" version="1800"><![CDATA[<option value="{$timezone}"{$selected_add}>{$label}</option>]]></template> - <template name="usercp_options_time_format" version="1800"><![CDATA[<option value="{$key}"{$selected}>{$timeformat}</option>]]></template> +</select>]]></template> + <template name="usercp_options_timezone_option" version="1800"><![CDATA[<option value="{$timezone}"{$selected_add}>{$label}</option>]]></template> + <template name="usercp_options_time_format" version="1800"><![CDATA[<option value="{$key}"{$selected}>{$timeformat}</option>]]></template> <template name="usercp_options_tppselect" version="120"><![CDATA[<tr> <td colspan="2"><span class="smalltext">{$lang->tpp}</span></td> </tr> @@ -15049,8 +13323,8 @@ if(use_xmlhttprequest == "1") {$tppoptions} </select> </td> -</tr>]]></template> - <template name="usercp_options_tppselect_option" version="1800"><![CDATA[<option value="{$val}"{$selected}>{$tpp_option}</option>]]></template> +</tr>]]></template> + <template name="usercp_options_tppselect_option" version="1800"><![CDATA[<option value="{$val}"{$selected}>{$tpp_option}</option>]]></template> <template name="usercp_password" version="1400"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->change_password}</title> @@ -15099,7 +13373,7 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="usercp_profile" version="1800"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->edit_profile}</title> @@ -15201,7 +13475,7 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="usercp_profile_away" version="1816"><![CDATA[<br /> <fieldset class="trow2"> <legend><strong>{$lang->away_information}</strong></legend> @@ -15253,7 +13527,7 @@ if(use_xmlhttprequest == "1") </td> </tr> </table> -</fieldset>]]></template> +</fieldset>]]></template> <template name="usercp_profile_contact_fields" version="1822"><![CDATA[<br /> <fieldset class="trow2"> <legend><strong>{$lang->additional_contact_details}</strong></legend> @@ -15262,13 +13536,13 @@ if(use_xmlhttprequest == "1") {$contact_fields['skype']} {$contact_fields['google']} </table> -</fieldset>]]></template> +</fieldset>]]></template> <template name="usercp_profile_contact_fields_field" version="1800"><![CDATA[<tr> <td><span class="smalltext">{$lang_string}</span></td> </tr> <tr> <td><input type="text" class="textbox" name="{$cfield}" size="25" value="{$cfvalue}" /></td> -</tr>]]></template> +</tr>]]></template> <template name="usercp_profile_customfield" version="1800"><![CDATA[<tr> <td> <span>{$profilefield['name']}</span>: @@ -15278,7 +13552,7 @@ if(use_xmlhttprequest == "1") </tr> <tr> <td>{$code}</td> -</tr>]]></template> +</tr>]]></template> <template name="usercp_profile_customtitle" version="1805"><![CDATA[<fieldset class="trow2"> <legend><strong>{$lang->custom_usertitle}</strong></legend> <table cellspacing="0" cellpadding="{$theme['tablespace']}"> @@ -15300,47 +13574,47 @@ if(use_xmlhttprequest == "1") </tr> {$reverttitle} </table> -</fieldset>]]></template> +</fieldset>]]></template> <template name="usercp_profile_customtitle_currentcustom" version="1800"><![CDATA[<tr> <td><span class="smalltext">{$lang->current_custom_usertitle}</span></td> </tr> <tr> <td><span class="smalltext"><strong>{$user['usertitle']}</strong></span></td> -</tr>]]></template> +</tr>]]></template> <template name="usercp_profile_customtitle_reverttitle" version="1800"><![CDATA[<tr> <td><span class="smalltext"><input type="checkbox" name="reverttitle" id="reverttitle" class="checkbox" /> {$lang->revert_usertitle}</span></td> -</tr>]]></template> - <template name="usercp_profile_day" version="1800"><![CDATA[<option value="{$day}"{$selected}>{$day}</option>]]></template> +</tr>]]></template> + <template name="usercp_profile_day" version="1800"><![CDATA[<option value="{$day}"{$selected}>{$day}</option>]]></template> <template name="usercp_profile_profilefields" version="120"><![CDATA[<br /> <fieldset class="trow2"> <legend><strong>{$lang->additional_information}</strong></legend> <table cellspacing="0" cellpadding="{$theme['tablespace']}" width="100%"> {$customfields} </table> -</fieldset>]]></template> +</fieldset>]]></template> <template name="usercp_profile_profilefields_checkbox" version="1800"><![CDATA[<input type="checkbox" class="checkbox" name="profile_fields[$field][]" value="{$val}"{$checked} /> -<span class="smalltext">{$val}</span><br />]]></template> +<span class="smalltext">{$val}</span><br />]]></template> <template name="usercp_profile_profilefields_multiselect" version="1800"><![CDATA[<select name="profile_fields[$field][]" size="{$profilefield['length']}" multiple="multiple"> {$select} -</select>]]></template> +</select>]]></template> <template name="usercp_profile_profilefields_radio" version="1800"><![CDATA[<input type="radio" class="radio" name="profile_fields[$field]" value="{$val}"{$checked} /> -<span class="smalltext">{$val}</span><br />]]></template> +<span class="smalltext">{$val}</span><br />]]></template> <template name="usercp_profile_profilefields_select" version="1800"><![CDATA[<select name="profile_fields[$field]" size="{$profilefield['length']}"> {$select} -</select>]]></template> - <template name="usercp_profile_profilefields_select_option" version="1800"><![CDATA[<option value="{$val}"{$sel}>{$val}</option>]]></template> - <template name="usercp_profile_profilefields_text" version="1800"><![CDATA[<input type="text" name="profile_fields[$field]" class="textbox" size="{$profilefield['length']}"{$maxlength} value="{$value}" />]]></template> - <template name="usercp_profile_profilefields_textarea" version="1800"><![CDATA[<textarea name="profile_fields[$field]" rows="6" cols="30" style="width: 95%">{$value}</textarea>]]></template> +</select>]]></template> + <template name="usercp_profile_profilefields_select_option" version="1800"><![CDATA[<option value="{$val}"{$sel}>{$val}</option>]]></template> + <template name="usercp_profile_profilefields_text" version="1800"><![CDATA[<input type="text" name="profile_fields[$field]" class="textbox" size="{$profilefield['length']}"{$maxlength} value="{$value}" />]]></template> + <template name="usercp_profile_profilefields_textarea" version="1800"><![CDATA[<textarea name="profile_fields[$field]" rows="6" cols="30" style="width: 95%">{$value}</textarea>]]></template> <template name="usercp_profile_website" version="1800"><![CDATA[<tr> <td colspan="3"><span class="smalltext">{$lang->website_url}</span></td> </tr> <tr> <td colspan="3"><input type="text" class="textbox" name="website" size="25" maxlength="75" value="{$user['website']}" /></td> -</tr>]]></template> +</tr>]]></template> <template name="usercp_referrals" version="1600"><![CDATA[<strong>{$lang->members_referred}</strong> {$mybb->user['referrals']}<br /> -{$referral_link}]]></template> - <template name="usercp_reputation" version="1600"><![CDATA[<strong>{$lang->reputation}</strong> {$reputation_link} [<a href="reputation.php?uid={$mybb->user['uid']}">{$lang->details}</a>]<br />]]></template> - <template name="usercp_resendactivation" version="1800"><![CDATA[<br />(<a href="member.php?action=resendactivation">{$lang->resend_activation}</a>)]]></template> +{$referral_link}]]></template> + <template name="usercp_reputation" version="1600"><![CDATA[<strong>{$lang->reputation}</strong> {$reputation_link} [<a href="reputation.php?uid={$mybb->user['uid']}">{$lang->details}</a>]<br />]]></template> + <template name="usercp_resendactivation" version="1800"><![CDATA[<br />(<a href="member.php?action=resendactivation">{$lang->resend_activation}</a>)]]></template> <template name="usercp_subscriptions" version="1817"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->subscriptions}</title> @@ -15396,10 +13670,10 @@ if(use_xmlhttprequest == "1") </table> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="usercp_subscriptions_none" version="120"><![CDATA[<tr> <td class="trow1" colspan="7">{$lang->no_thread_subscriptions}</td> -</tr>]]></template> +</tr>]]></template> <template name="usercp_subscriptions_remove" version="1816"><![CDATA[<tr> <td class="tfoot" colspan="7"> <div class="float_right"> @@ -15416,7 +13690,7 @@ if(use_xmlhttprequest == "1") <strong><a href="usercp.php?action=removesubscriptions&my_post_key={$mybb->post_code}">{$lang->remove_all_subscriptions}</a></strong> </div> </td> -</tr>]]></template> +</tr>]]></template> <template name="usercp_subscriptions_thread" version="1813"><![CDATA[<tr> <td align="center" class="{$bgcolor}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}"> </span></td> <td align="center" class="{$bgcolor}" width="2%">{$icon}</td> @@ -15428,14 +13702,14 @@ if(use_xmlhttprequest == "1") <a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span> </td> <td class="{$bgcolor}" align="center"><input type="checkbox" class="checkbox" name="check[{$thread['tid']}]" value="{$thread['tid']}" /></td> -</tr>]]></template> - <template name="usercp_subscriptions_thread_icon" version="1800"><![CDATA[<img src="{$icon['path']}" alt="{$icon['name']}" title="{$icon['name']}" />]]></template> +</tr>]]></template> + <template name="usercp_subscriptions_thread_icon" version="1800"><![CDATA[<img src="{$icon['path']}" alt="{$icon['name']}" title="{$icon['name']}" />]]></template> <template name="usercp_themeselector" version="1800"><![CDATA[<select name="{$name}"> <option value="0">{$lang->use_default}</option> <option value="0">-----------</option> {$themeselect_option} -</select>]]></template> - <template name="usercp_themeselector_option" version="1800"><![CDATA[<option value="{$theme['tid']}"{$sel}>{$depth}{$theme['name']}</option>]]></template> +</select>]]></template> + <template name="usercp_themeselector_option" version="1800"><![CDATA[<option value="{$theme['tid']}"{$sel}>{$depth}{$theme['name']}</option>]]></template> <template name="usercp_usergroups" version="120"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->group_memberships}</title> @@ -15455,7 +13729,7 @@ if(use_xmlhttprequest == "1") </table> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="usercp_usergroups_joinable" version="1800"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="3"><strong>{$lang->usergroups_joinable}</strong></td> @@ -15467,14 +13741,14 @@ if(use_xmlhttprequest == "1") </tr> {$joinablegrouplist} </table> -<br />]]></template> +<br />]]></template> <template name="usercp_usergroups_joinable_usergroup" version="120"><![CDATA[<tr> <td class="{$trow}"><strong>{$usergroup['title']}</strong>{$description}</td> <td class="{$trow}"><span class="smalltext">{$conditions}</span><br /><span class="smalltext">{$usergroupleaders}</span></td> <td class="{$trow}" align="center">{$joinlink}</td> -</tr>]]></template> - <template name="usercp_usergroups_joinable_usergroup_description" version="1800"><![CDATA[<br /><span class="smalltext">{$usergroup['description']}</span>]]></template> - <template name="usercp_usergroups_joinable_usergroup_join" version="1800"><![CDATA[<a href="usercp.php?action=usergroups&joingroup={$usergroup['gid']}&my_post_key={$mybb->post_code}">{$lang->join_group}</a>]]></template> +</tr>]]></template> + <template name="usercp_usergroups_joinable_usergroup_description" version="1800"><![CDATA[<br /><span class="smalltext">{$usergroup['description']}</span>]]></template> + <template name="usercp_usergroups_joinable_usergroup_join" version="1800"><![CDATA[<a href="usercp.php?action=usergroups&joingroup={$usergroup['gid']}&my_post_key={$mybb->post_code}">{$lang->join_group}</a>]]></template> <template name="usercp_usergroups_joingroup" version="1816"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->request_join_usergroup}</title> @@ -15517,7 +13791,7 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="usercp_usergroups_leader" version="1800"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="3"><strong>{$lang->usergroups_leader}</strong></td> @@ -15529,14 +13803,14 @@ if(use_xmlhttprequest == "1") </tr> {$groupsledlist} </table> -<br />]]></template> +<br />]]></template> <template name="usercp_usergroups_leader_usergroup" version="120"><![CDATA[<tr> <td class="{$trow}"><strong>{$usergroup['title']}</strong></td> <td class="{$trow}" align="center">{$usergroup['users']} {$memberlistlink}</td> <td class="{$trow}" align="center">{$usergroup['joinrequests']} {$moderaterequestslink}</td> -</tr>]]></template> - <template name="usercp_usergroups_leader_usergroup_memberlist" version="1800"><![CDATA[ [<a href="managegroup.php?gid={$usergroup['gid']}">{$lang->view_members}</a>]]]></template> - <template name="usercp_usergroups_leader_usergroup_moderaterequests" version="1800"><![CDATA[ [<a href="managegroup.php?action=joinrequests&gid={$usergroup['gid']}">{$lang->view_requests}</a>]]]></template> +</tr>]]></template> + <template name="usercp_usergroups_leader_usergroup_memberlist" version="1800"><![CDATA[ [<a href="managegroup.php?gid={$usergroup['gid']}">{$lang->view_members}</a>]]]></template> + <template name="usercp_usergroups_leader_usergroup_moderaterequests" version="1800"><![CDATA[ [<a href="managegroup.php?action=joinrequests&gid={$usergroup['gid']}">{$lang->view_requests}</a>]]]></template> <template name="usercp_usergroups_memberof" version="1800"><![CDATA[<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr> <td class="thead" colspan="3"><strong>{$lang->usergroups_memberof}</strong></td> @@ -15548,19 +13822,19 @@ if(use_xmlhttprequest == "1") </tr> {$memberoflist} </table> -<br />]]></template> +<br />]]></template> <template name="usercp_usergroups_memberof_usergroup" version="1800"><![CDATA[<tr> <td class="{$trow}"><strong>{$usergroup['title']}</strong> {$displaycode}{$description}</td> <td class="{$trow}" align="center">{$usergroup['usertitle']}</td> <td class="{$trow}">{$leavelink}</td> -</tr>]]></template> - <template name="usercp_usergroups_memberof_usergroup_description" version="1800"><![CDATA[<br /><span class="smalltext">{$usergroup['description']}</span>]]></template> - <template name="usercp_usergroups_memberof_usergroup_display" version="1800"><![CDATA[ ({$lang->display_group})]]></template> - <template name="usercp_usergroups_memberof_usergroup_leave" version="1800"><![CDATA[<div style="text-align: center;"><a href="usercp.php?action=usergroups&leavegroup={$usergroup['gid']}&my_post_key={$mybb->post_code}">{$lang->usergroup_leave}</a></div>]]></template> - <template name="usercp_usergroups_memberof_usergroup_leaveleader" version="1800"><![CDATA[<div style="text-align: center;"><span class="smalltext">{$lang->usergroup_leave_leader}</span></div>]]></template> - <template name="usercp_usergroups_memberof_usergroup_leaveother" version="1800"><![CDATA[<div style="text-align: center;"><span class="smalltext">{$lang->usergroup_cannot_leave}</span></div>]]></template> - <template name="usercp_usergroups_memberof_usergroup_leaveprimary" version="1800"><![CDATA[<div style="text-align:center;"><span class="smalltext">{$lang->usergroup_leave_primary}</span></div>]]></template> - <template name="usercp_usergroups_memberof_usergroup_setdisplay" version="1800"><![CDATA[ (<a href="usercp.php?action=usergroups&displaygroup={$usergroup['gid']}&my_post_key={$mybb->post_code}">{$lang->set_as_display_group}</a>)]]></template> +</tr>]]></template> + <template name="usercp_usergroups_memberof_usergroup_description" version="1800"><![CDATA[<br /><span class="smalltext">{$usergroup['description']}</span>]]></template> + <template name="usercp_usergroups_memberof_usergroup_display" version="1800"><![CDATA[ ({$lang->display_group})]]></template> + <template name="usercp_usergroups_memberof_usergroup_leave" version="1800"><![CDATA[<div style="text-align: center;"><a href="usercp.php?action=usergroups&leavegroup={$usergroup['gid']}&my_post_key={$mybb->post_code}">{$lang->usergroup_leave}</a></div>]]></template> + <template name="usercp_usergroups_memberof_usergroup_leaveleader" version="1800"><![CDATA[<div style="text-align: center;"><span class="smalltext">{$lang->usergroup_leave_leader}</span></div>]]></template> + <template name="usercp_usergroups_memberof_usergroup_leaveother" version="1800"><![CDATA[<div style="text-align: center;"><span class="smalltext">{$lang->usergroup_cannot_leave}</span></div>]]></template> + <template name="usercp_usergroups_memberof_usergroup_leaveprimary" version="1800"><![CDATA[<div style="text-align:center;"><span class="smalltext">{$lang->usergroup_leave_primary}</span></div>]]></template> + <template name="usercp_usergroups_memberof_usergroup_setdisplay" version="1800"><![CDATA[ (<a href="usercp.php?action=usergroups&displaygroup={$usergroup['gid']}&my_post_key={$mybb->post_code}">{$lang->set_as_display_group}</a>)]]></template> <template name="usercp_warnings" version="1400"><![CDATA[ <br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <thead> @@ -15580,24 +13854,18 @@ if(use_xmlhttprequest == "1") <tbody> {$warnings} </tbody> - </table>]]></template> + </table>]]></template> <template name="usercp_warnings_warning" version="1400"><![CDATA[ <tr> <td class="{$alt_bg}">{$warning_type} {$points}{$post_link}</td> <td class="{$alt_bg}" align="center">{$date_issued}</td> <td class="{$alt_bg}" align="center">{$expires}</td> <td class="{$alt_bg}" align="center">{$issuedby}</td> - </tr>]]></template> - <template name="usercp_warnings_warning_post" version="1800"><![CDATA[<br /><small>{$lang->warning_for_post} <a href="{$warning['postlink']}">{$warning['post_subject']}</a></small>]]></template> - <template name="video_dailymotion_embed" version="1807"><![CDATA[<iframe frameborder="0" width="480" height="270" src="//www.dailymotion.com/embed/video/{$id}" allowfullscreen></iframe>]]></template> - <template name="video_facebook_embed" version="1800"><![CDATA[<iframe src="https://www.facebook.com/video/embed?video_id={$id}" width="625" height="350" frameborder="0"></iframe>]]></template> - <template name="video_liveleak_embed" version="1811"><![CDATA[<iframe width="500" height="300" src="https://www.liveleak.com/ll_embed?i={$id}" frameborder="0" allowfullscreen></iframe>]]></template> - <template name="video_metacafe_embed" version="1807"><![CDATA[<iframe src="http://www.metacafe.com/embed/{$id}/" width="440" height="248" allowFullScreen frameborder=0></iframe>]]></template> - <template name="video_mixer_embed" version="1818"><![CDATA[<iframe allowfullscreen="true" src="https://mixer.com/embed/player/{$id}?disableLowLatency=1" width="620" height="349"></iframe>]]></template> - <template name="video_myspacetv_embed" version="1807"><![CDATA[<iframe width="480" height="270" src="//media.myspace.com/play/video/{$id}" frameborder="0" allowtransparency="true" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>]]></template> - <template name="video_twitch_embed" version="1813"><![CDATA[<iframe src="https://player.twitch.tv/?{$id}&autoplay=false" frameborder="0" scrolling="no" height="378" width="620"></iframe>]]></template> - <template name="video_vimeo_embed" version="1807"><![CDATA[<iframe src="//player.vimeo.com/video/{$id}" width="500" height="375" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>]]></template> - <template name="video_yahoo_embed" version="1807"><![CDATA[<iframe width="640" height="360" scrolling="no" frameborder="0" src="//{$local}screen.yahoo.com/{$id}?format=embed" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true" allowtransparency="true"></iframe>]]></template> - <template name="video_youtube_embed" version="1807"><![CDATA[<iframe width="560" height="315" src="//www.youtube.com/embed/{$id}" frameborder="0" allowfullscreen></iframe>]]></template> + </tr>]]></template> + <template name="usercp_warnings_warning_post" version="1800"><![CDATA[<br /><small>{$lang->warning_for_post} <a href="{$warning['postlink']}">{$warning['post_subject']}</a></small>]]></template> + <template name="video_facebook_embed" version="1800"><![CDATA[<iframe src="https://www.facebook.com/video/embed?video_id={$id}" width="625" height="350" frameborder="0"></iframe>]]></template> + <template name="video_metacafe_embed" version="1829"><![CDATA[<a href="http://www.metacafe.com/fplayer/{$id}/{$title}.swf">[metacafe.com/...]</a>]]></template> + <template name="video_mixer_embed" version="1818"><![CDATA[<iframe allowfullscreen="true" src="https://mixer.com/embed/player/{$id}?disableLowLatency=1" width="620" height="349"></iframe>]]></template> + <template name="video_twitch_embed" version="1813"><![CDATA[<iframe src="https://player.twitch.tv/?{$id}&autoplay=false" frameborder="0" scrolling="no" height="378" width="620"></iframe>]]></template> <template name="warnings" version="1400"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->warning_log}</title> @@ -15631,17 +13899,17 @@ if(use_xmlhttprequest == "1") {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="warnings_active_header" version="1400"><![CDATA[ <tr> <td class="trow_sep" colspan="5">{$lang->active_warnings}</td> - </tr>]]></template> + </tr>]]></template> <template name="warnings_expired_header" version="1400"><![CDATA[ <tr> <td class="trow_sep" colspan="5">{$lang->expired_warnings}</td> - </tr>]]></template> + </tr>]]></template> <template name="warnings_no_warnings" version="1400"><![CDATA[ <tr> <td class="trow1" colspan="5" align="center">{$lang->no_warnings}</td> - </tr>]]></template> - <template name="warnings_postlink" version="1808"><![CDATA[<br /><small>{$lang->warning_for_post} <a href="{$warning['post_link']}#pid{$warning['pid']}">{$warning['post_subject']}</a></small>]]></template> + </tr>]]></template> + <template name="warnings_postlink" version="1808"><![CDATA[<br /><small>{$lang->warning_for_post} <a href="{$warning['post_link']}#pid{$warning['pid']}">{$warning['post_subject']}</a></small>]]></template> <template name="warnings_view" version="1812"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->warning_log}</title> @@ -15686,7 +13954,7 @@ if(use_xmlhttprequest == "1") {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="warnings_view_post" version="1812"><![CDATA[ <tr> <td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->username}</strong></span></td> <td class="tcat" width="50%"><span class="smalltext"><strong>{$lang->post}</strong></span></td> @@ -15694,7 +13962,7 @@ if(use_xmlhttprequest == "1") <tr> <td class="trow1">{$user_link}</td> <td class="trow1"><a href="{$post_link}">{$warning['post_subject']}</a></td> - </tr>]]></template> + </tr>]]></template> <template name="warnings_view_revoke" version="1800"><![CDATA[<br /> {$warn_errors} <form action="warnings.php" method="post" name="input"> @@ -15716,7 +13984,7 @@ if(use_xmlhttprequest == "1") </table> <br /> <div style="text-align: center;"><input type="submit" class="button" value="{$lang->revoke_warning}" /></div> -</form>]]></template> +</form>]]></template> <template name="warnings_view_revoked" version="1800"><![CDATA[<br /> <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder clear"> <tr> @@ -15736,13 +14004,13 @@ if(use_xmlhttprequest == "1") <tr> <td class="trow2" colspan="2">{$revoke_reason}</td> </tr> -</table>]]></template> +</table>]]></template> <template name="warnings_view_user" version="1800"><![CDATA[ <tr> <td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->details_username}</strong></span></td> </tr> <tr> <td class="trow1" colspan="2">{$user_link}</td> - </tr>]]></template> + </tr>]]></template> <template name="warnings_warn" version="1800"><![CDATA[<html> <head> <title>{$mybb->settings['bbname']} - {$lang->warn_user}</title> @@ -15818,14 +14086,14 @@ if(use_xmlhttprequest == "1") </form> {$footer} </body> -</html>]]></template> +</html>]]></template> <template name="warnings_warning" version="1800"><![CDATA[ <tr> <td class="{$alt_bg}">{$warning_type} {$points}{$post_link}</td> <td class="{$alt_bg}" style="text-align: center;">{$date_issued}</td> <td class="{$alt_bg}" style="text-align: center;">{$expires}</td> <td class="{$alt_bg}" style="text-align: center;">{$issuedby}</td> <td class="{$alt_bg}" style="text-align: center;"><a href="warnings.php?action=view&wid={$warning['wid']}">{$lang->view}</a></td> - </tr>]]></template> + </tr>]]></template> <template name="warnings_warn_custom" version="1400"><![CDATA[ <dt><label style="display: block;"><input type="radio" name="type" value="custom" {$type_checked['custom']} class="types_check" onclick="checkType();" style="vertical-align: middle;" /> <strong>{$lang->custom}</strong></label></dt> <dd style="margin-top: 4px;" id="type_custom" class="types"> <table> @@ -15853,7 +14121,7 @@ if(use_xmlhttprequest == "1") </td> </tr> </table> - </dd>]]></template> + </dd>]]></template> <template name="warnings_warn_existing" version="1400"><![CDATA[ <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <thead> <tr> @@ -15872,7 +14140,7 @@ if(use_xmlhttprequest == "1") <tbody> {$warnings} </tbody> - </table><br />]]></template> + </table><br />]]></template> <template name="warnings_warn_pm" version="1820"><![CDATA[<tr> <td width="20%" class="trow1" valign="top"> <strong>{$lang->send_pm}</strong> @@ -15915,15 +14183,15 @@ if(use_xmlhttprequest == "1") // --> </script> </td> - </tr>]]></template> + </tr>]]></template> <template name="warnings_warn_pm_anonymous" version="1800"><![CDATA[<tr> <td><strong>{$lang->send_pm_options}</strong></td> <td><label><input type="checkbox" class="checkbox" name="pm_anonymous" value="1"{$checked} /> {$lang->send_pm_options_anonymous}</label></td> -</tr>]]></template> +</tr>]]></template> <template name="warnings_warn_post" version="1400"><![CDATA[ <tr> <td width="20%" class="trow2"><strong>{$lang->post}</strong></td> <td class="trow2"><input type="hidden" name="pid" value="{$post['pid']}" /><a href="{$post_link}">{$post['subject']}</a></td> - </tr>]]></template> + </tr>]]></template> <template name="warnings_warn_type" version="1800"><![CDATA[ <dt><label style="display: block;"><input type="radio" name="type" value="{$type['tid']}" {$checked} class="types_check" onclick="checkType();" style="vertical-align: middle;" /> <strong>{$type['title']}</strong> {$points}</label></dt> <dd style="margin-top: 4px;" id="type_{$type['tid']}" class="types"> <div class="smalltext">{$lang->new_warning_level}</div> @@ -15933,8 +14201,8 @@ if(use_xmlhttprequest == "1") </div> <div class="float_left" style="padding-left: 10px; font-weight: bold;">{$new_warning_level}%</div><br style="clear: left;" /> {$result} - </dd>]]></template> - <template name="warnings_warn_type_result" version="1800"><![CDATA[<div class="smalltext" style="clear: left; padding-top: 4px;">{$lang->result}<br />{$new_level['friendly_action']}</div>]]></template> + </dd>]]></template> + <template name="warnings_warn_type_result" version="1800"><![CDATA[<div class="smalltext" style="clear: left; padding-top: 4px;">{$lang->result}<br />{$new_level['friendly_action']}</div>]]></template> <template name="xmlhttp_buddyselect" version="1809"><![CDATA[<table border="0" cellspacing="1" cellpadding="4" class="tborder" style="width: 300px;"> <thead> <tr> @@ -15966,12 +14234,12 @@ if(use_xmlhttprequest == "1") </td> </tr> </tbody> -</table>]]></template> +</table>]]></template> <template name="xmlhttp_buddyselect_offline" version="1800"><![CDATA[ <tr> <td class="trow1" onmouseover="this.className='trow2';" onmouseout="this.className='trow1';"><label><input type="checkbox" style="vertical-align: middle;" id="checkbox_{$buddy['uid']}" onclick="UserCP.selectBuddy('{$buddy['uid']}', '{$buddy['username']}');" /> <img src="{$theme['imgdir']}/buddy_offline.png" alt="({$lang->offline})" title="{$lang->offline}" style="vertical-align: middle;" /> {$buddy_name}</label></td> - </tr>]]></template> + </tr>]]></template> <template name="xmlhttp_buddyselect_online" version="1800"><![CDATA[ <tr> <td class="trow1" onmouseover="this.className='trow2';" onmouseout="this.className='trow1';"><label><input type="checkbox" style="vertical-align: middle;" id="checkbox_{$buddy['uid']}" onclick="UserCP.selectBuddy('{$buddy['uid']}', '{$buddy['username']}');" /> <img src="{$theme['imgdir']}/buddy_online.png" alt="({$lang->online})" title="{$lang->online}" style="vertical-align: middle;" /> {$buddy_name}</label></td> - </tr>]]></template> - </templates> + </tr>]]></template> + </templates> </theme> \ No newline at end of file -- GitLab