<
script
language
=
"JavaScript"
type
=
"text/javascript"
>
function toggleclosethread() {
$("#qpost_forum").toggle('blind');
}
</
script
>
<
div
class
=
"forum ui-corner-all"
style
=
"background-color: #DCDDE2; text-align: center;"
>
<
a
href
=
"javascript:renametopic()"
>{_lang_rename}</
a
>
,
<
a
href
=
"index.php?forum-edittopic-{tid}-2"
>{_lang_delete}</
a
>
,
<
a
href
=
"index.php?forum-edittopic-{tid}-3"
>{_lang_shift}</
a
>
,
{_if_{status}=='schließen'}<
a
href
=
"javascript:toggleclosethread();"
>{status}</
a
>{/_endif}{_if_{status}!='schließen'}<
a
href
=
"index.php?forum-edittopic-{tid}-4-2"
>{status}</
a
>{/_endif}
,
<
a
href
=
"index.php?forum-edittopic-{tid}-5"
>{festnorm}</
a
>
<
script
language
=
"JavaScript"
type
=
"text/javascript"
>
</
script
>
</
div
>
{EXPLODE}
<
script
src
=
"include/ckeditor/ckeditor.js"
></
script
>
<
script
>
CKEDITOR.config.codeSnippet_languages = {
javascript: 'JavaScript',
php: 'PHP',
CSS: 'CSS',
SQL: 'SQL',
HTML: 'HTML'
};
CKEDITOR.config.codeSnippet_theme = 'railscasts';
</
script
>
<
div
class
=
"forum ui-corner-all Cmite"
style
=
"padding: 5px; background-color: #DCDDE2;"
>
<
div
id
=
"qpost"
>
Schnellantwort
</
div
>
<
form
id
=
"qpost_forum"
action
=
"index.php?forum-newpost-{tid}"
method
=
"POST"
name
=
"form"
style
=
"display:none;"
>
<
textarea
id
=
"ckeditor"
class
=
"ckeditor"
name
=
"txt"
>{banner}</
textarea
>
<
div
style
=
"text-align: right;"
>
<
input
type
=
"submit"
name
=
"submit"
value
=
"{_lang_formsub}"
/>
</
div
>
</
form
>
</
div
>