104 lines
2.7 KiB
PHP
104 lines
2.7 KiB
PHP
<?php
|
|
/* Smarty version 3.1.39, created on 2021-09-02 12:23:32
|
|
from 'E:\xampp_8.0.9\htdocs\leitgedanken_utf8\templates\standard\lieder\liednotizen.html' */
|
|
|
|
/* @var Smarty_Internal_Template $_smarty_tpl */
|
|
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
|
'version' => '3.1.39',
|
|
'unifunc' => 'content_6130a624f33a46_40217887',
|
|
'has_nocache_code' => false,
|
|
'file_dependency' =>
|
|
array (
|
|
'f38bd1aea9f728765abbc9c6ce4eb477755675ed' =>
|
|
array (
|
|
0 => 'E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\templates\\standard\\lieder\\liednotizen.html',
|
|
1 => 1619160471,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'includes' =>
|
|
array (
|
|
),
|
|
),false)) {
|
|
function content_6130a624f33a46_40217887 (Smarty_Internal_Template $_smarty_tpl) {
|
|
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<link rel="stylesheet" href="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
|
|
/css/styles_pc.php" type="text/css">
|
|
<title><?php echo $_smarty_tpl->tpl_vars['notizen_titel']->value;?>
|
|
</title>
|
|
<style>
|
|
|
|
<!--
|
|
.r{
|
|
text-decoration: none;
|
|
font-weight: bold;
|
|
color: black;
|
|
}
|
|
-->
|
|
body {
|
|
background: #e2e2e2;
|
|
}
|
|
#page {
|
|
max-width: 1000px;
|
|
background: #fff;
|
|
}
|
|
body, input, textarea {
|
|
color: #373737;
|
|
}
|
|
input[type="text"]
|
|
{
|
|
font-size:12px;
|
|
}
|
|
select{
|
|
width:250px;
|
|
}
|
|
|
|
</style>
|
|
|
|
<?php echo '<script'; ?>
|
|
type="text/javascript" src="../CKEditor_4.6.1/ckeditor.js"><?php echo '</script'; ?>
|
|
>
|
|
|
|
</head>
|
|
<body>
|
|
<br>
|
|
<b><?php echo $_smarty_tpl->tpl_vars['notizen_titel']->value;?>
|
|
</b>
|
|
<form action=?action=notes method="POST" name="auswahl">
|
|
<textarea id='notizen' name='notizen'><?php echo $_smarty_tpl->tpl_vars['notes_text']->value;?>
|
|
</textarea>
|
|
|
|
<?php echo '<script'; ?>
|
|
type='text/javascript'>
|
|
CKEDITOR.replace( 'notizen', {
|
|
height: "78%",
|
|
toolbar: [{ name: 'document', items: ['PasteFromWord']},
|
|
{ name: 'basicstyles', items: [ 'Bold', 'Italic' ] },
|
|
{ name: 'paragraph', items: [ 'NumberedList','BulletedList', '-', 'Outdent', 'Indent' ] }
|
|
]
|
|
})
|
|
CKEDITOR.instances.notizen.on('blur', function() {
|
|
document.auswahl.submit();
|
|
});
|
|
;
|
|
<?php echo '</script'; ?>
|
|
>
|
|
|
|
<input type="submit" value="Notizen speichern" name="B1">
|
|
</form>
|
|
</body>
|
|
</html>
|
|
<?php }?>
|
|
|
|
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'notes') {?>
|
|
<?php if ($_smarty_tpl->tpl_vars['notes_redirect']->value == '1') {?>
|
|
<meta http-equiv="refresh" content="0; URL=?load=<?php echo $_smarty_tpl->tpl_vars['notes_load']->value;?>
|
|
">
|
|
<?php }
|
|
}
|
|
}
|
|
}
|