-backoffice/api/reports/*
-backoffice/api/tmp/*
-backoffice/api/lib/perl5/*
+backoffice/api/reports/*\r
+backoffice/api/tmp/*\r
+backoffice/api/lib/perl5/*\r
backoffice/tmp/*
\ No newline at end of file
-
-RewriteEngine on
-
-DirectoryIndex index.cgi index.html
-AddHandler cgi-script .cgi
-#RewriteBase /
-RewriteCond %{REQUEST_FILENAME} !-f
-RewriteCond %{REQUEST_FILENAME} !-d
-RewriteRule "^(.*)$" "index.cgi" [NC,L,QSA]
-
+\r
+RewriteEngine on\r
+\r
+DirectoryIndex index.cgi index.html \r
+AddHandler cgi-script .cgi\r
+#RewriteBase /\r
+RewriteCond %{REQUEST_FILENAME} !-f\r
+RewriteCond %{REQUEST_FILENAME} !-d\r
+RewriteRule "^(.*)$" "index.cgi" [NC,L,QSA]\r
+\r
-function initpage(){
-
-}
-
-$("input.fieldsave").on('blur',function(event){
- console.log(event);
- savefield(event.currentTarget.id);
-});
-function confirm_delete_profile(){
- parent.location.href='[% baseurl %]/deleteprofile.html';
-}
+function initpage(){\r
+ \r
+}\r
+\r
+$("input.fieldsave").on('blur',function(event){\r
+ console.log(event);\r
+ savefield(event.currentTarget.id);\r
+});\r
+function confirm_delete_profile(){\r
+ parent.location.href='[% baseurl %]/deleteprofile.html';\r
+}\r
-<div class="container">
-
-<div class="row">
-<h1>Profile</h1>
-<div class="col-sm-12">
- <div class="card">
- <div class="card-body">
- <form id="frm_profile" name="frm_profile" data-ident_users_id="[% session.id %]">
-
- <div class="form-group">
- <label for="usersurname">Nom</label>
- <input type="text" class="form-control fieldsave" id="surname" name="users_surname" required value="[% session.surname %]">
- </div>
- <div class="form-group">
- <label for="userprename">Prénom</label>
- <input type="text" class="form-control fieldsave" id="prename" name="users_prename" required value="[% session.prename %]">
- </div>
- <div class="form-group">
- <label for="username">Email</label>
- <input type="email" class="form-control fieldsave" id="username" name="users_username" pattern="/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/" required value="[% session.username %]">
- </div>
- </form>
- </div>
- </div>
-</div>
-
-
-<div class="col-sm-12">
-<div class="card">
- <div class="card-header"><h5>Supprimer profil et tous les données personnelles!</h5></div>
- <div class="card-body">
- <form class="dks needs-validation" method="POST">
- <input type="hidden" id="id_user" name="id_user" value="[% session.id %]">
- <div class="form-group">
- <div class="form-group">
- <button type="button" name="btndeleteprofile" onclick="confirm_delete_profile();" class="btn btn-danger" >Supprimer maintenant</button>
- </div>
- </form>
- </div>
-</div>
-
-
-</div>
-
-
-
-
- </div>
+<div class="container">\r
+\r
+<div class="row">\r
+<h1>Profile</h1>\r
+<div class="col-sm-12">\r
+ <div class="card">\r
+ <div class="card-body">\r
+ <form id="frm_profile" name="frm_profile" data-ident_users_id="[% session.id %]"> \r
+ \r
+ <div class="form-group">\r
+ <label for="usersurname">Nom</label>\r
+ <input type="text" class="form-control fieldsave" id="surname" name="users_surname" required value="[% session.surname %]">\r
+ </div>\r
+ <div class="form-group">\r
+ <label for="userprename">Prénom</label>\r
+ <input type="text" class="form-control fieldsave" id="prename" name="users_prename" required value="[% session.prename %]">\r
+ </div>\r
+ <div class="form-group">\r
+ <label for="username">Email</label>\r
+ <input type="email" class="form-control fieldsave" id="username" name="users_username" pattern="/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/" required value="[% session.username %]">\r
+ </div>\r
+ </form>\r
+ </div>\r
+ </div>\r
+</div>\r
+\r
+\r
+<div class="col-sm-12">\r
+<div class="card">\r
+ <div class="card-header"><h5>Supprimer profil et tous les données personnelles!</h5></div>\r
+ <div class="card-body">\r
+ <form class="dks needs-validation" method="POST">\r
+ <input type="hidden" id="id_user" name="id_user" value="[% session.id %]">\r
+ <div class="form-group">\r
+ <div class="form-group">\r
+ <button type="button" name="btndeleteprofile" onclick="confirm_delete_profile();" class="btn btn-danger" >Supprimer maintenant</button>\r
+ </div>\r
+ </form> \r
+ </div>\r
+</div>\r
+\r
+ \r
+</div> \r
+ \r
+ \r
+ \r
+\r
+ </div>\r
</div>
\ No newline at end of file
-<script src="[% abspath %]js/fieldsave.js"></script>
+<script src="[% abspath %]js/fieldsave.js"></script>\r
<script src="[% pagename %].js"></script>
\ No newline at end of file
-<link rel="stylesheet" href="[% abspath %]vendors/fontawesome/css/all.min.css" >
- <link rel="stylesheet" href="[% abspath %]vendors/fullcalendar/core/main.min.css">
- <link rel="stylesheet" href="n[% abspath %]vendors/fullcalendar/daygrid/main.min.css">
- <link rel="stylesheet" href="[% abspath %]vendors/fullcalendar/timegrid/main.min.css">
- <link rel="stylesheet" href="[% abspath %]vendors/fullcalendar/list/main.min.css">
- <link rel="stylesheet" href="[% abspath %]vendors/fullcalendar/bootstrap/main.min.css">
- <link rel="stylesheet" href="[% abspath %]vendors/jq-datetimepicker/jquery.datetimepicker.min.css">
- <link rel="stylesheet" href="[% abspath %]vendors/select2/css/select2.min.css">
- <link rel="stylesheet" href="[% abspath %]vendors/select2/css/select2-bootstrap4.min.css">
- <style>
- .event-free {
- color: #686868;
- }
- .event-confirmed {
- color: #71c016;
- }
- .event-notconfirmed {
- color: #ffc100;
- }
- .event-canceled {
- color: #7859df;
- }
- .event-exception {
- color: #ff4747;
- }
- </style>
+<link rel="stylesheet" href="[% abspath %]vendors/fontawesome/css/all.min.css" >\r
+ <link rel="stylesheet" href="[% abspath %]vendors/fullcalendar/core/main.min.css">\r
+ <link rel="stylesheet" href="n[% abspath %]vendors/fullcalendar/daygrid/main.min.css">\r
+ <link rel="stylesheet" href="[% abspath %]vendors/fullcalendar/timegrid/main.min.css">\r
+ <link rel="stylesheet" href="[% abspath %]vendors/fullcalendar/list/main.min.css">\r
+ <link rel="stylesheet" href="[% abspath %]vendors/fullcalendar/bootstrap/main.min.css">\r
+ <link rel="stylesheet" href="[% abspath %]vendors/jq-datetimepicker/jquery.datetimepicker.min.css">\r
+ <link rel="stylesheet" href="[% abspath %]vendors/select2/css/select2.min.css">\r
+ <link rel="stylesheet" href="[% abspath %]vendors/select2/css/select2-bootstrap4.min.css">\r
+ <style>\r
+ .event-free {\r
+ color: #686868;\r
+ }\r
+ .event-confirmed {\r
+ color: #71c016;\r
+ }\r
+ .event-notconfirmed {\r
+ color: #ffc100;\r
+ }\r
+ .event-canceled {\r
+ color: #7859df;\r
+ }\r
+ .event-exception {\r
+ color: #ff4747;\r
+ }\r
+ </style>\r
-function initpage(){
- jQuery('.datetimepicker').datetimepicker({
- i18n:{
- fr:{
- months:[
- 'Janvier','Février','Mars','Avril',
- 'May','Juin','Juillet','August',
- 'Septembre','Octobre','Novembre','Decembre',
- ],
- dayOfWeek:[
- "Di", "Lu", "Ma", "Me",
- "Je", "Ve", "Sa",
- ]
- }
- },
- inline:true,
- timepicker:false,
- format:'d.m.Y'
- });
+function initpage(){\r
+ jQuery('.datetimepicker').datetimepicker({\r
+ i18n:{\r
+ fr:{\r
+ months:[\r
+ 'Janvier','Février','Mars','Avril',\r
+ 'May','Juin','Juillet','August',\r
+ 'Septembre','Octobre','Novembre','Decembre',\r
+ ],\r
+ dayOfWeek:[\r
+ "Di", "Lu", "Ma", "Me", \r
+ "Je", "Ve", "Sa",\r
+ ]\r
+ }\r
+ },\r
+ inline:true,\r
+ timepicker:false,\r
+ format:'d.m.Y'\r
+ });\r
}
\ No newline at end of file
-<header>
- <nav class="navbar navbar-expand-md navbar-light fixed-top bg-light">
-
- <ul class="navbar-nav mr-auto">
- <li class="nav-item">
- <button class="btn btn-primary" onclick="parent.backoffice.loadpage('module/[% module %]/timesheets.html','Rendez-Vous - Horaires');"><i class="mdi mdi-chevron-double-left"> Horaires</i></button>
- </li>
- </ul>
-
- </nav>
- </header>
- <main style="margin-top: 55px;">
- <form id="frm_exception" name="frm_exception" data-ident_id="[% ex.id %]" data-ident_id_user="[% ex.id_user %]">
-
- <div class="form-group">
- <label for="daydate">Date</label><br>
- <input class="datetimepicker" id="daydate" name="exceptions_daydate" type="text" >
- </div>
- <div class="form-group">
- <label for="daydate">heures annulés</label><br>
- <input id="dayhours" name="exceptions_dayhours" type="hidden" value="">
- <div class="form-inline">
- <!-- FOREACH begin -->
- <div class="custom-control custom-switch" style="width: 200px;"><!-- --><!-- -->
- <input type="checkbox" class="custom-control-input" value="1" id="dayhours_x" name="dayhours_x"
- [% IF specs.id %]
- checked
- [% END %]
- >
- <label class="custom-control-label justify-content-start" for="dayhours_x">00:00</label>
- </div>
- <!-- foreach end -->
- </div>
- </div>
- </form>
+<header>\r
+ <nav class="navbar navbar-expand-md navbar-light fixed-top bg-light">\r
+ \r
+ <ul class="navbar-nav mr-auto">\r
+ <li class="nav-item">\r
+ <button class="btn btn-primary" onclick="parent.backoffice.loadpage('module/[% module %]/timesheets.html','Rendez-Vous - Horaires');"><i class="mdi mdi-chevron-double-left"> Horaires</i></button>\r
+ </li>\r
+ </ul>\r
+ \r
+ </nav>\r
+ </header>\r
+ <main style="margin-top: 55px;">\r
+ <form id="frm_exception" name="frm_exception" data-ident_id="[% ex.id %]" data-ident_id_user="[% ex.id_user %]">\r
+ \r
+ <div class="form-group">\r
+ <label for="daydate">Date</label><br>\r
+ <input class="datetimepicker" id="daydate" name="exceptions_daydate" type="text" >\r
+ </div>\r
+ <div class="form-group">\r
+ <label for="daydate">heures annulés</label><br>\r
+ <input id="dayhours" name="exceptions_dayhours" type="hidden" value="">\r
+ <div class="form-inline">\r
+ <!-- FOREACH begin -->\r
+ <div class="custom-control custom-switch" style="width: 200px;"><!-- --><!-- -->\r
+ <input type="checkbox" class="custom-control-input" value="1" id="dayhours_x" name="dayhours_x"\r
+ [% IF specs.id %]\r
+ checked\r
+ [% END %]\r
+ >\r
+ <label class="custom-control-label justify-content-start" for="dayhours_x">00:00</label>\r
+ </div>\r
+ <!-- foreach end -->\r
+ </div>\r
+ </div>\r
+ </form>\r
</main>
\ No newline at end of file
-function initpage(){
- $("select").select2();
- jQuery.datetimepicker.setLocale('fr');
-
-jQuery('.datetimepicker').datetimepicker({
- i18n:{
- fr:{
- months:[
- 'Janvier','Février','Mars','Avril',
- 'May','Juin','Juillet','August',
- 'Septembre','Octobre','Novembre','Decembre',
- ],
- dayOfWeek:[
- "Di", "Lu", "Ma", "Me",
- "Je", "Ve", "Sa",
- ]
- }
- },
- inline:true,
- timepicker:true,
- format:'d.m.Y'
-});
+function initpage(){\r
+ $("select").select2();\r
+ jQuery.datetimepicker.setLocale('fr');\r
+\r
+jQuery('.datetimepicker').datetimepicker({\r
+ i18n:{\r
+ fr:{\r
+ months:[\r
+ 'Janvier','Février','Mars','Avril',\r
+ 'May','Juin','Juillet','August',\r
+ 'Septembre','Octobre','Novembre','Decembre',\r
+ ],\r
+ dayOfWeek:[\r
+ "Di", "Lu", "Ma", "Me", \r
+ "Je", "Ve", "Sa",\r
+ ]\r
+ }\r
+ },\r
+ inline:true,\r
+ timepicker:true,\r
+ format:'d.m.Y'\r
+});\r
}
\ No newline at end of file
-<header>
- <nav class="navbar navbar-expand-md navbar-light fixed-top bg-light">
-
- <ul class="navbar-nav mr-auto">
- <li class="nav-item">
- <button class="btn btn-primary" onclick="parent.backoffice.loadpage('module/[% module %]/index.html','Rendez-Vous');"><i class="mdi mdi-chevron-double-left"> Calendrier</i></button>
- </li>
- </ul>
-
- </nav>
- </header>
- <main style="margin-top: 55px;">
- <form id="frm_event" data-table="rendezvous" data-ident_id="[% rdv.id %]">
- <input type="hidden" id="id_client" name="rendezvous_id_client" value="[% rdv.id_client%]">
- <div class="row">
- <div class="col-sm-6">
-
- <div class="form-group">
- <label for="starttimestamp">Date et heure</label><br>
- <input class="datetimepicker" id="starttimestamp" name="rendezvous_starttimestamp" type="text" >
-
- </div>
-
- <div class="form-group" id="rdvoptions">
- <label for="rdvoptions">Option préféré</label>
- <select class="form-control" id="rdvoptions" name="rendezvous_rdvoptions" ></select>
- </div>
- <div class="form-group">
- <label for="client_status">Status Client</label>
- <select id="client_status" name="rendezvous_client_status" readonly>
- <option value="unconfirmed">pas confirmé</option>
- <option value="confirmed">confirmé</option>
- <option value="canceled">annulé</option>
- </select>
- </div>
- <div class="form-group">
- <label for="user_status">Votre Status</label>
- <select id="user_status" name="rendezvous_user_status">
- <option value="confirmed">confirmé</option>
- <option value="canceled">annulé</option>
- </select>
- </div>
- </div>
- </form>
-
- <div class="col-sm-6">
- <form id="frm_client" name="frm_client" data-ident_id="[rdv.id_client]">
- <h5>Client</h5>
- <div class="form-group">
- <label for="username">Email</label>
- <input type="email" class="form-control" id="email" name="clients_email" required >
- </div>
- <div class="form-group">
- <label for="usersurname">Nom</label>
- <input type="text" class="form-control" id="surname" name="clients_surname" required >
- </div>
- <div class="form-group">
- <label for="userprename">Prénom</label>
- <input type="text" class="form-control" id="prename" name="clients_prename" required >
- </div>
- <div class="form-group">
- <label for="userphone">Téléphone</label>
- <input type="text" class="form-control" id="userphone" name="clients_phone" required >
- </div>
- </form>
- </div>
- </div>
+<header>\r
+ <nav class="navbar navbar-expand-md navbar-light fixed-top bg-light">\r
+ \r
+ <ul class="navbar-nav mr-auto">\r
+ <li class="nav-item">\r
+ <button class="btn btn-primary" onclick="parent.backoffice.loadpage('module/[% module %]/index.html','Rendez-Vous');"><i class="mdi mdi-chevron-double-left"> Calendrier</i></button>\r
+ </li>\r
+ </ul>\r
+ \r
+ </nav>\r
+ </header>\r
+ <main style="margin-top: 55px;">\r
+ <form id="frm_event" data-table="rendezvous" data-ident_id="[% rdv.id %]">\r
+ <input type="hidden" id="id_client" name="rendezvous_id_client" value="[% rdv.id_client%]">\r
+ <div class="row">\r
+ <div class="col-sm-6">\r
+ \r
+ <div class="form-group">\r
+ <label for="starttimestamp">Date et heure</label><br>\r
+ <input class="datetimepicker" id="starttimestamp" name="rendezvous_starttimestamp" type="text" >\r
+ \r
+ </div>\r
+ \r
+ <div class="form-group" id="rdvoptions">\r
+ <label for="rdvoptions">Option préféré</label>\r
+ <select class="form-control" id="rdvoptions" name="rendezvous_rdvoptions" ></select>\r
+ </div> \r
+ <div class="form-group">\r
+ <label for="client_status">Status Client</label>\r
+ <select id="client_status" name="rendezvous_client_status" readonly>\r
+ <option value="unconfirmed">pas confirmé</option>\r
+ <option value="confirmed">confirmé</option>\r
+ <option value="canceled">annulé</option>\r
+ </select>\r
+ </div>\r
+ <div class="form-group">\r
+ <label for="user_status">Votre Status</label>\r
+ <select id="user_status" name="rendezvous_user_status">\r
+ <option value="confirmed">confirmé</option>\r
+ <option value="canceled">annulé</option>\r
+ </select>\r
+ </div> \r
+ </div>\r
+ </form>\r
+ \r
+ <div class="col-sm-6">\r
+ <form id="frm_client" name="frm_client" data-ident_id="[rdv.id_client]">\r
+ <h5>Client</h5>\r
+ <div class="form-group">\r
+ <label for="username">Email</label>\r
+ <input type="email" class="form-control" id="email" name="clients_email" required >\r
+ </div>\r
+ <div class="form-group">\r
+ <label for="usersurname">Nom</label>\r
+ <input type="text" class="form-control" id="surname" name="clients_surname" required >\r
+ </div>\r
+ <div class="form-group">\r
+ <label for="userprename">Prénom</label>\r
+ <input type="text" class="form-control" id="prename" name="clients_prename" required >\r
+ </div>\r
+ <div class="form-group">\r
+ <label for="userphone">Téléphone</label>\r
+ <input type="text" class="form-control" id="userphone" name="clients_phone" required >\r
+ </div>\r
+ </form>\r
+ </div>\r
+ </div>\r
</main>
\ No newline at end of file
-
- <header>
- <nav class="navbar navbar-expand-md navbar-light fixed-top bg-light">
-
- <ul class="navbar-nav mr-auto">
- <li class="nav-item">
- <button class="btn btn-primary" onclick="parent.backoffice.loadpage('module/[% module %]/timesheets.html','Rendez-Vous - Horaires');"><i class="mdi mdi-chevron-double-left"> Horaires</i></button>
- </li>
- </ul>
-
- </nav>
- </header>
- <main style="margin-top: 55px;">
- <form id="frm_timesheet" name="frm_timesheet" data-ident_id="" data-ident_id_user="[% session.id %]">
- <div class="row">
- <div class="form-group col-sm-6">
- <label for="startdate">Date début</label><br>
- <input class="datetimepicker" id="startdate" name="timesheets_startdate" type="text" >
-
- </div>
- <div class="form-group col-sm-6">
- <label for="enddate">Date fin</label><br>
- <input class="datetimepicker" id="enddate" name="timesheets_enddate" type="text" >
-
- </div>
- </div>
- <div class="row">
- <div class="form-group col-sm-3">
- <label for="starttime">heure quotidienne début</label><br>
- <input class="datetimepicker" id="starttime" name="timesheets_starttime" type="text" >
-
- </div>
- <div class="form-group col-sm-3">
- <label for="endtime">heure quotidienne fin</label><br>
- <input class="datetimepicker" id="endtime" name="timesheets_endtime" type="text" >
-
- </div>
- <div class="form-group col-sm-3">
- <label for="starttimestamp">interval</label><br>
- <select id="endtime" name="timesheets_interval">
- <option value="60">60 minutes</option>
- <option value="30">30 minutes</option>
- </select>
-
- </div>
- </div>
- </form>
+\r
+ <header>\r
+ <nav class="navbar navbar-expand-md navbar-light fixed-top bg-light">\r
+ \r
+ <ul class="navbar-nav mr-auto">\r
+ <li class="nav-item">\r
+ <button class="btn btn-primary" onclick="parent.backoffice.loadpage('module/[% module %]/timesheets.html','Rendez-Vous - Horaires');"><i class="mdi mdi-chevron-double-left"> Horaires</i></button>\r
+ </li>\r
+ </ul>\r
+ \r
+ </nav>\r
+ </header>\r
+ <main style="margin-top: 55px;">\r
+ <form id="frm_timesheet" name="frm_timesheet" data-ident_id="" data-ident_id_user="[% session.id %]">\r
+ <div class="row">\r
+ <div class="form-group col-sm-6">\r
+ <label for="startdate">Date début</label><br>\r
+ <input class="datetimepicker" id="startdate" name="timesheets_startdate" type="text" >\r
+ \r
+ </div>\r
+ <div class="form-group col-sm-6">\r
+ <label for="enddate">Date fin</label><br>\r
+ <input class="datetimepicker" id="enddate" name="timesheets_enddate" type="text" >\r
+ \r
+ </div>\r
+ </div>\r
+ <div class="row">\r
+ <div class="form-group col-sm-3">\r
+ <label for="starttime">heure quotidienne début</label><br>\r
+ <input class="datetimepicker" id="starttime" name="timesheets_starttime" type="text" >\r
+ \r
+ </div>\r
+ <div class="form-group col-sm-3">\r
+ <label for="endtime">heure quotidienne fin</label><br>\r
+ <input class="datetimepicker" id="endtime" name="timesheets_endtime" type="text" >\r
+ \r
+ </div>\r
+ <div class="form-group col-sm-3">\r
+ <label for="starttimestamp">interval</label><br>\r
+ <select id="endtime" name="timesheets_interval">\r
+ <option value="60">60 minutes</option>\r
+ <option value="30">30 minutes</option>\r
+ </select>\r
+ \r
+ </div>\r
+ </div>\r
+ </form>\r
</main>
\ No newline at end of file
-var calendar = null;
-
-function initpage(){
-
-}
-
-document.addEventListener('DOMContentLoaded', function() {
- var calendarEl = document.getElementById('calendar');
-
- calendar = new FullCalendar.Calendar(calendarEl, {
- // customButtons: {
- // addEventButton: {
- // text: 'Nouveau RDV',
- // click: function() {
- // var dateStr = prompt('Enter a date in YYYY-MM-DD format');
- // var date = new Date(dateStr + 'T00:00:00'); // will be in local time
-
- // if (!isNaN(date.valueOf())) { // valid?
- // calendar.addEvent({
- // title: 'dynamic event',
- // start: date,
- // allDay: true
- // });
- // alert('Great. Now, update your database...');
- // } else {
- // alert('Invalid date.');
- // }
- // }
- // }
- // },
- plugins: [ 'bootstrap','interaction', 'dayGrid', 'timeGrid','list' ],
- defaultView: 'timeGridWeek',
- themeSystem: 'bootstrap',
- defaultDate: new Date().toISOString().substring(0,10),
- allDaySlot: false,
- weekNumbers: true,
- header: {
- left: 'prev,next today',
- center: 'title',
- right: 'dayGridMonth,timeGridWeek,listMonth'
- },
- firstDay: 1,
- // dateClick: function() {
- // alert('a day has been clicked!');
- // },
- eventClick: function(info) {
- var eventObj = info.event;
- console.log('Clicked Event');
- console.log(eventObj);
- parent.backoffice.loadpage('module/[% module %]/form_rendezvous.html','Rendez-Vous');
- },
- viewSkeletonRender: function(info){
- console.log("SKEL Render");
- console.log(info);
- getevents();
- },
- viewSkeletonDestroy: function(info){
- console.log("SKEL Destroy");
- removeEvents();
- },
- businessHours: {
- daysOfWeek: [ 1, 2, 3, 4 , 5 ], // Monday - Thursday
- startTime: '10:00', // a start time (10am in this example)
- endTime: '18:00', // an end time (6pm in this example)
- },
- viewRender: function(view, element){
- console.log("View Changed!");
- },
- eventTimeFormat: { // like '14:30:00'
- hour: '2-digit',
- minute: '2-digit'
- },
- selectable: true,
- locale: 'fr'
-
- });
-
- calendar.render();
- //getevents();
-});
-
-function getevents(){
-
- var rdvtypes = [];
- $('input[type=checkbox]').each(function(){
- if ($(this).prop("checked")){
- rdvtypes.push($(this).val());
- }
- });
- console.log(calendar);
-
- var pdata = {"fn":"getevents","types":rdvtypes,startdate:calendar.view.props.dateProfile.currentRange.start.toISOString().substring(0,10),enddate:calendar.view.props.dateProfile.currentRange.end.toISOString().substring(0,10)};
- //console.log(pdata);
- process_data(pdata,events_callback);
-}
-
-function removeEvents(){
- var ev = calendar.getEvents();
- for (var e in ev){
- var rev = calendar.getEventById(ev[e].id);
- rev.remove();
- }
-}
-
-function events_callback(data){
- //console.log(data);
- for (var i in data.events){
- //console.log(i);
- calendar.addEvent({
- id: data.events[i].id_event,
- title: data.events[i].eventname,
- start: data.events[i].startdate + "T" + data.events[i].starttime,
- end: data.events[i].enddate + "T" + data.events[i].endtime,
- color: $('#lbl' + data.events[i].eventcolor).css('color')
- });
- }
-
-}
-
-
-// events: [
-// {
-// title: 'Prename1 Surname2',
-// start: '2019-05-01T08:00',
-// color: '#ff00ff'
-// },
-// {
-// title: 'Long Event',
-// start: '2019-05-07T',
-// end: '2019-05-07'
-// },
-// {
-// groupId: '999',
-// title: 'Repeating Event',
-// start: '2019-05-09T16:00:00'
-// },
-// {
-// groupId: '999',
-// title: 'Repeating Event',
-// start: '2019-05-16T16:00:00'
-// },
-// {
-// title: 'Conference',
-// start: '2019-05-11',
-// end: '2019-05-13'
-// },
-// {
-// title: 'Meeting',
-// start: '2019-05-12T10:30:00',
-// end: '2019-05-12T12:30:00'
-// },
-// {
-// title: 'Lunch',
-// start: '2019-05-12T12:00:00'
-// },
-// {
-// title: 'Meeting',
-// start: '2019-05-12T14:30:00'
-// },
-// {
-// title: 'Birthday Party',
-// start: '2019-05-13T07:00:00'
-// },
-// {
-// title: 'Click for Google',
-// start: '2019-05-28'
-// }
+var calendar = null;\r
+\r
+function initpage(){\r
+\r
+}\r
+\r
+document.addEventListener('DOMContentLoaded', function() {\r
+ var calendarEl = document.getElementById('calendar');\r
+ \r
+ calendar = new FullCalendar.Calendar(calendarEl, {\r
+ // customButtons: {\r
+ // addEventButton: {\r
+ // text: 'Nouveau RDV',\r
+ // click: function() {\r
+ // var dateStr = prompt('Enter a date in YYYY-MM-DD format');\r
+ // var date = new Date(dateStr + 'T00:00:00'); // will be in local time\r
+\r
+ // if (!isNaN(date.valueOf())) { // valid?\r
+ // calendar.addEvent({\r
+ // title: 'dynamic event',\r
+ // start: date,\r
+ // allDay: true\r
+ // });\r
+ // alert('Great. Now, update your database...');\r
+ // } else {\r
+ // alert('Invalid date.');\r
+ // }\r
+ // }\r
+ // }\r
+ // },\r
+ plugins: [ 'bootstrap','interaction', 'dayGrid', 'timeGrid','list' ],\r
+ defaultView: 'timeGridWeek',\r
+ themeSystem: 'bootstrap',\r
+ defaultDate: new Date().toISOString().substring(0,10),\r
+ allDaySlot: false,\r
+ weekNumbers: true,\r
+ header: {\r
+ left: 'prev,next today',\r
+ center: 'title',\r
+ right: 'dayGridMonth,timeGridWeek,listMonth'\r
+ },\r
+ firstDay: 1,\r
+ // dateClick: function() {\r
+ // alert('a day has been clicked!');\r
+ // },\r
+ eventClick: function(info) {\r
+ var eventObj = info.event;\r
+ console.log('Clicked Event');\r
+ console.log(eventObj);\r
+ parent.backoffice.loadpage('module/[% module %]/form_rendezvous.html','Rendez-Vous');\r
+ },\r
+ viewSkeletonRender: function(info){\r
+ console.log("SKEL Render");\r
+ console.log(info);\r
+ getevents();\r
+ },\r
+ viewSkeletonDestroy: function(info){\r
+ console.log("SKEL Destroy");\r
+ removeEvents();\r
+ },\r
+ businessHours: {\r
+ daysOfWeek: [ 1, 2, 3, 4 , 5 ], // Monday - Thursday\r
+ startTime: '10:00', // a start time (10am in this example)\r
+ endTime: '18:00', // an end time (6pm in this example)\r
+ },\r
+ viewRender: function(view, element){\r
+ console.log("View Changed!");\r
+ },\r
+ eventTimeFormat: { // like '14:30:00'\r
+ hour: '2-digit',\r
+ minute: '2-digit'\r
+ },\r
+ selectable: true,\r
+ locale: 'fr'\r
+ \r
+ });\r
+\r
+ calendar.render();\r
+ //getevents();\r
+});\r
+\r
+function getevents(){\r
+ \r
+ var rdvtypes = [];\r
+ $('input[type=checkbox]').each(function(){\r
+ if ($(this).prop("checked")){\r
+ rdvtypes.push($(this).val()); \r
+ } \r
+ });\r
+ console.log(calendar);\r
+ \r
+ var pdata = {"fn":"getevents","types":rdvtypes,startdate:calendar.view.props.dateProfile.currentRange.start.toISOString().substring(0,10),enddate:calendar.view.props.dateProfile.currentRange.end.toISOString().substring(0,10)};\r
+ //console.log(pdata);\r
+ process_data(pdata,events_callback);\r
+}\r
+\r
+function removeEvents(){\r
+ var ev = calendar.getEvents();\r
+ for (var e in ev){\r
+ var rev = calendar.getEventById(ev[e].id);\r
+ rev.remove();\r
+ }\r
+}\r
+\r
+function events_callback(data){\r
+ //console.log(data);\r
+ for (var i in data.events){\r
+ //console.log(i);\r
+ calendar.addEvent({\r
+ id: data.events[i].id_event,\r
+ title: data.events[i].eventname,\r
+ start: data.events[i].startdate + "T" + data.events[i].starttime,\r
+ end: data.events[i].enddate + "T" + data.events[i].endtime,\r
+ color: $('#lbl' + data.events[i].eventcolor).css('color')\r
+ });\r
+ }\r
+\r
+}\r
+\r
+\r
+// events: [\r
+// {\r
+// title: 'Prename1 Surname2',\r
+// start: '2019-05-01T08:00',\r
+// color: '#ff00ff'\r
+// },\r
+// {\r
+// title: 'Long Event',\r
+// start: '2019-05-07T',\r
+// end: '2019-05-07'\r
+// },\r
+// {\r
+// groupId: '999',\r
+// title: 'Repeating Event',\r
+// start: '2019-05-09T16:00:00'\r
+// },\r
+// {\r
+// groupId: '999',\r
+// title: 'Repeating Event',\r
+// start: '2019-05-16T16:00:00'\r
+// },\r
+// {\r
+// title: 'Conference',\r
+// start: '2019-05-11',\r
+// end: '2019-05-13'\r
+// },\r
+// {\r
+// title: 'Meeting',\r
+// start: '2019-05-12T10:30:00',\r
+// end: '2019-05-12T12:30:00'\r
+// },\r
+// {\r
+// title: 'Lunch',\r
+// start: '2019-05-12T12:00:00'\r
+// },\r
+// {\r
+// title: 'Meeting',\r
+// start: '2019-05-12T14:30:00'\r
+// },\r
+// {\r
+// title: 'Birthday Party',\r
+// start: '2019-05-13T07:00:00'\r
+// },\r
+// {\r
+// title: 'Click for Google',\r
+// start: '2019-05-28'\r
+// }\r
// ]
\ No newline at end of file
-
-<header>
- <nav class="navbar navbar-expand-md navbar-light fixed-top bg-light">
-
- <ul class="navbar-nav mr-auto">
- <li class="nav-item">
- <button class="btn btn-primary" onclick="parent.backoffice.loadpage('module/[% module %]/timesheets.html','Rendez-Vous - Horarires');">Horaires</button>
- <!-- <button class="btn btn-primary" onclick="parent.backoffice.loadpage('module/[% module %]/form_rendezvous.html','Rendez-Vous');"><i class="mdi mdi-plus"></i> RDV</button> -->
- </li>
- <li class="nav-item">
- <div class="custom-control custom-checkbox" style="margin-left: 20px; ">
- <input type="checkbox" class="custom-control-input" value="free" id="cal_free" name="cal_free" checked>
- <label class="custom-control-label event-free" id="lblfree" for="cal_free">libre</label>
- </div>
- </li>
- <li class="nav-item">
- <div class="custom-control custom-checkbox" style="margin-left: 20px; ">
- <input type="checkbox" class="custom-control-input" value="confirmed" id="cal_confirmed" name="cal_confirmed" checked>
- <label class="custom-control-label event-confirmed" id="lblconfirmed" for="cal_confirmed">confirmé</label>
- </div>
- </li>
- <li class="nav-item">
- <div class="custom-control custom-checkbox" style="margin-left: 20px; ">
- <input type="checkbox" class="custom-control-input" value="notconfirmed" id="cal_notconfirmed" name="cal_notconfirmed" checked>
- <label class="custom-control-label event-notconfirmed" id="lblnotconfirmed" for="cal_notconfirmed">pas confirmé</label>
- </div>
- </li>
- <li class="nav-item">
- <div class="custom-control custom-checkbox" style="margin-left: 20px; ">
- <input type="checkbox" class="custom-control-input" value="exception" id="cal_exception" name="cal_exception" checked>
- <label class="custom-control-label event-exception" id="lblexception" for="cal_exception">non disponible</label>
- </div>
- </li>
- <li class="nav-item">
- <div class="custom-control custom-checkbox" style="margin-left: 20px; ">
- <input type="checkbox" class="custom-control-input" value="canceled" id="cal_canceled" name="cal_canceled" checked>
- <label class="custom-control-label event-canceled" id="lblcanceled" for="cal_canceled">annulé</label>
- </div>
- </li>
- </ul>
- <ul class="navbar-nav ml-auto">
- <li class="nav-item">
- <div class="custom-control custom-switch">
- <input type="checkbox" class="custom-control-input fieldsave" data-ident_appaccess_id="[% modules.access_id %]" data-ident_appaccess_id_user="[% session.id %]" value="1" id="appaccess_[% modules.id %]" name="appaccess_[% module %]-publicenabled"
- [% IF modules.publicenabled %]
- checked
- [% END %]
- >
- <label class="custom-control-label justify-content-start" for="appaccess_[% modules.id %]">Visible publique</label>
- </div>
- </li>
- </ul>
- </nav>
- </header>
-<main style="margin-top: 55px;">
-
-<div id="calendar"></div>
+\r
+<header>\r
+ <nav class="navbar navbar-expand-md navbar-light fixed-top bg-light">\r
+ \r
+ <ul class="navbar-nav mr-auto">\r
+ <li class="nav-item">\r
+ <button class="btn btn-primary" onclick="parent.backoffice.loadpage('module/[% module %]/timesheets.html','Rendez-Vous - Horarires');">Horaires</button>\r
+ <!-- <button class="btn btn-primary" onclick="parent.backoffice.loadpage('module/[% module %]/form_rendezvous.html','Rendez-Vous');"><i class="mdi mdi-plus"></i> RDV</button> -->\r
+ </li>\r
+ <li class="nav-item">\r
+ <div class="custom-control custom-checkbox" style="margin-left: 20px; ">\r
+ <input type="checkbox" class="custom-control-input" value="free" id="cal_free" name="cal_free" checked>\r
+ <label class="custom-control-label event-free" id="lblfree" for="cal_free">libre</label>\r
+ </div>\r
+ </li>\r
+ <li class="nav-item">\r
+ <div class="custom-control custom-checkbox" style="margin-left: 20px; ">\r
+ <input type="checkbox" class="custom-control-input" value="confirmed" id="cal_confirmed" name="cal_confirmed" checked>\r
+ <label class="custom-control-label event-confirmed" id="lblconfirmed" for="cal_confirmed">confirmé</label>\r
+ </div>\r
+ </li>\r
+ <li class="nav-item">\r
+ <div class="custom-control custom-checkbox" style="margin-left: 20px; ">\r
+ <input type="checkbox" class="custom-control-input" value="notconfirmed" id="cal_notconfirmed" name="cal_notconfirmed" checked>\r
+ <label class="custom-control-label event-notconfirmed" id="lblnotconfirmed" for="cal_notconfirmed">pas confirmé</label>\r
+ </div>\r
+ </li>\r
+ <li class="nav-item">\r
+ <div class="custom-control custom-checkbox" style="margin-left: 20px; ">\r
+ <input type="checkbox" class="custom-control-input" value="exception" id="cal_exception" name="cal_exception" checked>\r
+ <label class="custom-control-label event-exception" id="lblexception" for="cal_exception">non disponible</label>\r
+ </div>\r
+ </li>\r
+ <li class="nav-item">\r
+ <div class="custom-control custom-checkbox" style="margin-left: 20px; ">\r
+ <input type="checkbox" class="custom-control-input" value="canceled" id="cal_canceled" name="cal_canceled" checked>\r
+ <label class="custom-control-label event-canceled" id="lblcanceled" for="cal_canceled">annulé</label>\r
+ </div>\r
+ </li>\r
+ </ul>\r
+ <ul class="navbar-nav ml-auto">\r
+ <li class="nav-item">\r
+ <div class="custom-control custom-switch">\r
+ <input type="checkbox" class="custom-control-input fieldsave" data-ident_appaccess_id="[% modules.access_id %]" data-ident_appaccess_id_user="[% session.id %]" value="1" id="appaccess_[% modules.id %]" name="appaccess_[% module %]-publicenabled"\r
+ [% IF modules.publicenabled %]\r
+ checked\r
+ [% END %]\r
+ >\r
+ <label class="custom-control-label justify-content-start" for="appaccess_[% modules.id %]">Visible publique</label>\r
+ </div>\r
+ </li>\r
+ </ul>\r
+ </nav>\r
+ </header>\r
+<main style="margin-top: 55px;">\r
+\r
+<div id="calendar"></div>\r
</main>
\ No newline at end of file
-
-<script src="[% abspath %]vendors/moment/moment-with-locales.min.js"></script>
-<script src="[% abspath %]vendors/fullcalendar/core/main.min.js"></script>
-<script src="[% abspath %]vendors/fullcalendar/interaction/main.min.js"></script>
-<script src="[% abspath %]vendors/fullcalendar/daygrid/main.min.js"></script>
-<script src="[% abspath %]vendors/fullcalendar/timegrid/main.min.js"></script>
-<script src="[% abspath %]vendors/fullcalendar/list/main.min.js"></script>
-<script src="[% abspath %]vendors/fullcalendar/bootstrap/main.min.js"></script>
-<script src="[% abspath %]vendors/jq-datetimepicker/jquery.datetimepicker.full.min.js"></script>
-<script src="[% abspath %]vendors/select2/js/select2.full.min.js"></script>
+\r
+<script src="[% abspath %]vendors/moment/moment-with-locales.min.js"></script>\r
+<script src="[% abspath %]vendors/fullcalendar/core/main.min.js"></script>\r
+<script src="[% abspath %]vendors/fullcalendar/interaction/main.min.js"></script>\r
+<script src="[% abspath %]vendors/fullcalendar/daygrid/main.min.js"></script>\r
+<script src="[% abspath %]vendors/fullcalendar/timegrid/main.min.js"></script>\r
+<script src="[% abspath %]vendors/fullcalendar/list/main.min.js"></script>\r
+<script src="[% abspath %]vendors/fullcalendar/bootstrap/main.min.js"></script>\r
+<script src="[% abspath %]vendors/jq-datetimepicker/jquery.datetimepicker.full.min.js"></script>\r
+<script src="[% abspath %]vendors/select2/js/select2.full.min.js"></script>\r
<script src="[% pagename %].js"></script>
\ No newline at end of file
-[% cllist = dksdb.prepare("select cl.id as id_client,ev.id_user,cl.usersurname,cl.userprename,cl.userphone,cl.username,case when uc.clientblocked=1 then 1 else 0 end as clientblocked,cl.userblocked as globalblocked from events ev
- left join users cl on (cl.id=ev.id_client)
- left join userclients uc on (uc.id_client=cl.id and uc.id_user=?) group by cl.id;" %]
-
-<h5>Mes Clients</h5>
-<table class="table table-striped table-bordered" data-toggle="table">
-<thead class="thead-dark"><tr>
-<th data-sortable="true">Nom</th>
- <th data-sortable="true">Prénom</th>
- <th data-sortable="true">Email</th>
- <th data-sortable="true">Téléphone</th>
- <th data-sortable="true">Blocker / Déblocker</th>
- </tr></thead>
- <tbody>
- [% FOREACH cl = cllist.execute(session.id) %]
- <tr data-id="[% cl.id_client %]">
- <td>[% cl.usersurname %]</td>
- <td>[% cl.userprename %]</td>
- <td>[% cl.username %]</td>
- <td>[% cl.userphone %]</td>
- <td>
- [% IF cl.globalblocked %]
- <span class="text-danger">blocké par juridig.lu</span>
- [% ELSIF cl.clientblocked == 1 %]
- <button class="btn btn-danger" onclick="unblock('[% session.id %]','[% cl.id_client %]');"><i class="fas fa-lock"></i></button>
- [% ELSE %]
- <button class="btn btn-success" onclick="unblock('[% session.id %]','[% cl.id_client %]');"><i class="fas fa-lock-open"></i></button>
- [% END %]
- </td>
- </tr>
- [% END %]
- <tr></tr>
- </tbody>
-</table>
+[% cllist = dksdb.prepare("select cl.id as id_client,ev.id_user,cl.usersurname,cl.userprename,cl.userphone,cl.username,case when uc.clientblocked=1 then 1 else 0 end as clientblocked,cl.userblocked as globalblocked from events ev \r
+ left join users cl on (cl.id=ev.id_client)\r
+ left join userclients uc on (uc.id_client=cl.id and uc.id_user=?) group by cl.id;" %]\r
+\r
+<h5>Mes Clients</h5>\r
+<table class="table table-striped table-bordered" data-toggle="table">\r
+<thead class="thead-dark"><tr>\r
+<th data-sortable="true">Nom</th>\r
+ <th data-sortable="true">Prénom</th>\r
+ <th data-sortable="true">Email</th>\r
+ <th data-sortable="true">Téléphone</th>\r
+ <th data-sortable="true">Blocker / Déblocker</th>\r
+ </tr></thead>\r
+ <tbody>\r
+ [% FOREACH cl = cllist.execute(session.id) %]\r
+ <tr data-id="[% cl.id_client %]">\r
+ <td>[% cl.usersurname %]</td>\r
+ <td>[% cl.userprename %]</td>\r
+ <td>[% cl.username %]</td>\r
+ <td>[% cl.userphone %]</td>\r
+ <td>\r
+ [% IF cl.globalblocked %]\r
+ <span class="text-danger">blocké par juridig.lu</span>\r
+ [% ELSIF cl.clientblocked == 1 %]\r
+ <button class="btn btn-danger" onclick="unblock('[% session.id %]','[% cl.id_client %]');"><i class="fas fa-lock"></i></button>\r
+ [% ELSE %]\r
+ <button class="btn btn-success" onclick="unblock('[% session.id %]','[% cl.id_client %]');"><i class="fas fa-lock-open"></i></button>\r
+ [% END %]\r
+ </td>\r
+ </tr>\r
+ [% END %]\r
+ <tr></tr>\r
+ </tbody>\r
+</table>\r
-[% IF session.group == 'avocat' %]
-[% rdvlist = dksdb.prepare("select ev.id,DATE_FORMAT(ev.eventdate,'%d/%m/%Y') as eventdate,ev.eventhour,ev.eventoptions,usr.userprename,usr.usersurname,ev.user_status,ev.client_status,ev.clientuuid,ev.useruuid from events ev LEFT JOIN users usr on (ev.id_client=usr.id) where ev.id_user=? and ev.eventdate >= CURRENT_DATE order by eventdate DESC,eventhour ASC;"); %]
-[% ELSE %]
-[% rdvlist =dksdb.prepare("select ev.id,DATE_FORMAT(ev.eventdate,'%d/%m/%Y') as eventdate,ev.eventoptions,ev.eventhour,usr.userprename,usr.usersurname,ev.user_status,ev.client_status,ev.clientuuid,ev.useruuid from events ev LEFT JOIN users usr on (ev.id_user=usr.id) where ev.id_client=? and ev.eventdate >= CURRENT_DATE order by eventdate DESC,eventhour ASC;") %]
-[% END %]
-<h5>Mes Rendez-Vous</h5>
-<table class="table table-striped table-bordered" data-toggle="table">
-<thead class="thead-dark"><tr>
-<th data-sortable="true">Date</th>
- <th data-sortable="true">Heure</th>
- <th data-sortable="true">
- [% IF session.group == 'client'%]
- Avocat
- [% ELSE %]
- Client
- [% END %]
- <th data-sortable="true">Options</th>
- <th data-sortable="true">Mon status</th>
- <th data-sortable="true">
- [% IF session.group == 'client'%]
- Status Avocat
- [% ELSE %]
- Status Client
- [% END %]
- </th>
- <th>Action</th>
- </tr></thead>
- <tbody>
- [% FOREACH rdv = rdvlist.execute(session.id) %]
- <tr data-id="[% rdv.id %]">
- <td>[% rdv.eventdate %]</td>
- <td>[% rdv.eventhour %]</td>
- <td>[% rdv.usersurname'].' '.$row['userprename %]</td>
- <td>[% rdv.eventoptions %]</td>
- [% IF $user['usergroup'] == 'client' %]
- <td>[% IFrdv.client_status == 'unconfirmed' %]
- <span class="text-warning">PAS CONFIRMÉ</span>
- [% ELSIF rdv.client_status == 'canceled' %]
- <span class="text-danger">ANNULÉ</span>
- [% ELSIF rdv.client_status == 'confirmed' %]
- <span class="text-success">CONFIRMÉ</span>
- [% ELSE %]
- <span class="text-warning">INCONNUE</span>
- [% END %]</td>
- <td>[% IF rdv.user_status == 'unconfirmed' %]
- <span class="text-warning">PAS CONFIRMÉ</span>
- [% ELSIF rdv.user_status == 'canceled' %]
- <span class="text-danger">ANNULÉ</span>
- [% ELSIF rdv.user_status == 'confirmed' %]
- <span class="text-success">CONFIRMÉ</span>
- [% ELSE %]
- <span class="text-warning">INCONNUE</span>
- [% END %]</td>
- [% ELSE %]
- <td>[% IF rdv.user_status == 'unconfirmed' %]
- <span class="text-warning">PAS CONFIRMÉ</span>
- [% ELSIF rdv.user_status == 'canceled' %]
- <span class="text-danger">ANNULÉ</span>
- [% ELSIF rdv.user_status == 'confirmed' %]
- <span class="text-success">CONFIRMÉ</span>
- [% ELSE %]
- <span class="text-warning">INCONNUE</span>
- [% END %]</td>
- <td>[% IF rdv.client_status == 'unconfirmed' %]
- <span class="text-warning">PAS CONFIRMÉ</span>
- [% ELSIF rdv.client_status == 'canceled' %]
- <span class="text-danger">ANNULÉ</span>
- [% ELSIF rdv.client_status == 'confirmed' %]
- <span class="text-success">CONFIRMÉ</span>
- [% ELSE %]
- <span class="text-warning">INCONNUE</span>
- [% END %]</td>
- [% END %]
- [% IF session.group == 'client' AND rdv.client_status == 'unconfirmed' %]
- <td><button class="btn btn-success" onclick="setstatus('confirm','[% rdv.rdvuuid %]');"><i class="fas fa-check"></i></button>
- <button class="btn btn-danger" onclick="setstatus('cancel','[% rdv.rdvuuid %]');"><i class="fas fa-times"></i></button></td>
- [% ELSE %]
- <td><button class="btn btn-info" onclick="openrdv('[% rdv.rdvuuid %]');"><i class="fas fa-edit"></i></button></td>
- [% END %]
- </tr>
- [% END %]
- </tbody>
-</table>
+[% IF session.group == 'avocat' %]\r
+[% rdvlist = dksdb.prepare("select ev.id,DATE_FORMAT(ev.eventdate,'%d/%m/%Y') as eventdate,ev.eventhour,ev.eventoptions,usr.userprename,usr.usersurname,ev.user_status,ev.client_status,ev.clientuuid,ev.useruuid from events ev LEFT JOIN users usr on (ev.id_client=usr.id) where ev.id_user=? and ev.eventdate >= CURRENT_DATE order by eventdate DESC,eventhour ASC;"); %]\r
+[% ELSE %]\r
+[% rdvlist =dksdb.prepare("select ev.id,DATE_FORMAT(ev.eventdate,'%d/%m/%Y') as eventdate,ev.eventoptions,ev.eventhour,usr.userprename,usr.usersurname,ev.user_status,ev.client_status,ev.clientuuid,ev.useruuid from events ev LEFT JOIN users usr on (ev.id_user=usr.id) where ev.id_client=? and ev.eventdate >= CURRENT_DATE order by eventdate DESC,eventhour ASC;") %]\r
+[% END %]\r
+<h5>Mes Rendez-Vous</h5>\r
+<table class="table table-striped table-bordered" data-toggle="table">\r
+<thead class="thead-dark"><tr>\r
+<th data-sortable="true">Date</th>\r
+ <th data-sortable="true">Heure</th>\r
+ <th data-sortable="true">\r
+ [% IF session.group == 'client'%]\r
+ Avocat\r
+ [% ELSE %]\r
+ Client\r
+ [% END %]\r
+ <th data-sortable="true">Options</th>\r
+ <th data-sortable="true">Mon status</th>\r
+ <th data-sortable="true">\r
+ [% IF session.group == 'client'%]\r
+ Status Avocat\r
+ [% ELSE %]\r
+ Status Client\r
+ [% END %]\r
+ </th>\r
+ <th>Action</th>\r
+ </tr></thead>\r
+ <tbody>\r
+ [% FOREACH rdv = rdvlist.execute(session.id) %]\r
+ <tr data-id="[% rdv.id %]">\r
+ <td>[% rdv.eventdate %]</td>\r
+ <td>[% rdv.eventhour %]</td>\r
+ <td>[% rdv.usersurname'].' '.$row['userprename %]</td>\r
+ <td>[% rdv.eventoptions %]</td>\r
+ [% IF $user['usergroup'] == 'client' %]\r
+ <td>[% IFrdv.client_status == 'unconfirmed' %]\r
+ <span class="text-warning">PAS CONFIRMÉ</span>\r
+ [% ELSIF rdv.client_status == 'canceled' %]\r
+ <span class="text-danger">ANNULÉ</span>\r
+ [% ELSIF rdv.client_status == 'confirmed' %]\r
+ <span class="text-success">CONFIRMÉ</span>\r
+ [% ELSE %]\r
+ <span class="text-warning">INCONNUE</span>\r
+ [% END %]</td>\r
+ <td>[% IF rdv.user_status == 'unconfirmed' %]\r
+ <span class="text-warning">PAS CONFIRMÉ</span>\r
+ [% ELSIF rdv.user_status == 'canceled' %]\r
+ <span class="text-danger">ANNULÉ</span>\r
+ [% ELSIF rdv.user_status == 'confirmed' %]\r
+ <span class="text-success">CONFIRMÉ</span>\r
+ [% ELSE %]\r
+ <span class="text-warning">INCONNUE</span>\r
+ [% END %]</td>\r
+ [% ELSE %]\r
+ <td>[% IF rdv.user_status == 'unconfirmed' %]\r
+ <span class="text-warning">PAS CONFIRMÉ</span>\r
+ [% ELSIF rdv.user_status == 'canceled' %]\r
+ <span class="text-danger">ANNULÉ</span>\r
+ [% ELSIF rdv.user_status == 'confirmed' %]\r
+ <span class="text-success">CONFIRMÉ</span>\r
+ [% ELSE %]\r
+ <span class="text-warning">INCONNUE</span>\r
+ [% END %]</td>\r
+ <td>[% IF rdv.client_status == 'unconfirmed' %]\r
+ <span class="text-warning">PAS CONFIRMÉ</span>\r
+ [% ELSIF rdv.client_status == 'canceled' %]\r
+ <span class="text-danger">ANNULÉ</span>\r
+ [% ELSIF rdv.client_status == 'confirmed' %]\r
+ <span class="text-success">CONFIRMÉ</span>\r
+ [% ELSE %]\r
+ <span class="text-warning">INCONNUE</span>\r
+ [% END %]</td>\r
+ [% END %]\r
+ [% IF session.group == 'client' AND rdv.client_status == 'unconfirmed' %]\r
+ <td><button class="btn btn-success" onclick="setstatus('confirm','[% rdv.rdvuuid %]');"><i class="fas fa-check"></i></button>\r
+ <button class="btn btn-danger" onclick="setstatus('cancel','[% rdv.rdvuuid %]');"><i class="fas fa-times"></i></button></td>\r
+ [% ELSE %]\r
+ <td><button class="btn btn-info" onclick="openrdv('[% rdv.rdvuuid %]');"><i class="fas fa-edit"></i></button></td>\r
+ [% END %]\r
+ </tr>\r
+ [% END %]\r
+ </tbody>\r
+</table>\r
-[% IF session.group == 'avocat' %]
-[% rdvlist = dksdb.prepare("select ev.id,DATE_FORMAT(ev.eventdate,'%d/%m/%Y') as eventdate,ev.eventhour,ev.eventoptions,usr.userprename,usr.usersurname,ev.user_status,ev.client_status,ev.clientuuid,ev.useruuid from events ev LEFT JOIN users usr on (ev.id_client=usr.id) where ev.id_user=? and ev.eventdate >= CURRENT_DATE order by eventdate DESC,eventhour ASC;"); %]
-[% ELSE %]
-[% rdvlist =dksdb.prepare("select ev.id,DATE_FORMAT(ev.eventdate,'%d/%m/%Y') as eventdate,ev.eventoptions,ev.eventhour,usr.userprename,usr.usersurname,ev.user_status,ev.client_status,ev.clientuuid,ev.useruuid from events ev LEFT JOIN users usr on (ev.id_user=usr.id) where ev.id_client=? and ev.eventdate >= CURRENT_DATE order by eventdate DESC,eventhour ASC;") %]
-[% END %]
-<h5>Mes Rendez-Vous</h5>
-<table class="table table-striped table-bordered" data-toggle="table">
-<thead class="thead-dark"><tr>
-<th data-sortable="true">Date</th>
- <th data-sortable="true">Heure</th>
- <th data-sortable="true">
- [% IF session.group == 'client'%]
- Avocat
- [% ELSE %]
- Client
- [% END %]
- <th data-sortable="true">Options</th>
- <th data-sortable="true">Mon status</th>
- <th data-sortable="true">
- [% IF session.group == 'client'%]
- Status Avocat
- [% ELSE %]
- Status Client
- [% END %]
- </th>
- [% IF session.group == 'avocat' %]
- <th>Action</th>
- [% END %]
- </tr></thead>
- <tbody>
- [% FOREACH rdv = rdvlist.execute(session.id) %]
- <tr data-id="[% rdv.id %]">
- <td>[% rdv.eventdate %]</td>
- <td>[% rdv.eventhour %]</td>
- <td>[% rdv.usersurname'].' '.$row['userprename %]</td>
- <td>[% rdv.eventoptions %]</td>
- [% IF $user['usergroup'] == 'client' %]
- <td>[% IFrdv.client_status == 'unconfirmed' %]
- <span class="text-warning">PAS CONFIRMÉ</span>
- [% ELSIF rdv.client_status == 'canceled' %]
- <span class="text-danger">ANNULÉ</span>
- [% ELSIF rdv.client_status == 'confirmed' %]
- <span class="text-success">CONFIRMÉ</span>
- [% ELSE %]
- <span class="text-warning">INCONNUE</span>
- [% END %]</td>
- <td>[% IF rdv.user_status == 'unconfirmed' %]
- <span class="text-warning">PAS CONFIRMÉ</span>
- [% ELSIF rdv.user_status == 'canceled' %]
- <span class="text-danger">ANNULÉ</span>
- [% ELSIF rdv.user_status == 'confirmed' %]
- <span class="text-success">CONFIRMÉ</span>
- [% ELSE %]
- <span class="text-warning">INCONNUE</span>
- [% END %]</td>
- [% ELSE %]
- <td>[% IF rdv.user_status == 'unconfirmed' %]
- <span class="text-warning">PAS CONFIRMÉ</span>
- [% ELSIF rdv.user_status == 'canceled' %]
- <span class="text-danger">ANNULÉ</span>
- [% ELSIF rdv.user_status == 'confirmed' %]
- <span class="text-success">CONFIRMÉ</span>
- [% ELSE %]
- <span class="text-warning">INCONNUE</span>
- [% END %]</td>
- <td>[% IF rdv.client_status == 'unconfirmed' %]
- <span class="text-warning">PAS CONFIRMÉ</span>
- [% ELSIF rdv.client_status == 'canceled' %]
- <span class="text-danger">ANNULÉ</span>
- [% ELSIF rdv.client_status == 'confirmed' %]
- <span class="text-success">CONFIRMÉ</span>
- [% ELSE %]
- <span class="text-warning">INCONNUE</span>
- [% END %]</td>
- [% END %]
- [% IF session.group == 'AVOCAT' %]
- <td>
- <button class="btn btn-danger" onclick="deleterdv('[% rdv.id %]');"><i class="fas fa-trash"></i></button>
- </td>
- [% END %]
- </tr>
- [% END %]
- </tbody>
-</table>
+[% IF session.group == 'avocat' %]\r
+[% rdvlist = dksdb.prepare("select ev.id,DATE_FORMAT(ev.eventdate,'%d/%m/%Y') as eventdate,ev.eventhour,ev.eventoptions,usr.userprename,usr.usersurname,ev.user_status,ev.client_status,ev.clientuuid,ev.useruuid from events ev LEFT JOIN users usr on (ev.id_client=usr.id) where ev.id_user=? and ev.eventdate >= CURRENT_DATE order by eventdate DESC,eventhour ASC;"); %]\r
+[% ELSE %]\r
+[% rdvlist =dksdb.prepare("select ev.id,DATE_FORMAT(ev.eventdate,'%d/%m/%Y') as eventdate,ev.eventoptions,ev.eventhour,usr.userprename,usr.usersurname,ev.user_status,ev.client_status,ev.clientuuid,ev.useruuid from events ev LEFT JOIN users usr on (ev.id_user=usr.id) where ev.id_client=? and ev.eventdate >= CURRENT_DATE order by eventdate DESC,eventhour ASC;") %]\r
+[% END %]\r
+<h5>Mes Rendez-Vous</h5>\r
+<table class="table table-striped table-bordered" data-toggle="table">\r
+<thead class="thead-dark"><tr>\r
+<th data-sortable="true">Date</th>\r
+ <th data-sortable="true">Heure</th>\r
+ <th data-sortable="true">\r
+ [% IF session.group == 'client'%]\r
+ Avocat\r
+ [% ELSE %]\r
+ Client\r
+ [% END %]\r
+ <th data-sortable="true">Options</th>\r
+ <th data-sortable="true">Mon status</th>\r
+ <th data-sortable="true">\r
+ [% IF session.group == 'client'%]\r
+ Status Avocat\r
+ [% ELSE %]\r
+ Status Client\r
+ [% END %]\r
+ </th>\r
+ [% IF session.group == 'avocat' %]\r
+ <th>Action</th>\r
+ [% END %]\r
+ </tr></thead>\r
+ <tbody>\r
+ [% FOREACH rdv = rdvlist.execute(session.id) %]\r
+ <tr data-id="[% rdv.id %]">\r
+ <td>[% rdv.eventdate %]</td>\r
+ <td>[% rdv.eventhour %]</td>\r
+ <td>[% rdv.usersurname'].' '.$row['userprename %]</td>\r
+ <td>[% rdv.eventoptions %]</td>\r
+ [% IF $user['usergroup'] == 'client' %]\r
+ <td>[% IFrdv.client_status == 'unconfirmed' %]\r
+ <span class="text-warning">PAS CONFIRMÉ</span>\r
+ [% ELSIF rdv.client_status == 'canceled' %]\r
+ <span class="text-danger">ANNULÉ</span>\r
+ [% ELSIF rdv.client_status == 'confirmed' %]\r
+ <span class="text-success">CONFIRMÉ</span>\r
+ [% ELSE %]\r
+ <span class="text-warning">INCONNUE</span>\r
+ [% END %]</td>\r
+ <td>[% IF rdv.user_status == 'unconfirmed' %]\r
+ <span class="text-warning">PAS CONFIRMÉ</span>\r
+ [% ELSIF rdv.user_status == 'canceled' %]\r
+ <span class="text-danger">ANNULÉ</span>\r
+ [% ELSIF rdv.user_status == 'confirmed' %]\r
+ <span class="text-success">CONFIRMÉ</span>\r
+ [% ELSE %]\r
+ <span class="text-warning">INCONNUE</span>\r
+ [% END %]</td>\r
+ [% ELSE %]\r
+ <td>[% IF rdv.user_status == 'unconfirmed' %]\r
+ <span class="text-warning">PAS CONFIRMÉ</span>\r
+ [% ELSIF rdv.user_status == 'canceled' %]\r
+ <span class="text-danger">ANNULÉ</span>\r
+ [% ELSIF rdv.user_status == 'confirmed' %]\r
+ <span class="text-success">CONFIRMÉ</span>\r
+ [% ELSE %]\r
+ <span class="text-warning">INCONNUE</span>\r
+ [% END %]</td>\r
+ <td>[% IF rdv.client_status == 'unconfirmed' %]\r
+ <span class="text-warning">PAS CONFIRMÉ</span>\r
+ [% ELSIF rdv.client_status == 'canceled' %]\r
+ <span class="text-danger">ANNULÉ</span>\r
+ [% ELSIF rdv.client_status == 'confirmed' %]\r
+ <span class="text-success">CONFIRMÉ</span>\r
+ [% ELSE %]\r
+ <span class="text-warning">INCONNUE</span>\r
+ [% END %]</td>\r
+ [% END %]\r
+ [% IF session.group == 'AVOCAT' %]\r
+ <td>\r
+ <button class="btn btn-danger" onclick="deleterdv('[% rdv.id %]');"><i class="fas fa-trash"></i></button>\r
+ </td>\r
+ [% END %]\r
+ </tr>\r
+ [% END %]\r
+ </tbody>\r
+</table>\r
-[% IF tsid %]
- [% timesheet = dksdb.query("select id, DATE_FORMAT(startdate,'%d/%m/%Y') as startdate, mon_values,tue_values,wed_values,thu_values,fri_values,sat_values,sun_values,
- case when Position('1' in weekdays) > 0 then 'checked' else '' end as checkedmon,
- case when Position('2' in weekdays) > 0 then 'checked' else '' end as checkedtue,
- case when Position('3' in weekdays) > 0 then 'checked' else '' end as checkedwed,
- case when Position('4' in weekdays) > 0 then 'checked' else '' end as checkedthu,
- case when Position('5' in weekdays) > 0 then 'checked' else '' end as checkedfri,
- case when Position('6' in weekdays) > 0 then 'checked' else '' end as checkedsat,
- case when Position('0' in weekdays) > 0 then 'checked' else '' end as checkedsun,
- option1_name, option1_values, option2_name, option2_values, option3_name, option3_values, option4_name, option4_values
- from timesheets where id=? and id_user=?;") %]
-[% END %]
-[% FOREACH ts = timesheet.execute(tsid,session.id) %]
-<form id="dksrdv_timesheet" name="dksrdv_rendezvoustimesheets" method="POST" class="dks needs-validation" novalidate>
- <input type="hidden" id="id" name="id" value="[% ts.id %]" />
- <input type="hidden" id="id_user" name="id_user" value="[% session.id %]" />
- <div class="row">
- <div class="col-sm-12">
- <h5>Editer / ajouter Horaire pour les rendez-vous</h5>
- </div>
- <div class="col-sm-12">
- <div class="form-group">
- <table class="table">
- <tr>
- <td style="width: 120px;">
- <label for="startdate">à partir du:</label>
- </td>
- <td>
- <input type="text" class="form-control datepicker" name="startdate" value="[% ts.startdate %]" style="width: 120px;" id="startdate" placeholder="Date" required />
- </td>
- </tr>
- </table>
-
- </div>
-
-
- <div class="form-group">
- <label>Jours et heures dans semaine disponible</label>
- <table class="table">
- <tr>
- <th style="width: 120px;"><input type="checkbox" name="weekdays[]" id="weekdays_mon" autocomplete="off" value="1" [% ts.checkedmon %]> Lundi</th>
- <td><input type="text" class="form-control tagsinputday" id="mon_values" name="mon_values" value="[% ts.mon_values %]" placeholder="08:00,09:00,10:00,...."></td>
- </tr>
- <tr>
- <th><input type="checkbox" name="weekdays[]" id="weekdays_tue" autocomplete="off" value="2" [% ts.checkedtue %]> Mardi</th>
- <td><input type="text" class="form-control tagsinputday" id="tue_values" name="tue_values" value="[% ts.tue_values %]" placeholder="08:00,09:00,10:00,...." ></td>
- </tr>
- <tr>
- <th><input type="checkbox" name="weekdays[]" id="weekdays_wed" autocomplete="off" value="3" [% ts.checkedwed %]> Mercredi</th>
- <td><input type="text" class="form-control tagsinputday" id="wed_values" name="wed_values" value="[% ts.wed_values %]" placeholder="08:00,09:00,10:00,...."></td>
- </tr>
- <tr>
- <th><input type="checkbox" name="weekdays[]" id="weekdays_thu" autocomplete="off" value="4" [% ts.checkedthu %]> Jeudi</th>
- <td><input type="text" class="form-control tagsinputday" id="thu_values" name="thu_values" value="[% ts.thu_values %]" placeholder="08:00,09:00,10:00,...."></td>
- </tr>
- <tr>
- <th><input type="checkbox" name="weekdays[]" id="weekdays_fri" autocomplete="off" value="5" [% ts.checkedfri %]> Vendredi</th>
- <td><input type="text" class="form-control tagsinputday" id="fri_values" name="fri_values" value="[% ts.fri_values %]" placeholder="08:00,09:00,10:00,...."></td>
- </tr>
- <tr>
- <th><input type="checkbox" name="weekdays[]" id="weekdays_sat" autocomplete="off" value="6" [% ts.checkedsat %]> Samedi</th>
- <td><input type="text" class="form-control tagsinputday" id="sat_values" name="sat_values" value="[% ts.sat_values %]" placeholder="08:00,09:00,10:00,...."></td>
- </tr>
- <tr>
- <th><input type="checkbox" name="weekdays[]" id="weekdays_sun" autocomplete="off" value="0" [% ts.checkedsun %]> Dimanche</th>
- <td><input type="text" class="form-control tagsinputday" id="sun_values" name="sun_values" value="[% ts.sun_values %]" placeholder="08:00,09:00,10:00,...." <?php echo (($timesheet['checkedsun'] == "checked")?'disabled':''); ?>></td>
- </tr>
- </table>
- </div>
- <div class="form-group">
- <label for="options">Options préférés pour cet horaire</label>
- <table class="table">
- <tr>
- <td style="width: 170px;"><input type="text" class="form-control" id="option1_name" name="option1_name" value="[% ts.option1_name %]" placeholder="option 1" ></td>
- <td><input type="text" class="form-control" id="option1_values" name="option1_values" value="[% ts.option1_values %]" data-role="tagsinput" placeholder="selection 1, selection 2, ...." ></td>
- </tr>
- <tr>
- <td><input type="text" class="form-control" id="option2_name" name="option2_name" value="[% ts.option2_name %]" placeholder="option 2" ></td>
- <td><input type="text" class="form-control" id="option2_values" name="option2_values" value="[% ts.option2_values %]" data-role="tagsinput" placeholder="selection 1, selection 2, ...." ></td>
- </tr>
- <tr>
- <td><input type="text" class="form-control" id="option3_name" name="option3_name" value="[% ts.option3_name %]" placeholder="option 3" ></td>
- <td><input type="text" class="form-control" id="option3_values" name="option3_values" value="[% ts.option3_values %]" data-role="tagsinput" placeholder="selection 1, selection 2, ...." ></td>
- </tr>
- <tr>
- <td><input type="text" class="form-control" id="option4_name" name="option4_name" value="[% ts.option4_name %]" placeholder="option 4" ></td>
- <td><input type="text" class="form-control" id="option4_values" name="option4_values" value="[% ts.option4_values %]" data-role="tagsinput" placeholder="selection 1, selection 2, ...." ></td>
- </tr>
- </table>
- </div>
- </div>
- </div>
- <div class="row " style="margin-bottom: 30px;">
- <div class="col-md-12">
- <button type="submit" name="submit_timesheet" class="btn btn-primary"><i class="fas fa-paper-plane"></i> Sauvegarder</button>
- </div>
-
- </div>
-</form>
-<script type="text/javascript">
- var hourvals = [];
- function initdata(){
- $('.datepicker').datepicker({
- language: 'fr',
- weekStart: 1,
- startDate: new Date().toISOString().substring(0,10),
- todayHighlight: true,
- daysOfWeekDisabled: [0,6]
- });
-
- $('.tagsinputday').tagsinput({
- allowDuplicates: false,
- trimValue: true
- });
-
-
- }
-
-</script>
+[% IF tsid %]\r
+ [% timesheet = dksdb.query("select id, DATE_FORMAT(startdate,'%d/%m/%Y') as startdate, mon_values,tue_values,wed_values,thu_values,fri_values,sat_values,sun_values,\r
+ case when Position('1' in weekdays) > 0 then 'checked' else '' end as checkedmon, \r
+ case when Position('2' in weekdays) > 0 then 'checked' else '' end as checkedtue, \r
+ case when Position('3' in weekdays) > 0 then 'checked' else '' end as checkedwed, \r
+ case when Position('4' in weekdays) > 0 then 'checked' else '' end as checkedthu, \r
+ case when Position('5' in weekdays) > 0 then 'checked' else '' end as checkedfri, \r
+ case when Position('6' in weekdays) > 0 then 'checked' else '' end as checkedsat, \r
+ case when Position('0' in weekdays) > 0 then 'checked' else '' end as checkedsun,\r
+ option1_name, option1_values, option2_name, option2_values, option3_name, option3_values, option4_name, option4_values\r
+ from timesheets where id=? and id_user=?;") %]\r
+[% END %]\r
+[% FOREACH ts = timesheet.execute(tsid,session.id) %]\r
+<form id="dksrdv_timesheet" name="dksrdv_rendezvoustimesheets" method="POST" class="dks needs-validation" novalidate>\r
+ <input type="hidden" id="id" name="id" value="[% ts.id %]" /> \r
+ <input type="hidden" id="id_user" name="id_user" value="[% session.id %]" />\r
+ <div class="row">\r
+ <div class="col-sm-12">\r
+ <h5>Editer / ajouter Horaire pour les rendez-vous</h5>\r
+ </div>\r
+ <div class="col-sm-12">\r
+ <div class="form-group">\r
+ <table class="table"> \r
+ <tr>\r
+ <td style="width: 120px;">\r
+ <label for="startdate">à partir du:</label>\r
+ </td>\r
+ <td>\r
+ <input type="text" class="form-control datepicker" name="startdate" value="[% ts.startdate %]" style="width: 120px;" id="startdate" placeholder="Date" required />\r
+ </td>\r
+ </tr>\r
+ </table>\r
+ \r
+ </div>\r
+ \r
+ \r
+ <div class="form-group">\r
+ <label>Jours et heures dans semaine disponible</label>\r
+ <table class="table">\r
+ <tr>\r
+ <th style="width: 120px;"><input type="checkbox" name="weekdays[]" id="weekdays_mon" autocomplete="off" value="1" [% ts.checkedmon %]> Lundi</th>\r
+ <td><input type="text" class="form-control tagsinputday" id="mon_values" name="mon_values" value="[% ts.mon_values %]" placeholder="08:00,09:00,10:00,...."></td>\r
+ </tr>\r
+ <tr>\r
+ <th><input type="checkbox" name="weekdays[]" id="weekdays_tue" autocomplete="off" value="2" [% ts.checkedtue %]> Mardi</th>\r
+ <td><input type="text" class="form-control tagsinputday" id="tue_values" name="tue_values" value="[% ts.tue_values %]" placeholder="08:00,09:00,10:00,...." ></td>\r
+ </tr>\r
+ <tr>\r
+ <th><input type="checkbox" name="weekdays[]" id="weekdays_wed" autocomplete="off" value="3" [% ts.checkedwed %]> Mercredi</th>\r
+ <td><input type="text" class="form-control tagsinputday" id="wed_values" name="wed_values" value="[% ts.wed_values %]" placeholder="08:00,09:00,10:00,...."></td>\r
+ </tr>\r
+ <tr>\r
+ <th><input type="checkbox" name="weekdays[]" id="weekdays_thu" autocomplete="off" value="4" [% ts.checkedthu %]> Jeudi</th>\r
+ <td><input type="text" class="form-control tagsinputday" id="thu_values" name="thu_values" value="[% ts.thu_values %]" placeholder="08:00,09:00,10:00,...."></td>\r
+ </tr>\r
+ <tr>\r
+ <th><input type="checkbox" name="weekdays[]" id="weekdays_fri" autocomplete="off" value="5" [% ts.checkedfri %]> Vendredi</th>\r
+ <td><input type="text" class="form-control tagsinputday" id="fri_values" name="fri_values" value="[% ts.fri_values %]" placeholder="08:00,09:00,10:00,...."></td>\r
+ </tr>\r
+ <tr>\r
+ <th><input type="checkbox" name="weekdays[]" id="weekdays_sat" autocomplete="off" value="6" [% ts.checkedsat %]> Samedi</th>\r
+ <td><input type="text" class="form-control tagsinputday" id="sat_values" name="sat_values" value="[% ts.sat_values %]" placeholder="08:00,09:00,10:00,...."></td>\r
+ </tr>\r
+ <tr>\r
+ <th><input type="checkbox" name="weekdays[]" id="weekdays_sun" autocomplete="off" value="0" [% ts.checkedsun %]> Dimanche</th>\r
+ <td><input type="text" class="form-control tagsinputday" id="sun_values" name="sun_values" value="[% ts.sun_values %]" placeholder="08:00,09:00,10:00,...." <?php echo (($timesheet['checkedsun'] == "checked")?'disabled':''); ?>></td>\r
+ </tr>\r
+ </table>\r
+ </div>\r
+ <div class="form-group">\r
+ <label for="options">Options préférés pour cet horaire</label>\r
+ <table class="table">\r
+ <tr>\r
+ <td style="width: 170px;"><input type="text" class="form-control" id="option1_name" name="option1_name" value="[% ts.option1_name %]" placeholder="option 1" ></td>\r
+ <td><input type="text" class="form-control" id="option1_values" name="option1_values" value="[% ts.option1_values %]" data-role="tagsinput" placeholder="selection 1, selection 2, ...." ></td>\r
+ </tr>\r
+ <tr>\r
+ <td><input type="text" class="form-control" id="option2_name" name="option2_name" value="[% ts.option2_name %]" placeholder="option 2" ></td>\r
+ <td><input type="text" class="form-control" id="option2_values" name="option2_values" value="[% ts.option2_values %]" data-role="tagsinput" placeholder="selection 1, selection 2, ...." ></td>\r
+ </tr>\r
+ <tr>\r
+ <td><input type="text" class="form-control" id="option3_name" name="option3_name" value="[% ts.option3_name %]" placeholder="option 3" ></td>\r
+ <td><input type="text" class="form-control" id="option3_values" name="option3_values" value="[% ts.option3_values %]" data-role="tagsinput" placeholder="selection 1, selection 2, ...." ></td>\r
+ </tr>\r
+ <tr>\r
+ <td><input type="text" class="form-control" id="option4_name" name="option4_name" value="[% ts.option4_name %]" placeholder="option 4" ></td>\r
+ <td><input type="text" class="form-control" id="option4_values" name="option4_values" value="[% ts.option4_values %]" data-role="tagsinput" placeholder="selection 1, selection 2, ...." ></td>\r
+ </tr>\r
+ </table>\r
+ </div>\r
+ </div>\r
+ </div>\r
+ <div class="row " style="margin-bottom: 30px;"> \r
+ <div class="col-md-12">\r
+ <button type="submit" name="submit_timesheet" class="btn btn-primary"><i class="fas fa-paper-plane"></i> Sauvegarder</button>\r
+ </div>\r
+ \r
+ </div>\r
+</form>\r
+<script type="text/javascript">\r
+ var hourvals = [];\r
+ function initdata(){\r
+ $('.datepicker').datepicker({\r
+ language: 'fr',\r
+ weekStart: 1,\r
+ startDate: new Date().toISOString().substring(0,10),\r
+ todayHighlight: true,\r
+ daysOfWeekDisabled: [0,6]\r
+ });\r
+ \r
+ $('.tagsinputday').tagsinput({\r
+ allowDuplicates: false,\r
+ trimValue: true\r
+ });\r
+\r
+ \r
+ }\r
+ \r
+</script>\r
-[% timesheetlist = dksdb.prepare("SELECT ts.id, DATE_FORMAT(ts.startdate,'%d/%m/%Y') as startdate,
- replace(replace(replace(replace(replace(replace(replace(ts.weekdays,'1','Lu'),'2','Ma'),'3','Me'),'4','Je'),'5','Ve'),'6','Sa'),'0','Di') as weekdays,
- CONCAT(COALESCE(option1_name,''),',',COALESCE(option2_name,''),COALESCE(option3_name,''),COALESCE(option4_name,'')) as options
- FROM timesheets ts where ts.id_user=?;") %]
-
-<h5>Mes Horaires</h5>
-<table class="table table-striped table-bordered" data-toggle="table">
-<thead class="thead-dark"><tr>
-<th data-sortable="true" data-width="120">à partir du</th>
- <th data-sortable="true" data-width="120">Jours de semaines</th>
- <th data-sortable="true">Options</th>
- <th data-width="120">
- <button class="btn btn-primary" onclick="newtimesheet();"><i class="fas fa-plus"></i></button>
- </th>
- </tr></thead>
- <tbody>
- [% FOREACH tsl = timesheetlist.execute(session.id) %]
- <tr data-id="[% tsl.id %]">
- <td>[% tsl.startdate %]</td>
- <td>[% tsl.weekdays %]</td>
- <td>[% tsl.options %]</td>
- <td>
- <button class="btn btn-info" onclick="edittimesheet('[% tsl.id %]');"><i class="fas fa-edit"></i></button>
- <button class="btn btn-danger" onclick="deletetimesheet('[% tsl.id %]');"><i class="fas fa-trash"></i></button>
- </td>
- </tr>
- [% END %]
- </tbody>
-</table>
+[% timesheetlist = dksdb.prepare("SELECT ts.id, DATE_FORMAT(ts.startdate,'%d/%m/%Y') as startdate,\r
+ replace(replace(replace(replace(replace(replace(replace(ts.weekdays,'1','Lu'),'2','Ma'),'3','Me'),'4','Je'),'5','Ve'),'6','Sa'),'0','Di') as weekdays, \r
+ CONCAT(COALESCE(option1_name,''),',',COALESCE(option2_name,''),COALESCE(option3_name,''),COALESCE(option4_name,'')) as options\r
+ FROM timesheets ts where ts.id_user=?;") %]\r
+\r
+<h5>Mes Horaires</h5>\r
+<table class="table table-striped table-bordered" data-toggle="table">\r
+<thead class="thead-dark"><tr>\r
+<th data-sortable="true" data-width="120">à partir du</th>\r
+ <th data-sortable="true" data-width="120">Jours de semaines</th>\r
+ <th data-sortable="true">Options</th>\r
+ <th data-width="120">\r
+ <button class="btn btn-primary" onclick="newtimesheet();"><i class="fas fa-plus"></i></button>\r
+ </th>\r
+ </tr></thead>\r
+ <tbody>\r
+ [% FOREACH tsl = timesheetlist.execute(session.id) %]\r
+ <tr data-id="[% tsl.id %]">\r
+ <td>[% tsl.startdate %]</td>\r
+ <td>[% tsl.weekdays %]</td>\r
+ <td>[% tsl.options %]</td>\r
+ <td>\r
+ <button class="btn btn-info" onclick="edittimesheet('[% tsl.id %]');"><i class="fas fa-edit"></i></button>\r
+ <button class="btn btn-danger" onclick="deletetimesheet('[% tsl.id %]');"><i class="fas fa-trash"></i></button>\r
+ </td>\r
+ </tr>\r
+ [% END %]\r
+ </tbody>\r
+</table>\r
<script>
\ No newline at end of file
-<form id="dksrdv_exception" id="dksrdv_exception" class="needs-validation" novalidate>
- <input type="hidden" id="id_user" name="id_user" value="[% session.id %]" />
- <div class="row">
- <div class="col-sm-12">
- <h5>Calendrier des Horaires</h5>
- </div>
- <div class="col-sm-12">
- <div class="form-group">
- <table class="table">
- <tr>
- <td style="width: 80px;">
- <label for="calendarweek">Semaine</label>
- </td>
- <td>
- <div id="weekpicker">
- <input type="text" class="form-control datepicker" value="" style="width: 300px;" id="calendarweek" required onchange="getdaytimesheets();"/>
- </div>
- </td>
- </tr>
- </table>
-
- </div>
- <div class="form-group">
-
- <table class="table">
- <thead class="thead-dark">
- <tr>
- <th>Lundi</th>
- <th>Mardi</th>
- <th>Mercredi</th>
- <th>Jeudi</th>
- <th>Vendredi</th>
- <th>Samedi</th>
- <th>Dimanche</th>
- </tr>
- <tr>
- <th id="datemon"></th>
- <th id="datetue"></th>
- <th id="datewed"></th>
- <th id="datethu"></th>
- <th id="datefri"></th>
- <th id="datesat"></th>
- <th id="datesun"></th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td id="monvalues"></td>
- <td id="tuevalues"></td>
- <td id="wedvalues"></td>
- <td id="thuvalues"></td>
- <td id="frivalues"></td>
- <td id="satvalues"></td>
- <td id="sunvalues"></td>
- </tr>
- </tbody>
- </table>
- </div>
-</form>
-<script type="text/javascript">
-
-var wds={"mon":null,"tue":null,"wed": null,"thu":null, "fri": null, "sat": null, "sun": null};
-
-function getweek(date){
- var d = moment(date);
- wds.mon = moment(date).startOf('week').add(1,'d');
- $("#datemon").html(wds.mon.format("D. MMM"));
- wds.tue = moment(date).startOf('week').add(2,'d');
- $("#datetue").html(wds.tue.format("D. MMM"));
- wds.wed = moment(date).startOf('week').add(3,'d');
- $("#datewed").html(wds.wed.format("D. MMM"));
- wds.thu = moment(date).startOf('week').add(4,'d');
- $("#datethu").html(wds.thu.format("D. MMM"));
- wds.fri = moment(date).startOf('week').add(5,'d');
- $("#datefri").html(wds.fri.format("D. MMM"));
- wds.sat = moment(date).startOf('week').add(6,'d');
- $("#datesat").html(wds.sat.format("D. MMM"));
- wds.sun = moment(date).startOf('week').add(7, 'd');
- $("#datesun").html(wds.sun.format("D. MMM"));
- return d.format("[CW]WW")+ " - ( " + wds.mon.format("DD/MM/YYYY") + " - " + wds.sun.format("DD/MM/YYYY") + " )";
-}
-
-function initdata(){
- moment.locale('fr');
- $('.datepicker').datepicker({
- language: 'fr',
- format: {
- toDisplay: function(date) {
- return getweek(date);
- },
- toValue: function(date) {
- var year = Number(date.split("-W")[0]);
- var week = Number(date.split("-W")[1].split(" ")[0]);
- var d = moment().day("Monday").year(year).week(week).startOf('day');
- return d.toDate();
- }
- },
- container: '#weekpicker',
- autoclose: true,
- calendarWeeks: true,
- weekStart: 1
- });
- $('.datepicker').on('show', function() {
- $('#weekpicker').find('.datepicker table tr').each(function() {
- if ($(this).find("td.day.active").length > 0) {
- $(this).addClass('active');
- } else {
- $(this).removeClass('active');
- }
- });
- });
- $('.datepicker').on('keyup', function() {
- $('#weekpicker').find('.datepicker table tr').each(function() {
- if ($(this).find("td.day.active").length > 0) {
- $(this).addClass('active');
- } else {
- $(this).removeClass('active');
- }
- });
- });
- $("#calendarweek").val(getweek(new Date()));
- getdaytimesheets();
-}
-
-function getdaytimesheets() {
- for (var d in wds){
- $("#" + d +"values").html("");
- $.ajax({
- encoding:"UTF-8",
- url:'../api/process.cgi?action=timesheetday&day='+wds[d].format('YYYY-MM-DD')+'&id_user='+ $("#id_user").val(),
- success: function (data){
-
- if (data.daydata){
- var dd = data.daydata.split(',');
- for (var i in dd){
- var btnclass = 'btn-success';
- if ((data.exception) && (data.exception.includes(dd[i]))){
- btnclass="btn-danger";
- }
- $("#" + data.weekday +"values").append('<button type="button" class="btn btn-block '+btnclass+'" data-date="'+data.date+'" id="status_'+ data.weekday+"_" +i +'" onclick="setstatus(this.id);">'+ dd[i] +'</button>');
- }
-
- }
- },
- error: function(data){
-
- }
- });
- }
-}
-
-function setstatus(objid){
-
- status=null;
- if ($("#" + objid).hasClass("btn-success")){
- status="set";
- $("#" + objid).removeClass("btn-success");
- $("#" + objid).addClass("btn-danger");
- } else {
- status="remove";
- $("#" + objid).removeClass("btn-danger");
- $("#" + objid).addClass("btn-success");
- }
- $.ajax({
- encoding:"UTF-8",
- url:'../api/process.cgi?action=setexception&type='+ status+'&day='+$("#" + objid).attr("data-date")+'&value='+$("#" + objid).html()+'&id_user='+ $("#id_user").val(),
- success: function (data){
-
- },
- error: function(data){
-
- }
- });
-}
+<form id="dksrdv_exception" id="dksrdv_exception" class="needs-validation" novalidate>\r
+ <input type="hidden" id="id_user" name="id_user" value="[% session.id %]" />\r
+ <div class="row">\r
+ <div class="col-sm-12">\r
+ <h5>Calendrier des Horaires</h5>\r
+ </div>\r
+ <div class="col-sm-12">\r
+ <div class="form-group">\r
+ <table class="table"> \r
+ <tr>\r
+ <td style="width: 80px;">\r
+ <label for="calendarweek">Semaine</label>\r
+ </td>\r
+ <td>\r
+ <div id="weekpicker">\r
+ <input type="text" class="form-control datepicker" value="" style="width: 300px;" id="calendarweek" required onchange="getdaytimesheets();"/>\r
+ </div>\r
+ </td>\r
+ </tr>\r
+ </table>\r
+ \r
+ </div>\r
+ <div class="form-group">\r
+ \r
+ <table class="table">\r
+ <thead class="thead-dark">\r
+ <tr>\r
+ <th>Lundi</th>\r
+ <th>Mardi</th>\r
+ <th>Mercredi</th>\r
+ <th>Jeudi</th>\r
+ <th>Vendredi</th>\r
+ <th>Samedi</th>\r
+ <th>Dimanche</th>\r
+ </tr>\r
+ <tr>\r
+ <th id="datemon"></th>\r
+ <th id="datetue"></th>\r
+ <th id="datewed"></th>\r
+ <th id="datethu"></th>\r
+ <th id="datefri"></th>\r
+ <th id="datesat"></th>\r
+ <th id="datesun"></th>\r
+ </tr>\r
+ </thead>\r
+ <tbody>\r
+ <tr>\r
+ <td id="monvalues"></td>\r
+ <td id="tuevalues"></td>\r
+ <td id="wedvalues"></td>\r
+ <td id="thuvalues"></td>\r
+ <td id="frivalues"></td>\r
+ <td id="satvalues"></td>\r
+ <td id="sunvalues"></td>\r
+ </tr>\r
+ </tbody>\r
+ </table>\r
+ </div>\r
+</form>\r
+<script type="text/javascript">\r
+\r
+var wds={"mon":null,"tue":null,"wed": null,"thu":null, "fri": null, "sat": null, "sun": null};\r
+\r
+function getweek(date){\r
+ var d = moment(date); \r
+ wds.mon = moment(date).startOf('week').add(1,'d');\r
+ $("#datemon").html(wds.mon.format("D. MMM"));\r
+ wds.tue = moment(date).startOf('week').add(2,'d');\r
+ $("#datetue").html(wds.tue.format("D. MMM"));\r
+ wds.wed = moment(date).startOf('week').add(3,'d');\r
+ $("#datewed").html(wds.wed.format("D. MMM"));\r
+ wds.thu = moment(date).startOf('week').add(4,'d');\r
+ $("#datethu").html(wds.thu.format("D. MMM"));\r
+ wds.fri = moment(date).startOf('week').add(5,'d');\r
+ $("#datefri").html(wds.fri.format("D. MMM"));\r
+ wds.sat = moment(date).startOf('week').add(6,'d');\r
+ $("#datesat").html(wds.sat.format("D. MMM"));\r
+ wds.sun = moment(date).startOf('week').add(7, 'd'); \r
+ $("#datesun").html(wds.sun.format("D. MMM"));\r
+ return d.format("[CW]WW")+ " - ( " + wds.mon.format("DD/MM/YYYY") + " - " + wds.sun.format("DD/MM/YYYY") + " )";\r
+}\r
+\r
+function initdata(){\r
+ moment.locale('fr');\r
+ $('.datepicker').datepicker({\r
+ language: 'fr',\r
+ format: {\r
+ toDisplay: function(date) {\r
+ return getweek(date); \r
+ },\r
+ toValue: function(date) {\r
+ var year = Number(date.split("-W")[0]);\r
+ var week = Number(date.split("-W")[1].split(" ")[0]);\r
+ var d = moment().day("Monday").year(year).week(week).startOf('day');\r
+ return d.toDate();\r
+ }\r
+ },\r
+ container: '#weekpicker', \r
+ autoclose: true,\r
+ calendarWeeks: true,\r
+ weekStart: 1 \r
+ });\r
+ $('.datepicker').on('show', function() {\r
+ $('#weekpicker').find('.datepicker table tr').each(function() {\r
+ if ($(this).find("td.day.active").length > 0) {\r
+ $(this).addClass('active');\r
+ } else {\r
+ $(this).removeClass('active');\r
+ }\r
+ });\r
+ });\r
+ $('.datepicker').on('keyup', function() {\r
+ $('#weekpicker').find('.datepicker table tr').each(function() {\r
+ if ($(this).find("td.day.active").length > 0) {\r
+ $(this).addClass('active');\r
+ } else {\r
+ $(this).removeClass('active');\r
+ }\r
+ });\r
+ });\r
+ $("#calendarweek").val(getweek(new Date()));\r
+ getdaytimesheets();\r
+}\r
+ \r
+function getdaytimesheets() {\r
+ for (var d in wds){\r
+ $("#" + d +"values").html("");\r
+ $.ajax({\r
+ encoding:"UTF-8",\r
+ url:'../api/process.cgi?action=timesheetday&day='+wds[d].format('YYYY-MM-DD')+'&id_user='+ $("#id_user").val(),\r
+ success: function (data){\r
+ \r
+ if (data.daydata){\r
+ var dd = data.daydata.split(',');\r
+ for (var i in dd){\r
+ var btnclass = 'btn-success';\r
+ if ((data.exception) && (data.exception.includes(dd[i]))){\r
+ btnclass="btn-danger";\r
+ }\r
+ $("#" + data.weekday +"values").append('<button type="button" class="btn btn-block '+btnclass+'" data-date="'+data.date+'" id="status_'+ data.weekday+"_" +i +'" onclick="setstatus(this.id);">'+ dd[i] +'</button>');\r
+ }\r
+ \r
+ }\r
+ },\r
+ error: function(data){\r
+\r
+ } \r
+ });\r
+ }\r
+}\r
+\r
+function setstatus(objid){\r
+\r
+ status=null;\r
+ if ($("#" + objid).hasClass("btn-success")){\r
+ status="set";\r
+ $("#" + objid).removeClass("btn-success");\r
+ $("#" + objid).addClass("btn-danger");\r
+ } else {\r
+ status="remove";\r
+ $("#" + objid).removeClass("btn-danger");\r
+ $("#" + objid).addClass("btn-success");\r
+ }\r
+ $.ajax({\r
+ encoding:"UTF-8",\r
+ url:'../api/process.cgi?action=setexception&type='+ status+'&day='+$("#" + objid).attr("data-date")+'&value='+$("#" + objid).html()+'&id_user='+ $("#id_user").val(),\r
+ success: function (data){\r
+ \r
+ },\r
+ error: function(data){\r
+\r
+ } \r
+ });\r
+}\r
</script>
\ No newline at end of file
-function init_page(){
-
-}
-
-function add_timesheet(){
- parent.backoffice.loadpage('module/[% module %]/form_timesheet.html','Rendez-Vous - Horaire');
-}
-
-function edit_timesheet(id){
- parent.backoffice.loadpage('module/[% module %]/form_timesheet.html?id='+ id,'Rendez-Vous - Horaire');
-}
-
-function delete_timesheet(id){
- if (confirm("êtes-vous sûre de supprimer cet horaire?")){
- //process_data({"fn":"delete_row","ident_id":id},delete_ts_callback);
- }
-}
-
-function delete_ts_callback(data){
- console.log(data);
-}
-
-function add_exception(){
- parent.backoffice.loadpage('module/[% module %]/form_exception.html','Rendez-Vous - Exception');
-}
-
-function edit_exception(id){
- parent.backoffice.loadpage('module/[% module %]/form_exception.html?id='+ id,'Rendez-Vous - Exception');
-}
-
-function delete_exception(id){
- if (confirm("êtes-vous sûre de supprimer cette exception?")){
- //process_data({"fn":"delete_row","ident_id":id},delete_ex_callback);
- }
-}
-
-function delete_ex_callback(data){
- console.log(data);
-}
-
+function init_page(){\r
+\r
+}\r
+\r
+function add_timesheet(){\r
+ parent.backoffice.loadpage('module/[% module %]/form_timesheet.html','Rendez-Vous - Horaire');\r
+}\r
+\r
+function edit_timesheet(id){\r
+ parent.backoffice.loadpage('module/[% module %]/form_timesheet.html?id='+ id,'Rendez-Vous - Horaire');\r
+}\r
+\r
+function delete_timesheet(id){\r
+ if (confirm("êtes-vous sûre de supprimer cet horaire?")){\r
+ //process_data({"fn":"delete_row","ident_id":id},delete_ts_callback);\r
+ }\r
+}\r
+\r
+function delete_ts_callback(data){\r
+ console.log(data);\r
+}\r
+\r
+function add_exception(){\r
+ parent.backoffice.loadpage('module/[% module %]/form_exception.html','Rendez-Vous - Exception');\r
+}\r
+\r
+function edit_exception(id){\r
+ parent.backoffice.loadpage('module/[% module %]/form_exception.html?id='+ id,'Rendez-Vous - Exception');\r
+}\r
+\r
+function delete_exception(id){\r
+ if (confirm("êtes-vous sûre de supprimer cette exception?")){\r
+ //process_data({"fn":"delete_row","ident_id":id},delete_ex_callback);\r
+ }\r
+}\r
+\r
+function delete_ex_callback(data){\r
+ console.log(data);\r
+}\r
+\r
-<header>
- <nav class="navbar navbar-expand-md navbar-light fixed-top bg-light">
-
- <ul class="navbar-nav mr-auto">
- <li class="nav-item">
- <button class="btn btn-primary" onclick="parent.backoffice.loadpage('module/[% module %]/index.html','Rendez-Vous');"><i class="mdi mdi-chevron-double-left"> Calendrier</i></button>
- </li>
- </ul>
-
- </nav>
- </header>
- <main style="margin-top: 55px;">
- <div class="row">
- <div class="col-sm-8">
- <h3>Horaires</h3>
- <table class="table table-bordered table-striped" style="width: 100%">
- <thead>
- <tr>
- <th>Dates</th>
- <th>Interval</th>
- <th>Heures</th>
- <th>Option</th>
- <th><button class="btn btn-info" onclick="add_timesheet();"><i class="mdi mdi-plus"></i></button></th>
- </tr>
- </thead>
- <tbody>
- [% tsheets =dksdb.prepare("select dspstartdate,dspenddate,hourinterval,dspstarttime,dspendtime,hasoption from vw_timesheets where id_user=? order by startdate,enddate,starttime,endtime;") %]
- [% FOREACH tsh = tsheets.execute(session.id) %]
- <tr data-id="[% tsh.id %]">
- <td>[% tsh.dspstartdate %] - [% tsh.dspenddate %]</td>
- <td>[% tsh.hourinterval %]</td>
- <td>[% tsh.dspstarttime %] - [% tsh.dspendtime %]</td>
- <td>
- [% IF tsh.hasoption %]
- <i class="mdi mdi-check-outline"></i>
- [% END %]
- </td>
- <td>
- <button class="btn btn-info" onclick="edit_timesheet('[% tsh.id %]');"><i class="mdi mdi-pencil"></i></button>
- <button class="btn btn-danger" onclick="delete_timesheet('[% tsh.id %]');"><i class="mdi mdi-trash-can"></i></button>
- </td>
- </tr>
- [% END %]
- </tbody>
-
- </table>
- </div>
- <div class="col-sm-4">
- <h3>Exceptions</h3>
- <table class="table table-bordered table-striped" style="width: 100%">
- <thead>
- <tr>
- <th>Date</th>
- <th>tous</th>
- <th><button class="btn btn-info" onclick="add_exception();"><i class="mdi mdi-plus"></i></button></th>
- </tr>
- </thead>
- <tbody>
- [% excep = dksdb.prepare("select id,dspdate,isfullday from vw_exceptions where id_user=? order by daydate;") %]
- [% FOREACH ex = excep.execute(session.id) %]
- <tr data-id="[% tsh.id %]">
- <td>[% ex.dspdate %]</td>
- <td>
- [% IF ex.isfullday %]
- <i class="mdi mdi-check-outline"></i>
- [% END %]
- </td>
- <td>
- <button class="btn btn-info" onclick="edit_exception('[% tsh.id %]');"><i class="mdi mdi-pencil"></i></button>
- <button class="btn btn-danger" onclick="delete_exception('[% tsh.id %]');"><i class="mdi mdi-trash-can"></i></button>
- </td>
- </tr>
- [% END %]
- </tbody>
- </div>
- </div>
+<header>\r
+ <nav class="navbar navbar-expand-md navbar-light fixed-top bg-light">\r
+ \r
+ <ul class="navbar-nav mr-auto">\r
+ <li class="nav-item">\r
+ <button class="btn btn-primary" onclick="parent.backoffice.loadpage('module/[% module %]/index.html','Rendez-Vous');"><i class="mdi mdi-chevron-double-left"> Calendrier</i></button>\r
+ </li>\r
+ </ul>\r
+ \r
+ </nav>\r
+ </header>\r
+ <main style="margin-top: 55px;">\r
+ <div class="row">\r
+ <div class="col-sm-8">\r
+ <h3>Horaires</h3>\r
+ <table class="table table-bordered table-striped" style="width: 100%">\r
+ <thead>\r
+ <tr>\r
+ <th>Dates</th>\r
+ <th>Interval</th>\r
+ <th>Heures</th>\r
+ <th>Option</th>\r
+ <th><button class="btn btn-info" onclick="add_timesheet();"><i class="mdi mdi-plus"></i></button></th>\r
+ </tr>\r
+ </thead>\r
+ <tbody>\r
+ [% tsheets =dksdb.prepare("select dspstartdate,dspenddate,hourinterval,dspstarttime,dspendtime,hasoption from vw_timesheets where id_user=? order by startdate,enddate,starttime,endtime;") %]\r
+ [% FOREACH tsh = tsheets.execute(session.id) %]\r
+ <tr data-id="[% tsh.id %]">\r
+ <td>[% tsh.dspstartdate %] - [% tsh.dspenddate %]</td>\r
+ <td>[% tsh.hourinterval %]</td>\r
+ <td>[% tsh.dspstarttime %] - [% tsh.dspendtime %]</td>\r
+ <td>\r
+ [% IF tsh.hasoption %]\r
+ <i class="mdi mdi-check-outline"></i>\r
+ [% END %]\r
+ </td>\r
+ <td>\r
+ <button class="btn btn-info" onclick="edit_timesheet('[% tsh.id %]');"><i class="mdi mdi-pencil"></i></button>\r
+ <button class="btn btn-danger" onclick="delete_timesheet('[% tsh.id %]');"><i class="mdi mdi-trash-can"></i></button>\r
+ </td>\r
+ </tr>\r
+ [% END %]\r
+ </tbody>\r
+\r
+ </table>\r
+ </div>\r
+ <div class="col-sm-4">\r
+ <h3>Exceptions</h3>\r
+ <table class="table table-bordered table-striped" style="width: 100%">\r
+ <thead>\r
+ <tr>\r
+ <th>Date</th>\r
+ <th>tous</th>\r
+ <th><button class="btn btn-info" onclick="add_exception();"><i class="mdi mdi-plus"></i></button></th>\r
+ </tr>\r
+ </thead>\r
+ <tbody>\r
+ [% excep = dksdb.prepare("select id,dspdate,isfullday from vw_exceptions where id_user=? order by daydate;") %]\r
+ [% FOREACH ex = excep.execute(session.id) %]\r
+ <tr data-id="[% tsh.id %]">\r
+ <td>[% ex.dspdate %]</td>\r
+ <td>\r
+ [% IF ex.isfullday %]\r
+ <i class="mdi mdi-check-outline"></i>\r
+ [% END %]\r
+ </td>\r
+ <td>\r
+ <button class="btn btn-info" onclick="edit_exception('[% tsh.id %]');"><i class="mdi mdi-pencil"></i></button>\r
+ <button class="btn btn-danger" onclick="delete_exception('[% tsh.id %]');"><i class="mdi mdi-trash-can"></i></button>\r
+ </td>\r
+ </tr>\r
+ [% END %]\r
+ </tbody>\r
+ </div>\r
+ </div>\r
</main>
\ No newline at end of file
-<script src="[% abspath %]vendors/js-form-validator/js-form-validator.js"></script>
-<script src="[% abspath %]vendors/bootstrap-select/js/bootstrap-select.min.js"></script>
-<script src="[% abspath %]js/fieldsave.js"></script>
-<script src="[% pagename %].js"></script>
+<script src="[% abspath %]vendors/js-form-validator/js-form-validator.js"></script>\r
+<script src="[% abspath %]vendors/bootstrap-select/js/bootstrap-select.min.js"></script>\r
+<script src="[% abspath %]js/fieldsave.js"></script>\r
+<script src="[% pagename %].js"></script>\r
-<form id="frm_voucher">
- <div class="form-group">
- <label for="app">Application</label>
- <select class="form-control" title="rien selectionné" id="id_app" onchange="setpackages();">
- <option value="none"></option>
- [% FOREACH ap=dksdb.query("select id,name from apps where activated=true;") %]
- <option value="[% ap.id %]">[% ap.name %]</option>
- [% END %]
- </select>
- </div>
- <div class="form-group">
- <label for="app">Package</label>
- <select class="form-control" title="rien selectionné" id="id_package" >
-
- </select>
- </div>
- <div class="form-group">
- <label for="discount">Discount (%)</label>
- <input type="number" min="1" max="100" class="form-control" id="discount" required value="">
- </div>
- <div class="form-group">
- <label for="numvouchers">Number of Vouchers to generate</label>
- <input type="number" class="form-control" id="numvouchers" required value="">
- </div>
- <div class="form-group">
- <label for="expiration">Expiration</label>
- <input type="date" class="form-control" id="expiration" required value="">
- </div>
- <div class="form-group">
- <button class="btn btn-primary" onclick="generate_vouchers();return false;">Generate Vouchers</button>
- </div>
-</form>
+<form id="frm_voucher">\r
+ <div class="form-group">\r
+ <label for="app">Application</label>\r
+ <select class="form-control" title="rien selectionné" id="id_app" onchange="setpackages();">\r
+ <option value="none"></option>\r
+ [% FOREACH ap=dksdb.query("select id,name from apps where activated=true;") %]\r
+ <option value="[% ap.id %]">[% ap.name %]</option>\r
+ [% END %]\r
+ </select>\r
+ </div>\r
+ <div class="form-group">\r
+ <label for="app">Package</label>\r
+ <select class="form-control" title="rien selectionné" id="id_package" >\r
+ \r
+ </select>\r
+ </div>\r
+ <div class="form-group">\r
+ <label for="discount">Discount (%)</label>\r
+ <input type="number" min="1" max="100" class="form-control" id="discount" required value="">\r
+ </div>\r
+ <div class="form-group">\r
+ <label for="numvouchers">Number of Vouchers to generate</label>\r
+ <input type="number" class="form-control" id="numvouchers" required value="">\r
+ </div>\r
+ <div class="form-group">\r
+ <label for="expiration">Expiration</label>\r
+ <input type="date" class="form-control" id="expiration" required value="">\r
+ </div>\r
+ <div class="form-group">\r
+ <button class="btn btn-primary" onclick="generate_vouchers();return false;">Generate Vouchers</button>\r
+ </div>\r
+</form>\r
-function initpage(){
-
-}
-
-function reload_vouchers(data){
- if (confirm("Really delete selected voucher?")){
- parent.backoffice.loadpage('module/vouchers/index.html','Vouchers');
- }
- return false;
-}
-
-function delete_voucher(id){
- process_data( {fn:"deletevoucher", "id_voucher":id },reload_vouchers);
- return false;
+function initpage(){\r
+ \r
+}\r
+\r
+function reload_vouchers(data){\r
+ if (confirm("Really delete selected voucher?")){\r
+ parent.backoffice.loadpage('module/vouchers/index.html','Vouchers');\r
+ }\r
+ return false;\r
+}\r
+\r
+function delete_voucher(id){\r
+ process_data( {fn:"deletevoucher", "id_voucher":id },reload_vouchers);\r
+ return false;\r
}
\ No newline at end of file
-
-<table class="table table-bordered table-hover table-striped" style="width: 100%; margin: 0px;" id="tbl_vouchers">
- <thead class="thead-dark">
- <tr>
- <th>Voucher</th>
- <th>Expiration</th>
- <th>Used</th>
- <th>Application</th>
- <th>Package</th>
- <th>Discount</th>
- <th>Package Price</th>
- <th>duration (month)</th>
- <th><button class="btn btn-info" onclick="parent.backoffice.loadpage('module/vouchers/form_voucher.html','Add Vouchers');"><i class="mdi mdi-plus"></i></button></th>
- </tr>
- </thead>
-
- <tbody>
- [% FOREACH vou = dksdb.query("SELECT vo.id,vo.expiration ,vo.voucher, vo.used, vo.percentdiscount * 100 as discount, vo.expiration,pr.duration,pr.package,pr.price,ap.name as appname,pr.duration
-FROM vouchers vo
-join prices pr on (pr.id=vo.id_price)
-join apps ap on (pr.id_app=ap.id)") %]
- <tr>
- <td>[% vou.voucher %]</td>
- <td>[% vou.expiration %]</td>
- <td>[% IF vou.used == "1" %] <i class="mdi mdi-check-bold"></i> [% END %]</td>
- <td>[% vou.appname %]</td>
- <td>[% vou.package %]</td>
- <td>[% vou.discount %]%</td>
- <td>[% vou.price %]€</td>
- <td>[% vou.duration %]</td>
- <td>
- <button class="btn btn-danger" onclick="delete_voucher('[% vou.id %]');"><i class="mdi mdi-trash-can"></i></button>
- </td>
- </tr>
- [% END %]
- </tbody>
- </table>
+\r
+<table class="table table-bordered table-hover table-striped" style="width: 100%; margin: 0px;" id="tbl_vouchers">\r
+ <thead class="thead-dark"> \r
+ <tr>\r
+ <th>Voucher</th>\r
+ <th>Expiration</th>\r
+ <th>Used</th>\r
+ <th>Application</th>\r
+ <th>Package</th>\r
+ <th>Discount</th>\r
+ <th>Package Price</th>\r
+ <th>duration (month)</th>\r
+ <th><button class="btn btn-info" onclick="parent.backoffice.loadpage('module/vouchers/form_voucher.html','Add Vouchers');"><i class="mdi mdi-plus"></i></button></th>\r
+ </tr>\r
+ </thead>\r
+ \r
+ <tbody>\r
+ [% FOREACH vou = dksdb.query("SELECT vo.id,vo.expiration ,vo.voucher, vo.used, vo.percentdiscount * 100 as discount, vo.expiration,pr.duration,pr.package,pr.price,ap.name as appname,pr.duration\r
+FROM vouchers vo \r
+join prices pr on (pr.id=vo.id_price) \r
+join apps ap on (pr.id_app=ap.id)") %]\r
+ <tr>\r
+ <td>[% vou.voucher %]</td>\r
+ <td>[% vou.expiration %]</td>\r
+ <td>[% IF vou.used == "1" %] <i class="mdi mdi-check-bold"></i> [% END %]</td>\r
+ <td>[% vou.appname %]</td>\r
+ <td>[% vou.package %]</td>\r
+ <td>[% vou.discount %]%</td>\r
+ <td>[% vou.price %]€</td>\r
+ <td>[% vou.duration %]</td>\r
+ <td>\r
+ <button class="btn btn-danger" onclick="delete_voucher('[% vou.id %]');"><i class="mdi mdi-trash-can"></i></button>\r
+ </td>\r
+ </tr>\r
+ [% END %]\r
+ </tbody>\r
+ </table>\r
-<script src="[% abspath %]vendors/js-form-validator/js-form-validator.js"></script>
-<script src="[% abspath %]vendors/bootstrap-select/js/bootstrap-select.min.js"></script>
+<script src="[% abspath %]vendors/js-form-validator/js-form-validator.js"></script>\r
+<script src="[% abspath %]vendors/bootstrap-select/js/bootstrap-select.min.js"></script>\r
<script src="[% pagename %].js"></script>
\ No newline at end of file
-[% USE dksdb = DBI(dsn, dbuser, dbpassword) %]
-
-<!DOCTYPE html>
-<html lang="fr">
-
-<head>
- <!-- Required meta tags -->
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <title>Juridig - [% module %] - [% pagename %]</title>
- <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
- <meta http-equiv="Pragma" content="no-cache" />
- <meta http-equiv="Expires" content="0" />
- <link rel="stylesheet" href="[% abspath %]vendors/bootstrap/css/bootstrap.min.css">
- <link rel="stylesheet" href="[% abspath %]vendors/mdi/css/materialdesignicons.min.css">
- <link rel="stylesheet" href="[% abspath %]css/module.css">
- [% INCLUDE "module/$module/css.tt" %]
- <script>
- if(window.self !== window.top); //inside an iframe
- else window.location = "[% baseurl %]/" // Outside
-</script>
-</head>
-
-<body>
-<div class="container-fluid">
- [% IF session.id %]
- [% INCLUDE $page %]
- </div>
- <script src="[% abspath %]vendors/jquery/jquery.min.js"></script>
- <script src="[% abspath %]vendors/bootstrap/js/bootstrap.bundle.min.js"></script>
- <script src="../js/modules_global.js"></script>
- [% INCLUDE "module/$module/javascript.tt" %]
- [% ELSE %]
- <div class="alert alert-danger">
- <h1> Vous n'avez pas accès à cette page!</h1>
- </div>
- </div>
- [% END %]
-
-</body>
-
-</html>
-
-
-
+[% USE dksdb = DBI(dsn, dbuser, dbpassword) %]\r
+\r
+<!DOCTYPE html>\r
+<html lang="fr">\r
+\r
+<head>\r
+ <!-- Required meta tags -->\r
+ <meta charset="utf-8">\r
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">\r
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />\r
+ <title>Juridig - [% module %] - [% pagename %]</title>\r
+ <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />\r
+ <meta http-equiv="Pragma" content="no-cache" />\r
+ <meta http-equiv="Expires" content="0" />\r
+ <link rel="stylesheet" href="[% abspath %]vendors/bootstrap/css/bootstrap.min.css">\r
+ <link rel="stylesheet" href="[% abspath %]vendors/mdi/css/materialdesignicons.min.css">\r
+ <link rel="stylesheet" href="[% abspath %]css/module.css"> \r
+ [% INCLUDE "module/$module/css.tt" %]\r
+ <script>\r
+ if(window.self !== window.top); //inside an iframe\r
+ else window.location = "[% baseurl %]/" // Outside\r
+</script>\r
+</head>\r
+\r
+<body>\r
+<div class="container-fluid">\r
+ [% IF session.id %]\r
+ [% INCLUDE $page %]\r
+ </div>\r
+ <script src="[% abspath %]vendors/jquery/jquery.min.js"></script>\r
+ <script src="[% abspath %]vendors/bootstrap/js/bootstrap.bundle.min.js"></script>\r
+ <script src="../js/modules_global.js"></script> \r
+ [% INCLUDE "module/$module/javascript.tt" %]\r
+ [% ELSE %]\r
+ <div class="alert alert-danger">\r
+ <h1> Vous n'avez pas accès à cette page!</h1>\r
+ </div>\r
+ </div>\r
+ [% END %]\r
+\r
+</body>\r
+\r
+</html>\r
+\r
+\r
+\r
-[% USE DBI %]
-[% USE dksdb = DBI(dsn, dbuser, dbpassword) %]
-[% INCLUDE $page %]
+[% USE DBI %]\r
+[% USE dksdb = DBI(dsn, dbuser, dbpassword) %]\r
+[% INCLUDE $page %]\r
-/*!
- * Bootstrap-select v1.13.10 (https://developer.snapappointments.com/bootstrap-select)
- *
- * Copyright 2012-2019 SnapAppointments, LLC
- * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
- */
-
+/*!\r
+ * Bootstrap-select v1.13.10 (https://developer.snapappointments.com/bootstrap-select)\r
+ *\r
+ * Copyright 2012-2019 SnapAppointments, LLC\r
+ * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)\r
+ */\r
+\r
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
-/*!
- * Bootstrap-select v1.13.10 (https://developer.snapappointments.com/bootstrap-select)
- *
- * Copyright 2012-2019 SnapAppointments, LLC
- * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
+/*!\r
+ * Bootstrap-select v1.13.10 (https://developer.snapappointments.com/bootstrap-select)\r
+ *\r
+ * Copyright 2012-2019 SnapAppointments, LLC\r
+ * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)\r
*/.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\0;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:rgba(255,255,255,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none;z-index:0!important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2!important}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none;height:auto}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;height:100%;width:100%;text-align:left;overflow:hidden;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0!important;float:left;opacity:0!important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:'\00a0'}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:'';display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
\ No newline at end of file
(global = global || self, factory(global.FullCalendarBootstrap = {}, global.FullCalendar));
}(this, function (exports, core) { 'use strict';
- /*! *****************************************************************************
- Copyright (c) Microsoft Corporation. All rights reserved.
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
- this file except in compliance with the License. You may obtain a copy of the
- License at http://www.apache.org/licenses/LICENSE-2.0
-
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
- MERCHANTABLITY OR NON-INFRINGEMENT.
-
- See the Apache Version 2.0 License for specific language governing permissions
- and limitations under the License.
- ***************************************************************************** */
- /* global Reflect, Promise */
-
- var extendStatics = function(d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
-
- function __extends(d, b) {
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
+ /*! *****************************************************************************\r
+ Copyright (c) Microsoft Corporation. All rights reserved.\r
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use\r
+ this file except in compliance with the License. You may obtain a copy of the\r
+ License at http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r
+ MERCHANTABLITY OR NON-INFRINGEMENT.\r
+\r
+ See the Apache Version 2.0 License for specific language governing permissions\r
+ and limitations under the License.\r
+ ***************************************************************************** */\r
+ /* global Reflect, Promise */\r
+\r
+ var extendStatics = function(d, b) {\r
+ extendStatics = Object.setPrototypeOf ||\r
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r
+ return extendStatics(d, b);\r
+ };\r
+\r
+ function __extends(d, b) {\r
+ extendStatics(d, b);\r
+ function __() { this.constructor = d; }\r
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r
}
var BootstrapTheme = /** @class */ (function (_super) {
}
}
- /*! *****************************************************************************
- Copyright (c) Microsoft Corporation. All rights reserved.
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
- this file except in compliance with the License. You may obtain a copy of the
- License at http://www.apache.org/licenses/LICENSE-2.0
-
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
- MERCHANTABLITY OR NON-INFRINGEMENT.
-
- See the Apache Version 2.0 License for specific language governing permissions
- and limitations under the License.
- ***************************************************************************** */
- /* global Reflect, Promise */
-
- var extendStatics = function(d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
-
- function __extends(d, b) {
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
- }
-
- var __assign = function() {
- __assign = Object.assign || function __assign(t) {
- for (var s, i = 1, n = arguments.length; i < n; i++) {
- s = arguments[i];
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
- }
- return t;
- };
- return __assign.apply(this, arguments);
+ /*! *****************************************************************************\r
+ Copyright (c) Microsoft Corporation. All rights reserved.\r
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use\r
+ this file except in compliance with the License. You may obtain a copy of the\r
+ License at http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r
+ MERCHANTABLITY OR NON-INFRINGEMENT.\r
+\r
+ See the Apache Version 2.0 License for specific language governing permissions\r
+ and limitations under the License.\r
+ ***************************************************************************** */\r
+ /* global Reflect, Promise */\r
+\r
+ var extendStatics = function(d, b) {\r
+ extendStatics = Object.setPrototypeOf ||\r
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r
+ return extendStatics(d, b);\r
+ };\r
+\r
+ function __extends(d, b) {\r
+ extendStatics(d, b);\r
+ function __() { this.constructor = d; }\r
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r
+ }\r
+\r
+ var __assign = function() {\r
+ __assign = Object.assign || function __assign(t) {\r
+ for (var s, i = 1, n = arguments.length; i < n; i++) {\r
+ s = arguments[i];\r
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r
+ }\r
+ return t;\r
+ };\r
+ return __assign.apply(this, arguments);\r
};
function parseRecurring(eventInput, allDayDefault, dateEnv, recurringTypes, leftovers) {
(global = global || self, factory(global.FullCalendarDayGrid = {}, global.FullCalendar));
}(this, function (exports, core) { 'use strict';
- /*! *****************************************************************************
- Copyright (c) Microsoft Corporation. All rights reserved.
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
- this file except in compliance with the License. You may obtain a copy of the
- License at http://www.apache.org/licenses/LICENSE-2.0
-
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
- MERCHANTABLITY OR NON-INFRINGEMENT.
-
- See the Apache Version 2.0 License for specific language governing permissions
- and limitations under the License.
- ***************************************************************************** */
- /* global Reflect, Promise */
-
- var extendStatics = function(d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
-
- function __extends(d, b) {
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
- }
-
- var __assign = function() {
- __assign = Object.assign || function __assign(t) {
- for (var s, i = 1, n = arguments.length; i < n; i++) {
- s = arguments[i];
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
- }
- return t;
- };
- return __assign.apply(this, arguments);
+ /*! *****************************************************************************\r
+ Copyright (c) Microsoft Corporation. All rights reserved.\r
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use\r
+ this file except in compliance with the License. You may obtain a copy of the\r
+ License at http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r
+ MERCHANTABLITY OR NON-INFRINGEMENT.\r
+\r
+ See the Apache Version 2.0 License for specific language governing permissions\r
+ and limitations under the License.\r
+ ***************************************************************************** */\r
+ /* global Reflect, Promise */\r
+\r
+ var extendStatics = function(d, b) {\r
+ extendStatics = Object.setPrototypeOf ||\r
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r
+ return extendStatics(d, b);\r
+ };\r
+\r
+ function __extends(d, b) {\r
+ extendStatics(d, b);\r
+ function __() { this.constructor = d; }\r
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r
+ }\r
+\r
+ var __assign = function() {\r
+ __assign = Object.assign || function __assign(t) {\r
+ for (var s, i = 1, n = arguments.length; i < n; i++) {\r
+ s = arguments[i];\r
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r
+ }\r
+ return t;\r
+ };\r
+ return __assign.apply(this, arguments);\r
};
var DayGridDateProfileGenerator = /** @class */ (function (_super) {
(global = global || self, factory(global.FullCalendarInteraction = {}, global.FullCalendar));
}(this, function (exports, core) { 'use strict';
- /*! *****************************************************************************
- Copyright (c) Microsoft Corporation. All rights reserved.
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
- this file except in compliance with the License. You may obtain a copy of the
- License at http://www.apache.org/licenses/LICENSE-2.0
-
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
- MERCHANTABLITY OR NON-INFRINGEMENT.
-
- See the Apache Version 2.0 License for specific language governing permissions
- and limitations under the License.
- ***************************************************************************** */
- /* global Reflect, Promise */
-
- var extendStatics = function(d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
-
- function __extends(d, b) {
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
- }
-
- var __assign = function() {
- __assign = Object.assign || function __assign(t) {
- for (var s, i = 1, n = arguments.length; i < n; i++) {
- s = arguments[i];
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
- }
- return t;
- };
- return __assign.apply(this, arguments);
+ /*! *****************************************************************************\r
+ Copyright (c) Microsoft Corporation. All rights reserved.\r
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use\r
+ this file except in compliance with the License. You may obtain a copy of the\r
+ License at http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r
+ MERCHANTABLITY OR NON-INFRINGEMENT.\r
+\r
+ See the Apache Version 2.0 License for specific language governing permissions\r
+ and limitations under the License.\r
+ ***************************************************************************** */\r
+ /* global Reflect, Promise */\r
+\r
+ var extendStatics = function(d, b) {\r
+ extendStatics = Object.setPrototypeOf ||\r
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r
+ return extendStatics(d, b);\r
+ };\r
+\r
+ function __extends(d, b) {\r
+ extendStatics(d, b);\r
+ function __() { this.constructor = d; }\r
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r
+ }\r
+\r
+ var __assign = function() {\r
+ __assign = Object.assign || function __assign(t) {\r
+ for (var s, i = 1, n = arguments.length; i < n; i++) {\r
+ s = arguments[i];\r
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r
+ }\r
+ return t;\r
+ };\r
+ return __assign.apply(this, arguments);\r
};
core.config.touchMouseIgnoreWait = 500;
(global = global || self, factory(global.FullCalendarList = {}, global.FullCalendar));
}(this, function (exports, core) { 'use strict';
- /*! *****************************************************************************
- Copyright (c) Microsoft Corporation. All rights reserved.
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
- this file except in compliance with the License. You may obtain a copy of the
- License at http://www.apache.org/licenses/LICENSE-2.0
-
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
- MERCHANTABLITY OR NON-INFRINGEMENT.
-
- See the Apache Version 2.0 License for specific language governing permissions
- and limitations under the License.
- ***************************************************************************** */
- /* global Reflect, Promise */
-
- var extendStatics = function(d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
-
- function __extends(d, b) {
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
+ /*! *****************************************************************************\r
+ Copyright (c) Microsoft Corporation. All rights reserved.\r
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use\r
+ this file except in compliance with the License. You may obtain a copy of the\r
+ License at http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r
+ MERCHANTABLITY OR NON-INFRINGEMENT.\r
+\r
+ See the Apache Version 2.0 License for specific language governing permissions\r
+ and limitations under the License.\r
+ ***************************************************************************** */\r
+ /* global Reflect, Promise */\r
+\r
+ var extendStatics = function(d, b) {\r
+ extendStatics = Object.setPrototypeOf ||\r
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r
+ return extendStatics(d, b);\r
+ };\r
+\r
+ function __extends(d, b) {\r
+ extendStatics(d, b);\r
+ function __() { this.constructor = d; }\r
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r
}
var ListEventRenderer = /** @class */ (function (_super) {
(global = global || self, factory(global.FullCalendarLuxon = {}, global.luxon, global.FullCalendar));
}(this, function (exports, luxon, core) { 'use strict';
- /*! *****************************************************************************
- Copyright (c) Microsoft Corporation. All rights reserved.
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
- this file except in compliance with the License. You may obtain a copy of the
- License at http://www.apache.org/licenses/LICENSE-2.0
-
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
- MERCHANTABLITY OR NON-INFRINGEMENT.
-
- See the Apache Version 2.0 License for specific language governing permissions
- and limitations under the License.
- ***************************************************************************** */
- /* global Reflect, Promise */
-
- var extendStatics = function(d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
-
- function __extends(d, b) {
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
- }
-
- var __assign = function() {
- __assign = Object.assign || function __assign(t) {
- for (var s, i = 1, n = arguments.length; i < n; i++) {
- s = arguments[i];
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
- }
- return t;
- };
- return __assign.apply(this, arguments);
+ /*! *****************************************************************************\r
+ Copyright (c) Microsoft Corporation. All rights reserved.\r
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use\r
+ this file except in compliance with the License. You may obtain a copy of the\r
+ License at http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r
+ MERCHANTABLITY OR NON-INFRINGEMENT.\r
+\r
+ See the Apache Version 2.0 License for specific language governing permissions\r
+ and limitations under the License.\r
+ ***************************************************************************** */\r
+ /* global Reflect, Promise */\r
+\r
+ var extendStatics = function(d, b) {\r
+ extendStatics = Object.setPrototypeOf ||\r
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r
+ return extendStatics(d, b);\r
+ };\r
+\r
+ function __extends(d, b) {\r
+ extendStatics(d, b);\r
+ function __() { this.constructor = d; }\r
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r
+ }\r
+\r
+ var __assign = function() {\r
+ __assign = Object.assign || function __assign(t) {\r
+ for (var s, i = 1, n = arguments.length; i < n; i++) {\r
+ s = arguments[i];\r
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r
+ }\r
+ return t;\r
+ };\r
+ return __assign.apply(this, arguments);\r
};
function toDateTime(date, calendar) {
moment = moment && moment.hasOwnProperty('default') ? moment['default'] : moment;
- /*! *****************************************************************************
- Copyright (c) Microsoft Corporation. All rights reserved.
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
- this file except in compliance with the License. You may obtain a copy of the
- License at http://www.apache.org/licenses/LICENSE-2.0
-
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
- MERCHANTABLITY OR NON-INFRINGEMENT.
-
- See the Apache Version 2.0 License for specific language governing permissions
- and limitations under the License.
- ***************************************************************************** */
- /* global Reflect, Promise */
-
- var extendStatics = function(d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
-
- function __extends(d, b) {
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
+ /*! *****************************************************************************\r
+ Copyright (c) Microsoft Corporation. All rights reserved.\r
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use\r
+ this file except in compliance with the License. You may obtain a copy of the\r
+ License at http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r
+ MERCHANTABLITY OR NON-INFRINGEMENT.\r
+\r
+ See the Apache Version 2.0 License for specific language governing permissions\r
+ and limitations under the License.\r
+ ***************************************************************************** */\r
+ /* global Reflect, Promise */\r
+\r
+ var extendStatics = function(d, b) {\r
+ extendStatics = Object.setPrototypeOf ||\r
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r
+ return extendStatics(d, b);\r
+ };\r
+\r
+ function __extends(d, b) {\r
+ extendStatics(d, b);\r
+ function __() { this.constructor = d; }\r
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r
}
var MomentNamedTimeZone = /** @class */ (function (_super) {
(global = global || self, factory(global.FullCalendarResourceCommon = {}, global.FullCalendar));
}(this, function (exports, core) { 'use strict';
- /*! *****************************************************************************
- Copyright (c) Microsoft Corporation. All rights reserved.
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
- this file except in compliance with the License. You may obtain a copy of the
- License at http://www.apache.org/licenses/LICENSE-2.0
-
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
- MERCHANTABLITY OR NON-INFRINGEMENT.
-
- See the Apache Version 2.0 License for specific language governing permissions
- and limitations under the License.
- ***************************************************************************** */
- /* global Reflect, Promise */
-
- var extendStatics = function(d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
-
- function __extends(d, b) {
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
- }
-
- var __assign = function() {
- __assign = Object.assign || function __assign(t) {
- for (var s, i = 1, n = arguments.length; i < n; i++) {
- s = arguments[i];
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
- }
- return t;
- };
- return __assign.apply(this, arguments);
+ /*! *****************************************************************************\r
+ Copyright (c) Microsoft Corporation. All rights reserved.\r
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use\r
+ this file except in compliance with the License. You may obtain a copy of the\r
+ License at http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r
+ MERCHANTABLITY OR NON-INFRINGEMENT.\r
+\r
+ See the Apache Version 2.0 License for specific language governing permissions\r
+ and limitations under the License.\r
+ ***************************************************************************** */\r
+ /* global Reflect, Promise */\r
+\r
+ var extendStatics = function(d, b) {\r
+ extendStatics = Object.setPrototypeOf ||\r
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r
+ return extendStatics(d, b);\r
+ };\r
+\r
+ function __extends(d, b) {\r
+ extendStatics(d, b);\r
+ function __() { this.constructor = d; }\r
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r
+ }\r
+\r
+ var __assign = function() {\r
+ __assign = Object.assign || function __assign(t) {\r
+ for (var s, i = 1, n = arguments.length; i < n; i++) {\r
+ s = arguments[i];\r
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r
+ }\r
+ return t;\r
+ };\r
+ return __assign.apply(this, arguments);\r
};
var ResourceDataAdder = /** @class */ (function () {
var ResourceCommonPlugin__default = 'default' in ResourceCommonPlugin ? ResourceCommonPlugin['default'] : ResourceCommonPlugin;
var DayGridPlugin__default = 'default' in DayGridPlugin ? DayGridPlugin['default'] : DayGridPlugin;
- /*! *****************************************************************************
- Copyright (c) Microsoft Corporation. All rights reserved.
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
- this file except in compliance with the License. You may obtain a copy of the
- License at http://www.apache.org/licenses/LICENSE-2.0
-
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
- MERCHANTABLITY OR NON-INFRINGEMENT.
-
- See the Apache Version 2.0 License for specific language governing permissions
- and limitations under the License.
- ***************************************************************************** */
- /* global Reflect, Promise */
-
- var extendStatics = function(d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
-
- function __extends(d, b) {
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
- }
-
- var __assign = function() {
- __assign = Object.assign || function __assign(t) {
- for (var s, i = 1, n = arguments.length; i < n; i++) {
- s = arguments[i];
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
- }
- return t;
- };
- return __assign.apply(this, arguments);
+ /*! *****************************************************************************\r
+ Copyright (c) Microsoft Corporation. All rights reserved.\r
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use\r
+ this file except in compliance with the License. You may obtain a copy of the\r
+ License at http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r
+ MERCHANTABLITY OR NON-INFRINGEMENT.\r
+\r
+ See the Apache Version 2.0 License for specific language governing permissions\r
+ and limitations under the License.\r
+ ***************************************************************************** */\r
+ /* global Reflect, Promise */\r
+\r
+ var extendStatics = function(d, b) {\r
+ extendStatics = Object.setPrototypeOf ||\r
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r
+ return extendStatics(d, b);\r
+ };\r
+\r
+ function __extends(d, b) {\r
+ extendStatics(d, b);\r
+ function __() { this.constructor = d; }\r
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r
+ }\r
+\r
+ var __assign = function() {\r
+ __assign = Object.assign || function __assign(t) {\r
+ for (var s, i = 1, n = arguments.length; i < n; i++) {\r
+ s = arguments[i];\r
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r
+ }\r
+ return t;\r
+ };\r
+ return __assign.apply(this, arguments);\r
};
var ResourceDayGrid = /** @class */ (function (_super) {
var ResourceCommonPlugin__default = 'default' in ResourceCommonPlugin ? ResourceCommonPlugin['default'] : ResourceCommonPlugin;
var TimeGridPlugin__default = 'default' in TimeGridPlugin ? TimeGridPlugin['default'] : TimeGridPlugin;
- /*! *****************************************************************************
- Copyright (c) Microsoft Corporation. All rights reserved.
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
- this file except in compliance with the License. You may obtain a copy of the
- License at http://www.apache.org/licenses/LICENSE-2.0
-
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
- MERCHANTABLITY OR NON-INFRINGEMENT.
-
- See the Apache Version 2.0 License for specific language governing permissions
- and limitations under the License.
- ***************************************************************************** */
- /* global Reflect, Promise */
-
- var extendStatics = function(d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
-
- function __extends(d, b) {
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
- }
-
- var __assign = function() {
- __assign = Object.assign || function __assign(t) {
- for (var s, i = 1, n = arguments.length; i < n; i++) {
- s = arguments[i];
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
- }
- return t;
- };
- return __assign.apply(this, arguments);
+ /*! *****************************************************************************\r
+ Copyright (c) Microsoft Corporation. All rights reserved.\r
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use\r
+ this file except in compliance with the License. You may obtain a copy of the\r
+ License at http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r
+ MERCHANTABLITY OR NON-INFRINGEMENT.\r
+\r
+ See the Apache Version 2.0 License for specific language governing permissions\r
+ and limitations under the License.\r
+ ***************************************************************************** */\r
+ /* global Reflect, Promise */\r
+\r
+ var extendStatics = function(d, b) {\r
+ extendStatics = Object.setPrototypeOf ||\r
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r
+ return extendStatics(d, b);\r
+ };\r
+\r
+ function __extends(d, b) {\r
+ extendStatics(d, b);\r
+ function __() { this.constructor = d; }\r
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r
+ }\r
+\r
+ var __assign = function() {\r
+ __assign = Object.assign || function __assign(t) {\r
+ for (var s, i = 1, n = arguments.length; i < n; i++) {\r
+ s = arguments[i];\r
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r
+ }\r
+ return t;\r
+ };\r
+ return __assign.apply(this, arguments);\r
};
var ResourceTimeGrid = /** @class */ (function (_super) {
var TimelinePlugin__default = 'default' in TimelinePlugin ? TimelinePlugin['default'] : TimelinePlugin;
var ResourceCommonPlugin__default = 'default' in ResourceCommonPlugin ? ResourceCommonPlugin['default'] : ResourceCommonPlugin;
- /*! *****************************************************************************
- Copyright (c) Microsoft Corporation. All rights reserved.
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
- this file except in compliance with the License. You may obtain a copy of the
- License at http://www.apache.org/licenses/LICENSE-2.0
-
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
- MERCHANTABLITY OR NON-INFRINGEMENT.
-
- See the Apache Version 2.0 License for specific language governing permissions
- and limitations under the License.
- ***************************************************************************** */
- /* global Reflect, Promise */
-
- var extendStatics = function(d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
-
- function __extends(d, b) {
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
- }
-
- var __assign = function() {
- __assign = Object.assign || function __assign(t) {
- for (var s, i = 1, n = arguments.length; i < n; i++) {
- s = arguments[i];
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
- }
- return t;
- };
- return __assign.apply(this, arguments);
+ /*! *****************************************************************************\r
+ Copyright (c) Microsoft Corporation. All rights reserved.\r
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use\r
+ this file except in compliance with the License. You may obtain a copy of the\r
+ License at http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r
+ MERCHANTABLITY OR NON-INFRINGEMENT.\r
+\r
+ See the Apache Version 2.0 License for specific language governing permissions\r
+ and limitations under the License.\r
+ ***************************************************************************** */\r
+ /* global Reflect, Promise */\r
+\r
+ var extendStatics = function(d, b) {\r
+ extendStatics = Object.setPrototypeOf ||\r
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r
+ return extendStatics(d, b);\r
+ };\r
+\r
+ function __extends(d, b) {\r
+ extendStatics(d, b);\r
+ function __() { this.constructor = d; }\r
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r
+ }\r
+\r
+ var __assign = function() {\r
+ __assign = Object.assign || function __assign(t) {\r
+ for (var s, i = 1, n = arguments.length; i < n; i++) {\r
+ s = arguments[i];\r
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r
+ }\r
+ return t;\r
+ };\r
+ return __assign.apply(this, arguments);\r
};
var Row = /** @class */ (function (_super) {
(global = global || self, factory(global.FullCalendarRrule = {}, global.rrule, global.FullCalendar));
}(this, function (exports, rrule, core) { 'use strict';
- /*! *****************************************************************************
- Copyright (c) Microsoft Corporation. All rights reserved.
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
- this file except in compliance with the License. You may obtain a copy of the
- License at http://www.apache.org/licenses/LICENSE-2.0
-
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
- MERCHANTABLITY OR NON-INFRINGEMENT.
-
- See the Apache Version 2.0 License for specific language governing permissions
- and limitations under the License.
- ***************************************************************************** */
-
- var __assign = function() {
- __assign = Object.assign || function __assign(t) {
- for (var s, i = 1, n = arguments.length; i < n; i++) {
- s = arguments[i];
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
- }
- return t;
- };
- return __assign.apply(this, arguments);
+ /*! *****************************************************************************\r
+ Copyright (c) Microsoft Corporation. All rights reserved.\r
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use\r
+ this file except in compliance with the License. You may obtain a copy of the\r
+ License at http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r
+ MERCHANTABLITY OR NON-INFRINGEMENT.\r
+\r
+ See the Apache Version 2.0 License for specific language governing permissions\r
+ and limitations under the License.\r
+ ***************************************************************************** */\r
+\r
+ var __assign = function() {\r
+ __assign = Object.assign || function __assign(t) {\r
+ for (var s, i = 1, n = arguments.length; i < n; i++) {\r
+ s = arguments[i];\r
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r
+ }\r
+ return t;\r
+ };\r
+ return __assign.apply(this, arguments);\r
};
var EVENT_DEF_PROPS = {
(global = global || self, factory(global.FullCalendarTimeGrid = {}, global.FullCalendar, global.FullCalendarDayGrid));
}(this, function (exports, core, daygrid) { 'use strict';
- /*! *****************************************************************************
- Copyright (c) Microsoft Corporation. All rights reserved.
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
- this file except in compliance with the License. You may obtain a copy of the
- License at http://www.apache.org/licenses/LICENSE-2.0
-
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
- MERCHANTABLITY OR NON-INFRINGEMENT.
-
- See the Apache Version 2.0 License for specific language governing permissions
- and limitations under the License.
- ***************************************************************************** */
- /* global Reflect, Promise */
-
- var extendStatics = function(d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
-
- function __extends(d, b) {
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
- }
-
- var __assign = function() {
- __assign = Object.assign || function __assign(t) {
- for (var s, i = 1, n = arguments.length; i < n; i++) {
- s = arguments[i];
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
- }
- return t;
- };
- return __assign.apply(this, arguments);
+ /*! *****************************************************************************\r
+ Copyright (c) Microsoft Corporation. All rights reserved.\r
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use\r
+ this file except in compliance with the License. You may obtain a copy of the\r
+ License at http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r
+ MERCHANTABLITY OR NON-INFRINGEMENT.\r
+\r
+ See the Apache Version 2.0 License for specific language governing permissions\r
+ and limitations under the License.\r
+ ***************************************************************************** */\r
+ /* global Reflect, Promise */\r
+\r
+ var extendStatics = function(d, b) {\r
+ extendStatics = Object.setPrototypeOf ||\r
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r
+ return extendStatics(d, b);\r
+ };\r
+\r
+ function __extends(d, b) {\r
+ extendStatics(d, b);\r
+ function __() { this.constructor = d; }\r
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r
+ }\r
+\r
+ var __assign = function() {\r
+ __assign = Object.assign || function __assign(t) {\r
+ for (var s, i = 1, n = arguments.length; i < n; i++) {\r
+ s = arguments[i];\r
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r
+ }\r
+ return t;\r
+ };\r
+ return __assign.apply(this, arguments);\r
};
/*
(global = global || self, factory(global.FullCalendarTimeline = {}, global.FullCalendar));
}(this, function (exports, core) { 'use strict';
- /*! *****************************************************************************
- Copyright (c) Microsoft Corporation. All rights reserved.
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use
- this file except in compliance with the License. You may obtain a copy of the
- License at http://www.apache.org/licenses/LICENSE-2.0
-
- THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
- WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
- MERCHANTABLITY OR NON-INFRINGEMENT.
-
- See the Apache Version 2.0 License for specific language governing permissions
- and limitations under the License.
- ***************************************************************************** */
- /* global Reflect, Promise */
-
- var extendStatics = function(d, b) {
- extendStatics = Object.setPrototypeOf ||
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
- return extendStatics(d, b);
- };
-
- function __extends(d, b) {
- extendStatics(d, b);
- function __() { this.constructor = d; }
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
- }
-
- var __assign = function() {
- __assign = Object.assign || function __assign(t) {
- for (var s, i = 1, n = arguments.length; i < n; i++) {
- s = arguments[i];
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
- }
- return t;
- };
- return __assign.apply(this, arguments);
+ /*! *****************************************************************************\r
+ Copyright (c) Microsoft Corporation. All rights reserved.\r
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use\r
+ this file except in compliance with the License. You may obtain a copy of the\r
+ License at http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\r
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\r
+ MERCHANTABLITY OR NON-INFRINGEMENT.\r
+\r
+ See the Apache Version 2.0 License for specific language governing permissions\r
+ and limitations under the License.\r
+ ***************************************************************************** */\r
+ /* global Reflect, Promise */\r
+\r
+ var extendStatics = function(d, b) {\r
+ extendStatics = Object.setPrototypeOf ||\r
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\r
+ return extendStatics(d, b);\r
+ };\r
+\r
+ function __extends(d, b) {\r
+ extendStatics(d, b);\r
+ function __() { this.constructor = d; }\r
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r
+ }\r
+\r
+ var __assign = function() {\r
+ __assign = Object.assign || function __assign(t) {\r
+ for (var s, i = 1, n = arguments.length; i < n; i++) {\r
+ s = arguments[i];\r
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r
+ }\r
+ return t;\r
+ };\r
+ return __assign.apply(this, arguments);\r
};
/*
- GNU LESSER GENERAL PUBLIC LICENSE
- Version 2.1, February 1999
-
- Copyright (C) 1991, 1999 Free Software Foundation, Inc.
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-[This is the first released version of the Lesser GPL. It also counts
- as the successor of the GNU Library Public License, version 2, hence
- the version number 2.1.]
-
- Preamble
-
- The licenses for most software are designed to take away your
-freedom to share and change it. By contrast, the GNU General Public
-Licenses are intended to guarantee your freedom to share and change
-free software--to make sure the software is free for all its users.
-
- This license, the Lesser General Public License, applies to some
-specially designated software packages--typically libraries--of the
-Free Software Foundation and other authors who decide to use it. You
-can use it too, but we suggest you first think carefully about whether
-this license or the ordinary General Public License is the better
-strategy to use in any particular case, based on the explanations below.
-
- When we speak of free software, we are referring to freedom of use,
-not price. Our General Public Licenses are designed to make sure that
-you have the freedom to distribute copies of free software (and charge
-for this service if you wish); that you receive source code or can get
-it if you want it; that you can change the software and use pieces of
-it in new free programs; and that you are informed that you can do
-these things.
-
- To protect your rights, we need to make restrictions that forbid
-distributors to deny you these rights or to ask you to surrender these
-rights. These restrictions translate to certain responsibilities for
-you if you distribute copies of the library or if you modify it.
-
- For example, if you distribute copies of the library, whether gratis
-or for a fee, you must give the recipients all the rights that we gave
-you. You must make sure that they, too, receive or can get the source
-code. If you link other code with the library, you must provide
-complete object files to the recipients, so that they can relink them
-with the library after making changes to the library and recompiling
-it. And you must show them these terms so they know their rights.
-
- We protect your rights with a two-step method: (1) we copyright the
-library, and (2) we offer you this license, which gives you legal
-permission to copy, distribute and/or modify the library.
-
- To protect each distributor, we want to make it very clear that
-there is no warranty for the free library. Also, if the library is
-modified by someone else and passed on, the recipients should know
-that what they have is not the original version, so that the original
-author's reputation will not be affected by problems that might be
-introduced by others.
-
- Finally, software patents pose a constant threat to the existence of
-any free program. We wish to make sure that a company cannot
-effectively restrict the users of a free program by obtaining a
-restrictive license from a patent holder. Therefore, we insist that
-any patent license obtained for a version of the library must be
-consistent with the full freedom of use specified in this license.
-
- Most GNU software, including some libraries, is covered by the
-ordinary GNU General Public License. This license, the GNU Lesser
-General Public License, applies to certain designated libraries, and
-is quite different from the ordinary General Public License. We use
-this license for certain libraries in order to permit linking those
-libraries into non-free programs.
-
- When a program is linked with a library, whether statically or using
-a shared library, the combination of the two is legally speaking a
-combined work, a derivative of the original library. The ordinary
-General Public License therefore permits such linking only if the
-entire combination fits its criteria of freedom. The Lesser General
-Public License permits more lax criteria for linking other code with
-the library.
-
- We call this license the "Lesser" General Public License because it
-does Less to protect the user's freedom than the ordinary General
-Public License. It also provides other free software developers Less
-of an advantage over competing non-free programs. These disadvantages
-are the reason we use the ordinary General Public License for many
-libraries. However, the Lesser license provides advantages in certain
-special circumstances.
-
- For example, on rare occasions, there may be a special need to
-encourage the widest possible use of a certain library, so that it becomes
-a de-facto standard. To achieve this, non-free programs must be
-allowed to use the library. A more frequent case is that a free
-library does the same job as widely used non-free libraries. In this
-case, there is little to gain by limiting the free library to free
-software only, so we use the Lesser General Public License.
-
- In other cases, permission to use a particular library in non-free
-programs enables a greater number of people to use a large body of
-free software. For example, permission to use the GNU C Library in
-non-free programs enables many more people to use the whole GNU
-operating system, as well as its variant, the GNU/Linux operating
-system.
-
- Although the Lesser General Public License is Less protective of the
-users' freedom, it does ensure that the user of a program that is
-linked with the Library has the freedom and the wherewithal to run
-that program using a modified version of the Library.
-
- The precise terms and conditions for copying, distribution and
-modification follow. Pay close attention to the difference between a
-"work based on the library" and a "work that uses the library". The
-former contains code derived from the library, whereas the latter must
-be combined with the library in order to run.
-
- GNU LESSER GENERAL PUBLIC LICENSE
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
- 0. This License Agreement applies to any software library or other
-program which contains a notice placed by the copyright holder or
-other authorized party saying it may be distributed under the terms of
-this Lesser General Public License (also called "this License").
-Each licensee is addressed as "you".
-
- A "library" means a collection of software functions and/or data
-prepared so as to be conveniently linked with application programs
-(which use some of those functions and data) to form executables.
-
- The "Library", below, refers to any such software library or work
-which has been distributed under these terms. A "work based on the
-Library" means either the Library or any derivative work under
-copyright law: that is to say, a work containing the Library or a
-portion of it, either verbatim or with modifications and/or translated
-straightforwardly into another language. (Hereinafter, translation is
-included without limitation in the term "modification".)
-
- "Source code" for a work means the preferred form of the work for
-making modifications to it. For a library, complete source code means
-all the source code for all modules it contains, plus any associated
-interface definition files, plus the scripts used to control compilation
-and installation of the library.
-
- Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope. The act of
-running a program using the Library is not restricted, and output from
-such a program is covered only if its contents constitute a work based
-on the Library (independent of the use of the Library in a tool for
-writing it). Whether that is true depends on what the Library does
-and what the program that uses the Library does.
-
- 1. You may copy and distribute verbatim copies of the Library's
-complete source code as you receive it, in any medium, provided that
-you conspicuously and appropriately publish on each copy an
-appropriate copyright notice and disclaimer of warranty; keep intact
-all the notices that refer to this License and to the absence of any
-warranty; and distribute a copy of this License along with the
-Library.
-
- You may charge a fee for the physical act of transferring a copy,
-and you may at your option offer warranty protection in exchange for a
-fee.
-
- 2. You may modify your copy or copies of the Library or any portion
-of it, thus forming a work based on the Library, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
- a) The modified work must itself be a software library.
-
- b) You must cause the files modified to carry prominent notices
- stating that you changed the files and the date of any change.
-
- c) You must cause the whole of the work to be licensed at no
- charge to all third parties under the terms of this License.
-
- d) If a facility in the modified Library refers to a function or a
- table of data to be supplied by an application program that uses
- the facility, other than as an argument passed when the facility
- is invoked, then you must make a good faith effort to ensure that,
- in the event an application does not supply such function or
- table, the facility still operates, and performs whatever part of
- its purpose remains meaningful.
-
- (For example, a function in a library to compute square roots has
- a purpose that is entirely well-defined independent of the
- application. Therefore, Subsection 2d requires that any
- application-supplied function or table used by this function must
- be optional: if the application does not supply it, the square
- root function must still compute square roots.)
-
-These requirements apply to the modified work as a whole. If
-identifiable sections of that work are not derived from the Library,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works. But when you
-distribute the same sections as part of a whole which is a work based
-on the Library, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote
-it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Library.
-
-In addition, mere aggregation of another work not based on the Library
-with the Library (or with a work based on the Library) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
- 3. You may opt to apply the terms of the ordinary GNU General Public
-License instead of this License to a given copy of the Library. To do
-this, you must alter all the notices that refer to this License, so
-that they refer to the ordinary GNU General Public License, version 2,
-instead of to this License. (If a newer version than version 2 of the
-ordinary GNU General Public License has appeared, then you can specify
-that version instead if you wish.) Do not make any other change in
-these notices.
-
- Once this change is made in a given copy, it is irreversible for
-that copy, so the ordinary GNU General Public License applies to all
-subsequent copies and derivative works made from that copy.
-
- This option is useful when you wish to copy part of the code of
-the Library into a program that is not a library.
-
- 4. You may copy and distribute the Library (or a portion or
-derivative of it, under Section 2) in object code or executable form
-under the terms of Sections 1 and 2 above provided that you accompany
-it with the complete corresponding machine-readable source code, which
-must be distributed under the terms of Sections 1 and 2 above on a
-medium customarily used for software interchange.
-
- If distribution of object code is made by offering access to copy
-from a designated place, then offering equivalent access to copy the
-source code from the same place satisfies the requirement to
-distribute the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
- 5. A program that contains no derivative of any portion of the
-Library, but is designed to work with the Library by being compiled or
-linked with it, is called a "work that uses the Library". Such a
-work, in isolation, is not a derivative work of the Library, and
-therefore falls outside the scope of this License.
-
- However, linking a "work that uses the Library" with the Library
-creates an executable that is a derivative of the Library (because it
-contains portions of the Library), rather than a "work that uses the
-library". The executable is therefore covered by this License.
-Section 6 states terms for distribution of such executables.
-
- When a "work that uses the Library" uses material from a header file
-that is part of the Library, the object code for the work may be a
-derivative work of the Library even though the source code is not.
-Whether this is true is especially significant if the work can be
-linked without the Library, or if the work is itself a library. The
-threshold for this to be true is not precisely defined by law.
-
- If such an object file uses only numerical parameters, data
-structure layouts and accessors, and small macros and small inline
-functions (ten lines or less in length), then the use of the object
-file is unrestricted, regardless of whether it is legally a derivative
-work. (Executables containing this object code plus portions of the
-Library will still fall under Section 6.)
-
- Otherwise, if the work is a derivative of the Library, you may
-distribute the object code for the work under the terms of Section 6.
-Any executables containing that work also fall under Section 6,
-whether or not they are linked directly with the Library itself.
-
- 6. As an exception to the Sections above, you may also combine or
-link a "work that uses the Library" with the Library to produce a
-work containing portions of the Library, and distribute that work
-under terms of your choice, provided that the terms permit
-modification of the work for the customer's own use and reverse
-engineering for debugging such modifications.
-
- You must give prominent notice with each copy of the work that the
-Library is used in it and that the Library and its use are covered by
-this License. You must supply a copy of this License. If the work
-during execution displays copyright notices, you must include the
-copyright notice for the Library among them, as well as a reference
-directing the user to the copy of this License. Also, you must do one
-of these things:
-
- a) Accompany the work with the complete corresponding
- machine-readable source code for the Library including whatever
- changes were used in the work (which must be distributed under
- Sections 1 and 2 above); and, if the work is an executable linked
- with the Library, with the complete machine-readable "work that
- uses the Library", as object code and/or source code, so that the
- user can modify the Library and then relink to produce a modified
- executable containing the modified Library. (It is understood
- that the user who changes the contents of definitions files in the
- Library will not necessarily be able to recompile the application
- to use the modified definitions.)
-
- b) Use a suitable shared library mechanism for linking with the
- Library. A suitable mechanism is one that (1) uses at run time a
- copy of the library already present on the user's computer system,
- rather than copying library functions into the executable, and (2)
- will operate properly with a modified version of the library, if
- the user installs one, as long as the modified version is
- interface-compatible with the version that the work was made with.
-
- c) Accompany the work with a written offer, valid for at
- least three years, to give the same user the materials
- specified in Subsection 6a, above, for a charge no more
- than the cost of performing this distribution.
-
- d) If distribution of the work is made by offering access to copy
- from a designated place, offer equivalent access to copy the above
- specified materials from the same place.
-
- e) Verify that the user has already received a copy of these
- materials or that you have already sent this user a copy.
-
- For an executable, the required form of the "work that uses the
-Library" must include any data and utility programs needed for
-reproducing the executable from it. However, as a special exception,
-the materials to be distributed need not include anything that is
-normally distributed (in either source or binary form) with the major
-components (compiler, kernel, and so on) of the operating system on
-which the executable runs, unless that component itself accompanies
-the executable.
-
- It may happen that this requirement contradicts the license
-restrictions of other proprietary libraries that do not normally
-accompany the operating system. Such a contradiction means you cannot
-use both them and the Library together in an executable that you
-distribute.
-
- 7. You may place library facilities that are a work based on the
-Library side-by-side in a single library together with other library
-facilities not covered by this License, and distribute such a combined
-library, provided that the separate distribution of the work based on
-the Library and of the other library facilities is otherwise
-permitted, and provided that you do these two things:
-
- a) Accompany the combined library with a copy of the same work
- based on the Library, uncombined with any other library
- facilities. This must be distributed under the terms of the
- Sections above.
-
- b) Give prominent notice with the combined library of the fact
- that part of it is a work based on the Library, and explaining
- where to find the accompanying uncombined form of the same work.
-
- 8. You may not copy, modify, sublicense, link with, or distribute
-the Library except as expressly provided under this License. Any
-attempt otherwise to copy, modify, sublicense, link with, or
-distribute the Library is void, and will automatically terminate your
-rights under this License. However, parties who have received copies,
-or rights, from you under this License will not have their licenses
-terminated so long as such parties remain in full compliance.
-
- 9. You are not required to accept this License, since you have not
-signed it. However, nothing else grants you permission to modify or
-distribute the Library or its derivative works. These actions are
-prohibited by law if you do not accept this License. Therefore, by
-modifying or distributing the Library (or any work based on the
-Library), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Library or works based on it.
-
- 10. Each time you redistribute the Library (or any work based on the
-Library), the recipient automatically receives a license from the
-original licensor to copy, distribute, link with or modify the Library
-subject to these terms and conditions. You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties with
-this License.
-
- 11. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Library at all. For example, if a patent
-license would not permit royalty-free redistribution of the Library by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Library.
-
-If any portion of this section is held invalid or unenforceable under any
-particular circumstance, the balance of the section is intended to apply,
-and the section as a whole is intended to apply in other circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system which is
-implemented by public license practices. Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
- 12. If the distribution and/or use of the Library is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Library under this License may add
-an explicit geographical distribution limitation excluding those countries,
-so that distribution is permitted only in or among countries not thus
-excluded. In such case, this License incorporates the limitation as if
-written in the body of this License.
-
- 13. The Free Software Foundation may publish revised and/or new
-versions of the Lesser General Public License from time to time.
-Such new versions will be similar in spirit to the present version,
-but may differ in detail to address new problems or concerns.
-
-Each version is given a distinguishing version number. If the Library
-specifies a version number of this License which applies to it and
-"any later version", you have the option of following the terms and
-conditions either of that version or of any later version published by
-the Free Software Foundation. If the Library does not specify a
-license version number, you may choose any version ever published by
-the Free Software Foundation.
-
- 14. If you wish to incorporate parts of the Library into other free
-programs whose distribution conditions are incompatible with these,
-write to the author to ask for permission. For software which is
-copyrighted by the Free Software Foundation, write to the Free
-Software Foundation; we sometimes make exceptions for this. Our
-decision will be guided by the two goals of preserving the free status
-of all derivatives of our free software and of promoting the sharing
-and reuse of software generally.
-
- NO WARRANTY
-
- 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
-WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
-EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
-OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
-KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
-LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
-THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
-WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
-AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
-FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
-CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
-LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
-RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
-FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
-SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Libraries
-
- If you develop a new library, and you want it to be of the greatest
-possible use to the public, we recommend making it free software that
-everyone can redistribute and change. You can do so by permitting
-redistribution under these terms (or, alternatively, under the terms of the
-ordinary General Public License).
-
- To apply these terms, attach the following notices to the library. It is
-safest to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least the
-"copyright" line and a pointer to where the full notice is found.
-
- <one line to give the library's name and a brief idea of what it does.>
- Copyright (C) <year> <name of author>
-
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-
-Also add information on how to contact you by electronic and paper mail.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the library, if
-necessary. Here is a sample; alter the names:
-
- Yoyodyne, Inc., hereby disclaims all copyright interest in the
- library `Frob' (a library for tweaking knobs) written by James Random Hacker.
-
- <signature of Ty Coon>, 1 April 1990
- Ty Coon, President of Vice
-
-That's all there is to it!
-
-
+ GNU LESSER GENERAL PUBLIC LICENSE\r
+ Version 2.1, February 1999\r
+\r
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.\r
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\r
+ Everyone is permitted to copy and distribute verbatim copies\r
+ of this license document, but changing it is not allowed.\r
+\r
+[This is the first released version of the Lesser GPL. It also counts\r
+ as the successor of the GNU Library Public License, version 2, hence\r
+ the version number 2.1.]\r
+\r
+ Preamble\r
+\r
+ The licenses for most software are designed to take away your\r
+freedom to share and change it. By contrast, the GNU General Public\r
+Licenses are intended to guarantee your freedom to share and change\r
+free software--to make sure the software is free for all its users.\r
+\r
+ This license, the Lesser General Public License, applies to some\r
+specially designated software packages--typically libraries--of the\r
+Free Software Foundation and other authors who decide to use it. You\r
+can use it too, but we suggest you first think carefully about whether\r
+this license or the ordinary General Public License is the better\r
+strategy to use in any particular case, based on the explanations below.\r
+\r
+ When we speak of free software, we are referring to freedom of use,\r
+not price. Our General Public Licenses are designed to make sure that\r
+you have the freedom to distribute copies of free software (and charge\r
+for this service if you wish); that you receive source code or can get\r
+it if you want it; that you can change the software and use pieces of\r
+it in new free programs; and that you are informed that you can do\r
+these things.\r
+\r
+ To protect your rights, we need to make restrictions that forbid\r
+distributors to deny you these rights or to ask you to surrender these\r
+rights. These restrictions translate to certain responsibilities for\r
+you if you distribute copies of the library or if you modify it.\r
+\r
+ For example, if you distribute copies of the library, whether gratis\r
+or for a fee, you must give the recipients all the rights that we gave\r
+you. You must make sure that they, too, receive or can get the source\r
+code. If you link other code with the library, you must provide\r
+complete object files to the recipients, so that they can relink them\r
+with the library after making changes to the library and recompiling\r
+it. And you must show them these terms so they know their rights.\r
+\r
+ We protect your rights with a two-step method: (1) we copyright the\r
+library, and (2) we offer you this license, which gives you legal\r
+permission to copy, distribute and/or modify the library.\r
+\r
+ To protect each distributor, we want to make it very clear that\r
+there is no warranty for the free library. Also, if the library is\r
+modified by someone else and passed on, the recipients should know\r
+that what they have is not the original version, so that the original\r
+author's reputation will not be affected by problems that might be\r
+introduced by others.\r
+\r
+ Finally, software patents pose a constant threat to the existence of\r
+any free program. We wish to make sure that a company cannot\r
+effectively restrict the users of a free program by obtaining a\r
+restrictive license from a patent holder. Therefore, we insist that\r
+any patent license obtained for a version of the library must be\r
+consistent with the full freedom of use specified in this license.\r
+\r
+ Most GNU software, including some libraries, is covered by the\r
+ordinary GNU General Public License. This license, the GNU Lesser\r
+General Public License, applies to certain designated libraries, and\r
+is quite different from the ordinary General Public License. We use\r
+this license for certain libraries in order to permit linking those\r
+libraries into non-free programs.\r
+\r
+ When a program is linked with a library, whether statically or using\r
+a shared library, the combination of the two is legally speaking a\r
+combined work, a derivative of the original library. The ordinary\r
+General Public License therefore permits such linking only if the\r
+entire combination fits its criteria of freedom. The Lesser General\r
+Public License permits more lax criteria for linking other code with\r
+the library.\r
+\r
+ We call this license the "Lesser" General Public License because it\r
+does Less to protect the user's freedom than the ordinary General\r
+Public License. It also provides other free software developers Less\r
+of an advantage over competing non-free programs. These disadvantages\r
+are the reason we use the ordinary General Public License for many\r
+libraries. However, the Lesser license provides advantages in certain\r
+special circumstances.\r
+\r
+ For example, on rare occasions, there may be a special need to\r
+encourage the widest possible use of a certain library, so that it becomes\r
+a de-facto standard. To achieve this, non-free programs must be\r
+allowed to use the library. A more frequent case is that a free\r
+library does the same job as widely used non-free libraries. In this\r
+case, there is little to gain by limiting the free library to free\r
+software only, so we use the Lesser General Public License.\r
+\r
+ In other cases, permission to use a particular library in non-free\r
+programs enables a greater number of people to use a large body of\r
+free software. For example, permission to use the GNU C Library in\r
+non-free programs enables many more people to use the whole GNU\r
+operating system, as well as its variant, the GNU/Linux operating\r
+system.\r
+\r
+ Although the Lesser General Public License is Less protective of the\r
+users' freedom, it does ensure that the user of a program that is\r
+linked with the Library has the freedom and the wherewithal to run\r
+that program using a modified version of the Library.\r
+\r
+ The precise terms and conditions for copying, distribution and\r
+modification follow. Pay close attention to the difference between a\r
+"work based on the library" and a "work that uses the library". The\r
+former contains code derived from the library, whereas the latter must\r
+be combined with the library in order to run.\r
+\r
+ GNU LESSER GENERAL PUBLIC LICENSE\r
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\r
+\r
+ 0. This License Agreement applies to any software library or other\r
+program which contains a notice placed by the copyright holder or\r
+other authorized party saying it may be distributed under the terms of\r
+this Lesser General Public License (also called "this License").\r
+Each licensee is addressed as "you".\r
+\r
+ A "library" means a collection of software functions and/or data\r
+prepared so as to be conveniently linked with application programs\r
+(which use some of those functions and data) to form executables.\r
+\r
+ The "Library", below, refers to any such software library or work\r
+which has been distributed under these terms. A "work based on the\r
+Library" means either the Library or any derivative work under\r
+copyright law: that is to say, a work containing the Library or a\r
+portion of it, either verbatim or with modifications and/or translated\r
+straightforwardly into another language. (Hereinafter, translation is\r
+included without limitation in the term "modification".)\r
+\r
+ "Source code" for a work means the preferred form of the work for\r
+making modifications to it. For a library, complete source code means\r
+all the source code for all modules it contains, plus any associated\r
+interface definition files, plus the scripts used to control compilation\r
+and installation of the library.\r
+\r
+ Activities other than copying, distribution and modification are not\r
+covered by this License; they are outside its scope. The act of\r
+running a program using the Library is not restricted, and output from\r
+such a program is covered only if its contents constitute a work based\r
+on the Library (independent of the use of the Library in a tool for\r
+writing it). Whether that is true depends on what the Library does\r
+and what the program that uses the Library does.\r
+ \r
+ 1. You may copy and distribute verbatim copies of the Library's\r
+complete source code as you receive it, in any medium, provided that\r
+you conspicuously and appropriately publish on each copy an\r
+appropriate copyright notice and disclaimer of warranty; keep intact\r
+all the notices that refer to this License and to the absence of any\r
+warranty; and distribute a copy of this License along with the\r
+Library.\r
+\r
+ You may charge a fee for the physical act of transferring a copy,\r
+and you may at your option offer warranty protection in exchange for a\r
+fee.\r
+\r
+ 2. You may modify your copy or copies of the Library or any portion\r
+of it, thus forming a work based on the Library, and copy and\r
+distribute such modifications or work under the terms of Section 1\r
+above, provided that you also meet all of these conditions:\r
+\r
+ a) The modified work must itself be a software library.\r
+\r
+ b) You must cause the files modified to carry prominent notices\r
+ stating that you changed the files and the date of any change.\r
+\r
+ c) You must cause the whole of the work to be licensed at no\r
+ charge to all third parties under the terms of this License.\r
+\r
+ d) If a facility in the modified Library refers to a function or a\r
+ table of data to be supplied by an application program that uses\r
+ the facility, other than as an argument passed when the facility\r
+ is invoked, then you must make a good faith effort to ensure that,\r
+ in the event an application does not supply such function or\r
+ table, the facility still operates, and performs whatever part of\r
+ its purpose remains meaningful.\r
+\r
+ (For example, a function in a library to compute square roots has\r
+ a purpose that is entirely well-defined independent of the\r
+ application. Therefore, Subsection 2d requires that any\r
+ application-supplied function or table used by this function must\r
+ be optional: if the application does not supply it, the square\r
+ root function must still compute square roots.)\r
+\r
+These requirements apply to the modified work as a whole. If\r
+identifiable sections of that work are not derived from the Library,\r
+and can be reasonably considered independent and separate works in\r
+themselves, then this License, and its terms, do not apply to those\r
+sections when you distribute them as separate works. But when you\r
+distribute the same sections as part of a whole which is a work based\r
+on the Library, the distribution of the whole must be on the terms of\r
+this License, whose permissions for other licensees extend to the\r
+entire whole, and thus to each and every part regardless of who wrote\r
+it.\r
+\r
+Thus, it is not the intent of this section to claim rights or contest\r
+your rights to work written entirely by you; rather, the intent is to\r
+exercise the right to control the distribution of derivative or\r
+collective works based on the Library.\r
+\r
+In addition, mere aggregation of another work not based on the Library\r
+with the Library (or with a work based on the Library) on a volume of\r
+a storage or distribution medium does not bring the other work under\r
+the scope of this License.\r
+\r
+ 3. You may opt to apply the terms of the ordinary GNU General Public\r
+License instead of this License to a given copy of the Library. To do\r
+this, you must alter all the notices that refer to this License, so\r
+that they refer to the ordinary GNU General Public License, version 2,\r
+instead of to this License. (If a newer version than version 2 of the\r
+ordinary GNU General Public License has appeared, then you can specify\r
+that version instead if you wish.) Do not make any other change in\r
+these notices.\r
+\r
+ Once this change is made in a given copy, it is irreversible for\r
+that copy, so the ordinary GNU General Public License applies to all\r
+subsequent copies and derivative works made from that copy.\r
+\r
+ This option is useful when you wish to copy part of the code of\r
+the Library into a program that is not a library.\r
+\r
+ 4. You may copy and distribute the Library (or a portion or\r
+derivative of it, under Section 2) in object code or executable form\r
+under the terms of Sections 1 and 2 above provided that you accompany\r
+it with the complete corresponding machine-readable source code, which\r
+must be distributed under the terms of Sections 1 and 2 above on a\r
+medium customarily used for software interchange.\r
+\r
+ If distribution of object code is made by offering access to copy\r
+from a designated place, then offering equivalent access to copy the\r
+source code from the same place satisfies the requirement to\r
+distribute the source code, even though third parties are not\r
+compelled to copy the source along with the object code.\r
+\r
+ 5. A program that contains no derivative of any portion of the\r
+Library, but is designed to work with the Library by being compiled or\r
+linked with it, is called a "work that uses the Library". Such a\r
+work, in isolation, is not a derivative work of the Library, and\r
+therefore falls outside the scope of this License.\r
+\r
+ However, linking a "work that uses the Library" with the Library\r
+creates an executable that is a derivative of the Library (because it\r
+contains portions of the Library), rather than a "work that uses the\r
+library". The executable is therefore covered by this License.\r
+Section 6 states terms for distribution of such executables.\r
+\r
+ When a "work that uses the Library" uses material from a header file\r
+that is part of the Library, the object code for the work may be a\r
+derivative work of the Library even though the source code is not.\r
+Whether this is true is especially significant if the work can be\r
+linked without the Library, or if the work is itself a library. The\r
+threshold for this to be true is not precisely defined by law.\r
+\r
+ If such an object file uses only numerical parameters, data\r
+structure layouts and accessors, and small macros and small inline\r
+functions (ten lines or less in length), then the use of the object\r
+file is unrestricted, regardless of whether it is legally a derivative\r
+work. (Executables containing this object code plus portions of the\r
+Library will still fall under Section 6.)\r
+\r
+ Otherwise, if the work is a derivative of the Library, you may\r
+distribute the object code for the work under the terms of Section 6.\r
+Any executables containing that work also fall under Section 6,\r
+whether or not they are linked directly with the Library itself.\r
+\r
+ 6. As an exception to the Sections above, you may also combine or\r
+link a "work that uses the Library" with the Library to produce a\r
+work containing portions of the Library, and distribute that work\r
+under terms of your choice, provided that the terms permit\r
+modification of the work for the customer's own use and reverse\r
+engineering for debugging such modifications.\r
+\r
+ You must give prominent notice with each copy of the work that the\r
+Library is used in it and that the Library and its use are covered by\r
+this License. You must supply a copy of this License. If the work\r
+during execution displays copyright notices, you must include the\r
+copyright notice for the Library among them, as well as a reference\r
+directing the user to the copy of this License. Also, you must do one\r
+of these things:\r
+\r
+ a) Accompany the work with the complete corresponding\r
+ machine-readable source code for the Library including whatever\r
+ changes were used in the work (which must be distributed under\r
+ Sections 1 and 2 above); and, if the work is an executable linked\r
+ with the Library, with the complete machine-readable "work that\r
+ uses the Library", as object code and/or source code, so that the\r
+ user can modify the Library and then relink to produce a modified\r
+ executable containing the modified Library. (It is understood\r
+ that the user who changes the contents of definitions files in the\r
+ Library will not necessarily be able to recompile the application\r
+ to use the modified definitions.)\r
+\r
+ b) Use a suitable shared library mechanism for linking with the\r
+ Library. A suitable mechanism is one that (1) uses at run time a\r
+ copy of the library already present on the user's computer system,\r
+ rather than copying library functions into the executable, and (2)\r
+ will operate properly with a modified version of the library, if\r
+ the user installs one, as long as the modified version is\r
+ interface-compatible with the version that the work was made with.\r
+\r
+ c) Accompany the work with a written offer, valid for at\r
+ least three years, to give the same user the materials\r
+ specified in Subsection 6a, above, for a charge no more\r
+ than the cost of performing this distribution.\r
+\r
+ d) If distribution of the work is made by offering access to copy\r
+ from a designated place, offer equivalent access to copy the above\r
+ specified materials from the same place.\r
+\r
+ e) Verify that the user has already received a copy of these\r
+ materials or that you have already sent this user a copy.\r
+\r
+ For an executable, the required form of the "work that uses the\r
+Library" must include any data and utility programs needed for\r
+reproducing the executable from it. However, as a special exception,\r
+the materials to be distributed need not include anything that is\r
+normally distributed (in either source or binary form) with the major\r
+components (compiler, kernel, and so on) of the operating system on\r
+which the executable runs, unless that component itself accompanies\r
+the executable.\r
+\r
+ It may happen that this requirement contradicts the license\r
+restrictions of other proprietary libraries that do not normally\r
+accompany the operating system. Such a contradiction means you cannot\r
+use both them and the Library together in an executable that you\r
+distribute.\r
+\r
+ 7. You may place library facilities that are a work based on the\r
+Library side-by-side in a single library together with other library\r
+facilities not covered by this License, and distribute such a combined\r
+library, provided that the separate distribution of the work based on\r
+the Library and of the other library facilities is otherwise\r
+permitted, and provided that you do these two things:\r
+\r
+ a) Accompany the combined library with a copy of the same work\r
+ based on the Library, uncombined with any other library\r
+ facilities. This must be distributed under the terms of the\r
+ Sections above.\r
+\r
+ b) Give prominent notice with the combined library of the fact\r
+ that part of it is a work based on the Library, and explaining\r
+ where to find the accompanying uncombined form of the same work.\r
+\r
+ 8. You may not copy, modify, sublicense, link with, or distribute\r
+the Library except as expressly provided under this License. Any\r
+attempt otherwise to copy, modify, sublicense, link with, or\r
+distribute the Library is void, and will automatically terminate your\r
+rights under this License. However, parties who have received copies,\r
+or rights, from you under this License will not have their licenses\r
+terminated so long as such parties remain in full compliance.\r
+\r
+ 9. You are not required to accept this License, since you have not\r
+signed it. However, nothing else grants you permission to modify or\r
+distribute the Library or its derivative works. These actions are\r
+prohibited by law if you do not accept this License. Therefore, by\r
+modifying or distributing the Library (or any work based on the\r
+Library), you indicate your acceptance of this License to do so, and\r
+all its terms and conditions for copying, distributing or modifying\r
+the Library or works based on it.\r
+\r
+ 10. Each time you redistribute the Library (or any work based on the\r
+Library), the recipient automatically receives a license from the\r
+original licensor to copy, distribute, link with or modify the Library\r
+subject to these terms and conditions. You may not impose any further\r
+restrictions on the recipients' exercise of the rights granted herein.\r
+You are not responsible for enforcing compliance by third parties with\r
+this License.\r
+\r
+ 11. If, as a consequence of a court judgment or allegation of patent\r
+infringement or for any other reason (not limited to patent issues),\r
+conditions are imposed on you (whether by court order, agreement or\r
+otherwise) that contradict the conditions of this License, they do not\r
+excuse you from the conditions of this License. If you cannot\r
+distribute so as to satisfy simultaneously your obligations under this\r
+License and any other pertinent obligations, then as a consequence you\r
+may not distribute the Library at all. For example, if a patent\r
+license would not permit royalty-free redistribution of the Library by\r
+all those who receive copies directly or indirectly through you, then\r
+the only way you could satisfy both it and this License would be to\r
+refrain entirely from distribution of the Library.\r
+\r
+If any portion of this section is held invalid or unenforceable under any\r
+particular circumstance, the balance of the section is intended to apply,\r
+and the section as a whole is intended to apply in other circumstances.\r
+\r
+It is not the purpose of this section to induce you to infringe any\r
+patents or other property right claims or to contest validity of any\r
+such claims; this section has the sole purpose of protecting the\r
+integrity of the free software distribution system which is\r
+implemented by public license practices. Many people have made\r
+generous contributions to the wide range of software distributed\r
+through that system in reliance on consistent application of that\r
+system; it is up to the author/donor to decide if he or she is willing\r
+to distribute software through any other system and a licensee cannot\r
+impose that choice.\r
+\r
+This section is intended to make thoroughly clear what is believed to\r
+be a consequence of the rest of this License.\r
+\r
+ 12. If the distribution and/or use of the Library is restricted in\r
+certain countries either by patents or by copyrighted interfaces, the\r
+original copyright holder who places the Library under this License may add\r
+an explicit geographical distribution limitation excluding those countries,\r
+so that distribution is permitted only in or among countries not thus\r
+excluded. In such case, this License incorporates the limitation as if\r
+written in the body of this License.\r
+\r
+ 13. The Free Software Foundation may publish revised and/or new\r
+versions of the Lesser General Public License from time to time.\r
+Such new versions will be similar in spirit to the present version,\r
+but may differ in detail to address new problems or concerns.\r
+\r
+Each version is given a distinguishing version number. If the Library\r
+specifies a version number of this License which applies to it and\r
+"any later version", you have the option of following the terms and\r
+conditions either of that version or of any later version published by\r
+the Free Software Foundation. If the Library does not specify a\r
+license version number, you may choose any version ever published by\r
+the Free Software Foundation.\r
+\r
+ 14. If you wish to incorporate parts of the Library into other free\r
+programs whose distribution conditions are incompatible with these,\r
+write to the author to ask for permission. For software which is\r
+copyrighted by the Free Software Foundation, write to the Free\r
+Software Foundation; we sometimes make exceptions for this. Our\r
+decision will be guided by the two goals of preserving the free status\r
+of all derivatives of our free software and of promoting the sharing\r
+and reuse of software generally.\r
+\r
+ NO WARRANTY\r
+\r
+ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO\r
+WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.\r
+EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR\r
+OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY\r
+KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE\r
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\r
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE\r
+LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME\r
+THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\r
+\r
+ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN\r
+WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY\r
+AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU\r
+FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR\r
+CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE\r
+LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING\r
+RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A\r
+FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF\r
+SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH\r
+DAMAGES.\r
+\r
+ END OF TERMS AND CONDITIONS\r
+\r
+ How to Apply These Terms to Your New Libraries\r
+\r
+ If you develop a new library, and you want it to be of the greatest\r
+possible use to the public, we recommend making it free software that\r
+everyone can redistribute and change. You can do so by permitting\r
+redistribution under these terms (or, alternatively, under the terms of the\r
+ordinary General Public License).\r
+\r
+ To apply these terms, attach the following notices to the library. It is\r
+safest to attach them to the start of each source file to most effectively\r
+convey the exclusion of warranty; and each file should have at least the\r
+"copyright" line and a pointer to where the full notice is found.\r
+\r
+ <one line to give the library's name and a brief idea of what it does.>\r
+ Copyright (C) <year> <name of author>\r
+\r
+ This library is free software; you can redistribute it and/or\r
+ modify it under the terms of the GNU Lesser General Public\r
+ License as published by the Free Software Foundation; either\r
+ version 2.1 of the License, or (at your option) any later version.\r
+\r
+ This library is distributed in the hope that it will be useful,\r
+ but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
+ Lesser General Public License for more details.\r
+\r
+ You should have received a copy of the GNU Lesser General Public\r
+ License along with this library; if not, write to the Free Software\r
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\r
+\r
+Also add information on how to contact you by electronic and paper mail.\r
+\r
+You should also get your employer (if you work as a programmer) or your\r
+school, if any, to sign a "copyright disclaimer" for the library, if\r
+necessary. Here is a sample; alter the names:\r
+\r
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the\r
+ library `Frob' (a library for tweaking knobs) written by James Random Hacker.\r
+\r
+ <signature of Ty Coon>, 1 April 1990\r
+ Ty Coon, President of Vice\r
+\r
+That's all there is to it!\r
+\r
+\r
-Version 4.7.11 (2018-04-11)
- Added a new imagetools_credentials_hosts option to the Imagetools Plugin.
- Fixed a bug where toggling a list containing empty LIs would throw an error. Patch contributed by bradleyke.
- Fixed a bug where applying block styles to a text with the caret at the end of the paragraph would select all text in the paragraph.
- Fixed a bug where toggling on the Spellchecker Plugin would trigger isDirty on the editor.
- Fixed a bug where it was possible to enter content into selection bookmark spans.
- Fixed a bug where if a non paragraph block was configured in forced_root_block the editor.getContent method would return incorrect values with an empty editor.
- Fixed a bug where dropdown menu panels stayed open and fixed in position when dragging dialog windows.
- Fixed a bug where it wasn't possible to extend table cells with the space button in Safari.
- Fixed a bug where the setupeditor event would thrown an error when using the Compat3x Plugin.
- Fixed a bug where an error was thrown in FontInfo when called on a detached element.
-Version 4.7.10 (2018-04-03)
- Removed the "read" step from the mobile theme.
- Added normalization of triple clicks across browsers in the editor.
- Added a `hasFocus` method to the editor that checks if the editor has focus.
- Added correct icon to the Nonbreaking Plugin menu item.
- Fixed so the `getContent`/`setContent` methods work even if the editor is not initialized.
- Fixed a bug with the Media Plugin where query strings were being stripped from youtube links.
- Fixed a bug where image styles were changed/removed when opening and closing the Image Plugin dialog.
- Fixed a bug in the Table Plugin where some table cell styles were not correctly added to the content html.
- Fixed a bug in the Spellchecker Plugin where it wasn't possible to change the spellchecker language.
- Fixed so the the unlink action in the Link Plugin has a menu item and can be added to the contextmenu.
- Fixed a bug where it wasn't possible to keyboard navigate to the start of an inline element on a new line within the same block element.
- Fixed a bug with the Text Color Plugin where if used with an inline editor located at the bottom of the screen the colorpicker could appear off screen.
- Fixed a bug with the UndoManager where undo levels were being added for nbzwsp characters.
- Fixed a bug with the Table Plugin where the caret would sometimes be lost when keyboard navigating up through a table.
- Fixed a bug where FontInfo.getFontFamily would throw an error when called on a removed editor.
- Fixed a bug in Firefox where undo levels were not being added correctly for some specific operations.
- Fixed a bug where initializing an inline editor inside of a table would make the whole table resizeable.
- Fixed a bug where the fake cursor that appears next to tables on Firefox was positioned incorrectly when switching to fullscreen.
- Fixed a bug where zwsp's weren't trimmed from the output from `editor.getContent({ format: 'text' })`.
- Fixed a bug where the fontsizeselect/fontselect toolbar items showed the body info rather than the first possible caret position info on init.
- Fixed a bug where it wasn't possible to select all content if the editor only contained an inline boundary element.
- Fixed a bug where `content_css` urls with query strings wasn't working.
- Fixed a bug in the Table Plugin where some table row styles were removed when changing other styles in the row properties dialog.
-Version 4.7.9 (2018-02-27)
- Fixed a bug where the editor target element didn't get the correct style when removing the editor.
-Version 4.7.8 (2018-02-26)
- Fixed an issue with the Help Plugin where the menuitem name wasn't lowercase.
- Fixed an issue on MacOS where text and bold text did not have the same line-height in the autocomplete dropdown in the Link Plugin dialog.
- Fixed a bug where the "paste as text" option in the Paste Plugin didn't work.
- Fixed a bug where dialog list boxes didn't get positioned correctly in documents with scroll.
- Fixed a bug where the Inlite Theme didn't use the Table Plugin api to insert correct tables.
- Fixed a bug where the Inlite Theme panel didn't hide on blur in a correct way.
- Fixed a bug where placing the cursor before a table in Firefox would scroll to the bottom of the table.
- Fixed a bug where selecting partial text in table cells with rowspans and deleting would produce faulty tables.
- Fixed a bug where the Preview Plugin didn't work on Safari due to sandbox security.
- Fixed a bug where table cell selection using the keyboard threw an error.
- Fixed so the font size and font family doesn't toggle the text but only sets the selected format on the selected text.
- Fixed so the built-in spellchecking on Chrome and Safari creates an undo level when replacing words.
-Version 4.7.7 (2018-02-19)
- Added a border style selector to the advanced tab of the Image Plugin.
- Added better controls for default table inserted by the Table Plugin.
- Added new `table_responsive_width` option to the Table Plugin that controls whether to use pixel or percentage widths.
- Fixed a bug where the Link Plugin text didn't update when a URL was pasted using the context menu.
- Fixed a bug with the Spellchecker Plugin where using "Add to dictionary" in the context menu threw an error.
- Fixed a bug in the Media Plugin where the preview node for iframes got default width and height attributes that interfered with width/height styles.
- Fixed a bug where backslashes were being added to some font family names in Firefox in the fontselect toolbar item.
- Fixed a bug where errors would be thrown when trying to remove an editor that had not yet been fully initialized.
- Fixed a bug where the Imagetools Plugin didn't update the images atomically.
- Fixed a bug where the Fullscreen Plugin was throwing errors when being used on an inline editor.
- Fixed a bug where drop down menus weren't positioned correctly in inline editors on scroll.
- Fixed a bug with a semicolon missing at the end of the bundled javascript files.
- Fixed a bug in the Table Plugin with cursor navigation inside of tables where the cursor would sometimes jump into an incorrect table cells.
- Fixed a bug where indenting a table that is a list item using the "Increase indent" button would create a nested table.
- Fixed a bug where text nodes containing only whitespace were being wrapped by paragraph elements.
- Fixed a bug where whitespace was being inserted after br tags inside of paragraph tags.
- Fixed a bug where converting an indented paragraph to a list item would cause the list item to have extra padding.
- Fixed a bug where Copy/Paste in an editor with a lot of content would cause the editor to scroll to the top of the content in IE11.
- Fixed a bug with a memory leak in the DragHelper. Path contributed by ben-mckernan.
- Fixed a bug where the advanced tab in the Media Plugin was being shown even if it didn't contain anything. Patch contributed by gabrieeel.
- Fixed an outdated eventname in the EventUtils. Patch contributed by nazar-pc.
- Fixed an issue where the Json.parse function would throw an error when being used on a page with strict CSP settings.
- Fixed so you can place the curser before and after table elements within the editor in Firefox and Edge/IE.
-Version 4.7.6 (2018-01-29)
- Fixed a bug in the jquery integration where it threw an error saying that "global is not defined".
- Fixed a bug where deleting a table cell whose previous sibling was set to contenteditable false would create a corrupted table.
- Fixed a bug where highlighting text in an unfocused editor did not work correctly in IE11/Edge.
- Fixed a bug where the table resize handles were not being repositioned when activating the Fullscreen Plugin.
- Fixed a bug where the Imagetools Plugin dialog didn't honor editor RTL settings.
- Fixed a bug where block elements weren't being merged correctly if you deleted from after a contenteditable false element to the beginning of another block element.
- Fixed a bug where TinyMCE didn't work with module loaders like webpack.
-Version 4.7.5 (2018-01-22)
- Fixed bug with the Codesample Plugin where it wasn't possible to edit codesamples when the editor was in inline mode.
- Fixed bug where focusing on the status bar broke the keyboard navigation functionality.
- Fixed bug where an error would be thrown on Edge by the Table Plugin when pasting using the PowerPaste Plugin.
- Fixed bug in the Table Plugin where selecting row border style from the dropdown menu in advanced row properties would throw an error.
- Fixed bug with icons being rendered incorrectly on Chrome on Mac OS.
- Fixed bug in the Textcolor Plugin where the font color and background color buttons wouldn't trigger an ExecCommand event.
- Fixed bug in the Link Plugin where the url field wasn't forced LTR.
- Fixed bug where the Nonbreaking Plugin incorrectly inserted spaces into tables.
- Fixed bug with the inline theme where the toolbar wasn't repositioned on window resize.
-Version 4.7.4 (2017-12-05)
- Fixed bug in the Nonbreaking Plugin where the nonbreaking_force_tab setting was being ignored.
- Fixed bug in the Table Plugin where changing row height incorrectly converted column widths to pixels.
- Fixed bug in the Table Plugin on Edge and IE11 where resizing the last column after resizing the table would cause invalid column heights.
- Fixed bug in the Table Plugin where keyboard navigation was not normalized between browsers.
- Fixed bug in the Table Plugin where the colorpicker button would show even without defining the colorpicker_callback.
- Fixed bug in the Table Plugin where it wasn't possible to set the cell background color.
- Fixed bug where Firefox would throw an error when intialising an editor on an element that is hidden or not yet added to the DOM.
- Fixed bug where Firefox would throw an error when intialising an editor inside of a hidden iframe.
-Version 4.7.3 (2017-11-23)
- Added functionality to open the Codesample Plugin dialog when double clicking on a codesample. Patch contributed by dakuzen.
- Fixed bug where undo/redo didn't work correctly with some formats and caret positions.
- Fixed bug where the color picker didn't show up in Table Plugin dialogs.
- Fixed bug where it wasn't possible to change the width of a table through the Table Plugin dialog.
- Fixed bug where the Charmap Plugin couldn't insert some special characters.
- Fixed bug where editing a newly inserted link would not actually edit the link but insert a new link next to it.
- Fixed bug where deleting all content in a table cell made it impossible to place the caret into it.
- Fixed bug where the vertical alignment field in the Table Plugin cell properties dialog didn't do anything.
- Fixed bug where an image with a caption showed two sets of resize handles in IE11.
- Fixed bug where pressing the enter button inside of an h1 with contenteditable set to true would sometimes produce a p tag.
- Fixed bug with backspace not working as expected before a noneditable element.
- Fixed bug where operating on tables with invalid rowspans would cause an error to be thrown.
- Fixed so a real base64 representation of the image is available on the blobInfo that the images_upload_handler gets called with.
- Fixed so the image upload tab is available when the images_upload_handler is defined (and not only when the images_upload_url is defined).
-Version 4.7.2 (2017-11-07)
- Added newly rewritten Table Plugin.
- Added support for attributes with colon in valid_elements and addValidElements.
- Added support for dailymotion short url in the Media Plugin. Patch contributed by maat8.
- Added support for converting to half pt when converting font size from px to pt. Patch contributed by danny6514.
- Added support for location hash to the Autosave plugin to make it work better with SPAs using hash routing.
- Added support for merging table cells when pasting a table into another table.
- Changed so the language packs are only loaded once. Patch contributed by 0xor1.
- Simplified the css for inline boundaries selection by switching to an attribute selector.
- Fixed bug where an error would be thrown on editor initialization if the window.getSelection() returned null.
- Fixed bug where holding down control or alt keys made the keyboard navigation inside an inline boundary not work as expected.
- Fixed bug where applying formats in IE11 produced extra, empty paragraphs in the editor.
- Fixed bug where the Word Count Plugin didn't count some mathematical operators correctly.
- Fixed bug where removing an inline editor removed the element that the editor had been initialized on.
- Fixed bug where setting the selection to the end of an editable container caused some formatting problems.
- Fixed bug where an error would be thrown sometimes when an editor was removed because of the selection bookmark was being stored asynchronously.
- Fixed a bug where an editor initialized on an empty list did not contain any valid cursor positions.
- Fixed a bug with the Context Menu Plugin and webkit browsers on Mac where right-clicking inside a table would produce an incorrect selection.
- Fixed bug where the Image Plugin constrain proportions setting wasn't working as expected.
- Fixed bug where deleting the last character in a span with decorations produced an incorrect element when typing.
- Fixed bug where focusing on inline editors made the toolbar flicker when moving between elements quickly.
- Fixed bug where the selection would be stored incorrectly in inline editors when the mouseup event was fired outside the editor body.
- Fixed bug where toggling bold at the end of an inline boundary would toggle off the whole word.
- Fixed bug where setting the skin to false would not stop the loading of some skin css files.
- Fixed bug in mobile theme where pinch-to-zoom would break after exiting the editor.
- Fixed bug where sublists of a fully selected list would not be switched correctly when changing list style.
- Fixed bug where inserting media by source would break the UndoManager.
- Fixed bug where inserting some content into the editor with a specific selection would replace some content incorrectly.
- Fixed bug where selecting all content with ctrl+a in IE11 caused problems with untoggling some formatting.
- Fixed bug where the Search and Replace Plugin left some marker spans in the editor when undoing and redoing after replacing some content.
- Fixed bug where the editor would not get a scrollbar when using the Fullscreen and Autoresize plugins together.
- Fixed bug where the font selector would stop working correctly after selecting fonts three times.
- Fixed so pressing the enter key inside of an inline boundary inserts a br after the inline boundary element.
- Fixed a bug where it wasn't possible to use tab navigation inside of a table that was inside of a list.
- Fixed bug where end_container_on_empty_block would incorrectly remove elements.
- Fixed bug where content_styles weren't added to the Preview Plugin iframe.
- Fixed so the beforeSetContent/beforeGetContent events are preventable.
- Fixed bug where changing height value in Table Plugin advanced tab didn't do anything.
- Fixed bug where it wasn't possible to remove formatting from content in beginning of table cell.
-Version 4.7.1 (2017-10-09)
- Fixed bug where theme set to false on an inline editor produced an extra div element after the target element.
- Fixed bug where the editor drag icon was misaligned with the branding set to false.
- Fixed bug where doubled menu items were not being removed as expected with the removed_menuitems setting.
- Fixed bug where the Table of contents plugin threw an error when initialized.
- Fixed bug where it wasn't possible to add inline formats to text selected right to left.
- Fixed bug where the paste from plain text mode did not work as expected.
- Fixed so the style previews do not set color and background color when selected.
- Fixed bug where the Autolink plugin didn't work as expected with some formats applied on an empty editor.
- Fixed bug where the Textpattern plugin were throwing errors on some patterns.
- Fixed bug where the Save plugin saved all editors instead of only the active editor. Patch contributed by dannoe.
-Version 4.7.0 (2017-10-03)
- Added new mobile ui that is specifically designed for mobile devices.
- Updated the default skin to be more modern and white since white is preferred by most implementations.
- Restructured the default menus to be more similar to common office suites like Google Docs.
- Fixed so theme can be set to false on both inline and iframe editor modes.
- Fixed bug where inline editor would add/remove the visualblocks css multiple times.
- Fixed bug where selection wouldn't be properly restored when editor lost focus and commands where invoked.
- Fixed bug where toc plugin would generate id:s for headers even though a toc wasn't inserted into the content.
- Fixed bug where is wasn't possible to drag/drop contents within the editor if paste_data_images where set to true.
- Fixed bug where getParam and close in WindowManager would get the first opened window instead of the last opened window.
- Fixed bug where delete would delete between cells inside a table in Firefox.
-Version 4.6.7 (2017-09-18)
- Fixed bug where paste wasn't working in IOS.
- Fixed bug where the Word Count Plugin didn't count some mathematical operators correctly.
- Fixed bug where inserting a list in a table caused the cell to expand in height.
- Fixed bug where pressing enter in a list located inside of a table deleted list items instead of inserting new list item.
- Fixed bug where copy and pasting table cells produced inconsistent results.
- Fixed bug where initializing an editor with an ID of 'length' would throw an exception.
- Fixed bug where it was possible to split a non merged table cell.
- Fixed bug where copy and pasting a list with a very specific selection into another list would produce a nested list.
- Fixed bug where copy and pasting ordered lists sometimes produced unordered lists.
- Fixed bug where padded elements inside other elements would be treated as empty.
- Added some missing translations to Image, Link and Help plugins.
- Fixed so you can resize images inside a figure element.
- Fixed bug where an inline TinyMCE editor initialized on a table did not set selection on load in Chrome.
- Fixed the positioning of the inlite toolbar when the target element wasn't big enough to fit the toolbar.
-Version 4.6.6 (2017-08-30)
- Fixed so that notifications wrap long text content instead of bleeding outside the notification element.
- Fixed so the content_style css is added after the skin and custom stylesheets.
- Fixed bug where it wasn't possible to remove a table with the Cut button.
- Fixed bug where the center format wasn't getting the same font size as the other formats in the format preview.
- Fixed bug where the wordcount plugin wasn't counting hyphenated words correctly.
- Fixed bug where all content pasted into the editor was added to the end of the editor.
- Fixed bug where enter keydown on list item selection only deleted content and didn't create a new line.
- Fixed bug where destroying the editor while the content css was still loading caused error notifications on Firefox.
- Fixed bug where undoing cut operation in IE11 left some unwanted html in the editor content.
- Fixed bug where enter keydown would throw an error in IE11.
- Fixed bug where duplicate instances of an editor were added to the editors array when using the createEditor API.
- Fixed bug where the formatter applied formats on the wrong content when spellchecker was activated.
- Fixed bug where switching formats would reset font size on child nodes.
- Fixed bug where the table caption element weren't always the first descendant to the table tag.
- Fixed bug where pasting some content into the editor on chrome some newlines were removed.
- Fixed bug where it wasn't possible to remove a list if a list item was a table element.
- Fixed bug where copy/pasting partial selections of tables wouldn't produce a proper table.
- Fixed bug where the searchreplace plugin could not find consecutive spaces.
- Fixed bug where background color wasn't applied correctly on some partially selected contents.
-Version 4.6.5 (2017-08-02)
- Added new inline_boundaries_selector that allows you to specify the elements that should have boundaries.
- Added new local upload feature this allows the user to upload images directly from the image dialog.
- Added a new api for providing meta data for plugins. It will show up in the help dialog if it's provided.
- Fixed so that the notifications created by the notification manager are more screen reader accessible.
- Fixed bug where changing the list format on multiple selected lists didn't change all of the lists.
- Fixed bug where the nonbreaking plugin would insert multiple undo levels when pressing the tab key.
- Fixed bug where delete/backspace wouldn't render a caret when all editor contents where deleted.
- Fixed bug where delete/backspace wouldn't render a caret if the deleted element was a single contentEditable false element.
- Fixed bug where the wordcount plugin wouldn't count words correctly if word where typed after applying a style format.
- Fixed bug where the wordcount plugin would count mathematical formulas as multiple words for example 1+1=2.
- Fixed bug where formatting of triple clicked blocks on Chrome/Safari would result in styles being added outside the visual selection.
- Fixed bug where paste would add the contents to the end of the editor area when inline mode was used.
- Fixed bug where toggling off bold formatting on text entered in a new paragraph would add an extra line break.
- Fixed bug where autolink plugin would only produce a link on every other consecutive link on Firefox.
- Fixed bug where it wasn't possible to select all contents if the content only had one pre element.
- Fixed bug where sizzle would produce lagging behavior on some sites due to repaints caused by feature detection.
- Fixed bug where toggling off inline formats wouldn't include the space on selected contents with leading or trailing spaces.
- Fixed bug where the cut operation in UI wouldn't work in Chrome.
- Fixed bug where some legacy editor initialization logic would throw exceptions about editor settings not being defined.
- Fixed bug where it wasn't possible to apply text color to links if they where part of a non collapsed selection.
- Fixed bug where an exception would be thrown if the user selected a video element and then moved the focus outside the editor.
- Fixed bug where list operations didn't work if there where block elements inside the list items.
- Fixed bug where applying block formats to lists wrapped in block elements would apply to all elements in that wrapped block.
-Version 4.6.4 (2017-06-13)
- Fixed bug where the editor would move the caret when clicking on the scrollbar next to a content editable false block.
- Fixed bug where the text color select dropdowns wasn't placed correctly when they didn't fit the width of the screen.
- Fixed bug where the default editor line height wasn't working for mixed font size contents.
- Fixed bug where the content css files for inline editors were loaded multiple times for multiple editor instances.
- Fixed bug where the initial value of the font size/font family dropdowns wasn't displayed.
- Fixed bug where the I18n api was not supporting arrays as the translation replacement values.
- Fixed bug where chrome would display "The given range isn't in document." errors for invalid ranges passed to setRng.
- Fixed bug where the compat3x plugin wasn't working since the global tinymce references wasn't resolved correctly.
- Fixed bug where the preview plugin wasn't encoding the base url passed into the iframe contents producing a xss bug.
- Fixed bug where the dom parser/serializer wasn't handling some special elements like noframes, title and xmp.
- Fixed bug where the dom parser/serializer wasn't handling cdata sections with comments inside.
- Fixed bug where the editor would scroll to the top of the editable area if a dialog was closed in inline mode.
- Fixed bug where the link dialog would not display the right rel value if rel_list was configured.
- Fixed bug where the context menu would select images on some platforms but not others.
- Fixed bug where the filenames of images were not retained on dragged and drop into the editor from the desktop.
- Fixed bug where the paste plugin would misrepresent newlines when pasting plain text and having forced_root_block configured.
- Fixed so that the error messages for the imagetools plugin is more human readable.
- Fixed so the internal validate setting for the parser/serializer can't be set from editor initialization settings.
-Version 4.6.3 (2017-05-30)
- Fixed bug where the arrow keys didn't work correctly when navigating on nested inline boundary elements.
- Fixed bug where delete/backspace didn't work correctly on nested inline boundary elements.
- Fixed bug where image editing didn't work on subsequent edits of the same image.
- Fixed bug where charmap descriptions wouldn't properly wrap if they exceeded the width of the box.
- Fixed bug where the default image upload handler only accepted 200 as a valid http status code.
- Fixed so rel on target=_blank links gets forced with only noopener instead of both noopener and noreferrer.
-Version 4.6.2 (2017-05-23)
- Fixed bug where the SaxParser would run out of memory on very large documents.
- Fixed bug with formatting like font size wasn't applied to del elements.
- Fixed bug where various api calls would be throwing exceptions if they where invoked on a removed editor instance.
- Fixed bug where the branding position would be incorrect if the editor was inside a hidden tab and then later showed.
- Fixed bug where the color levels feature in the imagetools dialog wasn't working properly.
- Fixed bug where imagetools dialog wouldn't pre-load images from CORS domains, before trying to prepare them for editing.
- Fixed bug where the tab key would move the caret to the next table cell if being pressed inside a list inside a table.
- Fixed bug where the cut/copy operations would loose parent context like the current format etc.
- Fixed bug with format preview not working on invalid elements excluded by valid_elements.
- Fixed bug where blocks would be merged in incorrect order on backspace/delete.
- Fixed bug where zero length text nodes would cause issues with the undo logic if there where iframes present.
- Fixed bug where the font size/family select lists would throw errors if the first node was a comment.
- Fixed bug with csp having to allow local script evaluation since it was used to detect global scope.
- Fixed bug where CSP required a relaxed option for javascript: URLs in unsupported legacy browsers.
- Fixed bug where a fake caret would be rendered for td with the contenteditable=false.
- Fixed bug where typing would be blocked on IE 11 when within a nested contenteditable=true/false structure.
-Version 4.6.1 (2017-05-10)
- Added configuration option to list plugin to disable tab indentation.
- Fixed bug where format change on very specific content could cause the selection to change.
- Fixed bug where TinyMCE could not be lazyloaded through jquery integration.
- Fixed bug where entities in style attributes weren't decoded correctly on paste in webkit.
- Fixed bug where fontsize_formats option had been renamed incorrectly.
- Fixed bug with broken backspace/delete behaviour between contenteditable=false blocks.
- Fixed bug where it wasn't possible to backspace to the previous line with the inline boundaries functionality turned on.
- Fixed bug where is wasn't possible to move caret left and right around a linked image with the inline boundaries functionality turned on.
- Fixed bug where pressing enter after/before hr element threw exception. Patch contributed bradleyke.
- Fixed so the CSS in the visualblocks plugin doesn't overwrite background color. Patch contributed by Christian Rank.
- Fixed bug where multibyte characters weren't encoded correctly. Patch contributed by James Tarkenton.
- Fixed bug where shift-click to select within contenteditable=true fields wasn't working.
-Version 4.6.0 (2017-05-04)
- Dropped support for IE 8-10 due to market share and lack of support from Microsoft. See tinymce docs for details.
- Added an inline boundary caret position feature that makes it easier to type at the beginning/end of links/code elements.
- Added a help plugin that adds a button and a dialog showing the editor shortcuts and loaded plugins.
- Added an inline_boundaries option that allows you to disable the inline boundary feature if it's not desired.
- Added a new ScrollIntoView event that allows you to override the default scroll to element behavior.
- Added role and aria- attributes as valid elements in the default valid elements config.
- Added new internal flag for PastePreProcess/PastePostProcess this is useful to know if the paste was coming from an external source.
- Added new ignore function to UndoManager this works similar to transact except that it doesn't add an undo level by default.
- Fixed so that urls gets retained for images when being edited. This url is then passed on to the upload handler.
- Fixed so that the editors would be initialized on readyState interactive instead of complete.
- Fixed so that the init event of the editor gets fired once all contentCSS files have been properly loaded.
- Fixed so that width/height of the editor gets taken from the textarea element if it's explicitly specified in styles.
- Fixed so that keep_styles set to false no longer clones class/style from the previous paragraph on enter.
- Fixed so that the default line-height is 1.2em to avoid zwnbsp characters from producing text rendering glitches on Windows.
- Fixed so that loading errors of content css gets presented by a notification message.
- Fixed so figure image elements can be linked when selected this wraps the figure image in a anchor element.
- Fixed bug where it wasn't possible to copy/paste rows with colspans by using the table copy/paste feature.
- Fixed bug where the protect setting wasn't properly applied to header/footer parts when using the fullpage plugin.
- Fixed bug where custom formats that specified upper case element names where not applied correctly.
- Fixed bug where some screen readers weren't reading buttons due to an aria specific fix for IE 8.
- Fixed bug where cut wasn't working correctly on iOS due to it's clipboard API not working correctly.
- Fixed bug where Edge would paste div elements instead of paragraphs when pasting plain text.
- Fixed bug where the textpattern plugin wasn't dealing with trailing punctuations correctly.
- Fixed bug where image editing would some times change the image format from jpg to png.
- Fixed bug where some UI elements could be inserted into the toolbar even if they where not registered.
- Fixed bug where it was possible to click the TD instead of the character in the character map and that caused an exception.
- Fixed bug where the font size/font family dropdowns would sometimes show an incorrect value due to css not being loaded in time.
- Fixed bug with the media plugin inserting undefined instead of retaining size when media_dimensions was set to false.
- Fixed bug with deleting images when forced_root_blocks where set to false.
- Fixed bug where input focus wasn't properly handled on nested content editable elements.
- Fixed bug where Chrome/Firefox would throw an exception when selecting images due to recent change of setBaseAndExtent support.
- Fixed bug where malformed blobs would throw exceptions now they are simply ignored.
- Fixed bug where backspace/delete wouldn't work properly in some cases where all contents was selected in WebKit.
- Fixed bug with Angular producing errors since it was expecting events objects to be patched with their custom properties.
- Fixed bug where the formatter would apply formatting to spellchecker errors now all bogus elements are excluded.
- Fixed bug with backspace/delete inside table caption elements wouldn't behave properly on IE 11.
- Fixed bug where typing after a contenteditable false inline element could move the caret to the end of that element.
- Fixed bug where backspace before/after contenteditable false blocks wouldn't properly remove the right element.
- Fixed bug where backspace before/after contenteditable false inline elements wouldn't properly empty the current block element.
- Fixed bug where vertical caret navigation with a custom line-height would sometimes match incorrect positions.
- Fixed bug with paste on Edge where character encoding wasn't handled properly due to a browser bug.
- Fixed bug with paste on Edge where extra fragment data was inserted into the contents when pasting.
- Fixed bug with pasting contents when having a whole block element selected on WebKit could cause WebKit spans to appear.
- Fixed bug where the visualchars plugin wasn't working correctly showing invisible nbsp characters.
- Fixed bug where browsers would hang if you tried to load some malformed html contents.
- Fixed bug where the init call promise wouldn't resolve if the specified selector didn't find any matching elements.
- Fixed bug where the Schema isValidChild function was case sensitive.
-Version 4.5.3 (2017-02-01)
- Added keyboard navigation for menu buttons when the menu is in focus.
- Added api to the list plugin for setting custom classes/attributes on lists.
- Added validation for the anchor plugin input field according to W3C id naming specifications.
- Fixed bug where media placeholders were removed after resize with the forced_root_block setting set to false.
- Fixed bug where deleting selections with similar sibling nodes sometimes deleted the whole document.
- Fixed bug with inlite theme where several toolbars would appear scrolling when more than one instance of the editor was in use.
- Fixed bug where the editor would throw error with the fontselect plugin on hidden editor instances in Firefox.
- Fixed bug where the background color would not stretch to the font size.
- Fixed bug where font size would be removed when changing background color.
- Fixed bug where the undomanager trimmed away whitespace between nodes on undo/redo.
- Fixed bug where media_dimensions=false in media plugin caused the editor to throw an error.
- Fixed bug where IE was producing font/u elements within links on paste.
- Fixed bug where some button tooltips were broken when compat3x was in use.
- Fixed bug where backspace/delete/typeover would remove the caption element.
- Fixed bug where powerspell failed to function when compat3x was enabled.
- Fixed bug where it wasn't possible to apply sub/sup on text with large font size.
- Fixed bug where pre tags with spaces weren't treated as content.
- Fixed bug where Meta+A would select the entire document instead of all contents in nested ce=true elements.
-Version 4.5.2 (2017-01-04)
- Added missing keyboard shortcut description for the underline menu item in the format menu.
- Fixed bug where external blob urls wasn't properly handled by editor upload logic. Patch contributed by David Oviedo.
- Fixed bug where urls wasn't treated as a single word by the wordcount plugin.
- Fixed bug where nbsp characters wasn't treated as word delimiters by the wordcount plugin.
- Fixed bug where editor instance wasn't properly passed to the format preview logic. Patch contributed by NullQuery.
- Fixed bug where the fake caret wasn't hidden when you moved selection to a cE=false element.
- Fixed bug where it wasn't possible to edit existing code sample blocks.
- Fixed bug where it wasn't possible to delete editor contents if the selection included an empty block.
- Fixed bug where the formatter wasn't expanding words on some international characters. Patch contributed by Martin Larochelle.
- Fixed bug where the open link feature wasn't working correctly on IE 11.
- Fixed bug where enter before/after a cE=false block wouldn't properly padd the paragraph with an br element.
- Fixed so font size and font family select boxes always displays a value by using the runtime style as a fallback.
- Fixed so missing plugins will be logged to console as warnings rather than halting the initialization of the editor.
- Fixed so splitbuttons become normal buttons in advlist plugin if styles are empty. Patch contributed by René Schleusner.
- Fixed so you can multi insert rows/cols by selecting table cells and using insert rows/columns.
-Version 4.5.1 (2016-12-07)
- Fixed bug where the lists plugin wouldn't initialize without the advlist plugins if served from cdn.
- Fixed bug where selectors with "*" would cause the style format preview to throw an error.
- Fixed bug with toggling lists off on lists with empty list items would throw an error.
- Fixed bug where editing images would produce non existing blob uris.
- Fixed bug where the offscreen toc selection would be treated as the real toc element.
- Fixed bug where the aria level attribute for element path would have an incorrect start index.
- Fixed bug where the offscreen selection of cE=false that where very wide would be shown onscreen. Patch contributed by Steven Bufton.
- Fixed so the default_link_target gets applied to links created by the autolink plugin.
- Fixed so that the name attribute gets removed by the anchor plugin if editing anchors.
-Version 4.5.0 (2016-11-23)
- Added new toc plugin allows you to insert table of contents based on editor headings.
- Added new auto complete menu to all url fields. Adds history, link to anchors etc.
- Added new sidebar api that allows you to add custom sidebar panels and buttons to toggle these.
- Added new insert menu button that allows you to have multiple insert functions under the same menu button.
- Added new open link feature to ctrl+click, alt+enter and context menu.
- Added new media_embed_handler option to allow the media plugin to be populated with custom embeds.
- Added new support for editing transparent images using the image tools dialog.
- Added new images_reuse_filename option to allow filenames of images to be retained for upload.
- Added new security feature where links with target="_blank" will by default get rel="noopener noreferrer".
- Added new allow_unsafe_link_target to allow you to opt-out of the target="_blank" security feature.
- Added new style_formats_autohide option to automatically hide styles based on context.
- Added new codesample_content_css option to specify where the code sample prism css is loaded from.
- Added new support for Japanese/Chinese word count following the unicode standards on this.
- Added new fragmented undo levels this dramatically reduces flicker on contents with iframes.
- Added new live previews for complex elements like table or lists.
- Fixed bug where it wasn't possible to properly tab between controls in a dialog with a disabled form item control.
- Fixed bug where firefox would generate a rectangle on elements produced after/before a cE=false elements.
- Fixed bug with advlist plugin not switching list element format properly in some edge cases.
- Fixed bug where col/rowspans wasn't correctly computed by the table plugin in some cases.
- Fixed bug where the table plugin would thrown an error if object_resizing was disabled.
- Fixed bug where some invalid markup would cause issues when running in XHTML mode. Patch contributed by Charles Bourasseau.
- Fixed bug where the fullscreen class wouldn't be removed properly when closing dialogs.
- Fixed bug where the PastePlainTextToggle event wasn't fired by the paste plugin when the state changed.
- Fixed bug where table the row type wasn't properly updated in table row dialog. Patch contributed by Matthias Balmer.
- Fixed bug where select all and cut wouldn't place caret focus back to the editor in WebKit. Patch contributed by Daniel Jalkut.
- Fixed bug where applying cell/row properties to multiple cells/rows would reset other unchanged properties.
- Fixed bug where some elements in the schema would have redundant/incorrect children.
- Fixed bug where selector and target options would cause issues if used together.
- Fixed bug where drag/drop of images from desktop on chrome would thrown an error.
- Fixed bug where cut on WebKit/Blink wouldn't add an undo level.
- Fixed bug where IE 11 would scroll to the cE=false elements when they where selected.
- Fixed bug where keys like F5 wouldn't work when a cE=false element was selected.
- Fixed bug where the undo manager wouldn't stop the typing state when commands where executed.
- Fixed bug where unlink on wrapped links wouldn't work properly.
- Fixed bug with drag/drop of images on WebKit where the image would be deleted form the source editor.
- Fixed bug where the visual characters mode would be disabled when contents was extracted from the editor.
- Fixed bug where some browsers would toggle of formats applied to the caret when clicking in the editor toolbar.
- Fixed bug where the custom theme function wasn't working correctly.
- Fixed bug where image option for custom buttons required you to have icon specified as well.
- Fixed bug where the context menu and contextual toolbars would be visible at the same time and sometimes overlapping.
- Fixed bug where the noneditable plugin would double wrap elements when using the noneditable_regexp option.
- Fixed bug where tables would get padding instead of margin when you used the indent button.
- Fixed bug where the charmap plugin wouldn't properly insert non breaking spaces.
- Fixed bug where the color previews in color input boxes wasn't properly updated.
- Fixed bug where the list items of previous lists wasn't merged in the right order.
- Fixed bug where it wasn't possible to drag/drop inline-block cE=false elements on IE 11.
- Fixed bug where some table cell merges would produce incorrect rowspan/colspan.
- Fixed so the font size of the editor defaults to 14px instead of 11px this can be overridden by custom css.
- Fixed so wordcount is debounced to reduce cpu hogging on larger texts.
- Fixed so tinymce global gets properly exported as a module when used with some module bundlers.
- Fixed so it's possible to specify what css properties you want to preview on specific formats.
- Fixed so anchors are contentEditable=false while within the editor.
- Fixed so selected contents gets wrapped in a inline code element by the codesample plugin.
- Fixed so conditional comments gets properly stripped independent of case. Patch contributed by Georgii Dolzhykov.
- Fixed so some escaped css sequences gets properly handled. Patch contributed by Georgii Dolzhykov.
- Fixed so notifications with the same message doesn't get displayed at the same time.
- Fixed so F10 can be used as an alternative key to focus to the toolbar.
- Fixed various api documentation issues and typos.
- Removed layer plugin since it wasn't really ported from 3.x and there doesn't seem to be much use for it.
- Removed moxieplayer.swf from the media plugin since it wasn't used by the media plugin.
- Removed format state from the advlist plugin to be more consistent with common word processors.
-Version 4.4.3 (2016-09-01)
- Fixed bug where copy would produce an exception on Chrome.
- Fixed bug where deleting lists on IE 11 would merge in correct text nodes.
- Fixed bug where deleting partial lists with indentation wouldn't cause proper normalization.
-Version 4.4.2 (2016-08-25)
- Added new importcss_exclusive option to disable unique selectors per group.
- Added new group specific selector_converter option to importcss plugin.
- Added new codesample_languages option to apply custom languages to codesample plugin.
- Added new codesample_dialog_width/codesample_dialog_height options.
- Fixed bug where fullscreen button had an incorrect keyboard shortcut.
- Fixed bug where backspace/delete wouldn't work correctly from a block to a cE=false element.
- Fixed bug where smartpaste wasn't detecting links with special characters in them like tilde.
- Fixed bug where the editor wouldn't get proper focus if you clicked on a cE=false element.
- Fixed bug where it wasn't possible to copy/paste table rows that had merged cells.
- Fixed bug where merging cells could some times produce invalid col/rowspan attibute values.
- Fixed bug where getBody would sometimes thrown an exception now it just returns null if the iframe is clobbered.
- Fixed bug where drag/drop of cE=false element wasn't properly constrained to viewport.
- Fixed bug where contextmenu on Mac would collapse any selection to a caret.
- Fixed bug where rtl mode wasn't rendered properly when loading a language pack with the rtl flag.
- Fixed bug where Kamer word bounderies would be stripped from contents.
- Fixed bug where lists would sometimes render two dots or numbers on the same line.
- Fixed bug where the skin_url wasn't used by the inlite theme.
- Fixed so data attributes are ignored when comparing formats in the formatter.
- Fixed so it's possible to disable inline toolbars in the inlite theme.
- Fixed so template dialog gets resized if it doesn't fit the window viewport.
-Version 4.4.1 (2016-07-26)
- Added smart_paste option to paste plugin to allow disabling the paste behavior if needed.
- Fixed bug where png urls wasn't properly detected by the smart paste logic.
- Fixed bug where the element path wasn't working properly when multiple editor instances where used.
- Fixed bug with creating lists out of multiple paragraphs would just create one list item instead of multiple.
- Fixed bug where scroll position wasn't properly handled by the inlite theme to place the toolbar properly.
- Fixed bug where multiple instances of the editor using the inlite theme didn't render the toolbar properly.
- Fixed bug where the shortcut label for fullscreen mode didn't match the actual shortcut key.
- Fixed bug where it wasn't possible to select cE=false blocks using touch devices on for example iOS.
- Fixed bug where it was possible to select the child image within a cE=false on IE 11.
- Fixed so inserts of html containing lists doesn't merge with any existing lists unless it's a paste operation.
-Version 4.4.0 (2016-06-30)
- Added new inlite theme this is a more lightweight inline UI.
- Added smarter paste logic that auto detects urls in the clipboard and inserts images/links based on that.
- Added a better image resize algorithm for better image quality in the imagetools plugin.
- Fixed bug where it wasn't possible to drag/dropping cE=false elements on FF.
- Fixed bug where backspace/delete before/after a cE=false block would produce a new paragraph.
- Fixed bug where list style type css property wasn't preserved when indenting lists.
- Fixed bug where merging of lists where done even if the list style type was different.
- Fixed bug where the image_dataimg_filter function wasn't used when pasting images.
- Fixed bug where nested editable within a non editable element would cause scroll on focus in Chrome.
- Fixed so invalid targets for inline mode is blocked on initialization. We only support elements that can have children.
-Version 4.3.13 (2016-06-08)
- Added characters with a diacritical mark to charmap plugin. Patch contributed by Dominik Schilling.
- Added better error handling if the image proxy service would produce errors.
- Fixed issue with pasting list items into list items would produce nested list rather than a merged list.
- Fixed bug where table selection could get stuck in selection mode for inline editors.
- Fixed bug where it was possible to place the caret inside the resize grid elements.
- Fixed bug where it wasn't possible to place in elements horizontally adjacent cE=false blocks.
- Fixed bug where multiple notifications wouldn't be properly placed on screen.
- Fixed bug where multiple editor instance of the same id could be produces in some specific integrations.
-Version 4.3.12 (2016-05-10)
- Fixed bug where focus calls couldn't be made inside the editors PostRender event handler.
- Fixed bug where some translations wouldn't work as expected due to a bug in editor.translate.
- Fixed bug where the node change event could fire with a node out side the root of the editor.
- Fixed bug where Chrome wouldn't properly present the keyboard paste clipboard details when paste was clicked.
- Fixed bug where merged cells in tables couldn't be selected from right to left.
- Fixed bug where insert row wouldn't properly update a merged cells rowspan property.
- Fixed bug where the color input boxes preview field wasn't properly set on initialization.
- Fixed bug where IME composition inside table cells wouldn't work as expected on IE 11.
- Fixed so all shadow dom support is under and experimental flag due to flaky browser support.
-Version 4.3.11 (2016-04-25)
- Fixed bug where it wasn't possible to insert empty blocks though the API unless they where padded.
- Fixed bug where you couldn't type the Euro character on Windows.
- Fixed bug where backspace/delete from a cE=false element to a text block didn't work properly.
- Fixed bug where the text color default grid would render incorrectly.
- Fixed bug where the codesample plugin wouldn't load the css in the editor for multiple editors.
- Fixed so the codesample plugin textarea gets focused by default.
-Version 4.3.10 (2016-04-12)
- Fixed bug where the key "y" on WebKit couldn't be entered due to conflict with keycode for F10 on keypress.
-Version 4.3.9 (2016-04-12)
- Added support for focusing the contextual toolbars using keyboard.
- Added keyboard support for slider UI controls. You can no increase/decrease using arrow keys.
- Added url pattern matching for Dailymotion to media plugin. Patch contributed by Bertrand Darbon.
- Added body_class to template plugin preview. Patch contributed by Milen Petrinski.
- Added options to better override textcolor pickers with custom colors. Patch contributed by Xavier Boubert.
- Added visual arrows to inline contextual toolbars so that they point to the element being active.
- Fixed so toolbars for tables or other larger elements get better positioned below the scrollable viewport.
- Fixed bug where it was possible to click links inside cE=false blocks.
- Fixed bug where event targets wasn't properly handled in Safari Technical Preview.
- Fixed bug where drag/drop text in FF 45 would make the editor caret invisible.
- Fixed bug where the remove state wasn't properly set on editor instances when detected as clobbered.
- Fixed bug where offscreen selection of some cE=false elements would render onscreen. Patch contributed by Steven Bufton
- Fixed bug where enter would clone styles out side the root on editors inside a span. Patch contributed by ChristophKaser.
- Fixed bug where drag/drop of images into the editor didn't work correctly in FF.
- Fixed so the first item in panels for the imagetools dialog gets proper keyboard focus.
- Changed the Meta+Shift+F shortcut to Ctrl+Shift+F since Czech, Slovak, Polish languages used the first one for input.
-Version 4.3.8 (2016-03-15)
- Fixed bug where inserting HR at the end of a block element would produce an extra empty block.
- Fixed bug where links would be clickable when readonly mode was enabled.
- Fixed bug where the formatter would normalize to the wrong node on very specific content.
- Fixed bug where some nested list items couldn't be indented properly.
- Fixed bug where links where clickable in the preview dialog.
- Fixed so the alt attribute doesn't get padded with an empty value by default.
- Fixed so nested alignment works more correctly. You will now alter the alignment to the closest block parent.
-Version 4.3.7 (2016-03-02)
- Fixed bug where incorrect icons would be rendered for imagetools edit and color levels.
- Fixed bug where navigation using arrow keys inside a SelectBox didn't move up/down.
- Fixed bug where the visualblocks plugin would render borders round internal UI elements.
-Version 4.3.6 (2016-03-01)
- Added new paste_remember_plaintext_info option to allow a global disable of the plain text mode notification.
- Added new PastePlainTextToggle event that fires when plain text mode toggles on/off.
- Fixed bug where it wasn't possible to select media elements since the drag logic would snap it to mouse cursor.
- Fixed bug where it was hard to place the caret inside nested cE=true elements when the outer cE=false element was focused.
- Fixed bug where editors wouldn't properly initialize if both selector and mode where used.
- Fixed bug where IME input inside table cells would switch the IME off.
- Fixed bug where selection inside the first table cell would cause the whole table cell to get selected.
- Fixed bug where error handling of images being uploaded wouldn't properly handle faulty statuses.
- Fixed bug where inserting contents before a HR would cause an exception to be thrown.
- Fixed bug where copy/paste of Excel data would be inserted as an image.
- Fixed caret position issues with copy/paste of inline block cE=false elements.
- Fixed issues with various menu item focus bugs in Chrome. Where the focused menu bar item wasn't properly blurred.
- Fixed so the notifications have a solid background since it would be hard to read if there where text under it.
- Fixed so notifications gets animated similar to the ones used by dialogs.
- Fixed so larger images that gets pasted is handled better.
- Fixed so the window close button is more uniform on various platform and also increased it's hit area.
-Version 4.3.5 (2016-02-11)
- Npm version bump due to package not being fully updated.
-Version 4.3.4 (2016-02-11)
- Added new OpenWindow/CloseWindow events that gets fired when windows open/close.
- Added new NewCell/NewRow events that gets fired when table cells/rows are created.
- Added new Promise return value to tinymce.init makes it easier to handle initialization.
- Removed the jQuery version the jQuery plugin is now moved into the main package.
- Removed jscs from build process since eslint can now handle code style checking.
- Fixed various bugs with drag/drop of contentEditable:false elements.
- Fixed bug where deleting of very specific nested list items would result in an odd list.
- Fixed bug where lists would get merged with adjacent lists outside the editable inline root.
- Fixed bug where MS Edge would crash when closing a dialog then clicking a menu item.
- Fixed bug where table cell selection would add undo levels.
- Fixed bug where table cell selection wasn't removed when inline editor where removed.
- Fixed bug where table cell selection wouldn't work properly on nested tables.
- Fixed bug where table merge menu would be available when merging between thead and tbody.
- Fixed bug where table row/column resize wouldn't get properly removed when the editor was removed.
- Fixed bug where Chrome would scroll to the editor if there where a empty hash value in document url.
- Fixed bug where the cache suffix wouldn't work correctly with the importcss plugin.
- Fixed bug where selection wouldn't work properly on MS Edge on Windows Phone 10.
- Fixed so adjacent pre blocks gets joined into one pre block since that seems like the user intent.
- Fixed so events gets properly dispatched in shadow dom. Patch provided by Nazar Mokrynskyi.
-Version 4.3.3 (2016-01-14)
- Added new table_resize_bars configuration setting. This setting allows you to disable the table resize bars.
- Added new beforeInitialize event to tinymce.util.XHR lets you modify XHR properties before open. Patch contributed by Brent Clintel.
- Added new autolink_pattern setting to autolink plugin. Enables you to override the default autolink formats. Patch contributed by Ben Tiedt.
- Added new charmap option that lets you override the default charmap of the charmap plugin.
- Added new charmap_append option that lets you add new characters to the default charmap of the charmap plugin.
- Added new insertCustomChar event that gets fired when a character is inserted by the charmap plugin.
- Fixed bug where table cells started with a superfluous in IE10+.
- Fixed bug where table plugin would retain all BR tags when cells were merged.
- Fixed bug where media plugin would strip underscores from youtube urls.
- Fixed bug where IME input would fail on IE 11 if you typed within a table.
- Fixed bug where double click selection of a word would remove the space before the word on insert contents.
- Fixed bug where table plugin would produce exceptions when hovering tables with invalid structure.
- Fixed bug where fullscreen wouldn't scroll back to it's original position when untoggled.
- Fixed so the template plugins templates setting can be a function that gets a callback that can provide templates.
-Version 4.3.2 (2015-12-14)
- Fixed bug where the resize bars for table cells were not affected by the object_resizing property.
- Fixed bug where the contextual table toolbar would appear incorrectly if TinyMCE was initialized inline inside a table.
- Fixed bug where resizing table cells did not fire a node change event or add an undo level.
- Fixed bug where double click selection of text on IE 11 wouldn't work properly.
- Fixed bug where codesample plugin would incorrectly produce br elements inside code elements.
- Fixed bug where media plugin would strip dashes from youtube urls.
- Fixed bug where it was possible to move the caret into the table resize bars.
- Fixed bug where drag/drop into a cE=false element was possible on IE.
-Version 4.3.1 (2015-11-30)
- Fixed so it's possible to disable the table inline toolbar by setting it to false or an empty string.
- Fixed bug where it wasn't possible to resize some tables using the drag handles.
- Fixed bug where unique id:s would clash for multiple editor instances and cE=false selections.
- Fixed bug where the same plugin could be initialized multiple times.
- Fixed bug where the table inline toolbars would be displayed at the same time as the image toolbars.
- Fixed bug where the table selection rect wouldn't be removed when selecting another control element.
-Version 4.3.0 (2015-11-23)
- Added new table column/row resize support. Makes it a lot more easy to resize the columns/rows in a table.
- Added new table inline toolbar. Makes it easier to for example add new rows or columns to a table.
- Added new notification API. Lets you display floating notifications to the end user.
- Added new codesample plugin that lets you insert syntax highlighted pre elements into the editor.
- Added new image_caption to images. Lets you create images with captions using a HTML5 figure/figcaption elements.
- Added new live previews of embeded videos. Lets you play the video right inside the editor.
- Added new setDirty method and "dirty" event to the editor. Makes it easier to track the dirty state change.
- Added new setMode method to Editor instances that lets you dynamically switch between design/readonly.
- Added new core support for contentEditable=false elements within the editor overrides the browsers broken behavior.
- Rewrote the noneditable plugin to use the new contentEditable false core logic.
- Fixed so the dirty state doesn't set to false automatically when the undo index is set to 0.
- Fixed the Selection.placeCaretAt so it works better on IE when the coordinate is between paragraphs.
- Fixed bug where data-mce-bogus="all" element contents where counted by the word count plugin.
- Fixed bug where contentEditable=false elements would be indented by the indent buttons.
- Fixed bug where images within contentEditable=false would be selected in WebKit on mouse click.
- Fixed bug in DOMUntils split method where the replacement parameter wouldn't work on specific cases.
- Fixed bug where the importcss plugin would import classes from the skin content css file.
- Fixed so all button variants have a wrapping span for it's text to make it easier to skin.
- Fixed so it's easier to exit pre block using the arrow keys.
- Fixed bug where listboxes with fix widths didn't render correctly.
-Version 4.2.8 (2015-11-13)
- Fixed bug where it was possible to delete tables as the inline root element if all columns where selected.
- Fixed bug where the UI buttons active state wasn't properly updated due to recent refactoring of that logic.
-Version 4.2.7 (2015-10-27)
- Fixed bug where backspace/delete would remove all formats on the last paragraph character in WebKit/Blink.
- Fixed bug where backspace within a inline format element with a bogus caret container would move the caret.
- Fixed bug where backspace/delete on selected table cells wouldn't add an undo level.
- Fixed bug where script tags embedded within the editor could sometimes get a mce- prefix prepended to them
- Fixed bug where validate: false option could produce an error to be thrown from the Serialization step.
- Fixed bug where inline editing of a table as the root element could let the user delete that table.
- Fixed bug where inline editing of a table as the root element wouldn't properly handle enter key.
- Fixed bug where inline editing of a table as the root element would normalize the selection incorrectly.
- Fixed bug where inline editing of a list as the root element could let the user delete that list.
- Fixed bug where inline editing of a list as the root element could let the user split that list.
- Fixed bug where resize handles would be rendered on editable root elements such as table.
-Version 4.2.6 (2015-09-28)
- Added capability to set request headers when using XHRs.
- Added capability to upload local images automatically default delay is set to 30 seconds after editing images.
- Added commands ids mceEditImage, mceAchor and mceMedia to be avaiable from execCommand.
- Added Edge browser to saucelabs grunt task. Patch contributed by John-David Dalton.
- Fixed bug where blob uris not produced by tinymce would produce HTML invalid markup.
- Fixed bug where selection of contents of a nearly empty editor in Edge would sometimes fail.
- Fixed bug where color styles woudln't be retained on copy/paste in Blink/Webkit.
- Fixed bug where the table plugin would throw an error when inserting rows after a child table.
- Fixed bug where the template plugin wouldn't handle functions as variable replacements.
- Fixed bug where undo/redo sometimes wouldn't work properly when applying formatting collapsed ranges.
- Fixed bug where shift+delete wouldn't do a cut operation on Blink/WebKit.
- Fixed bug where cut action wouldn't properly store the before selection bookmark for the undo level.
- Fixed bug where backspace in side an empty list element on IE would loose editor focus.
- Fixed bug where the save plugin wouldn't enable the buttons when a change occurred.
- Fixed bug where Edge wouldn't initialize the editor if a document.domain was specified.
- Fixed bug where enter key before nested images would sometimes not properly expand the previous block.
- Fixed bug where the inline toolbars wouldn't get properly hidden when blurring the editor instance.
- Fixed bug where Edge would paste Chinese characters on some Windows 10 installations.
- Fixed bug where IME would loose focus on IE 11 due to the double trailing br bug fix.
- Fixed bug where the proxy url in imagetools was incorrect. Patch contributed by Wong Ho Wang.
-Version 4.2.5 (2015-08-31)
- Added fullscreen capability to embedded youtube and vimeo videos.
- Fixed bug where the uploadImages call didn't work on IE 10.
- Fixed bug where image place holders would be uploaded by uploadImages call.
- Fixed bug where images marked with bogus would be uploaded by the uploadImages call.
- Fixed bug where multiple calls to uploadImages would result in decreased performance.
- Fixed bug where pagebreaks were editable to imagetools patch contributed by Rasmus Wallin.
- Fixed bug where the element path could cause too much recursion exception.
- Fixed bug for domains containing ".min". Patch contributed by Loïc Février.
- Fixed so validation of external links to accept a number after www. Patch contributed by Victor Carvalho.
- Fixed so the charmap is exposed though execCommand. Patch contributed by Matthew Will.
- Fixed so that the image uploads are concurrent for improved performance.
- Fixed various grammar problems in inline documentation. Patches provided by nikolas.
-Version 4.2.4 (2015-08-17)
- Added picture as a valid element to the HTML 5 schema. Patch contributed by Adam Taylor.
- Fixed bug where contents would be duplicated on drag/drop within the same editor.
- Fixed bug where floating/alignment of images on Edge wouldn't work properly.
- Fixed bug where it wasn't possible to drag images on IE 11.
- Fixed bug where image selection on Edge would sometimes fail.
- Fixed bug where contextual toolbars icons wasn't rendered properly when using the toolbar_items_size.
- Fixed bug where searchreplace dialog doesn't get prefilled with the selected text.
- Fixed bug where fragmented matches wouldn't get properly replaced by the searchreplace plugin.
- Fixed bug where enter key wouldn't place the caret if was after a trailing space within an inline element.
- Fixed bug where the autolink plugin could produce multiple links for the same text on Gecko.
- Fixed bug where EditorUpload could sometimes throw an exception if the blob wasn't found.
- Fixed xss issues with media plugin not properly filtering out some script attributes.
-Version 4.2.3 (2015-07-30)
- Fixed bug where image selection wasn't possible on Edge due to incompatible setBaseAndExtend API.
- Fixed bug where image blobs urls where not properly destroyed by the imagetools plugin.
- Fixed bug where keyboard shortcuts wasn't working correctly on IE 8.
- Fixed skin issue where the borders of panels where not visible on IE 8.
-Version 4.2.2 (2015-07-22)
- Fixed bug where float panels were not being hidden on inline editor blur when fixed_toolbar_container config option was in use.
- Fixed bug where combobox states wasn't properly updated if contents where updated without keyboard.
- Fixed bug where pasting into textbox or combobox would move the caret to the end of text.
- Fixed bug where removal of bogus span elements before block elements would remove whitespace between nodes.
- Fixed bug where repositioning of inline toolbars where async and producing errors if the editor was removed from DOM to early. Patch by iseulde.
- Fixed bug where element path wasn't working correctly. Patch contributed by iseulde.
- Fixed bug where menus wasn't rendered correctly when custom images where added to a menu. Patch contributed by Naim Hammadi.
-Version 4.2.1 (2015-06-29)
- Fixed bug where back/forward buttons in the browser would render blob images as broken images.
- Fixed bug where Firefox would throw regexp to big error when replacing huge base64 chunks.
- Fixed bug rendering issues with resize and context toolbars not being placed properly until next animation frame.
- Fixed bug where the rendering of the image while cropping would some times not be centered correctly.
- Fixed bug where listbox items with submenus would me selected as active.
- Fixed bug where context menu where throwing an error when rendering.
- Fixed bug where resize both option wasn't working due to resent addClass API change. Patch contributed by Jogai.
- Fixed bug where a hideAll call for container rendered inline toolbars would throw an error.
- Fixed bug where onclick event handler on combobox could cause issues if element.id was a function by some polluting libraries.
- Fixed bug where listboxes wouldn't get proper selected sub menu item when using link_list or image_list.
- Fixed so the UI controls are as wide as 4.1.x to avoid wrapping controls in toolbars.
- Fixed so the imagetools dialog is adaptive for smaller screen sizes.
-Version 4.2.0 (2015-06-25)
- Added new flat default skin to make the UI more modern.
- Added new imagetools plugin, lets you crop/resize and apply filters to images.
- Added new contextual toolbars support to the API lets you add floating toolbars for specific CSS selectors.
- Added new promise feature fill as tinymce.util.Promise.
- Added new built in image upload feature lets you upload any base64 encoded image within the editor as files.
- Fixed bug where resize handles would appear in the right position in the wrong editor when switching between resizable content in different inline editors.
- Fixed bug where tables would not be inserted in inline mode due to previous float panel fix.
- Fixed bug where floating panels would remain open when focus was lost on inline editors.
- Fixed bug where cut command on Chrome would thrown a browser security exception.
- Fixed bug where IE 11 sometimes would report an incorrect size for images in the image dialog.
- Fixed bug where it wasn't possible to remove inline formatting at the end of block elements.
- Fixed bug where it wasn't possible to delete table cell contents when cell selection was vertical.
- Fixed bug where table cell wasn't emptied from block elements if delete/backspace where pressed in empty cell.
- Fixed bug where cmd+shift+arrow didn't work correctly on Firefox mac when selecting to start/end of line.
- Fixed bug where removal of bogus elements would sometimes remove whitespace between nodes.
- Fixed bug where the resize handles wasn't updated when the main window was resized.
- Fixed so script elements gets removed by default to prevent possible XSS issues in default config implementations.
- Fixed so the UI doesn't need manual reflows when using non native layout managers.
- Fixed so base64 encoded images doesn't slow down the editor on modern browsers while editing.
- Fixed so all UI elements uses touch events to improve mobile device support.
- Removed the touch click quirks patch for iOS since it did more harm than good.
- Removed the non proportional resize handles since. Unproportional resize can still be done by holding the shift key.
-Version 4.1.10 (2015-05-05)
- Fixed bug where plugins loaded with compat3x would sometimes throw errors when loading using the jQuery version.
- Fixed bug where extra empty paragraphs would get deleted in WebKit/Blink due to recent Quriks fix.
- Fixed bug where the editor wouldn't work properly on IE 12 due to some required browser sniffing.
- Fixed bug where formatting shortcut keys where interfering with Mac OS X screenshot keys.
- Fixed bug where the caret wouldn't move to the next/previous line boundary on Cmd+Left/Right on Gecko.
- Fixed bug where it wasn't possible to remove formats from very specific nested contents.
- Fixed bug where undo levels wasn't produced when typing letters using the shift or alt+ctrl modifiers.
- Fixed bug where the dirty state wasn't properly updated when typing using the shift or alt+ctrl modifiers.
- Fixed bug where an error would be thrown if an autofocused editor was destroyed quickly after its initialization. Patch provided by thorn0.
- Fixed issue with dirty state not being properly updated on redo operation.
- Fixed issue with entity decoder not handling incorrectly written numeric entities.
- Fixed issue where some PI element values wouldn't be properly encoded.
-Version 4.1.9 (2015-03-10)
- Fixed bug where indentation wouldn't work properly for non list elements.
- Fixed bug with image plugin not pulling the image dimensions out correctly if a custom document_base_url was used.
- Fixed bug where ctrl+alt+[1-9] would conflict with the AltGr+[1-9] on Windows. New shortcuts is ctrl+shift+[1-9].
- Fixed bug with removing formatting on nodes in inline mode would sometimes include nodes outside the editor body.
- Fixed bug where extra nbsp:s would be inserted when you replaced a word surrounded by spaces using insertContent.
- Fixed bug with pasting from Google Docs would produce extra strong elements and line feeds.
-Version 4.1.8 (2015-03-05)
- Added new html5 sizes attribute to img elements used together with srcset.
- Added new elementpath option that makes it possible to disable the element path but keep the statusbar.
- Added new option table_style_by_css for the table plugin to set table styling with css rather than table attributes.
- Added new link_assume_external_targets option to prompt the user to prepend http:// prefix if the supplied link does not contain a protocol prefix.
- Added new image_prepend_url option to allow a custom base path/url to be added to images.
- Added new table_appearance_options option to make it possible to disable some options.
- Added new image_title option to make it possible to alter the title of the image, disabled by default.
- Fixed bug where selection starting from out side of the body wouldn't produce a proper selection range on IE 11.
- Fixed bug where pressing enter twice before a table moves the cursor in the table and causes a javascript error.
- Fixed bug where advanced image styles were not respected.
- Fixed bug where the less common Shift+Delete didn't produce a proper cut operation on WebKit browsers.
- Fixed bug where image/media size constrain logic would produce NaN when handling non number values.
- Fixed bug where internal classes where removed by the removeformat command.
- Fixed bug with creating links table cell contents with a specific selection would throw a exceptions on WebKit/Blink.
- Fixed bug where valid_classes option didn't work as expected according to docs. Patch provided by thorn0.
- Fixed bug where jQuery plugin would patch the internal methods multiple times. Patch provided by Drew Martin.
- Fixed bug where backspace key wouldn't delete the current selection of newly formatted content.
- Fixed bug where type over of inline formatting elements wouldn't properly keep the format on WebKit/Blink.
- Fixed bug where selection needed to be properly normalized on modern IE versions.
- Fixed bug where Command+Backspace didn't properly delete the whole line of text but the previous word.
- Fixed bug where UI active states wheren't properly updated on IE if you placed caret within the current range.
- Fixed bug where delete/backspace on WebKit/Blink would remove span elements created by the user.
- Fixed bug where delete/backspace would produce incorrect results when deleting between two text blocks with br elements.
- Fixed bug where captions where removed when pasting from MS Office.
- Fixed bug where lists plugin wouldn't properly remove fully selected nested lists.
- Fixed bug where the ttf font used for icons would throw an warning message on Gecko on Mac OS X.
- Fixed a bug where applying a color to text did not update the undo/redo history.
- Fixed so shy entities gets displayed when using the visualchars plugin.
- Fixed so removeformat removes ins/del by default since these might be used for strikethough.
- Fixed so multiple language packs can be loaded and added to the global I18n data structure.
- Fixed so transparent color selection gets treated as a normal color selection. Patch contributed by Alexander Hofbauer.
- Fixed so it's possible to disable autoresize_overflow_padding, autoresize_bottom_margin options by setting them to false.
- Fixed so the charmap plugin shows the description of the character in the dialog. Patch contributed by Jelle Hissink.
- Removed address from the default list of block formats since it tends to be missused.
- Fixed so the pre block format is called preformatted to make it more verbose.
- Fixed so it's possible to context scope translation strings this isn't needed most of the time.
- Fixed so the max length of the width/height input fields of the media dialog is 5 instead of 3.
- Fixed so drag/dropped contents gets properly processed by paste plugin since it's basically a paste. Patch contributed by Greg Fairbanks.
- Fixed so shortcut keys for headers is ctrl+alt+[1-9] instead of ctrl+[1-9] since these are for switching tabs in the browsers.
- Fixed so "u" doesn't get converted into a span element by the legacy input filter. Since this is now a valid HTML5 element.
- Fixed font families in order to provide appropriate web-safe fonts.
-Version 4.1.7 (2014-11-27)
- Added HTML5 schema support for srcset, source and picture. Patch contributed by mattheu.
- Added new cache_suffix setting to enable cache busting by producing unique urls.
- Added new paste_convert_word_fake_lists option to enable users to disable the fake lists convert logic.
- Fixed so advlist style changes adds undo levels for each change.
- Fixed bug where WebKit would sometimes produce an exception when the autolink plugin where looking for URLs.
- Fixed bug where IE 7 wouldn't be rendered properly due to aggressive css compression.
- Fixed bug where DomQuery wouldn't accept window as constructor element.
- Fixed bug where the color picker in 3.x dialogs wouldn't work properly. Patch contributed by Callidior.
- Fixed bug where the image plugin wouldn't respect the document_base_url.
- Fixed bug where the jQuery plugin would fail to append to elements named array prototype names.
-Version 4.1.6 (2014-10-08)
- Fixed bug with clicking on the scrollbar of the iframe would cause a JS error to be thrown.
- Fixed bug where null would produce an exception if you passed it to selection.setRng.
- Fixed bug where Ctrl/Cmd+Tab would indent the current list item if you switched tabs in the browser.
- Fixed bug where pasting empty cells from Excel would result in a broken table.
- Fixed bug where it wasn't possible to switch back to default list style type.
- Fixed issue where the select all quirk fix would fire for other modifiers than Ctrl/Cmd combinations.
- Replaced jake with grunt since it is more mainstream and has better plugin support.
-Version 4.1.5 (2014-09-09)
- Fixed bug where sometimes the resize rectangles wouldn't properly render on images on WebKit/Blink.
- Fixed bug in list plugin where delete/backspace would merge empty LI elements in lists incorrectly.
- Fixed bug where empty list elements would result in empty LI elements without it's parent container.
- Fixed bug where backspace in empty caret formatted element could produce an type error exception of Gecko.
- Fixed bug where lists pasted from word with a custom start index above 9 wouldn't be properly handled.
- Fixed bug where tabfocus plugin would tab out of the editor instance even if the default action was prevented.
- Fixed bug where tabfocus wouldn't tab properly to other adjacent editor instances.
- Fixed bug where the DOMUtils setStyles wouldn't properly removed or update the data-mce-style attribute.
- Fixed bug where dialog select boxes would be placed incorrectly if document.body wasn't statically positioned.
- Fixed bug where pasting would sometimes scroll to the top of page if the user was using the autoresize plugin.
- Fixed bug where caret wouldn't be properly rendered by Chrome when clicking on the iframes documentElement.
- Fixed so custom images for menubutton/splitbutton can be provided. Patch contributed by Naim Hammadi.
- Fixed so the default action of windows closing can be prevented by blocking the default action of the close event.
- Fixed so nodeChange and focus of the editor isn't automatically performed when opening sub dialogs.
-Version 4.1.4 (2014-08-21)
- Added new media_filter_html option to media plugin that blocks any conditional comments, scripts etc within a video element.
- Added new content_security_policy option allows you to set custom policy for iframe contents. Patch contributed by Francois Chagnon.
- Fixed bug where activate/deactivate events wasn't firing properly when switching between editors.
- Fixed bug where placing the caret on iOS was difficult due to a WebKit bug with touch events.
- Fixed bug where the resize helper wouldn't render properly on older IE versions.
- Fixed bug where resizing images inside tables on older IE versions would sometimes fail depending mouse position.
- Fixed bug where editor.insertContent would produce an exception when inserting select/option elements.
- Fixed bug where extra empty paragraphs would be produced if block elements where inserted inside span elements.
- Fixed bug where the spellchecker menu item wouldn't be properly checked if spell checking was started before it was rendered.
- Fixed bug where the DomQuery filter function wouldn't remove non elements from collection.
- Fixed bug where document with custom document.domain wouldn't properly render the editor.
- Fixed bug where IE 8 would throw exception when trying to enter invalid color values into colorboxes.
- Fixed bug where undo manager could incorrectly add an extra undo level when custom resize handles was removed.
- Fixed bug where it wouldn't be possible to alter cell properties properly on table cells on IE 8.
- Fixed so the color picker button in table dialog isn't shown unless you include the colorpicker plugin or add your own custom color picker.
- Fixed so activate/deactivate events fire when windowManager opens a window since.
- Fixed so the table advtab options isn't separated by an underscore to normalize naming with image_advtab option.
- Fixed so the table cell dialog has proper padding when the advanced tab in disabled.
-Version 4.1.3 (2014-07-29)
- Added event binding logic to tinymce.util.XHR making it possible to override headers and settings before any request is made.
- Fixed bug where drag events wasn't fireing properly on older IE versions since the event handlers where bound to document.
- Fixed bug where drag/dropping contents within the editor on IE would force the contents into plain text mode even if it was internal content.
- Fixed bug where IE 7 wouldn't open menus properly due to a resize bug in the browser auto closing them immediately.
- Fixed bug where the DOMUtils getPos logic wouldn't produce a valid coordinate inside the body if the body was positioned non static.
- Fixed bug where the element path and format state wasn't properly updated if you had the wordcount plugin enabled.
- Fixed bug where a comment at the beginning of source would produce an exception in the formatter logic.
- Fixed bug where setAttrib/getAttrib on null would throw exception together with any hooked attributes like style.
- Fixed bug where table sizes wasn't properly retained when copy/pasting on WebKit/Blink.
- Fixed bug where WebKit/Blink would produce colors in RGB format instead of the forced HEX format when deleting contents.
- Fixed bug where the width attribute wasn't updated on tables if you changed the size inside the table dialog.
- Fixed bug where control selection wasn't properly handled when the caret was placed directly after an image.
- Fixed bug where selecting the contents of table cells using the selection.select method wouldn't place the caret properly.
- Fixed bug where the selection state for images wasn't removed when placing the caret right after an image on WebKit/Blink.
- Fixed bug where all events wasn't properly unbound when and editor instance was removed or destroyed by some external innerHTML call.
- Fixed bug where it wasn't possible or very hard to select images on iOS when the onscreen keyboard was visible.
- Fixed so auto_focus can take a boolean argument this will auto focus the last initialized editor might be useful for single inits.
- Fixed so word auto detect lists logic works better for faked lists that doesn't have specific markup.
- Fixed so nodeChange gets fired on mouseup as it used to before 4.1.1 we optimized that event to fire less often.
- Removed the finish menu item from spellchecker menu since it's redundant you can stop spellchecking by toggling menu item or button.
-Version 4.1.2 (2014-07-15)
- Added offset/grep to DomQuery class works basically the same as it's jQuery equivalent.
- Fixed bug where backspace/delete or setContent with an empty string would remove header data when using the fullpage plugin.
- Fixed bug where tinymce.remove with a selector not matching any editors would remove all editors.
- Fixed bug where resizing of the editor didn't work since the theme was calling setStyles instead of setStyle.
- Fixed bug where IE 7 would fail to append html fragments to iframe document when using DomQuery.
- Fixed bug where the getStyle DOMUtils method would produce an exception if it was called with null as it's element.
- Fixed bug where the paste plugin would remove the element if the none of the paste_webkit_styles rules matched the current style.
- Fixed bug where contextmenu table items wouldn't work properly on IE since it would some times fire an incorrect selection change.
- Fixed bug where the padding/border values wasn't used in the size calculation for the body size when using autoresize. Patch contributed by Matt Whelan.
- Fixed bug where conditional word comments wouldn't be properly removed when pasting plain text.
- Fixed bug where resizing would sometime fail on IE 11 when the mouseup occurred inside the resizable element.
- Fixed so the iframe gets initialized without any inline event handlers for better CSP support. Patch contributed by Matt Whelan.
- Fixed so the tinymce.dom.Sizzle is the latest version of sizzle this resolves the document context bug.
-Version 4.1.1 (2014-07-08)
- Fixed bug where pasting plain text on some WebKit versions would result in an empty line.
- Fixed bug where resizing images inside tables on IE 11 wouldn't work properly.
- Fixed bug where IE 11 would sometimes throw "Invalid argument" exception when editor contents was set to an empty string.
- Fixed bug where document.activeElement would throw exceptions on IE 9 when that element was hidden or removed from dom.
- Fixed bug where WebKit/Blink sometimes produced br elements with the Apple-interchange-newline class.
- Fixed bug where table cell selection wasn't properly removed when copy/pasting table cells.
- Fixed bug where pasting nested list items from Word wouldn't produce proper semantic nested lists.
- Fixed bug where right clicking using the contextmenu plugin on WebKit/Blink on Mac OS X would select the target current word or line.
- Fixed bug where it wasn't possible to alter table cell properties on IE 8 using the context menu.
- Fixed bug where the resize helper wouldn't be correctly positioned on older IE versions.
- Fixed bug where fullpage plugin would produce an error if you didn't specify a doctype encoding.
- Fixed bug where anchor plugin would get the name/id of the current element even if it wasn't anchor element.
- Fixed bug where visual aids for tables wouldn't be properly disabled when changing the border size.
- Fixed bug where some control selection events wasn't properly fired on older IE versions.
- Fixed bug where table cell selection on older IE versions would prevent resizing of images.
- Fixed bug with paste_data_images paste option not working properly on modern IE versions.
- Fixed bug where custom elements with underscores in the name wasn't properly parsed/serialized.
- Fixed bug where applying inline formats to nested list elements would produce an incorrect formatting result.
- Fixed so it's possible to hide items from elements path by using preventDefault/stopPropagation.
- Fixed so inline mode toolbar gets rendered right aligned if the editable element positioned to the documents right edge.
- Fixed so empty inline elements inside empty block elements doesn't get removed if configured to be kept intact.
- Fixed so DomQuery parentsUntil/prevUntil/nextUntil supports selectors/elements/filters etc.
- Fixed so legacyoutput plugin overrides fontselect and fontsizeselect controls and handles font elements properly.
-Version 4.1.0 (2014-06-18)
- Added new file_picker_callback option to replace the old file_browser_callback the latter will still work though.
- Added new custom colors to textcolor plugin will be displayed if a color picker is provided also shows the latest colors.
- Added new color_picker_callback option to enable you to add custom color pickers to the editor.
- Added new advanced tabs to table/cell/row dialogs to enable you to select colors for border/background.
- Added new colorpicker plugin that lets you select colors from a hsv color picker.
- Added new tinymce.util.Color class to handle color parsing and converting.
- Added new colorpicker UI widget element lets you add a hsv color picker to any form/window.
- Added new textpattern plugin that allows you to use markdown like text patterns to format contents.
- Added new resize helper element that shows the current width & height while resizing.
- Added new "once" method to Editor and EventDispatcher enables since callback execution events.
- Added new jQuery like class under tinymce.dom.DomQuery it's exposed on editor instances (editor.$) and globally under (tinymce.$).
- Fixed so the default resize method for images are proportional shift/ctrl can be used to make an unproportional size.
- Fixed bug where the image_dimensions option of the image plugin would cause exceptions when it tried to update the size.
- Fixed bug where table cell dialog class field wasn't properly updated when editing an a table cell with an existing class.
- Fixed bug where Safari on Mac would produce webkit-fake-url for pasted images so these are now removed.
- Fixed bug where the nodeChange event would get fired before the selection was changed when clicking inside the current selection range.
- Fixed bug where valid_classes option would cause exception when it removed internal prefixed classes like mce-item-.
- Fixed bug where backspace would cause navigation in IE 8 on an inline element and after a caret formatting was applied.
- Fixed so placeholder images produced by the media plugin gets selected when inserted/edited.
- Fixed so it's possible to drag in images when the paste_data_images option is enabled. Might be useful for mail clients.
- Fixed so images doesn't get a width/height applied if the image_dimensions option is set to false useful for responsive contents.
- Fixed so it's possible to pass in an optional arguments object for the nodeChanged function to be passed to all nodechange event listeners.
- Fixed bug where media plugin embed code didn't update correctly.
+Version 4.7.11 (2018-04-11)\r
+ Added a new imagetools_credentials_hosts option to the Imagetools Plugin.\r
+ Fixed a bug where toggling a list containing empty LIs would throw an error. Patch contributed by bradleyke.\r
+ Fixed a bug where applying block styles to a text with the caret at the end of the paragraph would select all text in the paragraph.\r
+ Fixed a bug where toggling on the Spellchecker Plugin would trigger isDirty on the editor.\r
+ Fixed a bug where it was possible to enter content into selection bookmark spans.\r
+ Fixed a bug where if a non paragraph block was configured in forced_root_block the editor.getContent method would return incorrect values with an empty editor.\r
+ Fixed a bug where dropdown menu panels stayed open and fixed in position when dragging dialog windows.\r
+ Fixed a bug where it wasn't possible to extend table cells with the space button in Safari.\r
+ Fixed a bug where the setupeditor event would thrown an error when using the Compat3x Plugin.\r
+ Fixed a bug where an error was thrown in FontInfo when called on a detached element.\r
+Version 4.7.10 (2018-04-03)\r
+ Removed the "read" step from the mobile theme.\r
+ Added normalization of triple clicks across browsers in the editor.\r
+ Added a `hasFocus` method to the editor that checks if the editor has focus.\r
+ Added correct icon to the Nonbreaking Plugin menu item.\r
+ Fixed so the `getContent`/`setContent` methods work even if the editor is not initialized.\r
+ Fixed a bug with the Media Plugin where query strings were being stripped from youtube links.\r
+ Fixed a bug where image styles were changed/removed when opening and closing the Image Plugin dialog.\r
+ Fixed a bug in the Table Plugin where some table cell styles were not correctly added to the content html.\r
+ Fixed a bug in the Spellchecker Plugin where it wasn't possible to change the spellchecker language.\r
+ Fixed so the the unlink action in the Link Plugin has a menu item and can be added to the contextmenu.\r
+ Fixed a bug where it wasn't possible to keyboard navigate to the start of an inline element on a new line within the same block element.\r
+ Fixed a bug with the Text Color Plugin where if used with an inline editor located at the bottom of the screen the colorpicker could appear off screen.\r
+ Fixed a bug with the UndoManager where undo levels were being added for nbzwsp characters.\r
+ Fixed a bug with the Table Plugin where the caret would sometimes be lost when keyboard navigating up through a table.\r
+ Fixed a bug where FontInfo.getFontFamily would throw an error when called on a removed editor.\r
+ Fixed a bug in Firefox where undo levels were not being added correctly for some specific operations.\r
+ Fixed a bug where initializing an inline editor inside of a table would make the whole table resizeable.\r
+ Fixed a bug where the fake cursor that appears next to tables on Firefox was positioned incorrectly when switching to fullscreen.\r
+ Fixed a bug where zwsp's weren't trimmed from the output from `editor.getContent({ format: 'text' })`.\r
+ Fixed a bug where the fontsizeselect/fontselect toolbar items showed the body info rather than the first possible caret position info on init.\r
+ Fixed a bug where it wasn't possible to select all content if the editor only contained an inline boundary element.\r
+ Fixed a bug where `content_css` urls with query strings wasn't working.\r
+ Fixed a bug in the Table Plugin where some table row styles were removed when changing other styles in the row properties dialog.\r
+Version 4.7.9 (2018-02-27)\r
+ Fixed a bug where the editor target element didn't get the correct style when removing the editor.\r
+Version 4.7.8 (2018-02-26)\r
+ Fixed an issue with the Help Plugin where the menuitem name wasn't lowercase.\r
+ Fixed an issue on MacOS where text and bold text did not have the same line-height in the autocomplete dropdown in the Link Plugin dialog.\r
+ Fixed a bug where the "paste as text" option in the Paste Plugin didn't work.\r
+ Fixed a bug where dialog list boxes didn't get positioned correctly in documents with scroll.\r
+ Fixed a bug where the Inlite Theme didn't use the Table Plugin api to insert correct tables.\r
+ Fixed a bug where the Inlite Theme panel didn't hide on blur in a correct way.\r
+ Fixed a bug where placing the cursor before a table in Firefox would scroll to the bottom of the table.\r
+ Fixed a bug where selecting partial text in table cells with rowspans and deleting would produce faulty tables.\r
+ Fixed a bug where the Preview Plugin didn't work on Safari due to sandbox security.\r
+ Fixed a bug where table cell selection using the keyboard threw an error.\r
+ Fixed so the font size and font family doesn't toggle the text but only sets the selected format on the selected text.\r
+ Fixed so the built-in spellchecking on Chrome and Safari creates an undo level when replacing words.\r
+Version 4.7.7 (2018-02-19)\r
+ Added a border style selector to the advanced tab of the Image Plugin.\r
+ Added better controls for default table inserted by the Table Plugin.\r
+ Added new `table_responsive_width` option to the Table Plugin that controls whether to use pixel or percentage widths.\r
+ Fixed a bug where the Link Plugin text didn't update when a URL was pasted using the context menu.\r
+ Fixed a bug with the Spellchecker Plugin where using "Add to dictionary" in the context menu threw an error.\r
+ Fixed a bug in the Media Plugin where the preview node for iframes got default width and height attributes that interfered with width/height styles.\r
+ Fixed a bug where backslashes were being added to some font family names in Firefox in the fontselect toolbar item.\r
+ Fixed a bug where errors would be thrown when trying to remove an editor that had not yet been fully initialized.\r
+ Fixed a bug where the Imagetools Plugin didn't update the images atomically.\r
+ Fixed a bug where the Fullscreen Plugin was throwing errors when being used on an inline editor.\r
+ Fixed a bug where drop down menus weren't positioned correctly in inline editors on scroll.\r
+ Fixed a bug with a semicolon missing at the end of the bundled javascript files.\r
+ Fixed a bug in the Table Plugin with cursor navigation inside of tables where the cursor would sometimes jump into an incorrect table cells.\r
+ Fixed a bug where indenting a table that is a list item using the "Increase indent" button would create a nested table.\r
+ Fixed a bug where text nodes containing only whitespace were being wrapped by paragraph elements.\r
+ Fixed a bug where whitespace was being inserted after br tags inside of paragraph tags.\r
+ Fixed a bug where converting an indented paragraph to a list item would cause the list item to have extra padding.\r
+ Fixed a bug where Copy/Paste in an editor with a lot of content would cause the editor to scroll to the top of the content in IE11.\r
+ Fixed a bug with a memory leak in the DragHelper. Path contributed by ben-mckernan.\r
+ Fixed a bug where the advanced tab in the Media Plugin was being shown even if it didn't contain anything. Patch contributed by gabrieeel.\r
+ Fixed an outdated eventname in the EventUtils. Patch contributed by nazar-pc.\r
+ Fixed an issue where the Json.parse function would throw an error when being used on a page with strict CSP settings.\r
+ Fixed so you can place the curser before and after table elements within the editor in Firefox and Edge/IE.\r
+Version 4.7.6 (2018-01-29)\r
+ Fixed a bug in the jquery integration where it threw an error saying that "global is not defined".\r
+ Fixed a bug where deleting a table cell whose previous sibling was set to contenteditable false would create a corrupted table.\r
+ Fixed a bug where highlighting text in an unfocused editor did not work correctly in IE11/Edge.\r
+ Fixed a bug where the table resize handles were not being repositioned when activating the Fullscreen Plugin.\r
+ Fixed a bug where the Imagetools Plugin dialog didn't honor editor RTL settings.\r
+ Fixed a bug where block elements weren't being merged correctly if you deleted from after a contenteditable false element to the beginning of another block element.\r
+ Fixed a bug where TinyMCE didn't work with module loaders like webpack.\r
+Version 4.7.5 (2018-01-22)\r
+ Fixed bug with the Codesample Plugin where it wasn't possible to edit codesamples when the editor was in inline mode.\r
+ Fixed bug where focusing on the status bar broke the keyboard navigation functionality.\r
+ Fixed bug where an error would be thrown on Edge by the Table Plugin when pasting using the PowerPaste Plugin.\r
+ Fixed bug in the Table Plugin where selecting row border style from the dropdown menu in advanced row properties would throw an error.\r
+ Fixed bug with icons being rendered incorrectly on Chrome on Mac OS.\r
+ Fixed bug in the Textcolor Plugin where the font color and background color buttons wouldn't trigger an ExecCommand event.\r
+ Fixed bug in the Link Plugin where the url field wasn't forced LTR.\r
+ Fixed bug where the Nonbreaking Plugin incorrectly inserted spaces into tables.\r
+ Fixed bug with the inline theme where the toolbar wasn't repositioned on window resize.\r
+Version 4.7.4 (2017-12-05)\r
+ Fixed bug in the Nonbreaking Plugin where the nonbreaking_force_tab setting was being ignored.\r
+ Fixed bug in the Table Plugin where changing row height incorrectly converted column widths to pixels.\r
+ Fixed bug in the Table Plugin on Edge and IE11 where resizing the last column after resizing the table would cause invalid column heights.\r
+ Fixed bug in the Table Plugin where keyboard navigation was not normalized between browsers.\r
+ Fixed bug in the Table Plugin where the colorpicker button would show even without defining the colorpicker_callback.\r
+ Fixed bug in the Table Plugin where it wasn't possible to set the cell background color.\r
+ Fixed bug where Firefox would throw an error when intialising an editor on an element that is hidden or not yet added to the DOM.\r
+ Fixed bug where Firefox would throw an error when intialising an editor inside of a hidden iframe.\r
+Version 4.7.3 (2017-11-23)\r
+ Added functionality to open the Codesample Plugin dialog when double clicking on a codesample. Patch contributed by dakuzen.\r
+ Fixed bug where undo/redo didn't work correctly with some formats and caret positions.\r
+ Fixed bug where the color picker didn't show up in Table Plugin dialogs.\r
+ Fixed bug where it wasn't possible to change the width of a table through the Table Plugin dialog.\r
+ Fixed bug where the Charmap Plugin couldn't insert some special characters.\r
+ Fixed bug where editing a newly inserted link would not actually edit the link but insert a new link next to it.\r
+ Fixed bug where deleting all content in a table cell made it impossible to place the caret into it.\r
+ Fixed bug where the vertical alignment field in the Table Plugin cell properties dialog didn't do anything.\r
+ Fixed bug where an image with a caption showed two sets of resize handles in IE11.\r
+ Fixed bug where pressing the enter button inside of an h1 with contenteditable set to true would sometimes produce a p tag.\r
+ Fixed bug with backspace not working as expected before a noneditable element.\r
+ Fixed bug where operating on tables with invalid rowspans would cause an error to be thrown.\r
+ Fixed so a real base64 representation of the image is available on the blobInfo that the images_upload_handler gets called with.\r
+ Fixed so the image upload tab is available when the images_upload_handler is defined (and not only when the images_upload_url is defined).\r
+Version 4.7.2 (2017-11-07)\r
+ Added newly rewritten Table Plugin.\r
+ Added support for attributes with colon in valid_elements and addValidElements.\r
+ Added support for dailymotion short url in the Media Plugin. Patch contributed by maat8.\r
+ Added support for converting to half pt when converting font size from px to pt. Patch contributed by danny6514.\r
+ Added support for location hash to the Autosave plugin to make it work better with SPAs using hash routing.\r
+ Added support for merging table cells when pasting a table into another table.\r
+ Changed so the language packs are only loaded once. Patch contributed by 0xor1.\r
+ Simplified the css for inline boundaries selection by switching to an attribute selector.\r
+ Fixed bug where an error would be thrown on editor initialization if the window.getSelection() returned null.\r
+ Fixed bug where holding down control or alt keys made the keyboard navigation inside an inline boundary not work as expected.\r
+ Fixed bug where applying formats in IE11 produced extra, empty paragraphs in the editor.\r
+ Fixed bug where the Word Count Plugin didn't count some mathematical operators correctly.\r
+ Fixed bug where removing an inline editor removed the element that the editor had been initialized on.\r
+ Fixed bug where setting the selection to the end of an editable container caused some formatting problems.\r
+ Fixed bug where an error would be thrown sometimes when an editor was removed because of the selection bookmark was being stored asynchronously.\r
+ Fixed a bug where an editor initialized on an empty list did not contain any valid cursor positions.\r
+ Fixed a bug with the Context Menu Plugin and webkit browsers on Mac where right-clicking inside a table would produce an incorrect selection.\r
+ Fixed bug where the Image Plugin constrain proportions setting wasn't working as expected.\r
+ Fixed bug where deleting the last character in a span with decorations produced an incorrect element when typing.\r
+ Fixed bug where focusing on inline editors made the toolbar flicker when moving between elements quickly.\r
+ Fixed bug where the selection would be stored incorrectly in inline editors when the mouseup event was fired outside the editor body.\r
+ Fixed bug where toggling bold at the end of an inline boundary would toggle off the whole word.\r
+ Fixed bug where setting the skin to false would not stop the loading of some skin css files.\r
+ Fixed bug in mobile theme where pinch-to-zoom would break after exiting the editor.\r
+ Fixed bug where sublists of a fully selected list would not be switched correctly when changing list style.\r
+ Fixed bug where inserting media by source would break the UndoManager.\r
+ Fixed bug where inserting some content into the editor with a specific selection would replace some content incorrectly.\r
+ Fixed bug where selecting all content with ctrl+a in IE11 caused problems with untoggling some formatting.\r
+ Fixed bug where the Search and Replace Plugin left some marker spans in the editor when undoing and redoing after replacing some content.\r
+ Fixed bug where the editor would not get a scrollbar when using the Fullscreen and Autoresize plugins together.\r
+ Fixed bug where the font selector would stop working correctly after selecting fonts three times.\r
+ Fixed so pressing the enter key inside of an inline boundary inserts a br after the inline boundary element.\r
+ Fixed a bug where it wasn't possible to use tab navigation inside of a table that was inside of a list.\r
+ Fixed bug where end_container_on_empty_block would incorrectly remove elements.\r
+ Fixed bug where content_styles weren't added to the Preview Plugin iframe.\r
+ Fixed so the beforeSetContent/beforeGetContent events are preventable.\r
+ Fixed bug where changing height value in Table Plugin advanced tab didn't do anything.\r
+ Fixed bug where it wasn't possible to remove formatting from content in beginning of table cell.\r
+Version 4.7.1 (2017-10-09)\r
+ Fixed bug where theme set to false on an inline editor produced an extra div element after the target element.\r
+ Fixed bug where the editor drag icon was misaligned with the branding set to false.\r
+ Fixed bug where doubled menu items were not being removed as expected with the removed_menuitems setting.\r
+ Fixed bug where the Table of contents plugin threw an error when initialized.\r
+ Fixed bug where it wasn't possible to add inline formats to text selected right to left.\r
+ Fixed bug where the paste from plain text mode did not work as expected.\r
+ Fixed so the style previews do not set color and background color when selected.\r
+ Fixed bug where the Autolink plugin didn't work as expected with some formats applied on an empty editor.\r
+ Fixed bug where the Textpattern plugin were throwing errors on some patterns.\r
+ Fixed bug where the Save plugin saved all editors instead of only the active editor. Patch contributed by dannoe.\r
+Version 4.7.0 (2017-10-03)\r
+ Added new mobile ui that is specifically designed for mobile devices.\r
+ Updated the default skin to be more modern and white since white is preferred by most implementations.\r
+ Restructured the default menus to be more similar to common office suites like Google Docs.\r
+ Fixed so theme can be set to false on both inline and iframe editor modes.\r
+ Fixed bug where inline editor would add/remove the visualblocks css multiple times.\r
+ Fixed bug where selection wouldn't be properly restored when editor lost focus and commands where invoked.\r
+ Fixed bug where toc plugin would generate id:s for headers even though a toc wasn't inserted into the content.\r
+ Fixed bug where is wasn't possible to drag/drop contents within the editor if paste_data_images where set to true.\r
+ Fixed bug where getParam and close in WindowManager would get the first opened window instead of the last opened window.\r
+ Fixed bug where delete would delete between cells inside a table in Firefox.\r
+Version 4.6.7 (2017-09-18)\r
+ Fixed bug where paste wasn't working in IOS.\r
+ Fixed bug where the Word Count Plugin didn't count some mathematical operators correctly.\r
+ Fixed bug where inserting a list in a table caused the cell to expand in height.\r
+ Fixed bug where pressing enter in a list located inside of a table deleted list items instead of inserting new list item.\r
+ Fixed bug where copy and pasting table cells produced inconsistent results.\r
+ Fixed bug where initializing an editor with an ID of 'length' would throw an exception.\r
+ Fixed bug where it was possible to split a non merged table cell.\r
+ Fixed bug where copy and pasting a list with a very specific selection into another list would produce a nested list.\r
+ Fixed bug where copy and pasting ordered lists sometimes produced unordered lists.\r
+ Fixed bug where padded elements inside other elements would be treated as empty.\r
+ Added some missing translations to Image, Link and Help plugins.\r
+ Fixed so you can resize images inside a figure element.\r
+ Fixed bug where an inline TinyMCE editor initialized on a table did not set selection on load in Chrome.\r
+ Fixed the positioning of the inlite toolbar when the target element wasn't big enough to fit the toolbar.\r
+Version 4.6.6 (2017-08-30)\r
+ Fixed so that notifications wrap long text content instead of bleeding outside the notification element.\r
+ Fixed so the content_style css is added after the skin and custom stylesheets.\r
+ Fixed bug where it wasn't possible to remove a table with the Cut button.\r
+ Fixed bug where the center format wasn't getting the same font size as the other formats in the format preview.\r
+ Fixed bug where the wordcount plugin wasn't counting hyphenated words correctly.\r
+ Fixed bug where all content pasted into the editor was added to the end of the editor.\r
+ Fixed bug where enter keydown on list item selection only deleted content and didn't create a new line.\r
+ Fixed bug where destroying the editor while the content css was still loading caused error notifications on Firefox.\r
+ Fixed bug where undoing cut operation in IE11 left some unwanted html in the editor content.\r
+ Fixed bug where enter keydown would throw an error in IE11.\r
+ Fixed bug where duplicate instances of an editor were added to the editors array when using the createEditor API.\r
+ Fixed bug where the formatter applied formats on the wrong content when spellchecker was activated.\r
+ Fixed bug where switching formats would reset font size on child nodes.\r
+ Fixed bug where the table caption element weren't always the first descendant to the table tag.\r
+ Fixed bug where pasting some content into the editor on chrome some newlines were removed.\r
+ Fixed bug where it wasn't possible to remove a list if a list item was a table element.\r
+ Fixed bug where copy/pasting partial selections of tables wouldn't produce a proper table.\r
+ Fixed bug where the searchreplace plugin could not find consecutive spaces.\r
+ Fixed bug where background color wasn't applied correctly on some partially selected contents.\r
+Version 4.6.5 (2017-08-02)\r
+ Added new inline_boundaries_selector that allows you to specify the elements that should have boundaries.\r
+ Added new local upload feature this allows the user to upload images directly from the image dialog.\r
+ Added a new api for providing meta data for plugins. It will show up in the help dialog if it's provided.\r
+ Fixed so that the notifications created by the notification manager are more screen reader accessible.\r
+ Fixed bug where changing the list format on multiple selected lists didn't change all of the lists.\r
+ Fixed bug where the nonbreaking plugin would insert multiple undo levels when pressing the tab key.\r
+ Fixed bug where delete/backspace wouldn't render a caret when all editor contents where deleted.\r
+ Fixed bug where delete/backspace wouldn't render a caret if the deleted element was a single contentEditable false element.\r
+ Fixed bug where the wordcount plugin wouldn't count words correctly if word where typed after applying a style format.\r
+ Fixed bug where the wordcount plugin would count mathematical formulas as multiple words for example 1+1=2.\r
+ Fixed bug where formatting of triple clicked blocks on Chrome/Safari would result in styles being added outside the visual selection.\r
+ Fixed bug where paste would add the contents to the end of the editor area when inline mode was used.\r
+ Fixed bug where toggling off bold formatting on text entered in a new paragraph would add an extra line break.\r
+ Fixed bug where autolink plugin would only produce a link on every other consecutive link on Firefox.\r
+ Fixed bug where it wasn't possible to select all contents if the content only had one pre element.\r
+ Fixed bug where sizzle would produce lagging behavior on some sites due to repaints caused by feature detection.\r
+ Fixed bug where toggling off inline formats wouldn't include the space on selected contents with leading or trailing spaces.\r
+ Fixed bug where the cut operation in UI wouldn't work in Chrome.\r
+ Fixed bug where some legacy editor initialization logic would throw exceptions about editor settings not being defined.\r
+ Fixed bug where it wasn't possible to apply text color to links if they where part of a non collapsed selection.\r
+ Fixed bug where an exception would be thrown if the user selected a video element and then moved the focus outside the editor.\r
+ Fixed bug where list operations didn't work if there where block elements inside the list items.\r
+ Fixed bug where applying block formats to lists wrapped in block elements would apply to all elements in that wrapped block.\r
+Version 4.6.4 (2017-06-13)\r
+ Fixed bug where the editor would move the caret when clicking on the scrollbar next to a content editable false block.\r
+ Fixed bug where the text color select dropdowns wasn't placed correctly when they didn't fit the width of the screen.\r
+ Fixed bug where the default editor line height wasn't working for mixed font size contents.\r
+ Fixed bug where the content css files for inline editors were loaded multiple times for multiple editor instances.\r
+ Fixed bug where the initial value of the font size/font family dropdowns wasn't displayed.\r
+ Fixed bug where the I18n api was not supporting arrays as the translation replacement values.\r
+ Fixed bug where chrome would display "The given range isn't in document." errors for invalid ranges passed to setRng.\r
+ Fixed bug where the compat3x plugin wasn't working since the global tinymce references wasn't resolved correctly.\r
+ Fixed bug where the preview plugin wasn't encoding the base url passed into the iframe contents producing a xss bug.\r
+ Fixed bug where the dom parser/serializer wasn't handling some special elements like noframes, title and xmp.\r
+ Fixed bug where the dom parser/serializer wasn't handling cdata sections with comments inside.\r
+ Fixed bug where the editor would scroll to the top of the editable area if a dialog was closed in inline mode.\r
+ Fixed bug where the link dialog would not display the right rel value if rel_list was configured.\r
+ Fixed bug where the context menu would select images on some platforms but not others.\r
+ Fixed bug where the filenames of images were not retained on dragged and drop into the editor from the desktop.\r
+ Fixed bug where the paste plugin would misrepresent newlines when pasting plain text and having forced_root_block configured.\r
+ Fixed so that the error messages for the imagetools plugin is more human readable.\r
+ Fixed so the internal validate setting for the parser/serializer can't be set from editor initialization settings.\r
+Version 4.6.3 (2017-05-30)\r
+ Fixed bug where the arrow keys didn't work correctly when navigating on nested inline boundary elements.\r
+ Fixed bug where delete/backspace didn't work correctly on nested inline boundary elements.\r
+ Fixed bug where image editing didn't work on subsequent edits of the same image.\r
+ Fixed bug where charmap descriptions wouldn't properly wrap if they exceeded the width of the box.\r
+ Fixed bug where the default image upload handler only accepted 200 as a valid http status code.\r
+ Fixed so rel on target=_blank links gets forced with only noopener instead of both noopener and noreferrer.\r
+Version 4.6.2 (2017-05-23)\r
+ Fixed bug where the SaxParser would run out of memory on very large documents.\r
+ Fixed bug with formatting like font size wasn't applied to del elements.\r
+ Fixed bug where various api calls would be throwing exceptions if they where invoked on a removed editor instance.\r
+ Fixed bug where the branding position would be incorrect if the editor was inside a hidden tab and then later showed.\r
+ Fixed bug where the color levels feature in the imagetools dialog wasn't working properly.\r
+ Fixed bug where imagetools dialog wouldn't pre-load images from CORS domains, before trying to prepare them for editing.\r
+ Fixed bug where the tab key would move the caret to the next table cell if being pressed inside a list inside a table.\r
+ Fixed bug where the cut/copy operations would loose parent context like the current format etc.\r
+ Fixed bug with format preview not working on invalid elements excluded by valid_elements.\r
+ Fixed bug where blocks would be merged in incorrect order on backspace/delete.\r
+ Fixed bug where zero length text nodes would cause issues with the undo logic if there where iframes present.\r
+ Fixed bug where the font size/family select lists would throw errors if the first node was a comment.\r
+ Fixed bug with csp having to allow local script evaluation since it was used to detect global scope.\r
+ Fixed bug where CSP required a relaxed option for javascript: URLs in unsupported legacy browsers.\r
+ Fixed bug where a fake caret would be rendered for td with the contenteditable=false.\r
+ Fixed bug where typing would be blocked on IE 11 when within a nested contenteditable=true/false structure.\r
+Version 4.6.1 (2017-05-10)\r
+ Added configuration option to list plugin to disable tab indentation.\r
+ Fixed bug where format change on very specific content could cause the selection to change.\r
+ Fixed bug where TinyMCE could not be lazyloaded through jquery integration.\r
+ Fixed bug where entities in style attributes weren't decoded correctly on paste in webkit.\r
+ Fixed bug where fontsize_formats option had been renamed incorrectly.\r
+ Fixed bug with broken backspace/delete behaviour between contenteditable=false blocks.\r
+ Fixed bug where it wasn't possible to backspace to the previous line with the inline boundaries functionality turned on.\r
+ Fixed bug where is wasn't possible to move caret left and right around a linked image with the inline boundaries functionality turned on.\r
+ Fixed bug where pressing enter after/before hr element threw exception. Patch contributed bradleyke.\r
+ Fixed so the CSS in the visualblocks plugin doesn't overwrite background color. Patch contributed by Christian Rank.\r
+ Fixed bug where multibyte characters weren't encoded correctly. Patch contributed by James Tarkenton.\r
+ Fixed bug where shift-click to select within contenteditable=true fields wasn't working.\r
+Version 4.6.0 (2017-05-04)\r
+ Dropped support for IE 8-10 due to market share and lack of support from Microsoft. See tinymce docs for details.\r
+ Added an inline boundary caret position feature that makes it easier to type at the beginning/end of links/code elements.\r
+ Added a help plugin that adds a button and a dialog showing the editor shortcuts and loaded plugins.\r
+ Added an inline_boundaries option that allows you to disable the inline boundary feature if it's not desired.\r
+ Added a new ScrollIntoView event that allows you to override the default scroll to element behavior.\r
+ Added role and aria- attributes as valid elements in the default valid elements config.\r
+ Added new internal flag for PastePreProcess/PastePostProcess this is useful to know if the paste was coming from an external source.\r
+ Added new ignore function to UndoManager this works similar to transact except that it doesn't add an undo level by default.\r
+ Fixed so that urls gets retained for images when being edited. This url is then passed on to the upload handler.\r
+ Fixed so that the editors would be initialized on readyState interactive instead of complete.\r
+ Fixed so that the init event of the editor gets fired once all contentCSS files have been properly loaded.\r
+ Fixed so that width/height of the editor gets taken from the textarea element if it's explicitly specified in styles.\r
+ Fixed so that keep_styles set to false no longer clones class/style from the previous paragraph on enter.\r
+ Fixed so that the default line-height is 1.2em to avoid zwnbsp characters from producing text rendering glitches on Windows.\r
+ Fixed so that loading errors of content css gets presented by a notification message.\r
+ Fixed so figure image elements can be linked when selected this wraps the figure image in a anchor element.\r
+ Fixed bug where it wasn't possible to copy/paste rows with colspans by using the table copy/paste feature.\r
+ Fixed bug where the protect setting wasn't properly applied to header/footer parts when using the fullpage plugin.\r
+ Fixed bug where custom formats that specified upper case element names where not applied correctly.\r
+ Fixed bug where some screen readers weren't reading buttons due to an aria specific fix for IE 8.\r
+ Fixed bug where cut wasn't working correctly on iOS due to it's clipboard API not working correctly.\r
+ Fixed bug where Edge would paste div elements instead of paragraphs when pasting plain text.\r
+ Fixed bug where the textpattern plugin wasn't dealing with trailing punctuations correctly.\r
+ Fixed bug where image editing would some times change the image format from jpg to png.\r
+ Fixed bug where some UI elements could be inserted into the toolbar even if they where not registered.\r
+ Fixed bug where it was possible to click the TD instead of the character in the character map and that caused an exception.\r
+ Fixed bug where the font size/font family dropdowns would sometimes show an incorrect value due to css not being loaded in time.\r
+ Fixed bug with the media plugin inserting undefined instead of retaining size when media_dimensions was set to false.\r
+ Fixed bug with deleting images when forced_root_blocks where set to false.\r
+ Fixed bug where input focus wasn't properly handled on nested content editable elements.\r
+ Fixed bug where Chrome/Firefox would throw an exception when selecting images due to recent change of setBaseAndExtent support.\r
+ Fixed bug where malformed blobs would throw exceptions now they are simply ignored.\r
+ Fixed bug where backspace/delete wouldn't work properly in some cases where all contents was selected in WebKit.\r
+ Fixed bug with Angular producing errors since it was expecting events objects to be patched with their custom properties.\r
+ Fixed bug where the formatter would apply formatting to spellchecker errors now all bogus elements are excluded.\r
+ Fixed bug with backspace/delete inside table caption elements wouldn't behave properly on IE 11.\r
+ Fixed bug where typing after a contenteditable false inline element could move the caret to the end of that element.\r
+ Fixed bug where backspace before/after contenteditable false blocks wouldn't properly remove the right element.\r
+ Fixed bug where backspace before/after contenteditable false inline elements wouldn't properly empty the current block element.\r
+ Fixed bug where vertical caret navigation with a custom line-height would sometimes match incorrect positions.\r
+ Fixed bug with paste on Edge where character encoding wasn't handled properly due to a browser bug.\r
+ Fixed bug with paste on Edge where extra fragment data was inserted into the contents when pasting.\r
+ Fixed bug with pasting contents when having a whole block element selected on WebKit could cause WebKit spans to appear.\r
+ Fixed bug where the visualchars plugin wasn't working correctly showing invisible nbsp characters.\r
+ Fixed bug where browsers would hang if you tried to load some malformed html contents.\r
+ Fixed bug where the init call promise wouldn't resolve if the specified selector didn't find any matching elements.\r
+ Fixed bug where the Schema isValidChild function was case sensitive.\r
+Version 4.5.3 (2017-02-01)\r
+ Added keyboard navigation for menu buttons when the menu is in focus.\r
+ Added api to the list plugin for setting custom classes/attributes on lists.\r
+ Added validation for the anchor plugin input field according to W3C id naming specifications.\r
+ Fixed bug where media placeholders were removed after resize with the forced_root_block setting set to false.\r
+ Fixed bug where deleting selections with similar sibling nodes sometimes deleted the whole document.\r
+ Fixed bug with inlite theme where several toolbars would appear scrolling when more than one instance of the editor was in use.\r
+ Fixed bug where the editor would throw error with the fontselect plugin on hidden editor instances in Firefox.\r
+ Fixed bug where the background color would not stretch to the font size.\r
+ Fixed bug where font size would be removed when changing background color.\r
+ Fixed bug where the undomanager trimmed away whitespace between nodes on undo/redo.\r
+ Fixed bug where media_dimensions=false in media plugin caused the editor to throw an error.\r
+ Fixed bug where IE was producing font/u elements within links on paste.\r
+ Fixed bug where some button tooltips were broken when compat3x was in use.\r
+ Fixed bug where backspace/delete/typeover would remove the caption element.\r
+ Fixed bug where powerspell failed to function when compat3x was enabled.\r
+ Fixed bug where it wasn't possible to apply sub/sup on text with large font size.\r
+ Fixed bug where pre tags with spaces weren't treated as content.\r
+ Fixed bug where Meta+A would select the entire document instead of all contents in nested ce=true elements.\r
+Version 4.5.2 (2017-01-04)\r
+ Added missing keyboard shortcut description for the underline menu item in the format menu.\r
+ Fixed bug where external blob urls wasn't properly handled by editor upload logic. Patch contributed by David Oviedo.\r
+ Fixed bug where urls wasn't treated as a single word by the wordcount plugin.\r
+ Fixed bug where nbsp characters wasn't treated as word delimiters by the wordcount plugin.\r
+ Fixed bug where editor instance wasn't properly passed to the format preview logic. Patch contributed by NullQuery.\r
+ Fixed bug where the fake caret wasn't hidden when you moved selection to a cE=false element.\r
+ Fixed bug where it wasn't possible to edit existing code sample blocks.\r
+ Fixed bug where it wasn't possible to delete editor contents if the selection included an empty block.\r
+ Fixed bug where the formatter wasn't expanding words on some international characters. Patch contributed by Martin Larochelle.\r
+ Fixed bug where the open link feature wasn't working correctly on IE 11.\r
+ Fixed bug where enter before/after a cE=false block wouldn't properly padd the paragraph with an br element.\r
+ Fixed so font size and font family select boxes always displays a value by using the runtime style as a fallback.\r
+ Fixed so missing plugins will be logged to console as warnings rather than halting the initialization of the editor.\r
+ Fixed so splitbuttons become normal buttons in advlist plugin if styles are empty. Patch contributed by René Schleusner.\r
+ Fixed so you can multi insert rows/cols by selecting table cells and using insert rows/columns.\r
+Version 4.5.1 (2016-12-07)\r
+ Fixed bug where the lists plugin wouldn't initialize without the advlist plugins if served from cdn.\r
+ Fixed bug where selectors with "*" would cause the style format preview to throw an error.\r
+ Fixed bug with toggling lists off on lists with empty list items would throw an error.\r
+ Fixed bug where editing images would produce non existing blob uris.\r
+ Fixed bug where the offscreen toc selection would be treated as the real toc element.\r
+ Fixed bug where the aria level attribute for element path would have an incorrect start index.\r
+ Fixed bug where the offscreen selection of cE=false that where very wide would be shown onscreen. Patch contributed by Steven Bufton.\r
+ Fixed so the default_link_target gets applied to links created by the autolink plugin.\r
+ Fixed so that the name attribute gets removed by the anchor plugin if editing anchors.\r
+Version 4.5.0 (2016-11-23)\r
+ Added new toc plugin allows you to insert table of contents based on editor headings.\r
+ Added new auto complete menu to all url fields. Adds history, link to anchors etc.\r
+ Added new sidebar api that allows you to add custom sidebar panels and buttons to toggle these.\r
+ Added new insert menu button that allows you to have multiple insert functions under the same menu button.\r
+ Added new open link feature to ctrl+click, alt+enter and context menu.\r
+ Added new media_embed_handler option to allow the media plugin to be populated with custom embeds.\r
+ Added new support for editing transparent images using the image tools dialog.\r
+ Added new images_reuse_filename option to allow filenames of images to be retained for upload.\r
+ Added new security feature where links with target="_blank" will by default get rel="noopener noreferrer".\r
+ Added new allow_unsafe_link_target to allow you to opt-out of the target="_blank" security feature.\r
+ Added new style_formats_autohide option to automatically hide styles based on context.\r
+ Added new codesample_content_css option to specify where the code sample prism css is loaded from.\r
+ Added new support for Japanese/Chinese word count following the unicode standards on this.\r
+ Added new fragmented undo levels this dramatically reduces flicker on contents with iframes.\r
+ Added new live previews for complex elements like table or lists.\r
+ Fixed bug where it wasn't possible to properly tab between controls in a dialog with a disabled form item control.\r
+ Fixed bug where firefox would generate a rectangle on elements produced after/before a cE=false elements.\r
+ Fixed bug with advlist plugin not switching list element format properly in some edge cases.\r
+ Fixed bug where col/rowspans wasn't correctly computed by the table plugin in some cases.\r
+ Fixed bug where the table plugin would thrown an error if object_resizing was disabled.\r
+ Fixed bug where some invalid markup would cause issues when running in XHTML mode. Patch contributed by Charles Bourasseau.\r
+ Fixed bug where the fullscreen class wouldn't be removed properly when closing dialogs.\r
+ Fixed bug where the PastePlainTextToggle event wasn't fired by the paste plugin when the state changed.\r
+ Fixed bug where table the row type wasn't properly updated in table row dialog. Patch contributed by Matthias Balmer.\r
+ Fixed bug where select all and cut wouldn't place caret focus back to the editor in WebKit. Patch contributed by Daniel Jalkut.\r
+ Fixed bug where applying cell/row properties to multiple cells/rows would reset other unchanged properties.\r
+ Fixed bug where some elements in the schema would have redundant/incorrect children.\r
+ Fixed bug where selector and target options would cause issues if used together.\r
+ Fixed bug where drag/drop of images from desktop on chrome would thrown an error.\r
+ Fixed bug where cut on WebKit/Blink wouldn't add an undo level.\r
+ Fixed bug where IE 11 would scroll to the cE=false elements when they where selected.\r
+ Fixed bug where keys like F5 wouldn't work when a cE=false element was selected.\r
+ Fixed bug where the undo manager wouldn't stop the typing state when commands where executed.\r
+ Fixed bug where unlink on wrapped links wouldn't work properly.\r
+ Fixed bug with drag/drop of images on WebKit where the image would be deleted form the source editor.\r
+ Fixed bug where the visual characters mode would be disabled when contents was extracted from the editor.\r
+ Fixed bug where some browsers would toggle of formats applied to the caret when clicking in the editor toolbar.\r
+ Fixed bug where the custom theme function wasn't working correctly.\r
+ Fixed bug where image option for custom buttons required you to have icon specified as well.\r
+ Fixed bug where the context menu and contextual toolbars would be visible at the same time and sometimes overlapping.\r
+ Fixed bug where the noneditable plugin would double wrap elements when using the noneditable_regexp option.\r
+ Fixed bug where tables would get padding instead of margin when you used the indent button.\r
+ Fixed bug where the charmap plugin wouldn't properly insert non breaking spaces.\r
+ Fixed bug where the color previews in color input boxes wasn't properly updated.\r
+ Fixed bug where the list items of previous lists wasn't merged in the right order.\r
+ Fixed bug where it wasn't possible to drag/drop inline-block cE=false elements on IE 11.\r
+ Fixed bug where some table cell merges would produce incorrect rowspan/colspan.\r
+ Fixed so the font size of the editor defaults to 14px instead of 11px this can be overridden by custom css.\r
+ Fixed so wordcount is debounced to reduce cpu hogging on larger texts.\r
+ Fixed so tinymce global gets properly exported as a module when used with some module bundlers.\r
+ Fixed so it's possible to specify what css properties you want to preview on specific formats.\r
+ Fixed so anchors are contentEditable=false while within the editor.\r
+ Fixed so selected contents gets wrapped in a inline code element by the codesample plugin.\r
+ Fixed so conditional comments gets properly stripped independent of case. Patch contributed by Georgii Dolzhykov.\r
+ Fixed so some escaped css sequences gets properly handled. Patch contributed by Georgii Dolzhykov.\r
+ Fixed so notifications with the same message doesn't get displayed at the same time.\r
+ Fixed so F10 can be used as an alternative key to focus to the toolbar.\r
+ Fixed various api documentation issues and typos.\r
+ Removed layer plugin since it wasn't really ported from 3.x and there doesn't seem to be much use for it.\r
+ Removed moxieplayer.swf from the media plugin since it wasn't used by the media plugin.\r
+ Removed format state from the advlist plugin to be more consistent with common word processors.\r
+Version 4.4.3 (2016-09-01)\r
+ Fixed bug where copy would produce an exception on Chrome.\r
+ Fixed bug where deleting lists on IE 11 would merge in correct text nodes.\r
+ Fixed bug where deleting partial lists with indentation wouldn't cause proper normalization.\r
+Version 4.4.2 (2016-08-25)\r
+ Added new importcss_exclusive option to disable unique selectors per group.\r
+ Added new group specific selector_converter option to importcss plugin.\r
+ Added new codesample_languages option to apply custom languages to codesample plugin.\r
+ Added new codesample_dialog_width/codesample_dialog_height options.\r
+ Fixed bug where fullscreen button had an incorrect keyboard shortcut.\r
+ Fixed bug where backspace/delete wouldn't work correctly from a block to a cE=false element.\r
+ Fixed bug where smartpaste wasn't detecting links with special characters in them like tilde.\r
+ Fixed bug where the editor wouldn't get proper focus if you clicked on a cE=false element.\r
+ Fixed bug where it wasn't possible to copy/paste table rows that had merged cells.\r
+ Fixed bug where merging cells could some times produce invalid col/rowspan attibute values.\r
+ Fixed bug where getBody would sometimes thrown an exception now it just returns null if the iframe is clobbered.\r
+ Fixed bug where drag/drop of cE=false element wasn't properly constrained to viewport.\r
+ Fixed bug where contextmenu on Mac would collapse any selection to a caret.\r
+ Fixed bug where rtl mode wasn't rendered properly when loading a language pack with the rtl flag.\r
+ Fixed bug where Kamer word bounderies would be stripped from contents.\r
+ Fixed bug where lists would sometimes render two dots or numbers on the same line.\r
+ Fixed bug where the skin_url wasn't used by the inlite theme.\r
+ Fixed so data attributes are ignored when comparing formats in the formatter.\r
+ Fixed so it's possible to disable inline toolbars in the inlite theme.\r
+ Fixed so template dialog gets resized if it doesn't fit the window viewport.\r
+Version 4.4.1 (2016-07-26)\r
+ Added smart_paste option to paste plugin to allow disabling the paste behavior if needed.\r
+ Fixed bug where png urls wasn't properly detected by the smart paste logic.\r
+ Fixed bug where the element path wasn't working properly when multiple editor instances where used.\r
+ Fixed bug with creating lists out of multiple paragraphs would just create one list item instead of multiple.\r
+ Fixed bug where scroll position wasn't properly handled by the inlite theme to place the toolbar properly.\r
+ Fixed bug where multiple instances of the editor using the inlite theme didn't render the toolbar properly.\r
+ Fixed bug where the shortcut label for fullscreen mode didn't match the actual shortcut key.\r
+ Fixed bug where it wasn't possible to select cE=false blocks using touch devices on for example iOS.\r
+ Fixed bug where it was possible to select the child image within a cE=false on IE 11.\r
+ Fixed so inserts of html containing lists doesn't merge with any existing lists unless it's a paste operation.\r
+Version 4.4.0 (2016-06-30)\r
+ Added new inlite theme this is a more lightweight inline UI.\r
+ Added smarter paste logic that auto detects urls in the clipboard and inserts images/links based on that.\r
+ Added a better image resize algorithm for better image quality in the imagetools plugin.\r
+ Fixed bug where it wasn't possible to drag/dropping cE=false elements on FF.\r
+ Fixed bug where backspace/delete before/after a cE=false block would produce a new paragraph.\r
+ Fixed bug where list style type css property wasn't preserved when indenting lists.\r
+ Fixed bug where merging of lists where done even if the list style type was different.\r
+ Fixed bug where the image_dataimg_filter function wasn't used when pasting images.\r
+ Fixed bug where nested editable within a non editable element would cause scroll on focus in Chrome.\r
+ Fixed so invalid targets for inline mode is blocked on initialization. We only support elements that can have children.\r
+Version 4.3.13 (2016-06-08)\r
+ Added characters with a diacritical mark to charmap plugin. Patch contributed by Dominik Schilling.\r
+ Added better error handling if the image proxy service would produce errors.\r
+ Fixed issue with pasting list items into list items would produce nested list rather than a merged list.\r
+ Fixed bug where table selection could get stuck in selection mode for inline editors.\r
+ Fixed bug where it was possible to place the caret inside the resize grid elements.\r
+ Fixed bug where it wasn't possible to place in elements horizontally adjacent cE=false blocks.\r
+ Fixed bug where multiple notifications wouldn't be properly placed on screen.\r
+ Fixed bug where multiple editor instance of the same id could be produces in some specific integrations.\r
+Version 4.3.12 (2016-05-10)\r
+ Fixed bug where focus calls couldn't be made inside the editors PostRender event handler.\r
+ Fixed bug where some translations wouldn't work as expected due to a bug in editor.translate.\r
+ Fixed bug where the node change event could fire with a node out side the root of the editor.\r
+ Fixed bug where Chrome wouldn't properly present the keyboard paste clipboard details when paste was clicked.\r
+ Fixed bug where merged cells in tables couldn't be selected from right to left.\r
+ Fixed bug where insert row wouldn't properly update a merged cells rowspan property.\r
+ Fixed bug where the color input boxes preview field wasn't properly set on initialization.\r
+ Fixed bug where IME composition inside table cells wouldn't work as expected on IE 11.\r
+ Fixed so all shadow dom support is under and experimental flag due to flaky browser support.\r
+Version 4.3.11 (2016-04-25)\r
+ Fixed bug where it wasn't possible to insert empty blocks though the API unless they where padded.\r
+ Fixed bug where you couldn't type the Euro character on Windows.\r
+ Fixed bug where backspace/delete from a cE=false element to a text block didn't work properly.\r
+ Fixed bug where the text color default grid would render incorrectly.\r
+ Fixed bug where the codesample plugin wouldn't load the css in the editor for multiple editors.\r
+ Fixed so the codesample plugin textarea gets focused by default.\r
+Version 4.3.10 (2016-04-12)\r
+ Fixed bug where the key "y" on WebKit couldn't be entered due to conflict with keycode for F10 on keypress.\r
+Version 4.3.9 (2016-04-12)\r
+ Added support for focusing the contextual toolbars using keyboard.\r
+ Added keyboard support for slider UI controls. You can no increase/decrease using arrow keys.\r
+ Added url pattern matching for Dailymotion to media plugin. Patch contributed by Bertrand Darbon.\r
+ Added body_class to template plugin preview. Patch contributed by Milen Petrinski.\r
+ Added options to better override textcolor pickers with custom colors. Patch contributed by Xavier Boubert.\r
+ Added visual arrows to inline contextual toolbars so that they point to the element being active.\r
+ Fixed so toolbars for tables or other larger elements get better positioned below the scrollable viewport.\r
+ Fixed bug where it was possible to click links inside cE=false blocks.\r
+ Fixed bug where event targets wasn't properly handled in Safari Technical Preview.\r
+ Fixed bug where drag/drop text in FF 45 would make the editor caret invisible.\r
+ Fixed bug where the remove state wasn't properly set on editor instances when detected as clobbered.\r
+ Fixed bug where offscreen selection of some cE=false elements would render onscreen. Patch contributed by Steven Bufton\r
+ Fixed bug where enter would clone styles out side the root on editors inside a span. Patch contributed by ChristophKaser.\r
+ Fixed bug where drag/drop of images into the editor didn't work correctly in FF.\r
+ Fixed so the first item in panels for the imagetools dialog gets proper keyboard focus.\r
+ Changed the Meta+Shift+F shortcut to Ctrl+Shift+F since Czech, Slovak, Polish languages used the first one for input.\r
+Version 4.3.8 (2016-03-15)\r
+ Fixed bug where inserting HR at the end of a block element would produce an extra empty block.\r
+ Fixed bug where links would be clickable when readonly mode was enabled.\r
+ Fixed bug where the formatter would normalize to the wrong node on very specific content.\r
+ Fixed bug where some nested list items couldn't be indented properly.\r
+ Fixed bug where links where clickable in the preview dialog.\r
+ Fixed so the alt attribute doesn't get padded with an empty value by default.\r
+ Fixed so nested alignment works more correctly. You will now alter the alignment to the closest block parent.\r
+Version 4.3.7 (2016-03-02)\r
+ Fixed bug where incorrect icons would be rendered for imagetools edit and color levels.\r
+ Fixed bug where navigation using arrow keys inside a SelectBox didn't move up/down.\r
+ Fixed bug where the visualblocks plugin would render borders round internal UI elements.\r
+Version 4.3.6 (2016-03-01)\r
+ Added new paste_remember_plaintext_info option to allow a global disable of the plain text mode notification.\r
+ Added new PastePlainTextToggle event that fires when plain text mode toggles on/off.\r
+ Fixed bug where it wasn't possible to select media elements since the drag logic would snap it to mouse cursor.\r
+ Fixed bug where it was hard to place the caret inside nested cE=true elements when the outer cE=false element was focused.\r
+ Fixed bug where editors wouldn't properly initialize if both selector and mode where used.\r
+ Fixed bug where IME input inside table cells would switch the IME off.\r
+ Fixed bug where selection inside the first table cell would cause the whole table cell to get selected.\r
+ Fixed bug where error handling of images being uploaded wouldn't properly handle faulty statuses.\r
+ Fixed bug where inserting contents before a HR would cause an exception to be thrown.\r
+ Fixed bug where copy/paste of Excel data would be inserted as an image.\r
+ Fixed caret position issues with copy/paste of inline block cE=false elements.\r
+ Fixed issues with various menu item focus bugs in Chrome. Where the focused menu bar item wasn't properly blurred.\r
+ Fixed so the notifications have a solid background since it would be hard to read if there where text under it.\r
+ Fixed so notifications gets animated similar to the ones used by dialogs.\r
+ Fixed so larger images that gets pasted is handled better.\r
+ Fixed so the window close button is more uniform on various platform and also increased it's hit area.\r
+Version 4.3.5 (2016-02-11)\r
+ Npm version bump due to package not being fully updated.\r
+Version 4.3.4 (2016-02-11)\r
+ Added new OpenWindow/CloseWindow events that gets fired when windows open/close.\r
+ Added new NewCell/NewRow events that gets fired when table cells/rows are created.\r
+ Added new Promise return value to tinymce.init makes it easier to handle initialization.\r
+ Removed the jQuery version the jQuery plugin is now moved into the main package.\r
+ Removed jscs from build process since eslint can now handle code style checking.\r
+ Fixed various bugs with drag/drop of contentEditable:false elements.\r
+ Fixed bug where deleting of very specific nested list items would result in an odd list.\r
+ Fixed bug where lists would get merged with adjacent lists outside the editable inline root.\r
+ Fixed bug where MS Edge would crash when closing a dialog then clicking a menu item.\r
+ Fixed bug where table cell selection would add undo levels.\r
+ Fixed bug where table cell selection wasn't removed when inline editor where removed.\r
+ Fixed bug where table cell selection wouldn't work properly on nested tables.\r
+ Fixed bug where table merge menu would be available when merging between thead and tbody.\r
+ Fixed bug where table row/column resize wouldn't get properly removed when the editor was removed.\r
+ Fixed bug where Chrome would scroll to the editor if there where a empty hash value in document url.\r
+ Fixed bug where the cache suffix wouldn't work correctly with the importcss plugin.\r
+ Fixed bug where selection wouldn't work properly on MS Edge on Windows Phone 10.\r
+ Fixed so adjacent pre blocks gets joined into one pre block since that seems like the user intent.\r
+ Fixed so events gets properly dispatched in shadow dom. Patch provided by Nazar Mokrynskyi.\r
+Version 4.3.3 (2016-01-14)\r
+ Added new table_resize_bars configuration setting. This setting allows you to disable the table resize bars.\r
+ Added new beforeInitialize event to tinymce.util.XHR lets you modify XHR properties before open. Patch contributed by Brent Clintel.\r
+ Added new autolink_pattern setting to autolink plugin. Enables you to override the default autolink formats. Patch contributed by Ben Tiedt.\r
+ Added new charmap option that lets you override the default charmap of the charmap plugin.\r
+ Added new charmap_append option that lets you add new characters to the default charmap of the charmap plugin.\r
+ Added new insertCustomChar event that gets fired when a character is inserted by the charmap plugin.\r
+ Fixed bug where table cells started with a superfluous in IE10+.\r
+ Fixed bug where table plugin would retain all BR tags when cells were merged.\r
+ Fixed bug where media plugin would strip underscores from youtube urls.\r
+ Fixed bug where IME input would fail on IE 11 if you typed within a table.\r
+ Fixed bug where double click selection of a word would remove the space before the word on insert contents.\r
+ Fixed bug where table plugin would produce exceptions when hovering tables with invalid structure.\r
+ Fixed bug where fullscreen wouldn't scroll back to it's original position when untoggled.\r
+ Fixed so the template plugins templates setting can be a function that gets a callback that can provide templates.\r
+Version 4.3.2 (2015-12-14)\r
+ Fixed bug where the resize bars for table cells were not affected by the object_resizing property.\r
+ Fixed bug where the contextual table toolbar would appear incorrectly if TinyMCE was initialized inline inside a table.\r
+ Fixed bug where resizing table cells did not fire a node change event or add an undo level.\r
+ Fixed bug where double click selection of text on IE 11 wouldn't work properly.\r
+ Fixed bug where codesample plugin would incorrectly produce br elements inside code elements.\r
+ Fixed bug where media plugin would strip dashes from youtube urls.\r
+ Fixed bug where it was possible to move the caret into the table resize bars.\r
+ Fixed bug where drag/drop into a cE=false element was possible on IE.\r
+Version 4.3.1 (2015-11-30)\r
+ Fixed so it's possible to disable the table inline toolbar by setting it to false or an empty string.\r
+ Fixed bug where it wasn't possible to resize some tables using the drag handles.\r
+ Fixed bug where unique id:s would clash for multiple editor instances and cE=false selections.\r
+ Fixed bug where the same plugin could be initialized multiple times.\r
+ Fixed bug where the table inline toolbars would be displayed at the same time as the image toolbars.\r
+ Fixed bug where the table selection rect wouldn't be removed when selecting another control element.\r
+Version 4.3.0 (2015-11-23)\r
+ Added new table column/row resize support. Makes it a lot more easy to resize the columns/rows in a table.\r
+ Added new table inline toolbar. Makes it easier to for example add new rows or columns to a table.\r
+ Added new notification API. Lets you display floating notifications to the end user.\r
+ Added new codesample plugin that lets you insert syntax highlighted pre elements into the editor.\r
+ Added new image_caption to images. Lets you create images with captions using a HTML5 figure/figcaption elements.\r
+ Added new live previews of embeded videos. Lets you play the video right inside the editor.\r
+ Added new setDirty method and "dirty" event to the editor. Makes it easier to track the dirty state change.\r
+ Added new setMode method to Editor instances that lets you dynamically switch between design/readonly.\r
+ Added new core support for contentEditable=false elements within the editor overrides the browsers broken behavior.\r
+ Rewrote the noneditable plugin to use the new contentEditable false core logic.\r
+ Fixed so the dirty state doesn't set to false automatically when the undo index is set to 0.\r
+ Fixed the Selection.placeCaretAt so it works better on IE when the coordinate is between paragraphs.\r
+ Fixed bug where data-mce-bogus="all" element contents where counted by the word count plugin.\r
+ Fixed bug where contentEditable=false elements would be indented by the indent buttons.\r
+ Fixed bug where images within contentEditable=false would be selected in WebKit on mouse click.\r
+ Fixed bug in DOMUntils split method where the replacement parameter wouldn't work on specific cases.\r
+ Fixed bug where the importcss plugin would import classes from the skin content css file.\r
+ Fixed so all button variants have a wrapping span for it's text to make it easier to skin.\r
+ Fixed so it's easier to exit pre block using the arrow keys.\r
+ Fixed bug where listboxes with fix widths didn't render correctly.\r
+Version 4.2.8 (2015-11-13)\r
+ Fixed bug where it was possible to delete tables as the inline root element if all columns where selected.\r
+ Fixed bug where the UI buttons active state wasn't properly updated due to recent refactoring of that logic.\r
+Version 4.2.7 (2015-10-27)\r
+ Fixed bug where backspace/delete would remove all formats on the last paragraph character in WebKit/Blink.\r
+ Fixed bug where backspace within a inline format element with a bogus caret container would move the caret.\r
+ Fixed bug where backspace/delete on selected table cells wouldn't add an undo level.\r
+ Fixed bug where script tags embedded within the editor could sometimes get a mce- prefix prepended to them\r
+ Fixed bug where validate: false option could produce an error to be thrown from the Serialization step.\r
+ Fixed bug where inline editing of a table as the root element could let the user delete that table.\r
+ Fixed bug where inline editing of a table as the root element wouldn't properly handle enter key.\r
+ Fixed bug where inline editing of a table as the root element would normalize the selection incorrectly.\r
+ Fixed bug where inline editing of a list as the root element could let the user delete that list.\r
+ Fixed bug where inline editing of a list as the root element could let the user split that list.\r
+ Fixed bug where resize handles would be rendered on editable root elements such as table.\r
+Version 4.2.6 (2015-09-28)\r
+ Added capability to set request headers when using XHRs.\r
+ Added capability to upload local images automatically default delay is set to 30 seconds after editing images.\r
+ Added commands ids mceEditImage, mceAchor and mceMedia to be avaiable from execCommand.\r
+ Added Edge browser to saucelabs grunt task. Patch contributed by John-David Dalton.\r
+ Fixed bug where blob uris not produced by tinymce would produce HTML invalid markup.\r
+ Fixed bug where selection of contents of a nearly empty editor in Edge would sometimes fail.\r
+ Fixed bug where color styles woudln't be retained on copy/paste in Blink/Webkit.\r
+ Fixed bug where the table plugin would throw an error when inserting rows after a child table.\r
+ Fixed bug where the template plugin wouldn't handle functions as variable replacements.\r
+ Fixed bug where undo/redo sometimes wouldn't work properly when applying formatting collapsed ranges.\r
+ Fixed bug where shift+delete wouldn't do a cut operation on Blink/WebKit.\r
+ Fixed bug where cut action wouldn't properly store the before selection bookmark for the undo level.\r
+ Fixed bug where backspace in side an empty list element on IE would loose editor focus.\r
+ Fixed bug where the save plugin wouldn't enable the buttons when a change occurred.\r
+ Fixed bug where Edge wouldn't initialize the editor if a document.domain was specified.\r
+ Fixed bug where enter key before nested images would sometimes not properly expand the previous block.\r
+ Fixed bug where the inline toolbars wouldn't get properly hidden when blurring the editor instance.\r
+ Fixed bug where Edge would paste Chinese characters on some Windows 10 installations.\r
+ Fixed bug where IME would loose focus on IE 11 due to the double trailing br bug fix.\r
+ Fixed bug where the proxy url in imagetools was incorrect. Patch contributed by Wong Ho Wang.\r
+Version 4.2.5 (2015-08-31)\r
+ Added fullscreen capability to embedded youtube and vimeo videos.\r
+ Fixed bug where the uploadImages call didn't work on IE 10.\r
+ Fixed bug where image place holders would be uploaded by uploadImages call.\r
+ Fixed bug where images marked with bogus would be uploaded by the uploadImages call.\r
+ Fixed bug where multiple calls to uploadImages would result in decreased performance.\r
+ Fixed bug where pagebreaks were editable to imagetools patch contributed by Rasmus Wallin.\r
+ Fixed bug where the element path could cause too much recursion exception.\r
+ Fixed bug for domains containing ".min". Patch contributed by Loïc Février.\r
+ Fixed so validation of external links to accept a number after www. Patch contributed by Victor Carvalho.\r
+ Fixed so the charmap is exposed though execCommand. Patch contributed by Matthew Will.\r
+ Fixed so that the image uploads are concurrent for improved performance.\r
+ Fixed various grammar problems in inline documentation. Patches provided by nikolas.\r
+Version 4.2.4 (2015-08-17)\r
+ Added picture as a valid element to the HTML 5 schema. Patch contributed by Adam Taylor.\r
+ Fixed bug where contents would be duplicated on drag/drop within the same editor.\r
+ Fixed bug where floating/alignment of images on Edge wouldn't work properly.\r
+ Fixed bug where it wasn't possible to drag images on IE 11.\r
+ Fixed bug where image selection on Edge would sometimes fail.\r
+ Fixed bug where contextual toolbars icons wasn't rendered properly when using the toolbar_items_size.\r
+ Fixed bug where searchreplace dialog doesn't get prefilled with the selected text.\r
+ Fixed bug where fragmented matches wouldn't get properly replaced by the searchreplace plugin.\r
+ Fixed bug where enter key wouldn't place the caret if was after a trailing space within an inline element.\r
+ Fixed bug where the autolink plugin could produce multiple links for the same text on Gecko.\r
+ Fixed bug where EditorUpload could sometimes throw an exception if the blob wasn't found.\r
+ Fixed xss issues with media plugin not properly filtering out some script attributes.\r
+Version 4.2.3 (2015-07-30)\r
+ Fixed bug where image selection wasn't possible on Edge due to incompatible setBaseAndExtend API.\r
+ Fixed bug where image blobs urls where not properly destroyed by the imagetools plugin.\r
+ Fixed bug where keyboard shortcuts wasn't working correctly on IE 8.\r
+ Fixed skin issue where the borders of panels where not visible on IE 8.\r
+Version 4.2.2 (2015-07-22)\r
+ Fixed bug where float panels were not being hidden on inline editor blur when fixed_toolbar_container config option was in use.\r
+ Fixed bug where combobox states wasn't properly updated if contents where updated without keyboard.\r
+ Fixed bug where pasting into textbox or combobox would move the caret to the end of text.\r
+ Fixed bug where removal of bogus span elements before block elements would remove whitespace between nodes.\r
+ Fixed bug where repositioning of inline toolbars where async and producing errors if the editor was removed from DOM to early. Patch by iseulde.\r
+ Fixed bug where element path wasn't working correctly. Patch contributed by iseulde.\r
+ Fixed bug where menus wasn't rendered correctly when custom images where added to a menu. Patch contributed by Naim Hammadi.\r
+Version 4.2.1 (2015-06-29)\r
+ Fixed bug where back/forward buttons in the browser would render blob images as broken images.\r
+ Fixed bug where Firefox would throw regexp to big error when replacing huge base64 chunks.\r
+ Fixed bug rendering issues with resize and context toolbars not being placed properly until next animation frame.\r
+ Fixed bug where the rendering of the image while cropping would some times not be centered correctly.\r
+ Fixed bug where listbox items with submenus would me selected as active.\r
+ Fixed bug where context menu where throwing an error when rendering.\r
+ Fixed bug where resize both option wasn't working due to resent addClass API change. Patch contributed by Jogai.\r
+ Fixed bug where a hideAll call for container rendered inline toolbars would throw an error.\r
+ Fixed bug where onclick event handler on combobox could cause issues if element.id was a function by some polluting libraries.\r
+ Fixed bug where listboxes wouldn't get proper selected sub menu item when using link_list or image_list.\r
+ Fixed so the UI controls are as wide as 4.1.x to avoid wrapping controls in toolbars.\r
+ Fixed so the imagetools dialog is adaptive for smaller screen sizes.\r
+Version 4.2.0 (2015-06-25)\r
+ Added new flat default skin to make the UI more modern.\r
+ Added new imagetools plugin, lets you crop/resize and apply filters to images.\r
+ Added new contextual toolbars support to the API lets you add floating toolbars for specific CSS selectors.\r
+ Added new promise feature fill as tinymce.util.Promise.\r
+ Added new built in image upload feature lets you upload any base64 encoded image within the editor as files.\r
+ Fixed bug where resize handles would appear in the right position in the wrong editor when switching between resizable content in different inline editors.\r
+ Fixed bug where tables would not be inserted in inline mode due to previous float panel fix.\r
+ Fixed bug where floating panels would remain open when focus was lost on inline editors.\r
+ Fixed bug where cut command on Chrome would thrown a browser security exception.\r
+ Fixed bug where IE 11 sometimes would report an incorrect size for images in the image dialog.\r
+ Fixed bug where it wasn't possible to remove inline formatting at the end of block elements.\r
+ Fixed bug where it wasn't possible to delete table cell contents when cell selection was vertical.\r
+ Fixed bug where table cell wasn't emptied from block elements if delete/backspace where pressed in empty cell.\r
+ Fixed bug where cmd+shift+arrow didn't work correctly on Firefox mac when selecting to start/end of line.\r
+ Fixed bug where removal of bogus elements would sometimes remove whitespace between nodes.\r
+ Fixed bug where the resize handles wasn't updated when the main window was resized.\r
+ Fixed so script elements gets removed by default to prevent possible XSS issues in default config implementations.\r
+ Fixed so the UI doesn't need manual reflows when using non native layout managers.\r
+ Fixed so base64 encoded images doesn't slow down the editor on modern browsers while editing.\r
+ Fixed so all UI elements uses touch events to improve mobile device support.\r
+ Removed the touch click quirks patch for iOS since it did more harm than good.\r
+ Removed the non proportional resize handles since. Unproportional resize can still be done by holding the shift key.\r
+Version 4.1.10 (2015-05-05)\r
+ Fixed bug where plugins loaded with compat3x would sometimes throw errors when loading using the jQuery version.\r
+ Fixed bug where extra empty paragraphs would get deleted in WebKit/Blink due to recent Quriks fix.\r
+ Fixed bug where the editor wouldn't work properly on IE 12 due to some required browser sniffing.\r
+ Fixed bug where formatting shortcut keys where interfering with Mac OS X screenshot keys.\r
+ Fixed bug where the caret wouldn't move to the next/previous line boundary on Cmd+Left/Right on Gecko.\r
+ Fixed bug where it wasn't possible to remove formats from very specific nested contents.\r
+ Fixed bug where undo levels wasn't produced when typing letters using the shift or alt+ctrl modifiers.\r
+ Fixed bug where the dirty state wasn't properly updated when typing using the shift or alt+ctrl modifiers.\r
+ Fixed bug where an error would be thrown if an autofocused editor was destroyed quickly after its initialization. Patch provided by thorn0.\r
+ Fixed issue with dirty state not being properly updated on redo operation.\r
+ Fixed issue with entity decoder not handling incorrectly written numeric entities.\r
+ Fixed issue where some PI element values wouldn't be properly encoded.\r
+Version 4.1.9 (2015-03-10)\r
+ Fixed bug where indentation wouldn't work properly for non list elements.\r
+ Fixed bug with image plugin not pulling the image dimensions out correctly if a custom document_base_url was used.\r
+ Fixed bug where ctrl+alt+[1-9] would conflict with the AltGr+[1-9] on Windows. New shortcuts is ctrl+shift+[1-9].\r
+ Fixed bug with removing formatting on nodes in inline mode would sometimes include nodes outside the editor body.\r
+ Fixed bug where extra nbsp:s would be inserted when you replaced a word surrounded by spaces using insertContent.\r
+ Fixed bug with pasting from Google Docs would produce extra strong elements and line feeds.\r
+Version 4.1.8 (2015-03-05)\r
+ Added new html5 sizes attribute to img elements used together with srcset.\r
+ Added new elementpath option that makes it possible to disable the element path but keep the statusbar.\r
+ Added new option table_style_by_css for the table plugin to set table styling with css rather than table attributes.\r
+ Added new link_assume_external_targets option to prompt the user to prepend http:// prefix if the supplied link does not contain a protocol prefix.\r
+ Added new image_prepend_url option to allow a custom base path/url to be added to images.\r
+ Added new table_appearance_options option to make it possible to disable some options.\r
+ Added new image_title option to make it possible to alter the title of the image, disabled by default.\r
+ Fixed bug where selection starting from out side of the body wouldn't produce a proper selection range on IE 11.\r
+ Fixed bug where pressing enter twice before a table moves the cursor in the table and causes a javascript error.\r
+ Fixed bug where advanced image styles were not respected.\r
+ Fixed bug where the less common Shift+Delete didn't produce a proper cut operation on WebKit browsers.\r
+ Fixed bug where image/media size constrain logic would produce NaN when handling non number values.\r
+ Fixed bug where internal classes where removed by the removeformat command.\r
+ Fixed bug with creating links table cell contents with a specific selection would throw a exceptions on WebKit/Blink.\r
+ Fixed bug where valid_classes option didn't work as expected according to docs. Patch provided by thorn0.\r
+ Fixed bug where jQuery plugin would patch the internal methods multiple times. Patch provided by Drew Martin.\r
+ Fixed bug where backspace key wouldn't delete the current selection of newly formatted content.\r
+ Fixed bug where type over of inline formatting elements wouldn't properly keep the format on WebKit/Blink.\r
+ Fixed bug where selection needed to be properly normalized on modern IE versions.\r
+ Fixed bug where Command+Backspace didn't properly delete the whole line of text but the previous word.\r
+ Fixed bug where UI active states wheren't properly updated on IE if you placed caret within the current range.\r
+ Fixed bug where delete/backspace on WebKit/Blink would remove span elements created by the user.\r
+ Fixed bug where delete/backspace would produce incorrect results when deleting between two text blocks with br elements.\r
+ Fixed bug where captions where removed when pasting from MS Office.\r
+ Fixed bug where lists plugin wouldn't properly remove fully selected nested lists.\r
+ Fixed bug where the ttf font used for icons would throw an warning message on Gecko on Mac OS X.\r
+ Fixed a bug where applying a color to text did not update the undo/redo history.\r
+ Fixed so shy entities gets displayed when using the visualchars plugin.\r
+ Fixed so removeformat removes ins/del by default since these might be used for strikethough.\r
+ Fixed so multiple language packs can be loaded and added to the global I18n data structure.\r
+ Fixed so transparent color selection gets treated as a normal color selection. Patch contributed by Alexander Hofbauer.\r
+ Fixed so it's possible to disable autoresize_overflow_padding, autoresize_bottom_margin options by setting them to false.\r
+ Fixed so the charmap plugin shows the description of the character in the dialog. Patch contributed by Jelle Hissink.\r
+ Removed address from the default list of block formats since it tends to be missused.\r
+ Fixed so the pre block format is called preformatted to make it more verbose.\r
+ Fixed so it's possible to context scope translation strings this isn't needed most of the time.\r
+ Fixed so the max length of the width/height input fields of the media dialog is 5 instead of 3.\r
+ Fixed so drag/dropped contents gets properly processed by paste plugin since it's basically a paste. Patch contributed by Greg Fairbanks.\r
+ Fixed so shortcut keys for headers is ctrl+alt+[1-9] instead of ctrl+[1-9] since these are for switching tabs in the browsers.\r
+ Fixed so "u" doesn't get converted into a span element by the legacy input filter. Since this is now a valid HTML5 element.\r
+ Fixed font families in order to provide appropriate web-safe fonts.\r
+Version 4.1.7 (2014-11-27)\r
+ Added HTML5 schema support for srcset, source and picture. Patch contributed by mattheu.\r
+ Added new cache_suffix setting to enable cache busting by producing unique urls.\r
+ Added new paste_convert_word_fake_lists option to enable users to disable the fake lists convert logic.\r
+ Fixed so advlist style changes adds undo levels for each change.\r
+ Fixed bug where WebKit would sometimes produce an exception when the autolink plugin where looking for URLs.\r
+ Fixed bug where IE 7 wouldn't be rendered properly due to aggressive css compression.\r
+ Fixed bug where DomQuery wouldn't accept window as constructor element.\r
+ Fixed bug where the color picker in 3.x dialogs wouldn't work properly. Patch contributed by Callidior.\r
+ Fixed bug where the image plugin wouldn't respect the document_base_url.\r
+ Fixed bug where the jQuery plugin would fail to append to elements named array prototype names.\r
+Version 4.1.6 (2014-10-08)\r
+ Fixed bug with clicking on the scrollbar of the iframe would cause a JS error to be thrown.\r
+ Fixed bug where null would produce an exception if you passed it to selection.setRng.\r
+ Fixed bug where Ctrl/Cmd+Tab would indent the current list item if you switched tabs in the browser.\r
+ Fixed bug where pasting empty cells from Excel would result in a broken table.\r
+ Fixed bug where it wasn't possible to switch back to default list style type.\r
+ Fixed issue where the select all quirk fix would fire for other modifiers than Ctrl/Cmd combinations.\r
+ Replaced jake with grunt since it is more mainstream and has better plugin support.\r
+Version 4.1.5 (2014-09-09)\r
+ Fixed bug where sometimes the resize rectangles wouldn't properly render on images on WebKit/Blink.\r
+ Fixed bug in list plugin where delete/backspace would merge empty LI elements in lists incorrectly.\r
+ Fixed bug where empty list elements would result in empty LI elements without it's parent container.\r
+ Fixed bug where backspace in empty caret formatted element could produce an type error exception of Gecko.\r
+ Fixed bug where lists pasted from word with a custom start index above 9 wouldn't be properly handled.\r
+ Fixed bug where tabfocus plugin would tab out of the editor instance even if the default action was prevented.\r
+ Fixed bug where tabfocus wouldn't tab properly to other adjacent editor instances.\r
+ Fixed bug where the DOMUtils setStyles wouldn't properly removed or update the data-mce-style attribute.\r
+ Fixed bug where dialog select boxes would be placed incorrectly if document.body wasn't statically positioned.\r
+ Fixed bug where pasting would sometimes scroll to the top of page if the user was using the autoresize plugin.\r
+ Fixed bug where caret wouldn't be properly rendered by Chrome when clicking on the iframes documentElement.\r
+ Fixed so custom images for menubutton/splitbutton can be provided. Patch contributed by Naim Hammadi.\r
+ Fixed so the default action of windows closing can be prevented by blocking the default action of the close event.\r
+ Fixed so nodeChange and focus of the editor isn't automatically performed when opening sub dialogs.\r
+Version 4.1.4 (2014-08-21)\r
+ Added new media_filter_html option to media plugin that blocks any conditional comments, scripts etc within a video element.\r
+ Added new content_security_policy option allows you to set custom policy for iframe contents. Patch contributed by Francois Chagnon.\r
+ Fixed bug where activate/deactivate events wasn't firing properly when switching between editors.\r
+ Fixed bug where placing the caret on iOS was difficult due to a WebKit bug with touch events.\r
+ Fixed bug where the resize helper wouldn't render properly on older IE versions.\r
+ Fixed bug where resizing images inside tables on older IE versions would sometimes fail depending mouse position.\r
+ Fixed bug where editor.insertContent would produce an exception when inserting select/option elements.\r
+ Fixed bug where extra empty paragraphs would be produced if block elements where inserted inside span elements.\r
+ Fixed bug where the spellchecker menu item wouldn't be properly checked if spell checking was started before it was rendered.\r
+ Fixed bug where the DomQuery filter function wouldn't remove non elements from collection.\r
+ Fixed bug where document with custom document.domain wouldn't properly render the editor.\r
+ Fixed bug where IE 8 would throw exception when trying to enter invalid color values into colorboxes.\r
+ Fixed bug where undo manager could incorrectly add an extra undo level when custom resize handles was removed.\r
+ Fixed bug where it wouldn't be possible to alter cell properties properly on table cells on IE 8.\r
+ Fixed so the color picker button in table dialog isn't shown unless you include the colorpicker plugin or add your own custom color picker.\r
+ Fixed so activate/deactivate events fire when windowManager opens a window since.\r
+ Fixed so the table advtab options isn't separated by an underscore to normalize naming with image_advtab option.\r
+ Fixed so the table cell dialog has proper padding when the advanced tab in disabled.\r
+Version 4.1.3 (2014-07-29)\r
+ Added event binding logic to tinymce.util.XHR making it possible to override headers and settings before any request is made.\r
+ Fixed bug where drag events wasn't fireing properly on older IE versions since the event handlers where bound to document.\r
+ Fixed bug where drag/dropping contents within the editor on IE would force the contents into plain text mode even if it was internal content.\r
+ Fixed bug where IE 7 wouldn't open menus properly due to a resize bug in the browser auto closing them immediately.\r
+ Fixed bug where the DOMUtils getPos logic wouldn't produce a valid coordinate inside the body if the body was positioned non static.\r
+ Fixed bug where the element path and format state wasn't properly updated if you had the wordcount plugin enabled.\r
+ Fixed bug where a comment at the beginning of source would produce an exception in the formatter logic.\r
+ Fixed bug where setAttrib/getAttrib on null would throw exception together with any hooked attributes like style.\r
+ Fixed bug where table sizes wasn't properly retained when copy/pasting on WebKit/Blink.\r
+ Fixed bug where WebKit/Blink would produce colors in RGB format instead of the forced HEX format when deleting contents.\r
+ Fixed bug where the width attribute wasn't updated on tables if you changed the size inside the table dialog.\r
+ Fixed bug where control selection wasn't properly handled when the caret was placed directly after an image.\r
+ Fixed bug where selecting the contents of table cells using the selection.select method wouldn't place the caret properly.\r
+ Fixed bug where the selection state for images wasn't removed when placing the caret right after an image on WebKit/Blink.\r
+ Fixed bug where all events wasn't properly unbound when and editor instance was removed or destroyed by some external innerHTML call.\r
+ Fixed bug where it wasn't possible or very hard to select images on iOS when the onscreen keyboard was visible.\r
+ Fixed so auto_focus can take a boolean argument this will auto focus the last initialized editor might be useful for single inits.\r
+ Fixed so word auto detect lists logic works better for faked lists that doesn't have specific markup.\r
+ Fixed so nodeChange gets fired on mouseup as it used to before 4.1.1 we optimized that event to fire less often.\r
+ Removed the finish menu item from spellchecker menu since it's redundant you can stop spellchecking by toggling menu item or button.\r
+Version 4.1.2 (2014-07-15)\r
+ Added offset/grep to DomQuery class works basically the same as it's jQuery equivalent.\r
+ Fixed bug where backspace/delete or setContent with an empty string would remove header data when using the fullpage plugin.\r
+ Fixed bug where tinymce.remove with a selector not matching any editors would remove all editors.\r
+ Fixed bug where resizing of the editor didn't work since the theme was calling setStyles instead of setStyle.\r
+ Fixed bug where IE 7 would fail to append html fragments to iframe document when using DomQuery.\r
+ Fixed bug where the getStyle DOMUtils method would produce an exception if it was called with null as it's element.\r
+ Fixed bug where the paste plugin would remove the element if the none of the paste_webkit_styles rules matched the current style.\r
+ Fixed bug where contextmenu table items wouldn't work properly on IE since it would some times fire an incorrect selection change.\r
+ Fixed bug where the padding/border values wasn't used in the size calculation for the body size when using autoresize. Patch contributed by Matt Whelan.\r
+ Fixed bug where conditional word comments wouldn't be properly removed when pasting plain text.\r
+ Fixed bug where resizing would sometime fail on IE 11 when the mouseup occurred inside the resizable element.\r
+ Fixed so the iframe gets initialized without any inline event handlers for better CSP support. Patch contributed by Matt Whelan.\r
+ Fixed so the tinymce.dom.Sizzle is the latest version of sizzle this resolves the document context bug.\r
+Version 4.1.1 (2014-07-08)\r
+ Fixed bug where pasting plain text on some WebKit versions would result in an empty line.\r
+ Fixed bug where resizing images inside tables on IE 11 wouldn't work properly.\r
+ Fixed bug where IE 11 would sometimes throw "Invalid argument" exception when editor contents was set to an empty string.\r
+ Fixed bug where document.activeElement would throw exceptions on IE 9 when that element was hidden or removed from dom.\r
+ Fixed bug where WebKit/Blink sometimes produced br elements with the Apple-interchange-newline class.\r
+ Fixed bug where table cell selection wasn't properly removed when copy/pasting table cells.\r
+ Fixed bug where pasting nested list items from Word wouldn't produce proper semantic nested lists.\r
+ Fixed bug where right clicking using the contextmenu plugin on WebKit/Blink on Mac OS X would select the target current word or line.\r
+ Fixed bug where it wasn't possible to alter table cell properties on IE 8 using the context menu.\r
+ Fixed bug where the resize helper wouldn't be correctly positioned on older IE versions.\r
+ Fixed bug where fullpage plugin would produce an error if you didn't specify a doctype encoding.\r
+ Fixed bug where anchor plugin would get the name/id of the current element even if it wasn't anchor element.\r
+ Fixed bug where visual aids for tables wouldn't be properly disabled when changing the border size.\r
+ Fixed bug where some control selection events wasn't properly fired on older IE versions.\r
+ Fixed bug where table cell selection on older IE versions would prevent resizing of images.\r
+ Fixed bug with paste_data_images paste option not working properly on modern IE versions.\r
+ Fixed bug where custom elements with underscores in the name wasn't properly parsed/serialized.\r
+ Fixed bug where applying inline formats to nested list elements would produce an incorrect formatting result.\r
+ Fixed so it's possible to hide items from elements path by using preventDefault/stopPropagation.\r
+ Fixed so inline mode toolbar gets rendered right aligned if the editable element positioned to the documents right edge.\r
+ Fixed so empty inline elements inside empty block elements doesn't get removed if configured to be kept intact.\r
+ Fixed so DomQuery parentsUntil/prevUntil/nextUntil supports selectors/elements/filters etc.\r
+ Fixed so legacyoutput plugin overrides fontselect and fontsizeselect controls and handles font elements properly.\r
+Version 4.1.0 (2014-06-18)\r
+ Added new file_picker_callback option to replace the old file_browser_callback the latter will still work though.\r
+ Added new custom colors to textcolor plugin will be displayed if a color picker is provided also shows the latest colors.\r
+ Added new color_picker_callback option to enable you to add custom color pickers to the editor.\r
+ Added new advanced tabs to table/cell/row dialogs to enable you to select colors for border/background.\r
+ Added new colorpicker plugin that lets you select colors from a hsv color picker.\r
+ Added new tinymce.util.Color class to handle color parsing and converting.\r
+ Added new colorpicker UI widget element lets you add a hsv color picker to any form/window.\r
+ Added new textpattern plugin that allows you to use markdown like text patterns to format contents.\r
+ Added new resize helper element that shows the current width & height while resizing.\r
+ Added new "once" method to Editor and EventDispatcher enables since callback execution events.\r
+ Added new jQuery like class under tinymce.dom.DomQuery it's exposed on editor instances (editor.$) and globally under (tinymce.$).\r
+ Fixed so the default resize method for images are proportional shift/ctrl can be used to make an unproportional size.\r
+ Fixed bug where the image_dimensions option of the image plugin would cause exceptions when it tried to update the size.\r
+ Fixed bug where table cell dialog class field wasn't properly updated when editing an a table cell with an existing class.\r
+ Fixed bug where Safari on Mac would produce webkit-fake-url for pasted images so these are now removed.\r
+ Fixed bug where the nodeChange event would get fired before the selection was changed when clicking inside the current selection range.\r
+ Fixed bug where valid_classes option would cause exception when it removed internal prefixed classes like mce-item-.\r
+ Fixed bug where backspace would cause navigation in IE 8 on an inline element and after a caret formatting was applied.\r
+ Fixed so placeholder images produced by the media plugin gets selected when inserted/edited.\r
+ Fixed so it's possible to drag in images when the paste_data_images option is enabled. Might be useful for mail clients.\r
+ Fixed so images doesn't get a width/height applied if the image_dimensions option is set to false useful for responsive contents.\r
+ Fixed so it's possible to pass in an optional arguments object for the nodeChanged function to be passed to all nodechange event listeners.\r
+ Fixed bug where media plugin embed code didn't update correctly.\r
-tinymce.addI18n('de',{
-"Redo": "Wiederholen",
-"Undo": "R\u00fcckg\u00e4ngig",
-"Cut": "Ausschneiden",
-"Copy": "Kopieren",
-"Paste": "Einf\u00fcgen",
-"Select all": "Alles ausw\u00e4hlen",
-"New document": "Neues Dokument",
-"Ok": "Ok",
-"Cancel": "Abbrechen",
-"Visual aids": "Visuelle Hilfen",
-"Bold": "Fett",
-"Italic": "Kursiv",
-"Underline": "Unterstrichen",
-"Strikethrough": "Durchgestrichen",
-"Superscript": "Hochgestellt",
-"Subscript": "Tiefgestellt",
-"Clear formatting": "Formatierung entfernen",
-"Align left": "Linksb\u00fcndig ausrichten",
-"Align center": "Zentriert ausrichten",
-"Align right": "Rechtsb\u00fcndig ausrichten",
-"Justify": "Blocksatz",
-"Bullet list": "Aufz\u00e4hlung",
-"Numbered list": "Nummerierte Liste",
-"Decrease indent": "Einzug verkleinern",
-"Increase indent": "Einzug vergr\u00f6\u00dfern",
-"Close": "Schlie\u00dfen",
-"Formats": "Formate",
-"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Ihr Browser unterst\u00fctzt leider keinen direkten Zugriff auf die Zwischenablage. Bitte benutzen Sie die Strg + X \/ C \/ V Tastenkombinationen.",
-"Headers": "\u00dcberschriften",
-"Header 1": "\u00dcberschrift 1",
-"Header 2": "\u00dcberschrift 2",
-"Header 3": "\u00dcberschrift 3",
-"Header 4": "\u00dcberschrift 4",
-"Header 5": "\u00dcberschrift 5",
-"Header 6": "\u00dcberschrift 6",
-"Headings": "\u00dcberschriften",
-"Heading 1": "\u00dcberschrift 1",
-"Heading 2": "\u00dcberschrift 2",
-"Heading 3": "\u00dcberschrift 3",
-"Heading 4": "\u00dcberschrift 4",
-"Heading 5": "\u00dcberschrift 5",
-"Heading 6": "\u00dcberschrift 6",
-"Div": "Textblock",
-"Pre": "Vorformatierter Text",
-"Code": "Quelltext",
-"Paragraph": "Absatz",
-"Blockquote": "Zitat",
-"Inline": "Zeichenformate",
-"Blocks": "Absatzformate",
-"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Einf\u00fcgen ist nun im einfachen Textmodus. Inhalte werden ab jetzt als unformatierter Text eingef\u00fcgt, bis Sie diese Einstellung wieder ausschalten!",
-"Font Family": "Schriftart",
-"Font Sizes": "Schriftgr\u00f6\u00dfe",
-"Class": "Klasse",
-"Browse for an image": "Bild...",
-"OR": "ODER",
-"Drop an image here": "Bild hier ablegen",
-"Upload": "Hochladen",
-"Block": "Block",
-"Align": "Ausrichtung",
-"Default": "Standard",
-"Circle": "Kreis",
-"Disc": "Punkt",
-"Square": "Quadrat",
-"Lower Alpha": "Kleinbuchstaben",
-"Lower Greek": "Griechische Kleinbuchstaben",
-"Lower Roman": "R\u00f6mische Zahlen (Kleinbuchstaben)",
-"Upper Alpha": "Gro\u00dfbuchstaben",
-"Upper Roman": "R\u00f6mische Zahlen (Gro\u00dfbuchstaben)",
-"Anchor": "Textmarke",
-"Name": "Name",
-"Id": "Kennung",
-"Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "Die Kennung sollte mit einem Buchstaben anfangen. Nachfolgend nur Buchstaben, Zahlen, Striche (Minus), Punkte, Kommas und Unterstriche.",
-"You have unsaved changes are you sure you want to navigate away?": "Die \u00c4nderungen wurden noch nicht gespeichert, sind Sie sicher, dass Sie diese Seite verlassen wollen?",
-"Restore last draft": "Letzten Entwurf wiederherstellen",
-"Special character": "Sonderzeichen",
-"Source code": "Quelltext",
-"Insert\/Edit code sample": "Codebeispiel einf\u00fcgen\/bearbeiten",
-"Language": "Sprache",
-"Code sample": "Codebeispiel",
-"Color": "Farbe",
-"R": "R",
-"G": "G",
-"B": "B",
-"Left to right": "Von links nach rechts",
-"Right to left": "Von rechts nach links",
-"Emoticons": "Emoticons",
-"Document properties": "Dokumenteigenschaften",
-"Title": "Titel",
-"Keywords": "Sch\u00fcsselw\u00f6rter",
-"Description": "Beschreibung",
-"Robots": "Robots",
-"Author": "Verfasser",
-"Encoding": "Zeichenkodierung",
-"Fullscreen": "Vollbild",
-"Action": "Aktion",
-"Shortcut": "Shortcut",
-"Help": "Hilfe",
-"Address": "Adresse",
-"Focus to menubar": "Fokus auf Men\u00fcleiste",
-"Focus to toolbar": "Fokus auf Werkzeugleiste",
-"Focus to element path": "Fokus auf Elementpfad",
-"Focus to contextual toolbar": "Fokus auf kontextbezogene Werkzeugleiste",
-"Insert link (if link plugin activated)": "Link einf\u00fcgen (wenn Link-Plugin aktiviert ist)",
-"Save (if save plugin activated)": "Speichern (wenn Save-Plugin aktiviert ist)",
-"Find (if searchreplace plugin activated)": "Suchen einf\u00fcgen (wenn Suchen\/Ersetzen-Plugin aktiviert ist)",
-"Plugins installed ({0}):": "installierte Plugins ({0}):",
-"Premium plugins:": "Premium Plugins:",
-"Learn more...": "Erfahren Sie mehr dazu...",
-"You are using {0}": "Sie verwenden {0}",
-"Plugins": "Plugins",
-"Handy Shortcuts": "Handy Shortcuts",
-"Horizontal line": "Horizontale Linie",
-"Insert\/edit image": "Bild einf\u00fcgen\/bearbeiten",
-"Image description": "Bildbeschreibung",
-"Source": "Quelle",
-"Dimensions": "Abmessungen",
-"Constrain proportions": "Seitenverh\u00e4ltnis beibehalten",
-"General": "Allgemein",
-"Advanced": "Erweitert",
-"Style": "Stil",
-"Vertical space": "Vertikaler Abstand",
-"Horizontal space": "Horizontaler Abstand",
-"Border": "Rahmen",
-"Insert image": "Bild einf\u00fcgen",
-"Image": "Bild",
-"Image list": "Bildliste",
-"Rotate counterclockwise": "Gegen den Uhrzeigersinn drehen",
-"Rotate clockwise": "Im Uhrzeigersinn drehen",
-"Flip vertically": "Vertikal spiegeln",
-"Flip horizontally": "Horizontal spiegeln",
-"Edit image": "Bild bearbeiten",
-"Image options": "Bildeigenschaften",
-"Zoom in": "Ansicht vergr\u00f6\u00dfern",
-"Zoom out": "Ansicht verkleinern",
-"Crop": "Bescheiden",
-"Resize": "Skalieren",
-"Orientation": "Ausrichtung",
-"Brightness": "Helligkeit",
-"Sharpen": "Sch\u00e4rfen",
-"Contrast": "Kontrast",
-"Color levels": "Farbwerte",
-"Gamma": "Gamma",
-"Invert": "Invertieren",
-"Apply": "Anwenden",
-"Back": "Zur\u00fcck",
-"Insert date\/time": "Datum\/Uhrzeit einf\u00fcgen ",
-"Date\/time": "Datum\/Uhrzeit",
-"Insert link": "Link einf\u00fcgen",
-"Insert\/edit link": "Link einf\u00fcgen\/bearbeiten",
-"Text to display": "Anzuzeigender Text",
-"Url": "URL",
-"Target": "Ziel",
-"None": "Keine",
-"New window": "Neues Fenster",
-"Remove link": "Link entfernen",
-"Anchors": "Textmarken",
-"Link": "Link",
-"Paste or type a link": "Link einf\u00fcgen oder eintippen",
-"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "Diese Adresse scheint eine E-Mail-Adresse zu sein. M\u00f6chten Sie das dazu ben\u00f6tigte \"mailto:\" voranstellen?",
-"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "Diese Adresse scheint ein externer Link zu sein. M\u00f6chten Sie das dazu ben\u00f6tigte \"http:\/\/\" voranstellen?",
-"Link list": "Linkliste",
-"Insert video": "Video einf\u00fcgen",
-"Insert\/edit video": "Video einf\u00fcgen\/bearbeiten",
-"Insert\/edit media": "Medien einf\u00fcgen\/bearbeiten",
-"Alternative source": "Alternative Quelle",
-"Poster": "Poster",
-"Paste your embed code below:": "F\u00fcgen Sie Ihren Einbettungscode hier ein:",
-"Embed": "Einbetten",
-"Media": "Medium",
-"Nonbreaking space": "Gesch\u00fctztes Leerzeichen",
-"Page break": "Seitenumbruch",
-"Paste as text": "Als Text einf\u00fcgen",
-"Preview": "Vorschau",
-"Print": "Drucken",
-"Save": "Speichern",
-"Find": "Suchen",
-"Replace with": "Ersetzen durch",
-"Replace": "Ersetzen",
-"Replace all": "Alles ersetzen",
-"Prev": "Zur\u00fcck",
-"Next": "Weiter",
-"Find and replace": "Suchen und ersetzen",
-"Could not find the specified string.": "Die Zeichenfolge wurde nicht gefunden.",
-"Match case": "Gro\u00df-\/Kleinschreibung beachten",
-"Whole words": "Nur ganze W\u00f6rter",
-"Spellcheck": "Rechtschreibpr\u00fcfung",
-"Ignore": "Ignorieren",
-"Ignore all": "Alles Ignorieren",
-"Finish": "Ende",
-"Add to Dictionary": "Zum W\u00f6rterbuch hinzuf\u00fcgen",
-"Insert table": "Tabelle einf\u00fcgen",
-"Table properties": "Tabelleneigenschaften",
-"Delete table": "Tabelle l\u00f6schen",
-"Cell": "Zelle",
-"Row": "Zeile",
-"Column": "Spalte",
-"Cell properties": "Zelleneigenschaften",
-"Merge cells": "Zellen verbinden",
-"Split cell": "Zelle aufteilen",
-"Insert row before": "Neue Zeile davor einf\u00fcgen ",
-"Insert row after": "Neue Zeile danach einf\u00fcgen",
-"Delete row": "Zeile l\u00f6schen",
-"Row properties": "Zeileneigenschaften",
-"Cut row": "Zeile ausschneiden",
-"Copy row": "Zeile kopieren",
-"Paste row before": "Zeile davor einf\u00fcgen",
-"Paste row after": "Zeile danach einf\u00fcgen",
-"Insert column before": "Neue Spalte davor einf\u00fcgen",
-"Insert column after": "Neue Spalte danach einf\u00fcgen",
-"Delete column": "Spalte l\u00f6schen",
-"Cols": "Spalten",
-"Rows": "Zeilen",
-"Width": "Breite",
-"Height": "H\u00f6he",
-"Cell spacing": "Zellenabstand",
-"Cell padding": "Zelleninnenabstand",
-"Caption": "Beschriftung",
-"Left": "Linksb\u00fcndig",
-"Center": "Zentriert",
-"Right": "Rechtsb\u00fcndig",
-"Cell type": "Zellentyp",
-"Scope": "G\u00fcltigkeitsbereich",
-"Alignment": "Ausrichtung",
-"H Align": "Horizontale Ausrichtung",
-"V Align": "Vertikale Ausrichtung",
-"Top": "Oben",
-"Middle": "Mitte",
-"Bottom": "Unten",
-"Header cell": "Kopfzelle",
-"Row group": "Zeilengruppe",
-"Column group": "Spaltengruppe",
-"Row type": "Zeilentyp",
-"Header": "Kopfzeile",
-"Body": "Inhalt",
-"Footer": "Fu\u00dfzeile",
-"Border color": "Rahmenfarbe",
-"Insert template": "Vorlage einf\u00fcgen ",
-"Templates": "Vorlagen",
-"Template": "Vorlage",
-"Text color": "Textfarbe",
-"Background color": "Hintergrundfarbe",
-"Custom...": "Benutzerdefiniert...",
-"Custom color": "Benutzerdefinierte Farbe",
-"No color": "Keine Farbe",
-"Table of Contents": "Inhaltsverzeichnis",
-"Show blocks": "Bl\u00f6cke anzeigen",
-"Show invisible characters": "Unsichtbare Zeichen anzeigen",
-"Words: {0}": "W\u00f6rter: {0}",
-"{0} words": "{0} W\u00f6rter",
-"File": "Datei",
-"Edit": "Bearbeiten",
-"Insert": "Einf\u00fcgen",
-"View": "Ansicht",
-"Format": "Format",
-"Table": "Tabelle",
-"Tools": "Werkzeuge",
-"Powered by {0}": "Betrieben von {0}",
-"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich-Text- Area. Dr\u00fccken Sie ALT-F9 f\u00fcr das Men\u00fc. Dr\u00fccken Sie ALT-F10 f\u00fcr Symbolleiste. Dr\u00fccken Sie ALT-0 f\u00fcr Hilfe"
+tinymce.addI18n('de',{\r
+"Redo": "Wiederholen",\r
+"Undo": "R\u00fcckg\u00e4ngig",\r
+"Cut": "Ausschneiden",\r
+"Copy": "Kopieren",\r
+"Paste": "Einf\u00fcgen",\r
+"Select all": "Alles ausw\u00e4hlen",\r
+"New document": "Neues Dokument",\r
+"Ok": "Ok",\r
+"Cancel": "Abbrechen",\r
+"Visual aids": "Visuelle Hilfen",\r
+"Bold": "Fett",\r
+"Italic": "Kursiv",\r
+"Underline": "Unterstrichen",\r
+"Strikethrough": "Durchgestrichen",\r
+"Superscript": "Hochgestellt",\r
+"Subscript": "Tiefgestellt",\r
+"Clear formatting": "Formatierung entfernen",\r
+"Align left": "Linksb\u00fcndig ausrichten",\r
+"Align center": "Zentriert ausrichten",\r
+"Align right": "Rechtsb\u00fcndig ausrichten",\r
+"Justify": "Blocksatz",\r
+"Bullet list": "Aufz\u00e4hlung",\r
+"Numbered list": "Nummerierte Liste",\r
+"Decrease indent": "Einzug verkleinern",\r
+"Increase indent": "Einzug vergr\u00f6\u00dfern",\r
+"Close": "Schlie\u00dfen",\r
+"Formats": "Formate",\r
+"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Ihr Browser unterst\u00fctzt leider keinen direkten Zugriff auf die Zwischenablage. Bitte benutzen Sie die Strg + X \/ C \/ V Tastenkombinationen.",\r
+"Headers": "\u00dcberschriften",\r
+"Header 1": "\u00dcberschrift 1",\r
+"Header 2": "\u00dcberschrift 2",\r
+"Header 3": "\u00dcberschrift 3",\r
+"Header 4": "\u00dcberschrift 4",\r
+"Header 5": "\u00dcberschrift 5",\r
+"Header 6": "\u00dcberschrift 6",\r
+"Headings": "\u00dcberschriften",\r
+"Heading 1": "\u00dcberschrift 1",\r
+"Heading 2": "\u00dcberschrift 2",\r
+"Heading 3": "\u00dcberschrift 3",\r
+"Heading 4": "\u00dcberschrift 4",\r
+"Heading 5": "\u00dcberschrift 5",\r
+"Heading 6": "\u00dcberschrift 6",\r
+"Div": "Textblock",\r
+"Pre": "Vorformatierter Text",\r
+"Code": "Quelltext",\r
+"Paragraph": "Absatz",\r
+"Blockquote": "Zitat",\r
+"Inline": "Zeichenformate",\r
+"Blocks": "Absatzformate",\r
+"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Einf\u00fcgen ist nun im einfachen Textmodus. Inhalte werden ab jetzt als unformatierter Text eingef\u00fcgt, bis Sie diese Einstellung wieder ausschalten!",\r
+"Font Family": "Schriftart",\r
+"Font Sizes": "Schriftgr\u00f6\u00dfe",\r
+"Class": "Klasse",\r
+"Browse for an image": "Bild...",\r
+"OR": "ODER",\r
+"Drop an image here": "Bild hier ablegen",\r
+"Upload": "Hochladen",\r
+"Block": "Block",\r
+"Align": "Ausrichtung",\r
+"Default": "Standard",\r
+"Circle": "Kreis",\r
+"Disc": "Punkt",\r
+"Square": "Quadrat",\r
+"Lower Alpha": "Kleinbuchstaben",\r
+"Lower Greek": "Griechische Kleinbuchstaben",\r
+"Lower Roman": "R\u00f6mische Zahlen (Kleinbuchstaben)",\r
+"Upper Alpha": "Gro\u00dfbuchstaben",\r
+"Upper Roman": "R\u00f6mische Zahlen (Gro\u00dfbuchstaben)",\r
+"Anchor": "Textmarke",\r
+"Name": "Name",\r
+"Id": "Kennung",\r
+"Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "Die Kennung sollte mit einem Buchstaben anfangen. Nachfolgend nur Buchstaben, Zahlen, Striche (Minus), Punkte, Kommas und Unterstriche.",\r
+"You have unsaved changes are you sure you want to navigate away?": "Die \u00c4nderungen wurden noch nicht gespeichert, sind Sie sicher, dass Sie diese Seite verlassen wollen?",\r
+"Restore last draft": "Letzten Entwurf wiederherstellen",\r
+"Special character": "Sonderzeichen",\r
+"Source code": "Quelltext",\r
+"Insert\/Edit code sample": "Codebeispiel einf\u00fcgen\/bearbeiten",\r
+"Language": "Sprache",\r
+"Code sample": "Codebeispiel",\r
+"Color": "Farbe",\r
+"R": "R",\r
+"G": "G",\r
+"B": "B",\r
+"Left to right": "Von links nach rechts",\r
+"Right to left": "Von rechts nach links",\r
+"Emoticons": "Emoticons",\r
+"Document properties": "Dokumenteigenschaften",\r
+"Title": "Titel",\r
+"Keywords": "Sch\u00fcsselw\u00f6rter",\r
+"Description": "Beschreibung",\r
+"Robots": "Robots",\r
+"Author": "Verfasser",\r
+"Encoding": "Zeichenkodierung",\r
+"Fullscreen": "Vollbild",\r
+"Action": "Aktion",\r
+"Shortcut": "Shortcut",\r
+"Help": "Hilfe",\r
+"Address": "Adresse",\r
+"Focus to menubar": "Fokus auf Men\u00fcleiste",\r
+"Focus to toolbar": "Fokus auf Werkzeugleiste",\r
+"Focus to element path": "Fokus auf Elementpfad",\r
+"Focus to contextual toolbar": "Fokus auf kontextbezogene Werkzeugleiste",\r
+"Insert link (if link plugin activated)": "Link einf\u00fcgen (wenn Link-Plugin aktiviert ist)",\r
+"Save (if save plugin activated)": "Speichern (wenn Save-Plugin aktiviert ist)",\r
+"Find (if searchreplace plugin activated)": "Suchen einf\u00fcgen (wenn Suchen\/Ersetzen-Plugin aktiviert ist)",\r
+"Plugins installed ({0}):": "installierte Plugins ({0}):",\r
+"Premium plugins:": "Premium Plugins:",\r
+"Learn more...": "Erfahren Sie mehr dazu...",\r
+"You are using {0}": "Sie verwenden {0}",\r
+"Plugins": "Plugins",\r
+"Handy Shortcuts": "Handy Shortcuts",\r
+"Horizontal line": "Horizontale Linie",\r
+"Insert\/edit image": "Bild einf\u00fcgen\/bearbeiten",\r
+"Image description": "Bildbeschreibung",\r
+"Source": "Quelle",\r
+"Dimensions": "Abmessungen",\r
+"Constrain proportions": "Seitenverh\u00e4ltnis beibehalten",\r
+"General": "Allgemein",\r
+"Advanced": "Erweitert",\r
+"Style": "Stil",\r
+"Vertical space": "Vertikaler Abstand",\r
+"Horizontal space": "Horizontaler Abstand",\r
+"Border": "Rahmen",\r
+"Insert image": "Bild einf\u00fcgen",\r
+"Image": "Bild",\r
+"Image list": "Bildliste",\r
+"Rotate counterclockwise": "Gegen den Uhrzeigersinn drehen",\r
+"Rotate clockwise": "Im Uhrzeigersinn drehen",\r
+"Flip vertically": "Vertikal spiegeln",\r
+"Flip horizontally": "Horizontal spiegeln",\r
+"Edit image": "Bild bearbeiten",\r
+"Image options": "Bildeigenschaften",\r
+"Zoom in": "Ansicht vergr\u00f6\u00dfern",\r
+"Zoom out": "Ansicht verkleinern",\r
+"Crop": "Bescheiden",\r
+"Resize": "Skalieren",\r
+"Orientation": "Ausrichtung",\r
+"Brightness": "Helligkeit",\r
+"Sharpen": "Sch\u00e4rfen",\r
+"Contrast": "Kontrast",\r
+"Color levels": "Farbwerte",\r
+"Gamma": "Gamma",\r
+"Invert": "Invertieren",\r
+"Apply": "Anwenden",\r
+"Back": "Zur\u00fcck",\r
+"Insert date\/time": "Datum\/Uhrzeit einf\u00fcgen ",\r
+"Date\/time": "Datum\/Uhrzeit",\r
+"Insert link": "Link einf\u00fcgen",\r
+"Insert\/edit link": "Link einf\u00fcgen\/bearbeiten",\r
+"Text to display": "Anzuzeigender Text",\r
+"Url": "URL",\r
+"Target": "Ziel",\r
+"None": "Keine",\r
+"New window": "Neues Fenster",\r
+"Remove link": "Link entfernen",\r
+"Anchors": "Textmarken",\r
+"Link": "Link",\r
+"Paste or type a link": "Link einf\u00fcgen oder eintippen",\r
+"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "Diese Adresse scheint eine E-Mail-Adresse zu sein. M\u00f6chten Sie das dazu ben\u00f6tigte \"mailto:\" voranstellen?",\r
+"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "Diese Adresse scheint ein externer Link zu sein. M\u00f6chten Sie das dazu ben\u00f6tigte \"http:\/\/\" voranstellen?",\r
+"Link list": "Linkliste",\r
+"Insert video": "Video einf\u00fcgen",\r
+"Insert\/edit video": "Video einf\u00fcgen\/bearbeiten",\r
+"Insert\/edit media": "Medien einf\u00fcgen\/bearbeiten",\r
+"Alternative source": "Alternative Quelle",\r
+"Poster": "Poster",\r
+"Paste your embed code below:": "F\u00fcgen Sie Ihren Einbettungscode hier ein:",\r
+"Embed": "Einbetten",\r
+"Media": "Medium",\r
+"Nonbreaking space": "Gesch\u00fctztes Leerzeichen",\r
+"Page break": "Seitenumbruch",\r
+"Paste as text": "Als Text einf\u00fcgen",\r
+"Preview": "Vorschau",\r
+"Print": "Drucken",\r
+"Save": "Speichern",\r
+"Find": "Suchen",\r
+"Replace with": "Ersetzen durch",\r
+"Replace": "Ersetzen",\r
+"Replace all": "Alles ersetzen",\r
+"Prev": "Zur\u00fcck",\r
+"Next": "Weiter",\r
+"Find and replace": "Suchen und ersetzen",\r
+"Could not find the specified string.": "Die Zeichenfolge wurde nicht gefunden.",\r
+"Match case": "Gro\u00df-\/Kleinschreibung beachten",\r
+"Whole words": "Nur ganze W\u00f6rter",\r
+"Spellcheck": "Rechtschreibpr\u00fcfung",\r
+"Ignore": "Ignorieren",\r
+"Ignore all": "Alles Ignorieren",\r
+"Finish": "Ende",\r
+"Add to Dictionary": "Zum W\u00f6rterbuch hinzuf\u00fcgen",\r
+"Insert table": "Tabelle einf\u00fcgen",\r
+"Table properties": "Tabelleneigenschaften",\r
+"Delete table": "Tabelle l\u00f6schen",\r
+"Cell": "Zelle",\r
+"Row": "Zeile",\r
+"Column": "Spalte",\r
+"Cell properties": "Zelleneigenschaften",\r
+"Merge cells": "Zellen verbinden",\r
+"Split cell": "Zelle aufteilen",\r
+"Insert row before": "Neue Zeile davor einf\u00fcgen ",\r
+"Insert row after": "Neue Zeile danach einf\u00fcgen",\r
+"Delete row": "Zeile l\u00f6schen",\r
+"Row properties": "Zeileneigenschaften",\r
+"Cut row": "Zeile ausschneiden",\r
+"Copy row": "Zeile kopieren",\r
+"Paste row before": "Zeile davor einf\u00fcgen",\r
+"Paste row after": "Zeile danach einf\u00fcgen",\r
+"Insert column before": "Neue Spalte davor einf\u00fcgen",\r
+"Insert column after": "Neue Spalte danach einf\u00fcgen",\r
+"Delete column": "Spalte l\u00f6schen",\r
+"Cols": "Spalten",\r
+"Rows": "Zeilen",\r
+"Width": "Breite",\r
+"Height": "H\u00f6he",\r
+"Cell spacing": "Zellenabstand",\r
+"Cell padding": "Zelleninnenabstand",\r
+"Caption": "Beschriftung",\r
+"Left": "Linksb\u00fcndig",\r
+"Center": "Zentriert",\r
+"Right": "Rechtsb\u00fcndig",\r
+"Cell type": "Zellentyp",\r
+"Scope": "G\u00fcltigkeitsbereich",\r
+"Alignment": "Ausrichtung",\r
+"H Align": "Horizontale Ausrichtung",\r
+"V Align": "Vertikale Ausrichtung",\r
+"Top": "Oben",\r
+"Middle": "Mitte",\r
+"Bottom": "Unten",\r
+"Header cell": "Kopfzelle",\r
+"Row group": "Zeilengruppe",\r
+"Column group": "Spaltengruppe",\r
+"Row type": "Zeilentyp",\r
+"Header": "Kopfzeile",\r
+"Body": "Inhalt",\r
+"Footer": "Fu\u00dfzeile",\r
+"Border color": "Rahmenfarbe",\r
+"Insert template": "Vorlage einf\u00fcgen ",\r
+"Templates": "Vorlagen",\r
+"Template": "Vorlage",\r
+"Text color": "Textfarbe",\r
+"Background color": "Hintergrundfarbe",\r
+"Custom...": "Benutzerdefiniert...",\r
+"Custom color": "Benutzerdefinierte Farbe",\r
+"No color": "Keine Farbe",\r
+"Table of Contents": "Inhaltsverzeichnis",\r
+"Show blocks": "Bl\u00f6cke anzeigen",\r
+"Show invisible characters": "Unsichtbare Zeichen anzeigen",\r
+"Words: {0}": "W\u00f6rter: {0}",\r
+"{0} words": "{0} W\u00f6rter",\r
+"File": "Datei",\r
+"Edit": "Bearbeiten",\r
+"Insert": "Einf\u00fcgen",\r
+"View": "Ansicht",\r
+"Format": "Format",\r
+"Table": "Tabelle",\r
+"Tools": "Werkzeuge",\r
+"Powered by {0}": "Betrieben von {0}",\r
+"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich-Text- Area. Dr\u00fccken Sie ALT-F9 f\u00fcr das Men\u00fc. Dr\u00fccken Sie ALT-F10 f\u00fcr Symbolleiste. Dr\u00fccken Sie ALT-0 f\u00fcr Hilfe"\r
});
\ No newline at end of file
-tinymce.addI18n('fr_FR',{
-"Redo": "R\u00e9tablir",
-"Undo": "Annuler",
-"Cut": "Couper",
-"Copy": "Copier",
-"Paste": "Coller",
-"Select all": "Tout s\u00e9lectionner",
-"New document": "Nouveau document",
-"Ok": "Ok",
-"Cancel": "Annuler",
-"Visual aids": "Aides visuelle",
-"Bold": "Gras",
-"Italic": "Italique",
-"Underline": "Soulign\u00e9",
-"Strikethrough": "Barr\u00e9",
-"Superscript": "Exposant",
-"Subscript": "Indice",
-"Clear formatting": "Effacer la mise en forme",
-"Align left": "Aligner \u00e0 gauche",
-"Align center": "Centrer",
-"Align right": "Aligner \u00e0 droite",
-"Justify": "Justifier",
-"Bullet list": "Puces",
-"Numbered list": "Num\u00e9rotation",
-"Decrease indent": "Diminuer le retrait",
-"Increase indent": "Augmenter le retrait",
-"Close": "Fermer",
-"Formats": "Formats",
-"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Votre navigateur ne supporte pas la copie directe. Merci d'utiliser les touches Ctrl+X\/C\/V.",
-"Headers": "Titres",
-"Header 1": "Titre 1",
-"Header 2": "Titre 2",
-"Header 3": "Titre 3",
-"Header 4": "Titre 4",
-"Header 5": "Titre 5",
-"Header 6": "Titre 6",
-"Headings": "En-t\u00eates",
-"Heading 1": "En-t\u00eate 1",
-"Heading 2": "En-t\u00eate 2",
-"Heading 3": "En-t\u00eate 3",
-"Heading 4": "En-t\u00eate 4",
-"Heading 5": "En-t\u00eate 5",
-"Heading 6": "En-t\u00eate 6",
-"Preformatted": "Pr\u00e9-formatt\u00e9",
-"Div": "Div",
-"Pre": "Pre",
-"Code": "Code",
-"Paragraph": "Paragraphe",
-"Blockquote": "Citation",
-"Inline": "En ligne",
-"Blocks": "Blocs",
-"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Le presse-papiers est maintenant en mode \"texte plein\". Les contenus seront coll\u00e9s sans retenir les formatages jusqu'\u00e0 ce que vous d\u00e9sactiviez cette option.",
-"Font Family": "Police",
-"Font Sizes": "Taille de police",
-"Class": "Classe",
-"Browse for an image": "Parcourir pour s\u00e9lectionner une image",
-"OR": "OU",
-"Drop an image here": "Glisser une image ici",
-"Upload": "D\u00e9poser",
-"Block": "Bloquer",
-"Align": "Aligner",
-"Default": "Par d\u00e9faut",
-"Circle": "Cercle",
-"Disc": "Disque",
-"Square": "Carr\u00e9",
-"Lower Alpha": "Alpha minuscule",
-"Lower Greek": "Grec minuscule",
-"Lower Roman": "Romain minuscule",
-"Upper Alpha": "Alpha majuscule",
-"Upper Roman": "Romain majuscule",
-"Anchor": "Ancre",
-"Name": "Nom",
-"Id": "Id",
-"Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "L'Id doit commencer par une lettre suivi par des lettres, nombres, tirets, points, deux-points ou underscores",
-"You have unsaved changes are you sure you want to navigate away?": "Vous avez des modifications non enregistr\u00e9es, \u00eates-vous s\u00fbr de quitter la page?",
-"Restore last draft": "Restaurer le dernier brouillon",
-"Special character": "Caract\u00e8res sp\u00e9ciaux",
-"Source code": "Code source",
-"Insert\/Edit code sample": "Ins\u00e9rer \/ modifier une exemple de code",
-"Language": "Langue",
-"Code sample": "Extrait de code",
-"Color": "Couleur",
-"R": "R",
-"G": "V",
-"B": "B",
-"Left to right": "Gauche \u00e0 droite",
-"Right to left": "Droite \u00e0 gauche",
-"Emoticons": "Emotic\u00f4nes",
-"Document properties": "Propri\u00e9t\u00e9 du document",
-"Title": "Titre",
-"Keywords": "Mots-cl\u00e9s",
-"Description": "Description",
-"Robots": "Robots",
-"Author": "Auteur",
-"Encoding": "Encodage",
-"Fullscreen": "Plein \u00e9cran",
-"Action": "Action",
-"Shortcut": "Raccourci",
-"Help": "Aide",
-"Address": "Adresse",
-"Focus to menubar": "Cibler la barre de menu",
-"Focus to toolbar": "Cibler la barre d'outils",
-"Focus to element path": "Cibler le chemin vers l'\u00e9l\u00e9ment",
-"Focus to contextual toolbar": "Cibler la barre d'outils contextuelle",
-"Insert link (if link plugin activated)": "Ins\u00e9rer un lien (si le module link est activ\u00e9)",
-"Save (if save plugin activated)": "Enregistrer (si le module save est activ\u00e9)",
-"Find (if searchreplace plugin activated)": "Rechercher (si le module searchreplace est activ\u00e9)",
-"Plugins installed ({0}):": "Modules install\u00e9s ({0}) : ",
-"Premium plugins:": "Modules premium :",
-"Learn more...": "En savoir plus...",
-"You are using {0}": "Vous utilisez {0}",
-"Plugins": "Plugins",
-"Handy Shortcuts": "Raccourci",
-"Horizontal line": "Ligne horizontale",
-"Insert\/edit image": "Ins\u00e9rer\/modifier une image",
-"Image description": "Description de l'image",
-"Source": "Source",
-"Dimensions": "Dimensions",
-"Constrain proportions": "Conserver les proportions",
-"General": "G\u00e9n\u00e9ral",
-"Advanced": "Avanc\u00e9",
-"Style": "Style",
-"Vertical space": "Espacement vertical",
-"Horizontal space": "Espacement horizontal",
-"Border": "Bordure",
-"Insert image": "Ins\u00e9rer une image",
-"Image": "Image",
-"Image list": "Liste d'images",
-"Rotate counterclockwise": "Rotation anti-horaire",
-"Rotate clockwise": "Rotation horaire",
-"Flip vertically": "Retournement vertical",
-"Flip horizontally": "Retournement horizontal",
-"Edit image": "Modifier l'image",
-"Image options": "Options de l'image",
-"Zoom in": "Zoomer",
-"Zoom out": "D\u00e9zoomer",
-"Crop": "Rogner",
-"Resize": "Redimensionner",
-"Orientation": "Orientation",
-"Brightness": "Luminosit\u00e9",
-"Sharpen": "Affiner",
-"Contrast": "Contraste",
-"Color levels": "Niveaux de couleur",
-"Gamma": "Gamma",
-"Invert": "Inverser",
-"Apply": "Appliquer",
-"Back": "Retour",
-"Insert date\/time": "Ins\u00e9rer date\/heure",
-"Date\/time": "Date\/heure",
-"Insert link": "Ins\u00e9rer un lien",
-"Insert\/edit link": "Ins\u00e9rer\/modifier un lien",
-"Text to display": "Texte \u00e0 afficher",
-"Url": "Url",
-"Target": "Cible",
-"None": "n\/a",
-"New window": "Nouvelle fen\u00eatre",
-"Remove link": "Enlever le lien",
-"Anchors": "Ancres",
-"Link": "Lien",
-"Paste or type a link": "Coller ou taper un lien",
-"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "L'URL que vous avez entr\u00e9e semble \u00eatre une adresse e-mail. Voulez-vous ajouter le pr\u00e9fixe mailto: n\u00e9cessaire?",
-"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "L'URL que vous avez entr\u00e9e semble \u00eatre un lien externe. Voulez-vous ajouter le pr\u00e9fixe http:\/\/ n\u00e9cessaire?",
-"Link list": "Liste de liens",
-"Insert video": "Ins\u00e9rer une vid\u00e9o",
-"Insert\/edit video": "Ins\u00e9rer\/modifier une vid\u00e9o",
-"Insert\/edit media": "Ins\u00e9rer\/modifier un m\u00e9dia",
-"Alternative source": "Source alternative",
-"Poster": "Publier",
-"Paste your embed code below:": "Collez votre code d'int\u00e9gration ci-dessous :",
-"Embed": "Int\u00e9grer",
-"Media": "M\u00e9dia",
-"Nonbreaking space": "Espace ins\u00e9cable",
-"Page break": "Saut de page",
-"Paste as text": "Coller comme texte",
-"Preview": "Pr\u00e9visualiser",
-"Print": "Imprimer",
-"Save": "Enregistrer",
-"Find": "Chercher",
-"Replace with": "Remplacer par",
-"Replace": "Remplacer",
-"Replace all": "Tout remplacer",
-"Prev": "Pr\u00e9c ",
-"Next": "Suiv",
-"Find and replace": "Trouver et remplacer",
-"Could not find the specified string.": "Impossible de trouver la cha\u00eene sp\u00e9cifi\u00e9e.",
-"Match case": "Respecter la casse",
-"Whole words": "Mots entiers",
-"Spellcheck": "V\u00e9rification orthographique",
-"Ignore": "Ignorer",
-"Ignore all": "Tout ignorer",
-"Finish": "Finie",
-"Add to Dictionary": "Ajouter au dictionnaire",
-"Insert table": "Ins\u00e9rer un tableau",
-"Table properties": "Propri\u00e9t\u00e9s du tableau",
-"Delete table": "Supprimer le tableau",
-"Cell": "Cellule",
-"Row": "Ligne",
-"Column": "Colonne",
-"Cell properties": "Propri\u00e9t\u00e9s de la cellule",
-"Merge cells": "Fusionner les cellules",
-"Split cell": "Diviser la cellule",
-"Insert row before": "Ins\u00e9rer une ligne avant",
-"Insert row after": "Ins\u00e9rer une ligne apr\u00e8s",
-"Delete row": "Effacer la ligne",
-"Row properties": "Propri\u00e9t\u00e9s de la ligne",
-"Cut row": "Couper la ligne",
-"Copy row": "Copier la ligne",
-"Paste row before": "Coller la ligne avant",
-"Paste row after": "Coller la ligne apr\u00e8s",
-"Insert column before": "Ins\u00e9rer une colonne avant",
-"Insert column after": "Ins\u00e9rer une colonne apr\u00e8s",
-"Delete column": "Effacer la colonne",
-"Cols": "Colonnes",
-"Rows": "Lignes",
-"Width": "Largeur",
-"Height": "Hauteur",
-"Cell spacing": "Espacement inter-cellulles",
-"Cell padding": "Espacement interne cellule",
-"Caption": "Titre",
-"Left": "Gauche",
-"Center": "Centr\u00e9",
-"Right": "Droite",
-"Cell type": "Type de cellule",
-"Scope": "Etendue",
-"Alignment": "Alignement",
-"H Align": "Alignement H",
-"V Align": "Alignement V",
-"Top": "Haut",
-"Middle": "Milieu",
-"Bottom": "Bas",
-"Header cell": "Cellule d'en-t\u00eate",
-"Row group": "Groupe de lignes",
-"Column group": "Groupe de colonnes",
-"Row type": "Type de ligne",
-"Header": "En-t\u00eate",
-"Body": "Corps",
-"Footer": "Pied",
-"Border color": "Couleur de la bordure",
-"Insert template": "Ajouter un th\u00e8me",
-"Templates": "Th\u00e8mes",
-"Template": "Mod\u00e8le",
-"Text color": "Couleur du texte",
-"Background color": "Couleur d'arri\u00e8re-plan",
-"Custom...": "Personnalis\u00e9...",
-"Custom color": "Couleur personnalis\u00e9e",
-"No color": "Aucune couleur",
-"Table of Contents": "Table des mati\u00e8res",
-"Show blocks": "Afficher les blocs",
-"Show invisible characters": "Afficher les caract\u00e8res invisibles",
-"Words: {0}": "Mots : {0}",
-"{0} words": "{0} mots",
-"File": "Fichier",
-"Edit": "Editer",
-"Insert": "Ins\u00e9rer",
-"View": "Voir",
-"Format": "Format",
-"Table": "Tableau",
-"Tools": "Outils",
-"Powered by {0}": "Propuls\u00e9 par {0}",
-"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Zone Texte Riche. Appuyer sur ALT-F9 pour le menu. Appuyer sur ALT-F10 pour la barre d'outils. Appuyer sur ALT-0 pour de l'aide."
+tinymce.addI18n('fr_FR',{\r
+"Redo": "R\u00e9tablir",\r
+"Undo": "Annuler",\r
+"Cut": "Couper",\r
+"Copy": "Copier",\r
+"Paste": "Coller",\r
+"Select all": "Tout s\u00e9lectionner",\r
+"New document": "Nouveau document",\r
+"Ok": "Ok",\r
+"Cancel": "Annuler",\r
+"Visual aids": "Aides visuelle",\r
+"Bold": "Gras",\r
+"Italic": "Italique",\r
+"Underline": "Soulign\u00e9",\r
+"Strikethrough": "Barr\u00e9",\r
+"Superscript": "Exposant",\r
+"Subscript": "Indice",\r
+"Clear formatting": "Effacer la mise en forme",\r
+"Align left": "Aligner \u00e0 gauche",\r
+"Align center": "Centrer",\r
+"Align right": "Aligner \u00e0 droite",\r
+"Justify": "Justifier",\r
+"Bullet list": "Puces",\r
+"Numbered list": "Num\u00e9rotation",\r
+"Decrease indent": "Diminuer le retrait",\r
+"Increase indent": "Augmenter le retrait",\r
+"Close": "Fermer",\r
+"Formats": "Formats",\r
+"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Votre navigateur ne supporte pas la copie directe. Merci d'utiliser les touches Ctrl+X\/C\/V.",\r
+"Headers": "Titres",\r
+"Header 1": "Titre 1",\r
+"Header 2": "Titre 2",\r
+"Header 3": "Titre 3",\r
+"Header 4": "Titre 4",\r
+"Header 5": "Titre 5",\r
+"Header 6": "Titre 6",\r
+"Headings": "En-t\u00eates",\r
+"Heading 1": "En-t\u00eate 1",\r
+"Heading 2": "En-t\u00eate 2",\r
+"Heading 3": "En-t\u00eate 3",\r
+"Heading 4": "En-t\u00eate 4",\r
+"Heading 5": "En-t\u00eate 5",\r
+"Heading 6": "En-t\u00eate 6",\r
+"Preformatted": "Pr\u00e9-formatt\u00e9",\r
+"Div": "Div",\r
+"Pre": "Pre",\r
+"Code": "Code",\r
+"Paragraph": "Paragraphe",\r
+"Blockquote": "Citation",\r
+"Inline": "En ligne",\r
+"Blocks": "Blocs",\r
+"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Le presse-papiers est maintenant en mode \"texte plein\". Les contenus seront coll\u00e9s sans retenir les formatages jusqu'\u00e0 ce que vous d\u00e9sactiviez cette option.",\r
+"Font Family": "Police",\r
+"Font Sizes": "Taille de police",\r
+"Class": "Classe",\r
+"Browse for an image": "Parcourir pour s\u00e9lectionner une image",\r
+"OR": "OU",\r
+"Drop an image here": "Glisser une image ici",\r
+"Upload": "D\u00e9poser",\r
+"Block": "Bloquer",\r
+"Align": "Aligner",\r
+"Default": "Par d\u00e9faut",\r
+"Circle": "Cercle",\r
+"Disc": "Disque",\r
+"Square": "Carr\u00e9",\r
+"Lower Alpha": "Alpha minuscule",\r
+"Lower Greek": "Grec minuscule",\r
+"Lower Roman": "Romain minuscule",\r
+"Upper Alpha": "Alpha majuscule",\r
+"Upper Roman": "Romain majuscule",\r
+"Anchor": "Ancre",\r
+"Name": "Nom",\r
+"Id": "Id",\r
+"Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "L'Id doit commencer par une lettre suivi par des lettres, nombres, tirets, points, deux-points ou underscores",\r
+"You have unsaved changes are you sure you want to navigate away?": "Vous avez des modifications non enregistr\u00e9es, \u00eates-vous s\u00fbr de quitter la page?",\r
+"Restore last draft": "Restaurer le dernier brouillon",\r
+"Special character": "Caract\u00e8res sp\u00e9ciaux",\r
+"Source code": "Code source",\r
+"Insert\/Edit code sample": "Ins\u00e9rer \/ modifier une exemple de code",\r
+"Language": "Langue",\r
+"Code sample": "Extrait de code",\r
+"Color": "Couleur",\r
+"R": "R",\r
+"G": "V",\r
+"B": "B",\r
+"Left to right": "Gauche \u00e0 droite",\r
+"Right to left": "Droite \u00e0 gauche",\r
+"Emoticons": "Emotic\u00f4nes",\r
+"Document properties": "Propri\u00e9t\u00e9 du document",\r
+"Title": "Titre",\r
+"Keywords": "Mots-cl\u00e9s",\r
+"Description": "Description",\r
+"Robots": "Robots",\r
+"Author": "Auteur",\r
+"Encoding": "Encodage",\r
+"Fullscreen": "Plein \u00e9cran",\r
+"Action": "Action",\r
+"Shortcut": "Raccourci",\r
+"Help": "Aide",\r
+"Address": "Adresse",\r
+"Focus to menubar": "Cibler la barre de menu",\r
+"Focus to toolbar": "Cibler la barre d'outils",\r
+"Focus to element path": "Cibler le chemin vers l'\u00e9l\u00e9ment",\r
+"Focus to contextual toolbar": "Cibler la barre d'outils contextuelle",\r
+"Insert link (if link plugin activated)": "Ins\u00e9rer un lien (si le module link est activ\u00e9)",\r
+"Save (if save plugin activated)": "Enregistrer (si le module save est activ\u00e9)",\r
+"Find (if searchreplace plugin activated)": "Rechercher (si le module searchreplace est activ\u00e9)",\r
+"Plugins installed ({0}):": "Modules install\u00e9s ({0}) : ",\r
+"Premium plugins:": "Modules premium :",\r
+"Learn more...": "En savoir plus...",\r
+"You are using {0}": "Vous utilisez {0}",\r
+"Plugins": "Plugins",\r
+"Handy Shortcuts": "Raccourci",\r
+"Horizontal line": "Ligne horizontale",\r
+"Insert\/edit image": "Ins\u00e9rer\/modifier une image",\r
+"Image description": "Description de l'image",\r
+"Source": "Source",\r
+"Dimensions": "Dimensions",\r
+"Constrain proportions": "Conserver les proportions",\r
+"General": "G\u00e9n\u00e9ral",\r
+"Advanced": "Avanc\u00e9",\r
+"Style": "Style",\r
+"Vertical space": "Espacement vertical",\r
+"Horizontal space": "Espacement horizontal",\r
+"Border": "Bordure",\r
+"Insert image": "Ins\u00e9rer une image",\r
+"Image": "Image",\r
+"Image list": "Liste d'images",\r
+"Rotate counterclockwise": "Rotation anti-horaire",\r
+"Rotate clockwise": "Rotation horaire",\r
+"Flip vertically": "Retournement vertical",\r
+"Flip horizontally": "Retournement horizontal",\r
+"Edit image": "Modifier l'image",\r
+"Image options": "Options de l'image",\r
+"Zoom in": "Zoomer",\r
+"Zoom out": "D\u00e9zoomer",\r
+"Crop": "Rogner",\r
+"Resize": "Redimensionner",\r
+"Orientation": "Orientation",\r
+"Brightness": "Luminosit\u00e9",\r
+"Sharpen": "Affiner",\r
+"Contrast": "Contraste",\r
+"Color levels": "Niveaux de couleur",\r
+"Gamma": "Gamma",\r
+"Invert": "Inverser",\r
+"Apply": "Appliquer",\r
+"Back": "Retour",\r
+"Insert date\/time": "Ins\u00e9rer date\/heure",\r
+"Date\/time": "Date\/heure",\r
+"Insert link": "Ins\u00e9rer un lien",\r
+"Insert\/edit link": "Ins\u00e9rer\/modifier un lien",\r
+"Text to display": "Texte \u00e0 afficher",\r
+"Url": "Url",\r
+"Target": "Cible",\r
+"None": "n\/a",\r
+"New window": "Nouvelle fen\u00eatre",\r
+"Remove link": "Enlever le lien",\r
+"Anchors": "Ancres",\r
+"Link": "Lien",\r
+"Paste or type a link": "Coller ou taper un lien",\r
+"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "L'URL que vous avez entr\u00e9e semble \u00eatre une adresse e-mail. Voulez-vous ajouter le pr\u00e9fixe mailto: n\u00e9cessaire?",\r
+"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "L'URL que vous avez entr\u00e9e semble \u00eatre un lien externe. Voulez-vous ajouter le pr\u00e9fixe http:\/\/ n\u00e9cessaire?",\r
+"Link list": "Liste de liens",\r
+"Insert video": "Ins\u00e9rer une vid\u00e9o",\r
+"Insert\/edit video": "Ins\u00e9rer\/modifier une vid\u00e9o",\r
+"Insert\/edit media": "Ins\u00e9rer\/modifier un m\u00e9dia",\r
+"Alternative source": "Source alternative",\r
+"Poster": "Publier",\r
+"Paste your embed code below:": "Collez votre code d'int\u00e9gration ci-dessous :",\r
+"Embed": "Int\u00e9grer",\r
+"Media": "M\u00e9dia",\r
+"Nonbreaking space": "Espace ins\u00e9cable",\r
+"Page break": "Saut de page",\r
+"Paste as text": "Coller comme texte",\r
+"Preview": "Pr\u00e9visualiser",\r
+"Print": "Imprimer",\r
+"Save": "Enregistrer",\r
+"Find": "Chercher",\r
+"Replace with": "Remplacer par",\r
+"Replace": "Remplacer",\r
+"Replace all": "Tout remplacer",\r
+"Prev": "Pr\u00e9c ",\r
+"Next": "Suiv",\r
+"Find and replace": "Trouver et remplacer",\r
+"Could not find the specified string.": "Impossible de trouver la cha\u00eene sp\u00e9cifi\u00e9e.",\r
+"Match case": "Respecter la casse",\r
+"Whole words": "Mots entiers",\r
+"Spellcheck": "V\u00e9rification orthographique",\r
+"Ignore": "Ignorer",\r
+"Ignore all": "Tout ignorer",\r
+"Finish": "Finie",\r
+"Add to Dictionary": "Ajouter au dictionnaire",\r
+"Insert table": "Ins\u00e9rer un tableau",\r
+"Table properties": "Propri\u00e9t\u00e9s du tableau",\r
+"Delete table": "Supprimer le tableau",\r
+"Cell": "Cellule",\r
+"Row": "Ligne",\r
+"Column": "Colonne",\r
+"Cell properties": "Propri\u00e9t\u00e9s de la cellule",\r
+"Merge cells": "Fusionner les cellules",\r
+"Split cell": "Diviser la cellule",\r
+"Insert row before": "Ins\u00e9rer une ligne avant",\r
+"Insert row after": "Ins\u00e9rer une ligne apr\u00e8s",\r
+"Delete row": "Effacer la ligne",\r
+"Row properties": "Propri\u00e9t\u00e9s de la ligne",\r
+"Cut row": "Couper la ligne",\r
+"Copy row": "Copier la ligne",\r
+"Paste row before": "Coller la ligne avant",\r
+"Paste row after": "Coller la ligne apr\u00e8s",\r
+"Insert column before": "Ins\u00e9rer une colonne avant",\r
+"Insert column after": "Ins\u00e9rer une colonne apr\u00e8s",\r
+"Delete column": "Effacer la colonne",\r
+"Cols": "Colonnes",\r
+"Rows": "Lignes",\r
+"Width": "Largeur",\r
+"Height": "Hauteur",\r
+"Cell spacing": "Espacement inter-cellulles",\r
+"Cell padding": "Espacement interne cellule",\r
+"Caption": "Titre",\r
+"Left": "Gauche",\r
+"Center": "Centr\u00e9",\r
+"Right": "Droite",\r
+"Cell type": "Type de cellule",\r
+"Scope": "Etendue",\r
+"Alignment": "Alignement",\r
+"H Align": "Alignement H",\r
+"V Align": "Alignement V",\r
+"Top": "Haut",\r
+"Middle": "Milieu",\r
+"Bottom": "Bas",\r
+"Header cell": "Cellule d'en-t\u00eate",\r
+"Row group": "Groupe de lignes",\r
+"Column group": "Groupe de colonnes",\r
+"Row type": "Type de ligne",\r
+"Header": "En-t\u00eate",\r
+"Body": "Corps",\r
+"Footer": "Pied",\r
+"Border color": "Couleur de la bordure",\r
+"Insert template": "Ajouter un th\u00e8me",\r
+"Templates": "Th\u00e8mes",\r
+"Template": "Mod\u00e8le",\r
+"Text color": "Couleur du texte",\r
+"Background color": "Couleur d'arri\u00e8re-plan",\r
+"Custom...": "Personnalis\u00e9...",\r
+"Custom color": "Couleur personnalis\u00e9e",\r
+"No color": "Aucune couleur",\r
+"Table of Contents": "Table des mati\u00e8res",\r
+"Show blocks": "Afficher les blocs",\r
+"Show invisible characters": "Afficher les caract\u00e8res invisibles",\r
+"Words: {0}": "Mots : {0}",\r
+"{0} words": "{0} mots",\r
+"File": "Fichier",\r
+"Edit": "Editer",\r
+"Insert": "Ins\u00e9rer",\r
+"View": "Voir",\r
+"Format": "Format",\r
+"Table": "Tableau",\r
+"Tools": "Outils",\r
+"Powered by {0}": "Propuls\u00e9 par {0}",\r
+"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Zone Texte Riche. Appuyer sur ALT-F9 pour le menu. Appuyer sur ALT-F10 pour la barre d'outils. Appuyer sur ALT-0 pour de l'aide."\r
});
\ No newline at end of file
- GNU LESSER GENERAL PUBLIC LICENSE
- Version 2.1, February 1999
-
- Copyright (C) 1991, 1999 Free Software Foundation, Inc.
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-[This is the first released version of the Lesser GPL. It also counts
- as the successor of the GNU Library Public License, version 2, hence
- the version number 2.1.]
-
- Preamble
-
- The licenses for most software are designed to take away your
-freedom to share and change it. By contrast, the GNU General Public
-Licenses are intended to guarantee your freedom to share and change
-free software--to make sure the software is free for all its users.
-
- This license, the Lesser General Public License, applies to some
-specially designated software packages--typically libraries--of the
-Free Software Foundation and other authors who decide to use it. You
-can use it too, but we suggest you first think carefully about whether
-this license or the ordinary General Public License is the better
-strategy to use in any particular case, based on the explanations below.
-
- When we speak of free software, we are referring to freedom of use,
-not price. Our General Public Licenses are designed to make sure that
-you have the freedom to distribute copies of free software (and charge
-for this service if you wish); that you receive source code or can get
-it if you want it; that you can change the software and use pieces of
-it in new free programs; and that you are informed that you can do
-these things.
-
- To protect your rights, we need to make restrictions that forbid
-distributors to deny you these rights or to ask you to surrender these
-rights. These restrictions translate to certain responsibilities for
-you if you distribute copies of the library or if you modify it.
-
- For example, if you distribute copies of the library, whether gratis
-or for a fee, you must give the recipients all the rights that we gave
-you. You must make sure that they, too, receive or can get the source
-code. If you link other code with the library, you must provide
-complete object files to the recipients, so that they can relink them
-with the library after making changes to the library and recompiling
-it. And you must show them these terms so they know their rights.
-
- We protect your rights with a two-step method: (1) we copyright the
-library, and (2) we offer you this license, which gives you legal
-permission to copy, distribute and/or modify the library.
-
- To protect each distributor, we want to make it very clear that
-there is no warranty for the free library. Also, if the library is
-modified by someone else and passed on, the recipients should know
-that what they have is not the original version, so that the original
-author's reputation will not be affected by problems that might be
-introduced by others.
-
- Finally, software patents pose a constant threat to the existence of
-any free program. We wish to make sure that a company cannot
-effectively restrict the users of a free program by obtaining a
-restrictive license from a patent holder. Therefore, we insist that
-any patent license obtained for a version of the library must be
-consistent with the full freedom of use specified in this license.
-
- Most GNU software, including some libraries, is covered by the
-ordinary GNU General Public License. This license, the GNU Lesser
-General Public License, applies to certain designated libraries, and
-is quite different from the ordinary General Public License. We use
-this license for certain libraries in order to permit linking those
-libraries into non-free programs.
-
- When a program is linked with a library, whether statically or using
-a shared library, the combination of the two is legally speaking a
-combined work, a derivative of the original library. The ordinary
-General Public License therefore permits such linking only if the
-entire combination fits its criteria of freedom. The Lesser General
-Public License permits more lax criteria for linking other code with
-the library.
-
- We call this license the "Lesser" General Public License because it
-does Less to protect the user's freedom than the ordinary General
-Public License. It also provides other free software developers Less
-of an advantage over competing non-free programs. These disadvantages
-are the reason we use the ordinary General Public License for many
-libraries. However, the Lesser license provides advantages in certain
-special circumstances.
-
- For example, on rare occasions, there may be a special need to
-encourage the widest possible use of a certain library, so that it becomes
-a de-facto standard. To achieve this, non-free programs must be
-allowed to use the library. A more frequent case is that a free
-library does the same job as widely used non-free libraries. In this
-case, there is little to gain by limiting the free library to free
-software only, so we use the Lesser General Public License.
-
- In other cases, permission to use a particular library in non-free
-programs enables a greater number of people to use a large body of
-free software. For example, permission to use the GNU C Library in
-non-free programs enables many more people to use the whole GNU
-operating system, as well as its variant, the GNU/Linux operating
-system.
-
- Although the Lesser General Public License is Less protective of the
-users' freedom, it does ensure that the user of a program that is
-linked with the Library has the freedom and the wherewithal to run
-that program using a modified version of the Library.
-
- The precise terms and conditions for copying, distribution and
-modification follow. Pay close attention to the difference between a
-"work based on the library" and a "work that uses the library". The
-former contains code derived from the library, whereas the latter must
-be combined with the library in order to run.
-
- GNU LESSER GENERAL PUBLIC LICENSE
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
- 0. This License Agreement applies to any software library or other
-program which contains a notice placed by the copyright holder or
-other authorized party saying it may be distributed under the terms of
-this Lesser General Public License (also called "this License").
-Each licensee is addressed as "you".
-
- A "library" means a collection of software functions and/or data
-prepared so as to be conveniently linked with application programs
-(which use some of those functions and data) to form executables.
-
- The "Library", below, refers to any such software library or work
-which has been distributed under these terms. A "work based on the
-Library" means either the Library or any derivative work under
-copyright law: that is to say, a work containing the Library or a
-portion of it, either verbatim or with modifications and/or translated
-straightforwardly into another language. (Hereinafter, translation is
-included without limitation in the term "modification".)
-
- "Source code" for a work means the preferred form of the work for
-making modifications to it. For a library, complete source code means
-all the source code for all modules it contains, plus any associated
-interface definition files, plus the scripts used to control compilation
-and installation of the library.
-
- Activities other than copying, distribution and modification are not
-covered by this License; they are outside its scope. The act of
-running a program using the Library is not restricted, and output from
-such a program is covered only if its contents constitute a work based
-on the Library (independent of the use of the Library in a tool for
-writing it). Whether that is true depends on what the Library does
-and what the program that uses the Library does.
-
- 1. You may copy and distribute verbatim copies of the Library's
-complete source code as you receive it, in any medium, provided that
-you conspicuously and appropriately publish on each copy an
-appropriate copyright notice and disclaimer of warranty; keep intact
-all the notices that refer to this License and to the absence of any
-warranty; and distribute a copy of this License along with the
-Library.
-
- You may charge a fee for the physical act of transferring a copy,
-and you may at your option offer warranty protection in exchange for a
-fee.
-
- 2. You may modify your copy or copies of the Library or any portion
-of it, thus forming a work based on the Library, and copy and
-distribute such modifications or work under the terms of Section 1
-above, provided that you also meet all of these conditions:
-
- a) The modified work must itself be a software library.
-
- b) You must cause the files modified to carry prominent notices
- stating that you changed the files and the date of any change.
-
- c) You must cause the whole of the work to be licensed at no
- charge to all third parties under the terms of this License.
-
- d) If a facility in the modified Library refers to a function or a
- table of data to be supplied by an application program that uses
- the facility, other than as an argument passed when the facility
- is invoked, then you must make a good faith effort to ensure that,
- in the event an application does not supply such function or
- table, the facility still operates, and performs whatever part of
- its purpose remains meaningful.
-
- (For example, a function in a library to compute square roots has
- a purpose that is entirely well-defined independent of the
- application. Therefore, Subsection 2d requires that any
- application-supplied function or table used by this function must
- be optional: if the application does not supply it, the square
- root function must still compute square roots.)
-
-These requirements apply to the modified work as a whole. If
-identifiable sections of that work are not derived from the Library,
-and can be reasonably considered independent and separate works in
-themselves, then this License, and its terms, do not apply to those
-sections when you distribute them as separate works. But when you
-distribute the same sections as part of a whole which is a work based
-on the Library, the distribution of the whole must be on the terms of
-this License, whose permissions for other licensees extend to the
-entire whole, and thus to each and every part regardless of who wrote
-it.
-
-Thus, it is not the intent of this section to claim rights or contest
-your rights to work written entirely by you; rather, the intent is to
-exercise the right to control the distribution of derivative or
-collective works based on the Library.
-
-In addition, mere aggregation of another work not based on the Library
-with the Library (or with a work based on the Library) on a volume of
-a storage or distribution medium does not bring the other work under
-the scope of this License.
-
- 3. You may opt to apply the terms of the ordinary GNU General Public
-License instead of this License to a given copy of the Library. To do
-this, you must alter all the notices that refer to this License, so
-that they refer to the ordinary GNU General Public License, version 2,
-instead of to this License. (If a newer version than version 2 of the
-ordinary GNU General Public License has appeared, then you can specify
-that version instead if you wish.) Do not make any other change in
-these notices.
-
- Once this change is made in a given copy, it is irreversible for
-that copy, so the ordinary GNU General Public License applies to all
-subsequent copies and derivative works made from that copy.
-
- This option is useful when you wish to copy part of the code of
-the Library into a program that is not a library.
-
- 4. You may copy and distribute the Library (or a portion or
-derivative of it, under Section 2) in object code or executable form
-under the terms of Sections 1 and 2 above provided that you accompany
-it with the complete corresponding machine-readable source code, which
-must be distributed under the terms of Sections 1 and 2 above on a
-medium customarily used for software interchange.
-
- If distribution of object code is made by offering access to copy
-from a designated place, then offering equivalent access to copy the
-source code from the same place satisfies the requirement to
-distribute the source code, even though third parties are not
-compelled to copy the source along with the object code.
-
- 5. A program that contains no derivative of any portion of the
-Library, but is designed to work with the Library by being compiled or
-linked with it, is called a "work that uses the Library". Such a
-work, in isolation, is not a derivative work of the Library, and
-therefore falls outside the scope of this License.
-
- However, linking a "work that uses the Library" with the Library
-creates an executable that is a derivative of the Library (because it
-contains portions of the Library), rather than a "work that uses the
-library". The executable is therefore covered by this License.
-Section 6 states terms for distribution of such executables.
-
- When a "work that uses the Library" uses material from a header file
-that is part of the Library, the object code for the work may be a
-derivative work of the Library even though the source code is not.
-Whether this is true is especially significant if the work can be
-linked without the Library, or if the work is itself a library. The
-threshold for this to be true is not precisely defined by law.
-
- If such an object file uses only numerical parameters, data
-structure layouts and accessors, and small macros and small inline
-functions (ten lines or less in length), then the use of the object
-file is unrestricted, regardless of whether it is legally a derivative
-work. (Executables containing this object code plus portions of the
-Library will still fall under Section 6.)
-
- Otherwise, if the work is a derivative of the Library, you may
-distribute the object code for the work under the terms of Section 6.
-Any executables containing that work also fall under Section 6,
-whether or not they are linked directly with the Library itself.
-
- 6. As an exception to the Sections above, you may also combine or
-link a "work that uses the Library" with the Library to produce a
-work containing portions of the Library, and distribute that work
-under terms of your choice, provided that the terms permit
-modification of the work for the customer's own use and reverse
-engineering for debugging such modifications.
-
- You must give prominent notice with each copy of the work that the
-Library is used in it and that the Library and its use are covered by
-this License. You must supply a copy of this License. If the work
-during execution displays copyright notices, you must include the
-copyright notice for the Library among them, as well as a reference
-directing the user to the copy of this License. Also, you must do one
-of these things:
-
- a) Accompany the work with the complete corresponding
- machine-readable source code for the Library including whatever
- changes were used in the work (which must be distributed under
- Sections 1 and 2 above); and, if the work is an executable linked
- with the Library, with the complete machine-readable "work that
- uses the Library", as object code and/or source code, so that the
- user can modify the Library and then relink to produce a modified
- executable containing the modified Library. (It is understood
- that the user who changes the contents of definitions files in the
- Library will not necessarily be able to recompile the application
- to use the modified definitions.)
-
- b) Use a suitable shared library mechanism for linking with the
- Library. A suitable mechanism is one that (1) uses at run time a
- copy of the library already present on the user's computer system,
- rather than copying library functions into the executable, and (2)
- will operate properly with a modified version of the library, if
- the user installs one, as long as the modified version is
- interface-compatible with the version that the work was made with.
-
- c) Accompany the work with a written offer, valid for at
- least three years, to give the same user the materials
- specified in Subsection 6a, above, for a charge no more
- than the cost of performing this distribution.
-
- d) If distribution of the work is made by offering access to copy
- from a designated place, offer equivalent access to copy the above
- specified materials from the same place.
-
- e) Verify that the user has already received a copy of these
- materials or that you have already sent this user a copy.
-
- For an executable, the required form of the "work that uses the
-Library" must include any data and utility programs needed for
-reproducing the executable from it. However, as a special exception,
-the materials to be distributed need not include anything that is
-normally distributed (in either source or binary form) with the major
-components (compiler, kernel, and so on) of the operating system on
-which the executable runs, unless that component itself accompanies
-the executable.
-
- It may happen that this requirement contradicts the license
-restrictions of other proprietary libraries that do not normally
-accompany the operating system. Such a contradiction means you cannot
-use both them and the Library together in an executable that you
-distribute.
-
- 7. You may place library facilities that are a work based on the
-Library side-by-side in a single library together with other library
-facilities not covered by this License, and distribute such a combined
-library, provided that the separate distribution of the work based on
-the Library and of the other library facilities is otherwise
-permitted, and provided that you do these two things:
-
- a) Accompany the combined library with a copy of the same work
- based on the Library, uncombined with any other library
- facilities. This must be distributed under the terms of the
- Sections above.
-
- b) Give prominent notice with the combined library of the fact
- that part of it is a work based on the Library, and explaining
- where to find the accompanying uncombined form of the same work.
-
- 8. You may not copy, modify, sublicense, link with, or distribute
-the Library except as expressly provided under this License. Any
-attempt otherwise to copy, modify, sublicense, link with, or
-distribute the Library is void, and will automatically terminate your
-rights under this License. However, parties who have received copies,
-or rights, from you under this License will not have their licenses
-terminated so long as such parties remain in full compliance.
-
- 9. You are not required to accept this License, since you have not
-signed it. However, nothing else grants you permission to modify or
-distribute the Library or its derivative works. These actions are
-prohibited by law if you do not accept this License. Therefore, by
-modifying or distributing the Library (or any work based on the
-Library), you indicate your acceptance of this License to do so, and
-all its terms and conditions for copying, distributing or modifying
-the Library or works based on it.
-
- 10. Each time you redistribute the Library (or any work based on the
-Library), the recipient automatically receives a license from the
-original licensor to copy, distribute, link with or modify the Library
-subject to these terms and conditions. You may not impose any further
-restrictions on the recipients' exercise of the rights granted herein.
-You are not responsible for enforcing compliance by third parties with
-this License.
-
- 11. If, as a consequence of a court judgment or allegation of patent
-infringement or for any other reason (not limited to patent issues),
-conditions are imposed on you (whether by court order, agreement or
-otherwise) that contradict the conditions of this License, they do not
-excuse you from the conditions of this License. If you cannot
-distribute so as to satisfy simultaneously your obligations under this
-License and any other pertinent obligations, then as a consequence you
-may not distribute the Library at all. For example, if a patent
-license would not permit royalty-free redistribution of the Library by
-all those who receive copies directly or indirectly through you, then
-the only way you could satisfy both it and this License would be to
-refrain entirely from distribution of the Library.
-
-If any portion of this section is held invalid or unenforceable under any
-particular circumstance, the balance of the section is intended to apply,
-and the section as a whole is intended to apply in other circumstances.
-
-It is not the purpose of this section to induce you to infringe any
-patents or other property right claims or to contest validity of any
-such claims; this section has the sole purpose of protecting the
-integrity of the free software distribution system which is
-implemented by public license practices. Many people have made
-generous contributions to the wide range of software distributed
-through that system in reliance on consistent application of that
-system; it is up to the author/donor to decide if he or she is willing
-to distribute software through any other system and a licensee cannot
-impose that choice.
-
-This section is intended to make thoroughly clear what is believed to
-be a consequence of the rest of this License.
-
- 12. If the distribution and/or use of the Library is restricted in
-certain countries either by patents or by copyrighted interfaces, the
-original copyright holder who places the Library under this License may add
-an explicit geographical distribution limitation excluding those countries,
-so that distribution is permitted only in or among countries not thus
-excluded. In such case, this License incorporates the limitation as if
-written in the body of this License.
-
- 13. The Free Software Foundation may publish revised and/or new
-versions of the Lesser General Public License from time to time.
-Such new versions will be similar in spirit to the present version,
-but may differ in detail to address new problems or concerns.
-
-Each version is given a distinguishing version number. If the Library
-specifies a version number of this License which applies to it and
-"any later version", you have the option of following the terms and
-conditions either of that version or of any later version published by
-the Free Software Foundation. If the Library does not specify a
-license version number, you may choose any version ever published by
-the Free Software Foundation.
-
- 14. If you wish to incorporate parts of the Library into other free
-programs whose distribution conditions are incompatible with these,
-write to the author to ask for permission. For software which is
-copyrighted by the Free Software Foundation, write to the Free
-Software Foundation; we sometimes make exceptions for this. Our
-decision will be guided by the two goals of preserving the free status
-of all derivatives of our free software and of promoting the sharing
-and reuse of software generally.
-
- NO WARRANTY
-
- 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
-WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
-EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
-OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
-KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
-IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
-LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
-THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
-
- 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
-WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
-AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
-FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
-CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
-LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
-RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
-FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
-SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
-DAMAGES.
-
- END OF TERMS AND CONDITIONS
-
- How to Apply These Terms to Your New Libraries
-
- If you develop a new library, and you want it to be of the greatest
-possible use to the public, we recommend making it free software that
-everyone can redistribute and change. You can do so by permitting
-redistribution under these terms (or, alternatively, under the terms of the
-ordinary General Public License).
-
- To apply these terms, attach the following notices to the library. It is
-safest to attach them to the start of each source file to most effectively
-convey the exclusion of warranty; and each file should have at least the
-"copyright" line and a pointer to where the full notice is found.
-
- <one line to give the library's name and a brief idea of what it does.>
- Copyright (C) <year> <name of author>
-
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 2.1 of the License, or (at your option) any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details.
-
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-
-Also add information on how to contact you by electronic and paper mail.
-
-You should also get your employer (if you work as a programmer) or your
-school, if any, to sign a "copyright disclaimer" for the library, if
-necessary. Here is a sample; alter the names:
-
- Yoyodyne, Inc., hereby disclaims all copyright interest in the
- library `Frob' (a library for tweaking knobs) written by James Random Hacker.
-
- <signature of Ty Coon>, 1 April 1990
- Ty Coon, President of Vice
-
-That's all there is to it!
-
-
+ GNU LESSER GENERAL PUBLIC LICENSE\r
+ Version 2.1, February 1999\r
+\r
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.\r
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\r
+ Everyone is permitted to copy and distribute verbatim copies\r
+ of this license document, but changing it is not allowed.\r
+\r
+[This is the first released version of the Lesser GPL. It also counts\r
+ as the successor of the GNU Library Public License, version 2, hence\r
+ the version number 2.1.]\r
+\r
+ Preamble\r
+\r
+ The licenses for most software are designed to take away your\r
+freedom to share and change it. By contrast, the GNU General Public\r
+Licenses are intended to guarantee your freedom to share and change\r
+free software--to make sure the software is free for all its users.\r
+\r
+ This license, the Lesser General Public License, applies to some\r
+specially designated software packages--typically libraries--of the\r
+Free Software Foundation and other authors who decide to use it. You\r
+can use it too, but we suggest you first think carefully about whether\r
+this license or the ordinary General Public License is the better\r
+strategy to use in any particular case, based on the explanations below.\r
+\r
+ When we speak of free software, we are referring to freedom of use,\r
+not price. Our General Public Licenses are designed to make sure that\r
+you have the freedom to distribute copies of free software (and charge\r
+for this service if you wish); that you receive source code or can get\r
+it if you want it; that you can change the software and use pieces of\r
+it in new free programs; and that you are informed that you can do\r
+these things.\r
+\r
+ To protect your rights, we need to make restrictions that forbid\r
+distributors to deny you these rights or to ask you to surrender these\r
+rights. These restrictions translate to certain responsibilities for\r
+you if you distribute copies of the library or if you modify it.\r
+\r
+ For example, if you distribute copies of the library, whether gratis\r
+or for a fee, you must give the recipients all the rights that we gave\r
+you. You must make sure that they, too, receive or can get the source\r
+code. If you link other code with the library, you must provide\r
+complete object files to the recipients, so that they can relink them\r
+with the library after making changes to the library and recompiling\r
+it. And you must show them these terms so they know their rights.\r
+\r
+ We protect your rights with a two-step method: (1) we copyright the\r
+library, and (2) we offer you this license, which gives you legal\r
+permission to copy, distribute and/or modify the library.\r
+\r
+ To protect each distributor, we want to make it very clear that\r
+there is no warranty for the free library. Also, if the library is\r
+modified by someone else and passed on, the recipients should know\r
+that what they have is not the original version, so that the original\r
+author's reputation will not be affected by problems that might be\r
+introduced by others.\r
+\r
+ Finally, software patents pose a constant threat to the existence of\r
+any free program. We wish to make sure that a company cannot\r
+effectively restrict the users of a free program by obtaining a\r
+restrictive license from a patent holder. Therefore, we insist that\r
+any patent license obtained for a version of the library must be\r
+consistent with the full freedom of use specified in this license.\r
+\r
+ Most GNU software, including some libraries, is covered by the\r
+ordinary GNU General Public License. This license, the GNU Lesser\r
+General Public License, applies to certain designated libraries, and\r
+is quite different from the ordinary General Public License. We use\r
+this license for certain libraries in order to permit linking those\r
+libraries into non-free programs.\r
+\r
+ When a program is linked with a library, whether statically or using\r
+a shared library, the combination of the two is legally speaking a\r
+combined work, a derivative of the original library. The ordinary\r
+General Public License therefore permits such linking only if the\r
+entire combination fits its criteria of freedom. The Lesser General\r
+Public License permits more lax criteria for linking other code with\r
+the library.\r
+\r
+ We call this license the "Lesser" General Public License because it\r
+does Less to protect the user's freedom than the ordinary General\r
+Public License. It also provides other free software developers Less\r
+of an advantage over competing non-free programs. These disadvantages\r
+are the reason we use the ordinary General Public License for many\r
+libraries. However, the Lesser license provides advantages in certain\r
+special circumstances.\r
+\r
+ For example, on rare occasions, there may be a special need to\r
+encourage the widest possible use of a certain library, so that it becomes\r
+a de-facto standard. To achieve this, non-free programs must be\r
+allowed to use the library. A more frequent case is that a free\r
+library does the same job as widely used non-free libraries. In this\r
+case, there is little to gain by limiting the free library to free\r
+software only, so we use the Lesser General Public License.\r
+\r
+ In other cases, permission to use a particular library in non-free\r
+programs enables a greater number of people to use a large body of\r
+free software. For example, permission to use the GNU C Library in\r
+non-free programs enables many more people to use the whole GNU\r
+operating system, as well as its variant, the GNU/Linux operating\r
+system.\r
+\r
+ Although the Lesser General Public License is Less protective of the\r
+users' freedom, it does ensure that the user of a program that is\r
+linked with the Library has the freedom and the wherewithal to run\r
+that program using a modified version of the Library.\r
+\r
+ The precise terms and conditions for copying, distribution and\r
+modification follow. Pay close attention to the difference between a\r
+"work based on the library" and a "work that uses the library". The\r
+former contains code derived from the library, whereas the latter must\r
+be combined with the library in order to run.\r
+\r
+ GNU LESSER GENERAL PUBLIC LICENSE\r
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\r
+\r
+ 0. This License Agreement applies to any software library or other\r
+program which contains a notice placed by the copyright holder or\r
+other authorized party saying it may be distributed under the terms of\r
+this Lesser General Public License (also called "this License").\r
+Each licensee is addressed as "you".\r
+\r
+ A "library" means a collection of software functions and/or data\r
+prepared so as to be conveniently linked with application programs\r
+(which use some of those functions and data) to form executables.\r
+\r
+ The "Library", below, refers to any such software library or work\r
+which has been distributed under these terms. A "work based on the\r
+Library" means either the Library or any derivative work under\r
+copyright law: that is to say, a work containing the Library or a\r
+portion of it, either verbatim or with modifications and/or translated\r
+straightforwardly into another language. (Hereinafter, translation is\r
+included without limitation in the term "modification".)\r
+\r
+ "Source code" for a work means the preferred form of the work for\r
+making modifications to it. For a library, complete source code means\r
+all the source code for all modules it contains, plus any associated\r
+interface definition files, plus the scripts used to control compilation\r
+and installation of the library.\r
+\r
+ Activities other than copying, distribution and modification are not\r
+covered by this License; they are outside its scope. The act of\r
+running a program using the Library is not restricted, and output from\r
+such a program is covered only if its contents constitute a work based\r
+on the Library (independent of the use of the Library in a tool for\r
+writing it). Whether that is true depends on what the Library does\r
+and what the program that uses the Library does.\r
+ \r
+ 1. You may copy and distribute verbatim copies of the Library's\r
+complete source code as you receive it, in any medium, provided that\r
+you conspicuously and appropriately publish on each copy an\r
+appropriate copyright notice and disclaimer of warranty; keep intact\r
+all the notices that refer to this License and to the absence of any\r
+warranty; and distribute a copy of this License along with the\r
+Library.\r
+\r
+ You may charge a fee for the physical act of transferring a copy,\r
+and you may at your option offer warranty protection in exchange for a\r
+fee.\r
+\r
+ 2. You may modify your copy or copies of the Library or any portion\r
+of it, thus forming a work based on the Library, and copy and\r
+distribute such modifications or work under the terms of Section 1\r
+above, provided that you also meet all of these conditions:\r
+\r
+ a) The modified work must itself be a software library.\r
+\r
+ b) You must cause the files modified to carry prominent notices\r
+ stating that you changed the files and the date of any change.\r
+\r
+ c) You must cause the whole of the work to be licensed at no\r
+ charge to all third parties under the terms of this License.\r
+\r
+ d) If a facility in the modified Library refers to a function or a\r
+ table of data to be supplied by an application program that uses\r
+ the facility, other than as an argument passed when the facility\r
+ is invoked, then you must make a good faith effort to ensure that,\r
+ in the event an application does not supply such function or\r
+ table, the facility still operates, and performs whatever part of\r
+ its purpose remains meaningful.\r
+\r
+ (For example, a function in a library to compute square roots has\r
+ a purpose that is entirely well-defined independent of the\r
+ application. Therefore, Subsection 2d requires that any\r
+ application-supplied function or table used by this function must\r
+ be optional: if the application does not supply it, the square\r
+ root function must still compute square roots.)\r
+\r
+These requirements apply to the modified work as a whole. If\r
+identifiable sections of that work are not derived from the Library,\r
+and can be reasonably considered independent and separate works in\r
+themselves, then this License, and its terms, do not apply to those\r
+sections when you distribute them as separate works. But when you\r
+distribute the same sections as part of a whole which is a work based\r
+on the Library, the distribution of the whole must be on the terms of\r
+this License, whose permissions for other licensees extend to the\r
+entire whole, and thus to each and every part regardless of who wrote\r
+it.\r
+\r
+Thus, it is not the intent of this section to claim rights or contest\r
+your rights to work written entirely by you; rather, the intent is to\r
+exercise the right to control the distribution of derivative or\r
+collective works based on the Library.\r
+\r
+In addition, mere aggregation of another work not based on the Library\r
+with the Library (or with a work based on the Library) on a volume of\r
+a storage or distribution medium does not bring the other work under\r
+the scope of this License.\r
+\r
+ 3. You may opt to apply the terms of the ordinary GNU General Public\r
+License instead of this License to a given copy of the Library. To do\r
+this, you must alter all the notices that refer to this License, so\r
+that they refer to the ordinary GNU General Public License, version 2,\r
+instead of to this License. (If a newer version than version 2 of the\r
+ordinary GNU General Public License has appeared, then you can specify\r
+that version instead if you wish.) Do not make any other change in\r
+these notices.\r
+\r
+ Once this change is made in a given copy, it is irreversible for\r
+that copy, so the ordinary GNU General Public License applies to all\r
+subsequent copies and derivative works made from that copy.\r
+\r
+ This option is useful when you wish to copy part of the code of\r
+the Library into a program that is not a library.\r
+\r
+ 4. You may copy and distribute the Library (or a portion or\r
+derivative of it, under Section 2) in object code or executable form\r
+under the terms of Sections 1 and 2 above provided that you accompany\r
+it with the complete corresponding machine-readable source code, which\r
+must be distributed under the terms of Sections 1 and 2 above on a\r
+medium customarily used for software interchange.\r
+\r
+ If distribution of object code is made by offering access to copy\r
+from a designated place, then offering equivalent access to copy the\r
+source code from the same place satisfies the requirement to\r
+distribute the source code, even though third parties are not\r
+compelled to copy the source along with the object code.\r
+\r
+ 5. A program that contains no derivative of any portion of the\r
+Library, but is designed to work with the Library by being compiled or\r
+linked with it, is called a "work that uses the Library". Such a\r
+work, in isolation, is not a derivative work of the Library, and\r
+therefore falls outside the scope of this License.\r
+\r
+ However, linking a "work that uses the Library" with the Library\r
+creates an executable that is a derivative of the Library (because it\r
+contains portions of the Library), rather than a "work that uses the\r
+library". The executable is therefore covered by this License.\r
+Section 6 states terms for distribution of such executables.\r
+\r
+ When a "work that uses the Library" uses material from a header file\r
+that is part of the Library, the object code for the work may be a\r
+derivative work of the Library even though the source code is not.\r
+Whether this is true is especially significant if the work can be\r
+linked without the Library, or if the work is itself a library. The\r
+threshold for this to be true is not precisely defined by law.\r
+\r
+ If such an object file uses only numerical parameters, data\r
+structure layouts and accessors, and small macros and small inline\r
+functions (ten lines or less in length), then the use of the object\r
+file is unrestricted, regardless of whether it is legally a derivative\r
+work. (Executables containing this object code plus portions of the\r
+Library will still fall under Section 6.)\r
+\r
+ Otherwise, if the work is a derivative of the Library, you may\r
+distribute the object code for the work under the terms of Section 6.\r
+Any executables containing that work also fall under Section 6,\r
+whether or not they are linked directly with the Library itself.\r
+\r
+ 6. As an exception to the Sections above, you may also combine or\r
+link a "work that uses the Library" with the Library to produce a\r
+work containing portions of the Library, and distribute that work\r
+under terms of your choice, provided that the terms permit\r
+modification of the work for the customer's own use and reverse\r
+engineering for debugging such modifications.\r
+\r
+ You must give prominent notice with each copy of the work that the\r
+Library is used in it and that the Library and its use are covered by\r
+this License. You must supply a copy of this License. If the work\r
+during execution displays copyright notices, you must include the\r
+copyright notice for the Library among them, as well as a reference\r
+directing the user to the copy of this License. Also, you must do one\r
+of these things:\r
+\r
+ a) Accompany the work with the complete corresponding\r
+ machine-readable source code for the Library including whatever\r
+ changes were used in the work (which must be distributed under\r
+ Sections 1 and 2 above); and, if the work is an executable linked\r
+ with the Library, with the complete machine-readable "work that\r
+ uses the Library", as object code and/or source code, so that the\r
+ user can modify the Library and then relink to produce a modified\r
+ executable containing the modified Library. (It is understood\r
+ that the user who changes the contents of definitions files in the\r
+ Library will not necessarily be able to recompile the application\r
+ to use the modified definitions.)\r
+\r
+ b) Use a suitable shared library mechanism for linking with the\r
+ Library. A suitable mechanism is one that (1) uses at run time a\r
+ copy of the library already present on the user's computer system,\r
+ rather than copying library functions into the executable, and (2)\r
+ will operate properly with a modified version of the library, if\r
+ the user installs one, as long as the modified version is\r
+ interface-compatible with the version that the work was made with.\r
+\r
+ c) Accompany the work with a written offer, valid for at\r
+ least three years, to give the same user the materials\r
+ specified in Subsection 6a, above, for a charge no more\r
+ than the cost of performing this distribution.\r
+\r
+ d) If distribution of the work is made by offering access to copy\r
+ from a designated place, offer equivalent access to copy the above\r
+ specified materials from the same place.\r
+\r
+ e) Verify that the user has already received a copy of these\r
+ materials or that you have already sent this user a copy.\r
+\r
+ For an executable, the required form of the "work that uses the\r
+Library" must include any data and utility programs needed for\r
+reproducing the executable from it. However, as a special exception,\r
+the materials to be distributed need not include anything that is\r
+normally distributed (in either source or binary form) with the major\r
+components (compiler, kernel, and so on) of the operating system on\r
+which the executable runs, unless that component itself accompanies\r
+the executable.\r
+\r
+ It may happen that this requirement contradicts the license\r
+restrictions of other proprietary libraries that do not normally\r
+accompany the operating system. Such a contradiction means you cannot\r
+use both them and the Library together in an executable that you\r
+distribute.\r
+\r
+ 7. You may place library facilities that are a work based on the\r
+Library side-by-side in a single library together with other library\r
+facilities not covered by this License, and distribute such a combined\r
+library, provided that the separate distribution of the work based on\r
+the Library and of the other library facilities is otherwise\r
+permitted, and provided that you do these two things:\r
+\r
+ a) Accompany the combined library with a copy of the same work\r
+ based on the Library, uncombined with any other library\r
+ facilities. This must be distributed under the terms of the\r
+ Sections above.\r
+\r
+ b) Give prominent notice with the combined library of the fact\r
+ that part of it is a work based on the Library, and explaining\r
+ where to find the accompanying uncombined form of the same work.\r
+\r
+ 8. You may not copy, modify, sublicense, link with, or distribute\r
+the Library except as expressly provided under this License. Any\r
+attempt otherwise to copy, modify, sublicense, link with, or\r
+distribute the Library is void, and will automatically terminate your\r
+rights under this License. However, parties who have received copies,\r
+or rights, from you under this License will not have their licenses\r
+terminated so long as such parties remain in full compliance.\r
+\r
+ 9. You are not required to accept this License, since you have not\r
+signed it. However, nothing else grants you permission to modify or\r
+distribute the Library or its derivative works. These actions are\r
+prohibited by law if you do not accept this License. Therefore, by\r
+modifying or distributing the Library (or any work based on the\r
+Library), you indicate your acceptance of this License to do so, and\r
+all its terms and conditions for copying, distributing or modifying\r
+the Library or works based on it.\r
+\r
+ 10. Each time you redistribute the Library (or any work based on the\r
+Library), the recipient automatically receives a license from the\r
+original licensor to copy, distribute, link with or modify the Library\r
+subject to these terms and conditions. You may not impose any further\r
+restrictions on the recipients' exercise of the rights granted herein.\r
+You are not responsible for enforcing compliance by third parties with\r
+this License.\r
+\r
+ 11. If, as a consequence of a court judgment or allegation of patent\r
+infringement or for any other reason (not limited to patent issues),\r
+conditions are imposed on you (whether by court order, agreement or\r
+otherwise) that contradict the conditions of this License, they do not\r
+excuse you from the conditions of this License. If you cannot\r
+distribute so as to satisfy simultaneously your obligations under this\r
+License and any other pertinent obligations, then as a consequence you\r
+may not distribute the Library at all. For example, if a patent\r
+license would not permit royalty-free redistribution of the Library by\r
+all those who receive copies directly or indirectly through you, then\r
+the only way you could satisfy both it and this License would be to\r
+refrain entirely from distribution of the Library.\r
+\r
+If any portion of this section is held invalid or unenforceable under any\r
+particular circumstance, the balance of the section is intended to apply,\r
+and the section as a whole is intended to apply in other circumstances.\r
+\r
+It is not the purpose of this section to induce you to infringe any\r
+patents or other property right claims or to contest validity of any\r
+such claims; this section has the sole purpose of protecting the\r
+integrity of the free software distribution system which is\r
+implemented by public license practices. Many people have made\r
+generous contributions to the wide range of software distributed\r
+through that system in reliance on consistent application of that\r
+system; it is up to the author/donor to decide if he or she is willing\r
+to distribute software through any other system and a licensee cannot\r
+impose that choice.\r
+\r
+This section is intended to make thoroughly clear what is believed to\r
+be a consequence of the rest of this License.\r
+\r
+ 12. If the distribution and/or use of the Library is restricted in\r
+certain countries either by patents or by copyrighted interfaces, the\r
+original copyright holder who places the Library under this License may add\r
+an explicit geographical distribution limitation excluding those countries,\r
+so that distribution is permitted only in or among countries not thus\r
+excluded. In such case, this License incorporates the limitation as if\r
+written in the body of this License.\r
+\r
+ 13. The Free Software Foundation may publish revised and/or new\r
+versions of the Lesser General Public License from time to time.\r
+Such new versions will be similar in spirit to the present version,\r
+but may differ in detail to address new problems or concerns.\r
+\r
+Each version is given a distinguishing version number. If the Library\r
+specifies a version number of this License which applies to it and\r
+"any later version", you have the option of following the terms and\r
+conditions either of that version or of any later version published by\r
+the Free Software Foundation. If the Library does not specify a\r
+license version number, you may choose any version ever published by\r
+the Free Software Foundation.\r
+\r
+ 14. If you wish to incorporate parts of the Library into other free\r
+programs whose distribution conditions are incompatible with these,\r
+write to the author to ask for permission. For software which is\r
+copyrighted by the Free Software Foundation, write to the Free\r
+Software Foundation; we sometimes make exceptions for this. Our\r
+decision will be guided by the two goals of preserving the free status\r
+of all derivatives of our free software and of promoting the sharing\r
+and reuse of software generally.\r
+\r
+ NO WARRANTY\r
+\r
+ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO\r
+WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.\r
+EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR\r
+OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY\r
+KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE\r
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\r
+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE\r
+LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME\r
+THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.\r
+\r
+ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN\r
+WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY\r
+AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU\r
+FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR\r
+CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE\r
+LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING\r
+RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A\r
+FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF\r
+SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH\r
+DAMAGES.\r
+\r
+ END OF TERMS AND CONDITIONS\r
+\r
+ How to Apply These Terms to Your New Libraries\r
+\r
+ If you develop a new library, and you want it to be of the greatest\r
+possible use to the public, we recommend making it free software that\r
+everyone can redistribute and change. You can do so by permitting\r
+redistribution under these terms (or, alternatively, under the terms of the\r
+ordinary General Public License).\r
+\r
+ To apply these terms, attach the following notices to the library. It is\r
+safest to attach them to the start of each source file to most effectively\r
+convey the exclusion of warranty; and each file should have at least the\r
+"copyright" line and a pointer to where the full notice is found.\r
+\r
+ <one line to give the library's name and a brief idea of what it does.>\r
+ Copyright (C) <year> <name of author>\r
+\r
+ This library is free software; you can redistribute it and/or\r
+ modify it under the terms of the GNU Lesser General Public\r
+ License as published by the Free Software Foundation; either\r
+ version 2.1 of the License, or (at your option) any later version.\r
+\r
+ This library is distributed in the hope that it will be useful,\r
+ but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
+ Lesser General Public License for more details.\r
+\r
+ You should have received a copy of the GNU Lesser General Public\r
+ License along with this library; if not, write to the Free Software\r
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\r
+\r
+Also add information on how to contact you by electronic and paper mail.\r
+\r
+You should also get your employer (if you work as a programmer) or your\r
+school, if any, to sign a "copyright disclaimer" for the library, if\r
+necessary. Here is a sample; alter the names:\r
+\r
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the\r
+ library `Frob' (a library for tweaking knobs) written by James Random Hacker.\r
+\r
+ <signature of Ty Coon>, 1 April 1990\r
+ Ty Coon, President of Vice\r
+\r
+That's all there is to it!\r
+\r
+\r
-/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript */
-/**
- * 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: black;
- text-shadow: 0 1px white;
- font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
- direction: ltr;
- 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;
-}
-
-.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: #a67f59;
- background: hsla(0, 0%, 100%, .5);
-}
-
-.token.atrule,
-.token.attr-value,
-.token.keyword {
- color: #07a;
-}
-
-.token.function {
- 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;
-}
-
+/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript */\r
+/**\r
+ * prism.js default theme for JavaScript, CSS and HTML\r
+ * Based on dabblet (http://dabblet.com)\r
+ * @author Lea Verou\r
+ */\r
+\r
+code[class*="language-"],\r
+pre[class*="language-"] {\r
+ color: black;\r
+ text-shadow: 0 1px white;\r
+ font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;\r
+ direction: ltr;\r
+ text-align: left;\r
+ white-space: pre;\r
+ word-spacing: normal;\r
+ word-break: normal;\r
+ word-wrap: normal;\r
+ line-height: 1.5;\r
+\r
+ -moz-tab-size: 4;\r
+ -o-tab-size: 4;\r
+ tab-size: 4;\r
+\r
+ -webkit-hyphens: none;\r
+ -moz-hyphens: none;\r
+ -ms-hyphens: none;\r
+ hyphens: none;\r
+}\r
+\r
+pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,\r
+code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {\r
+ text-shadow: none;\r
+ background: #b3d4fc;\r
+}\r
+\r
+pre[class*="language-"]::selection, pre[class*="language-"] ::selection,\r
+code[class*="language-"]::selection, code[class*="language-"] ::selection {\r
+ text-shadow: none;\r
+ background: #b3d4fc;\r
+}\r
+\r
+@media print {\r
+ code[class*="language-"],\r
+ pre[class*="language-"] {\r
+ text-shadow: none;\r
+ }\r
+}\r
+\r
+/* Code blocks */\r
+pre[class*="language-"] {\r
+ padding: 1em;\r
+ margin: .5em 0;\r
+ overflow: auto;\r
+}\r
+\r
+:not(pre) > code[class*="language-"],\r
+pre[class*="language-"] {\r
+ background: #f5f2f0;\r
+}\r
+\r
+/* Inline code */\r
+:not(pre) > code[class*="language-"] {\r
+ padding: .1em;\r
+ border-radius: .3em;\r
+}\r
+\r
+.token.comment,\r
+.token.prolog,\r
+.token.doctype,\r
+.token.cdata {\r
+ color: slategray;\r
+}\r
+\r
+.token.punctuation {\r
+ color: #999;\r
+}\r
+\r
+.namespace {\r
+ opacity: .7;\r
+}\r
+\r
+.token.property,\r
+.token.tag,\r
+.token.boolean,\r
+.token.number,\r
+.token.constant,\r
+.token.symbol,\r
+.token.deleted {\r
+ color: #905;\r
+}\r
+\r
+.token.selector,\r
+.token.attr-name,\r
+.token.string,\r
+.token.char,\r
+.token.builtin,\r
+.token.inserted {\r
+ color: #690;\r
+}\r
+\r
+.token.operator,\r
+.token.entity,\r
+.token.url,\r
+.language-css .token.string,\r
+.style .token.string {\r
+ color: #a67f59;\r
+ background: hsla(0, 0%, 100%, .5);\r
+}\r
+\r
+.token.atrule,\r
+.token.attr-value,\r
+.token.keyword {\r
+ color: #07a;\r
+}\r
+\r
+.token.function {\r
+ color: #DD4A68;\r
+}\r
+\r
+.token.regex,\r
+.token.important,\r
+.token.variable {\r
+ color: #e90;\r
+}\r
+\r
+.token.important,\r
+.token.bold {\r
+ font-weight: bold;\r
+}\r
+.token.italic {\r
+ font-style: italic;\r
+}\r
+\r
+.token.entity {\r
+ cursor: help;\r
+}\r
+\r
-.mce-visualblocks p {
- padding-top: 10px;
- border: 1px dashed #BBB;
- margin-left: 3px;
- background-image: url(data:image/gif;base64,R0lGODlhCQAJAJEAAAAAAP///7u7u////yH5BAEAAAMALAAAAAAJAAkAAAIQnG+CqCN/mlyvsRUpThG6AgA7);
- background-repeat: no-repeat;
-}
-
-.mce-visualblocks h1 {
- padding-top: 10px;
- border: 1px dashed #BBB;
- margin-left: 3px;
- background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGu1JuxHoAfRNRW3TWXyF2YiRUAOw==);
- background-repeat: no-repeat;
-}
-
-.mce-visualblocks h2 {
- padding-top: 10px;
- border: 1px dashed #BBB;
- margin-left: 3px;
- background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8Hybbx4oOuqgTynJd6bGlWg3DkJzoaUAAAOw==);
- background-repeat: no-repeat;
-}
-
-.mce-visualblocks h3 {
- padding-top: 10px;
- border: 1px dashed #BBB;
- margin-left: 3px;
- background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIZjI8Hybbx4oOuqgTynJf2Ln2NOHpQpmhAAQA7);
- background-repeat: no-repeat;
-}
-
-.mce-visualblocks h4 {
- padding-top: 10px;
- border: 1px dashed #BBB;
- margin-left: 3px;
- background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxInR0zqeAdhtJlXwV1oCll2HaWgAAOw==);
- background-repeat: no-repeat;
-}
-
-.mce-visualblocks h5 {
- padding-top: 10px;
- border: 1px dashed #BBB;
- margin-left: 3px;
- background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjane4iq5GlW05GgIkIZUAAAOw==);
- background-repeat: no-repeat;
-}
-
-.mce-visualblocks h6 {
- padding-top: 10px;
- border: 1px dashed #BBB;
- margin-left: 3px;
- background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjan04jep1iZ1XRlAo5bVgAAOw==);
- background-repeat: no-repeat;
-}
-
-.mce-visualblocks div:not([data-mce-bogus]) {
- padding-top: 10px;
- border: 1px dashed #BBB;
- margin-left: 3px;
- background-image: url(data:image/gif;base64,R0lGODlhEgAKAIABALu7u////yH5BAEAAAEALAAAAAASAAoAAAIfjI9poI0cgDywrhuxfbrzDEbQM2Ei5aRjmoySW4pAAQA7);
- background-repeat: no-repeat;
-}
-
-.mce-visualblocks section {
- padding-top: 10px;
- border: 1px dashed #BBB;
- margin: 0 0 1em 3px;
- background-image: url(data:image/gif;base64,R0lGODlhKAAKAIABALu7u////yH5BAEAAAEALAAAAAAoAAoAAAI5jI+pywcNY3sBWHdNrplytD2ellDeSVbp+GmWqaDqDMepc8t17Y4vBsK5hDyJMcI6KkuYU+jpjLoKADs=);
- background-repeat: no-repeat;
-}
-
-.mce-visualblocks article {
- padding-top: 10px;
- border: 1px dashed #BBB;
- margin: 0 0 1em 3px;
- background-image: url(data:image/gif;base64,R0lGODlhKgAKAIABALu7u////yH5BAEAAAEALAAAAAAqAAoAAAI6jI+pywkNY3wG0GBvrsd2tXGYSGnfiF7ikpXemTpOiJScasYoDJJrjsG9gkCJ0ag6KhmaIe3pjDYBBQA7);
- background-repeat: no-repeat;
-}
-
-.mce-visualblocks blockquote {
- padding-top: 10px;
- border: 1px dashed #BBB;
- background-image: url(data:image/gif;base64,R0lGODlhPgAKAIABALu7u////yH5BAEAAAEALAAAAAA+AAoAAAJPjI+py+0Knpz0xQDyuUhvfoGgIX5iSKZYgq5uNL5q69asZ8s5rrf0yZmpNkJZzFesBTu8TOlDVAabUyatguVhWduud3EyiUk45xhTTgMBBQA7);
- background-repeat: no-repeat;
-}
-
-.mce-visualblocks address {
- padding-top: 10px;
- border: 1px dashed #BBB;
- margin: 0 0 1em 3px;
- background-image: url(data:image/gif;base64,R0lGODlhLQAKAIABALu7u////yH5BAEAAAEALAAAAAAtAAoAAAI/jI+pywwNozSP1gDyyZcjb3UaRpXkWaXmZW4OqKLhBmLs+K263DkJK7OJeifh7FicKD9A1/IpGdKkyFpNmCkAADs=);
- background-repeat: no-repeat;
-}
-
-.mce-visualblocks pre {
- padding-top: 10px;
- border: 1px dashed #BBB;
- margin-left: 3px;
- background-image: url(data:image/gif;base64,R0lGODlhFQAKAIABALu7uwAAACH5BAEAAAEALAAAAAAVAAoAAAIjjI+ZoN0cgDwSmnpz1NCueYERhnibZVKLNnbOq8IvKpJtVQAAOw==);
- background-repeat: no-repeat;
-}
-
-.mce-visualblocks figure {
- padding-top: 10px;
- border: 1px dashed #BBB;
- margin: 0 0 1em 3px;
- background-image: url(data:image/gif;base64,R0lGODlhJAAKAIAAALu7u////yH5BAEAAAEALAAAAAAkAAoAAAI0jI+py+2fwAHUSFvD3RlvG4HIp4nX5JFSpnZUJ6LlrM52OE7uSWosBHScgkSZj7dDKnWAAgA7);
- background-repeat: no-repeat;
-}
-
-.mce-visualblocks hgroup {
- padding-top: 10px;
- border: 1px dashed #BBB;
- margin: 0 0 1em 3px;
- background-image: url(data:image/gif;base64,R0lGODlhJwAKAIABALu7uwAAACH5BAEAAAEALAAAAAAnAAoAAAI3jI+pywYNI3uB0gpsRtt5fFnfNZaVSYJil4Wo03Hv6Z62uOCgiXH1kZIIJ8NiIxRrAZNMZAtQAAA7);
- background-repeat: no-repeat;
-}
-
-.mce-visualblocks aside {
- padding-top: 10px;
- border: 1px dashed #BBB;
- margin: 0 0 1em 3px;
- background-image: url(data:image/gif;base64,R0lGODlhHgAKAIABAKqqqv///yH5BAEAAAEALAAAAAAeAAoAAAItjI+pG8APjZOTzgtqy7I3f1yehmQcFY4WKZbqByutmW4aHUd6vfcVbgudgpYCADs=);
- background-repeat: no-repeat;
-}
-
-.mce-visualblocks figcaption {
- border: 1px dashed #BBB;
-}
-
-.mce-visualblocks ul {
- padding-top: 10px;
- border: 1px dashed #BBB;
- margin: 0 0 1em 3px;
- background-image: url(data:image/gif;base64,R0lGODlhDQAKAIAAALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGuYnqUVSjvw26DzzXiqIDlVwAAOw==);
- background-repeat: no-repeat;
-}
-
-.mce-visualblocks ol {
- padding-top: 10px;
- border: 1px dashed #BBB;
- margin: 0 0 1em 3px;
- background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybH6HHt0qourxC6CvzXieHyeWQAAOw==);
- background-repeat: no-repeat;
-}
-
-.mce-visualblocks dl {
- padding-top: 10px;
- border: 1px dashed #BBB;
- margin: 0 0 1em 3px;
- background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybEOnmOvUoWznTqeuEjNSCqeGRUAOw==);
- background-repeat: no-repeat;
-}
+.mce-visualblocks p {\r
+ padding-top: 10px;\r
+ border: 1px dashed #BBB;\r
+ margin-left: 3px;\r
+ background-image: url(data:image/gif;base64,R0lGODlhCQAJAJEAAAAAAP///7u7u////yH5BAEAAAMALAAAAAAJAAkAAAIQnG+CqCN/mlyvsRUpThG6AgA7);\r
+ background-repeat: no-repeat;\r
+}\r
+\r
+.mce-visualblocks h1 {\r
+ padding-top: 10px;\r
+ border: 1px dashed #BBB;\r
+ margin-left: 3px;\r
+ background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGu1JuxHoAfRNRW3TWXyF2YiRUAOw==);\r
+ background-repeat: no-repeat;\r
+}\r
+\r
+.mce-visualblocks h2 {\r
+ padding-top: 10px;\r
+ border: 1px dashed #BBB;\r
+ margin-left: 3px;\r
+ background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8Hybbx4oOuqgTynJd6bGlWg3DkJzoaUAAAOw==);\r
+ background-repeat: no-repeat;\r
+}\r
+\r
+.mce-visualblocks h3 {\r
+ padding-top: 10px;\r
+ border: 1px dashed #BBB;\r
+ margin-left: 3px;\r
+ background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIZjI8Hybbx4oOuqgTynJf2Ln2NOHpQpmhAAQA7);\r
+ background-repeat: no-repeat;\r
+}\r
+\r
+.mce-visualblocks h4 {\r
+ padding-top: 10px;\r
+ border: 1px dashed #BBB;\r
+ margin-left: 3px;\r
+ background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxInR0zqeAdhtJlXwV1oCll2HaWgAAOw==);\r
+ background-repeat: no-repeat;\r
+}\r
+\r
+.mce-visualblocks h5 {\r
+ padding-top: 10px;\r
+ border: 1px dashed #BBB;\r
+ margin-left: 3px;\r
+ background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjane4iq5GlW05GgIkIZUAAAOw==);\r
+ background-repeat: no-repeat;\r
+}\r
+\r
+.mce-visualblocks h6 {\r
+ padding-top: 10px;\r
+ border: 1px dashed #BBB;\r
+ margin-left: 3px;\r
+ background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjan04jep1iZ1XRlAo5bVgAAOw==);\r
+ background-repeat: no-repeat;\r
+}\r
+\r
+.mce-visualblocks div:not([data-mce-bogus]) {\r
+ padding-top: 10px;\r
+ border: 1px dashed #BBB;\r
+ margin-left: 3px;\r
+ background-image: url(data:image/gif;base64,R0lGODlhEgAKAIABALu7u////yH5BAEAAAEALAAAAAASAAoAAAIfjI9poI0cgDywrhuxfbrzDEbQM2Ei5aRjmoySW4pAAQA7);\r
+ background-repeat: no-repeat;\r
+}\r
+\r
+.mce-visualblocks section {\r
+ padding-top: 10px;\r
+ border: 1px dashed #BBB;\r
+ margin: 0 0 1em 3px;\r
+ background-image: url(data:image/gif;base64,R0lGODlhKAAKAIABALu7u////yH5BAEAAAEALAAAAAAoAAoAAAI5jI+pywcNY3sBWHdNrplytD2ellDeSVbp+GmWqaDqDMepc8t17Y4vBsK5hDyJMcI6KkuYU+jpjLoKADs=);\r
+ background-repeat: no-repeat;\r
+}\r
+\r
+.mce-visualblocks article {\r
+ padding-top: 10px;\r
+ border: 1px dashed #BBB;\r
+ margin: 0 0 1em 3px;\r
+ background-image: url(data:image/gif;base64,R0lGODlhKgAKAIABALu7u////yH5BAEAAAEALAAAAAAqAAoAAAI6jI+pywkNY3wG0GBvrsd2tXGYSGnfiF7ikpXemTpOiJScasYoDJJrjsG9gkCJ0ag6KhmaIe3pjDYBBQA7);\r
+ background-repeat: no-repeat;\r
+}\r
+\r
+.mce-visualblocks blockquote {\r
+ padding-top: 10px;\r
+ border: 1px dashed #BBB;\r
+ background-image: url(data:image/gif;base64,R0lGODlhPgAKAIABALu7u////yH5BAEAAAEALAAAAAA+AAoAAAJPjI+py+0Knpz0xQDyuUhvfoGgIX5iSKZYgq5uNL5q69asZ8s5rrf0yZmpNkJZzFesBTu8TOlDVAabUyatguVhWduud3EyiUk45xhTTgMBBQA7);\r
+ background-repeat: no-repeat;\r
+}\r
+\r
+.mce-visualblocks address {\r
+ padding-top: 10px;\r
+ border: 1px dashed #BBB;\r
+ margin: 0 0 1em 3px;\r
+ background-image: url(data:image/gif;base64,R0lGODlhLQAKAIABALu7u////yH5BAEAAAEALAAAAAAtAAoAAAI/jI+pywwNozSP1gDyyZcjb3UaRpXkWaXmZW4OqKLhBmLs+K263DkJK7OJeifh7FicKD9A1/IpGdKkyFpNmCkAADs=);\r
+ background-repeat: no-repeat;\r
+}\r
+\r
+.mce-visualblocks pre {\r
+ padding-top: 10px;\r
+ border: 1px dashed #BBB;\r
+ margin-left: 3px;\r
+ background-image: url(data:image/gif;base64,R0lGODlhFQAKAIABALu7uwAAACH5BAEAAAEALAAAAAAVAAoAAAIjjI+ZoN0cgDwSmnpz1NCueYERhnibZVKLNnbOq8IvKpJtVQAAOw==);\r
+ background-repeat: no-repeat;\r
+}\r
+\r
+.mce-visualblocks figure {\r
+ padding-top: 10px;\r
+ border: 1px dashed #BBB;\r
+ margin: 0 0 1em 3px;\r
+ background-image: url(data:image/gif;base64,R0lGODlhJAAKAIAAALu7u////yH5BAEAAAEALAAAAAAkAAoAAAI0jI+py+2fwAHUSFvD3RlvG4HIp4nX5JFSpnZUJ6LlrM52OE7uSWosBHScgkSZj7dDKnWAAgA7);\r
+ background-repeat: no-repeat;\r
+}\r
+\r
+.mce-visualblocks hgroup {\r
+ padding-top: 10px;\r
+ border: 1px dashed #BBB;\r
+ margin: 0 0 1em 3px;\r
+ background-image: url(data:image/gif;base64,R0lGODlhJwAKAIABALu7uwAAACH5BAEAAAEALAAAAAAnAAoAAAI3jI+pywYNI3uB0gpsRtt5fFnfNZaVSYJil4Wo03Hv6Z62uOCgiXH1kZIIJ8NiIxRrAZNMZAtQAAA7);\r
+ background-repeat: no-repeat;\r
+}\r
+\r
+.mce-visualblocks aside {\r
+ padding-top: 10px;\r
+ border: 1px dashed #BBB;\r
+ margin: 0 0 1em 3px;\r
+ background-image: url(data:image/gif;base64,R0lGODlhHgAKAIABAKqqqv///yH5BAEAAAEALAAAAAAeAAoAAAItjI+pG8APjZOTzgtqy7I3f1yehmQcFY4WKZbqByutmW4aHUd6vfcVbgudgpYCADs=);\r
+ background-repeat: no-repeat;\r
+}\r
+\r
+.mce-visualblocks figcaption {\r
+ border: 1px dashed #BBB;\r
+}\r
+\r
+.mce-visualblocks ul {\r
+ padding-top: 10px;\r
+ border: 1px dashed #BBB;\r
+ margin: 0 0 1em 3px;\r
+ background-image: url(data:image/gif;base64,R0lGODlhDQAKAIAAALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGuYnqUVSjvw26DzzXiqIDlVwAAOw==);\r
+ background-repeat: no-repeat;\r
+}\r
+\r
+.mce-visualblocks ol {\r
+ padding-top: 10px;\r
+ border: 1px dashed #BBB;\r
+ margin: 0 0 1em 3px;\r
+ background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybH6HHt0qourxC6CvzXieHyeWQAAOw==);\r
+ background-repeat: no-repeat;\r
+}\r
+\r
+.mce-visualblocks dl {\r
+ padding-top: 10px;\r
+ border: 1px dashed #BBB;\r
+ margin: 0 0 1em 3px;\r
+ background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybEOnmOvUoWznTqeuEjNSCqeGRUAOw==);\r
+ background-repeat: no-repeat;\r
+}\r
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>Generated by IcoMoon</metadata>
-<defs>
-<font id="tinymce-small" horiz-adv-x="1024">
-<font-face units-per-em="1024" ascent="960" descent="-64" />
-<missing-glyph horiz-adv-x="1024" />
-<glyph unicode=" " horiz-adv-x="512" d="" />
-<glyph unicode="" glyph-name="save" d="M960 80v591.938l-223.938 224.062h-592.062c-44.182 0-80-35.816-80-80v-736c0-44.184 35.818-80 80-80h736c44.184 0 80 35.816 80 80zM576 768h64v-192h-64v192zM704 128h-384v255.882c0.034 0.042 0.076 0.082 0.116 0.118h383.77c0.040-0.036 0.082-0.076 0.116-0.118l-0.002-255.882zM832 128h-64v256c0 35.2-28.8 64-64 64h-384c-35.2 0-64-28.8-64-64v-256h-64v640h64v-192c0-35.2 28.8-64 64-64h320c35.2 0 64 28.8 64 64v171.010l128-128.072v-490.938z" />
-<glyph unicode="" glyph-name="newdocument" d="M850.746 717.254l-133.492 133.49c-24.888 24.892-74.054 45.256-109.254 45.256h-416c-35.2 0-64-28.8-64-64v-768c0-35.2 28.8-64 64-64h640c35.2 0 64 28.8 64 64v544c0 35.2-20.366 84.364-45.254 109.254zM805.49 672.002c6.792-6.796 13.792-19.162 18.894-32.002h-184.384v184.386c12.84-5.1 25.204-12.1 32-18.896l133.49-133.488zM831.884 64h-639.77c-0.040 0.034-0.082 0.076-0.114 0.116v767.77c0.034 0.040 0.076 0.082 0.114 0.114h383.886v-256h256v-511.884c-0.034-0.040-0.076-0.082-0.116-0.116z" />
-<glyph unicode="" glyph-name="fullpage" d="M1024 367.542v160.916l-159.144 15.914c-8.186 30.042-20.088 58.548-35.21 84.98l104.596 127.838-113.052 113.050-127.836-104.596c-26.434 15.124-54.942 27.026-84.982 35.208l-15.914 159.148h-160.916l-15.914-159.146c-30.042-8.186-58.548-20.086-84.98-35.208l-127.838 104.594-113.050-113.050 104.596-127.836c-15.124-26.432-27.026-54.94-35.21-84.98l-159.146-15.916v-160.916l159.146-15.914c8.186-30.042 20.086-58.548 35.21-84.982l-104.596-127.836 113.048-113.048 127.838 104.596c26.432-15.124 54.94-27.028 84.98-35.21l15.916-159.148h160.916l15.914 159.144c30.042 8.186 58.548 20.088 84.982 35.21l127.836-104.596 113.048 113.048-104.596 127.836c15.124 26.434 27.028 54.942 35.21 84.98l159.148 15.92zM704 384l-128-128h-128l-128 128v128l128 128h128l128-128v-128z" />
-<glyph unicode="" glyph-name="alignleft" d="M64 768h896v-128h-896zM64 384h896v-128h-896zM64 576h576v-128h-576zM64 192h576v-128h-576z" />
-<glyph unicode="" glyph-name="aligncenter" d="M64 768h896v-128h-896zM64 384h896v-128h-896zM256 576h512v-128h-512zM256 192h512v-128h-512z" />
-<glyph unicode="" glyph-name="alignright" d="M64 768h896v-128h-896zM64 384h896v-128h-896zM384 576h576v-128h-576zM384 192h576v-128h-576z" />
-<glyph unicode="" glyph-name="alignjustify" d="M64 768h896v-128h-896zM64 384h896v-128h-896zM64 576h896v-128h-896zM64 192h896v-128h-896z" />
-<glyph unicode="" glyph-name="cut" d="M864.408 289.868c-46.47 46.47-106.938 68.004-161.082 62.806l-63.326 63.326 192 192c0 0 128 128 0 256l-320-320-320 320c-128-128 0-256 0-256l192-192-63.326-63.326c-54.144 5.198-114.61-16.338-161.080-62.806-74.98-74.98-85.112-186.418-22.626-248.9 62.482-62.482 173.92-52.354 248.9 22.626 46.47 46.468 68.002 106.938 62.806 161.080l63.326 63.326 63.328-63.328c-5.196-54.144 16.336-114.61 62.806-161.078 74.978-74.98 186.418-85.112 248.898-22.626 62.488 62.482 52.356 173.918-22.624 248.9zM353.124 201.422c-2.212-24.332-15.020-49.826-35.14-69.946-22.212-22.214-51.080-35.476-77.218-35.476-10.524 0-25.298 2.228-35.916 12.848-21.406 21.404-17.376 73.132 22.626 113.136 22.212 22.214 51.080 35.476 77.218 35.476 10.524 0 25.298-2.228 35.916-12.848 13.112-13.11 13.47-32.688 12.514-43.19zM512 352c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zM819.152 108.848c-10.62-10.62-25.392-12.848-35.916-12.848-26.138 0-55.006 13.262-77.218 35.476-20.122 20.12-32.928 45.614-35.138 69.946-0.958 10.502-0.6 30.080 12.514 43.192 10.618 10.622 25.39 12.848 35.916 12.848 26.136 0 55.006-13.262 77.216-35.474 40.004-40.008 44.032-91.736 22.626-113.14z" />
-<glyph unicode="" glyph-name="paste" d="M704 576v160c0 17.6-14.4 32-32 32h-160v64c0 35.2-28.8 64-64 64h-128c-35.204 0-64-28.8-64-64v-64h-160c-17.602 0-32-14.4-32-32v-512c0-17.6 14.398-32 32-32h224v-192h384l192 192v384h-192zM320 831.886c0.034 0.038 0.072 0.078 0.114 0.114h127.768c0.042-0.036 0.082-0.076 0.118-0.114v-63.886h-128v63.886zM192 640v64h384v-64h-384zM704 90.51v101.49h101.49l-101.49-101.49zM832 256h-192v-192h-256v448h448v-256z" />
-<glyph unicode="" glyph-name="searchreplace" d="M888 576h-56v256h64v64h-320v-64h64v-256h-256v256h64v64h-320v-64h64v-256h-56c-39.6 0-72-32.4-72-72v-432c0-39.6 32.4-72 72-72h240c39.6 0 72 32.4 72 72v312h128v-312c0-39.6 32.4-72 72-72h240c39.6 0 72 32.4 72 72v432c0 39.6-32.4 72-72 72zM348 64h-184c-19.8 0-36 14.4-36 32s16.2 32 36 32h184c19.8 0 36-14.4 36-32s-16.2-32-36-32zM544 448h-64c-17.6 0-32 14.4-32 32s14.4 32 32 32h64c17.6 0 32-14.4 32-32s-14.4-32-32-32zM860 64h-184c-19.8 0-36 14.4-36 32s16.2 32 36 32h184c19.8 0 36-14.4 36-32s-16.2-32-36-32z" />
-<glyph unicode="" glyph-name="bullist" d="M384 832h576v-128h-576zM384 512h576v-128h-576zM384 192h576v-128h-576zM128 768c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM128 448c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM128 128c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64z" />
-<glyph unicode="" glyph-name="numlist" d="M384 832h576v-128h-576zM384 512h576v-128h-576zM384 192h576v-128h-576zM320 430v146h-64v320h-128v-64h64v-256h-64v-64h128v-50l-128-60v-146h128v-64h-128v-64h128v-64h-128v-64h192v320h-128v50z" />
-<glyph unicode="" glyph-name="indent" d="M64 768h896v-128h-896zM384 384h576v-128h-576zM384 576h576v-128h-576zM64 192h896v-128h-896zM64 576l224-160-224-160z" />
-<glyph unicode="" glyph-name="outdent" d="M64 768h896v-128h-896zM64 384h576v-128h-576zM64 576h576v-128h-576zM64 192h896v-128h-896zM960 576l-224-160 224-160z" />
-<glyph unicode="" glyph-name="blockquote" d="M256.428 535.274c105.8 0 191.572-91.17 191.572-203.638 0-112.464-85.772-203.636-191.572-203.636-105.802 0-191.572 91.17-191.572 203.636l-0.856 29.092c0 224.93 171.54 407.272 383.144 407.272v-116.364c-73.1 0-141.826-30.26-193.516-85.204-9.954-10.578-19.034-21.834-27.224-33.656 9.784 1.64 19.806 2.498 30.024 2.498zM768.428 535.274c105.8 0 191.572-91.17 191.572-203.638 0-112.464-85.772-203.636-191.572-203.636-105.802 0-191.572 91.17-191.572 203.636l-0.856 29.092c0 224.93 171.54 407.272 383.144 407.272v-116.364c-73.1 0-141.826-30.26-193.516-85.204-9.956-10.578-19.036-21.834-27.224-33.656 9.784 1.64 19.806 2.498 30.024 2.498z" />
-<glyph unicode="" glyph-name="undo" d="M704 0c59 199 134.906 455.266-256 446.096v-222.096l-336.002 336 336.002 336v-217.326c468.092 12.2 544-358.674 256-678.674z" />
-<glyph unicode="" glyph-name="redo" d="M576 678.674v217.326l336.002-336-336.002-336v222.096c-390.906 9.17-315-247.096-256-446.096-288 320-212.092 690.874 256 678.674z" />
-<glyph unicode="" glyph-name="unlink" d="M927.274 729.784l-133.49 133.488c-21.104 21.104-49.232 32.728-79.198 32.728s-58.094-11.624-79.196-32.726l-165.492-165.49c-43.668-43.668-43.668-114.724 0-158.392l2.746-2.746 67.882 67.882-2.746 2.746c-6.132 6.132-6.132 16.494 0 22.626l165.492 165.492c4.010 4.008 8.808 4.608 11.312 4.608s7.302-0.598 11.312-4.61l133.49-133.488c6.132-6.134 6.132-16.498 0.002-22.628l-165.494-165.494c-4.008-4.008-8.806-4.608-11.31-4.608s-7.302 0.6-11.312 4.612l-2.746 2.746-67.88-67.884 2.742-2.742c21.106-21.108 49.23-32.728 79.2-32.728s58.094 11.624 79.196 32.726l165.494 165.492c43.662 43.666 43.662 114.72-0.004 158.39zM551.356 359.356l-67.882-67.882 2.746-2.746c4.008-4.008 4.61-8.806 4.61-11.31 0-2.506-0.598-7.302-4.606-11.314l-165.494-165.49c-4.010-4.010-8.81-4.61-11.314-4.61s-7.304 0.6-11.314 4.61l-133.492 133.486c-4.010 4.010-4.61 8.81-4.61 11.314s0.598 7.3 4.61 11.312l165.49 165.488c4.010 4.012 8.81 4.612 11.314 4.612s7.304-0.6 11.314-4.612l2.746-2.742 67.882 67.88-2.746 2.746c-21.104 21.104-49.23 32.726-79.196 32.726s-58.092-11.624-79.196-32.726l-165.488-165.486c-21.106-21.104-32.73-49.234-32.73-79.198s11.624-58.094 32.726-79.198l133.49-133.49c21.106-21.102 49.232-32.726 79.198-32.726s58.092 11.624 79.196 32.726l165.494 165.492c21.104 21.104 32.722 49.23 32.722 79.196s-11.624 58.094-32.726 79.196l-2.744 2.746zM352 250c-9.724 0-19.45 3.71-26.87 11.128-14.84 14.84-14.84 38.898 0 53.738l320 320c14.84 14.84 38.896 14.84 53.736 0 14.844-14.84 14.844-38.9 0-53.74l-320-320c-7.416-7.416-17.142-11.126-26.866-11.126z" />
-<glyph unicode="" glyph-name="link" d="M927.274 729.784l-133.49 133.488c-21.104 21.104-49.232 32.728-79.198 32.728s-58.094-11.624-79.196-32.726l-165.492-165.49c-43.668-43.668-43.668-114.724 0-158.392l2.746-2.746 67.882 67.882-2.746 2.746c-6.132 6.132-6.132 16.494 0 22.626l165.492 165.492c4.010 4.008 8.808 4.608 11.312 4.608s7.302-0.598 11.312-4.61l133.49-133.488c6.132-6.134 6.132-16.498 0.002-22.628l-165.494-165.494c-4.008-4.008-8.806-4.608-11.31-4.608s-7.302 0.6-11.312 4.612l-2.746 2.746-67.88-67.884 2.742-2.742c21.106-21.108 49.23-32.728 79.2-32.728s58.094 11.624 79.196 32.726l165.494 165.492c43.662 43.666 43.662 114.72-0.004 158.39zM551.356 359.356l-67.882-67.882 2.746-2.746c4.008-4.008 4.61-8.806 4.61-11.31 0-2.506-0.598-7.302-4.606-11.314l-165.494-165.49c-4.010-4.010-8.81-4.61-11.314-4.61s-7.304 0.6-11.314 4.61l-133.492 133.486c-4.010 4.010-4.61 8.81-4.61 11.314s0.598 7.3 4.61 11.312l165.49 165.488c4.010 4.012 8.81 4.612 11.314 4.612s7.304-0.6 11.314-4.612l2.746-2.742 67.882 67.88-2.746 2.746c-21.104 21.104-49.23 32.726-79.196 32.726s-58.092-11.624-79.196-32.726l-165.488-165.486c-21.106-21.104-32.73-49.234-32.73-79.198s11.624-58.094 32.726-79.198l133.49-133.49c21.106-21.102 49.232-32.726 79.198-32.726s58.092 11.624 79.196 32.726l165.494 165.492c21.104 21.104 32.722 49.23 32.722 79.196s-11.624 58.094-32.726 79.196l-2.744 2.746zM800 122c-9.724 0-19.45 3.708-26.87 11.13l-128 127.998c-14.844 14.84-14.844 38.898 0 53.738 14.84 14.844 38.896 14.844 53.736 0l128-128c14.844-14.84 14.844-38.896 0-53.736-7.416-7.422-17.142-11.13-26.866-11.13zM608 0c-17.674 0-32 14.326-32 32v128c0 17.674 14.326 32 32 32s32-14.326 32-32v-128c0-17.674-14.326-32-32-32zM928 320h-128c-17.674 0-32 14.326-32 32s14.326 32 32 32h128c17.674 0 32-14.326 32-32s-14.326-32-32-32zM224 774c9.724 0 19.45-3.708 26.87-11.13l128-128c14.842-14.84 14.842-38.898 0-53.738-14.84-14.844-38.898-14.844-53.738 0l-128 128c-14.842 14.84-14.842 38.898 0 53.738 7.418 7.422 17.144 11.13 26.868 11.13zM416 896c17.674 0 32-14.326 32-32v-128c0-17.674-14.326-32-32-32s-32 14.326-32 32v128c0 17.674 14.326 32 32 32zM96 576h128c17.674 0 32-14.326 32-32s-14.326-32-32-32h-128c-17.674 0-32 14.326-32 32s14.326 32 32 32z" />
-<glyph unicode="" glyph-name="bookmark" d="M256 896v-896l256 256 256-256v896h-512zM704 170.51l-192 192-192-192v661.49h384v-661.49z" />
-<glyph unicode="" glyph-name="image" d="M896 832h-768c-35.2 0-64-28.8-64-64v-640c0-35.2 28.8-64 64-64h768c35.2 0 64 28.8 64 64v640c0 35.2-28.8 64-64 64zM896 128.116c-0.012-0.014-0.030-0.028-0.042-0.042l-191.958 319.926-160-128-224 288-191.968-479.916c-0.010 0.010-0.022 0.022-0.032 0.032v639.77c0.034 0.040 0.076 0.082 0.114 0.114h767.77c0.040-0.034 0.082-0.076 0.116-0.116v-639.768zM640 608c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96z" />
-<glyph unicode="" glyph-name="media" d="M896 832h-768c-35.2 0-64-28.8-64-64v-640c0-35.2 28.8-64 64-64h768c35.2 0 64 28.8 64 64v640c0 35.2-28.8 64-64 64zM256 128h-128v128h128v-128zM256 384h-128v128h128v-128zM256 640h-128v128h128v-128zM704 128h-384v640h384v-640zM896 128h-128v128h128v-128zM896 384h-128v128h128v-128zM896 640h-128v128h128v-128zM384 640v-384l288 192z" />
-<glyph unicode="" glyph-name="help" d="M448 256h128v-128h-128v128zM704 704c35.346 0 64-28.654 64-64v-166l-228-154h-92v64l192 128v64h-320v128h384zM512 896c-119.666 0-232.166-46.6-316.784-131.216-84.614-84.618-131.216-197.118-131.216-316.784 0-119.664 46.602-232.168 131.216-316.784 84.618-84.616 197.118-131.216 316.784-131.216 119.664 0 232.168 46.6 316.784 131.216s131.216 197.12 131.216 316.784c0 119.666-46.6 232.166-131.216 316.784-84.616 84.616-197.12 131.216-316.784 131.216z" />
-<glyph unicode="" glyph-name="code" d="M416 256l-192 192 192 192-64 64-256-256 256-256zM672 704l-64-64 192-192-192-192 64-64 256 256z" />
-<glyph unicode="" glyph-name="insertdatetime" d="M77.798 655.376l81.414-50.882c50.802 81.114 128.788 143.454 221.208 174.246l-30.366 91.094c-113.748-37.898-209.728-114.626-272.256-214.458zM673.946 869.834l-30.366-91.094c92.422-30.792 170.404-93.132 221.208-174.248l81.412 50.882c-62.526 99.834-158.506 176.562-272.254 214.46zM607.974 255.992c-4.808 0-9.692 1.090-14.286 3.386l-145.688 72.844v211.778c0 17.672 14.328 32 32 32s32-14.328 32-32v-172.222l110.31-55.156c15.806-7.902 22.214-27.124 14.31-42.932-5.604-11.214-16.908-17.696-28.646-17.698zM512 768c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.078 0 384 171.922 384 384s-171.922 384-384 384zM512 96c-159.058 0-288 128.942-288 288s128.942 288 288 288c159.058 0 288-128.942 288-288s-128.942-288-288-288z" />
-<glyph unicode="" glyph-name="preview" d="M64 504.254c45.318 49.92 97.162 92.36 153.272 125.124 90.332 52.744 192.246 80.622 294.728 80.622 102.48 0 204.396-27.878 294.726-80.624 56.112-32.764 107.956-75.204 153.274-125.124v117.432c-33.010 28.118-68.124 53.14-104.868 74.594-105.006 61.314-223.658 93.722-343.132 93.722s-238.128-32.408-343.134-93.72c-36.742-21.454-71.856-46.478-104.866-74.596v-117.43zM512 640c-183.196 0-345.838-100.556-448-256 102.162-155.448 264.804-256 448-256s345.838 100.552 448 256c-102.162 155.444-264.804 256-448 256zM512 448c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.348 28.654 64 64 64s64-28.652 64-64zM728.066 263.338c-67.434-39.374-140.128-59.338-216.066-59.338s-148.632 19.964-216.066 59.338c-51.554 30.104-98.616 71.31-138.114 120.662 39.498 49.35 86.56 90.558 138.116 120.66 13.276 7.752 26.758 14.74 40.426 20.982-10.512-23.742-16.362-50.008-16.362-77.642 0-106.040 85.962-192 192-192 106.040 0 192 85.96 192 192 0 27.634-5.85 53.9-16.36 77.642 13.668-6.244 27.15-13.23 40.426-20.982 51.554-30.102 98.616-71.31 138.116-120.66-39.498-49.352-86.56-90.558-138.116-120.662z" />
-<glyph unicode="" glyph-name="forecolor" d="M651.168 676.166c-24.612 81.962-28.876 91.834-107.168 91.834h-64c-79.618 0-82.664-10.152-108.418-96 0-0.002 0-0.002-0.002-0.004l-143.998-479.996h113.636l57.6 192h226.366l57.6-192h113.63l-145.246 484.166zM437.218 512l38.4 136c10.086 33.618 36.38 30 36.38 30s26.294 3.618 36.38-30h0.004l38.4-136h-149.564z" />
-<glyph unicode="" glyph-name="table" d="M64 768v-704h896v704h-896zM384 320v128h256v-128h-256zM640 256v-128h-256v128h256zM640 640v-128h-256v128h256zM320 640v-128h-192v128h192zM128 448h192v-128h-192v128zM704 448h192v-128h-192v128zM704 512v128h192v-128h-192zM128 256h192v-128h-192v128zM704 128v128h192v-128h-192z" />
-<glyph unicode="" glyph-name="hr" d="M64 512h896v-128h-896z" />
-<glyph unicode="" glyph-name="removeformat" d="M64 192h512v-128h-512v128zM768 768h-220.558l-183.766-512h-132.288l183.762 512h-223.15v128h576v-128zM929.774 64l-129.774 129.774-129.774-129.774-62.226 62.226 129.774 129.774-129.774 129.774 62.226 62.226 129.774-129.774 129.774 129.774 62.226-62.226-129.774-129.774 129.774-129.774-62.226-62.226z" />
-<glyph unicode="" glyph-name="subscript" d="M768 50v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />
-<glyph unicode="" glyph-name="superscript" d="M768 754v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />
-<glyph unicode="" glyph-name="charmap" d="M704 128v37.004c151.348 61.628 256 193.82 256 346.996 0 212.078-200.576 384-448 384s-448-171.922-448-384c0-153.176 104.654-285.368 256-346.996v-37.004h-192l-64 96v-224h320v222.812c-100.9 51.362-170.666 161.54-170.666 289.188 0 176.732 133.718 320 298.666 320s298.666-143.268 298.666-320c0-127.648-69.766-237.826-170.666-289.188v-222.812h320v224l-64-96h-192z" />
-<glyph unicode="" glyph-name="emoticons" d="M512 820c99.366 0 192.782-38.694 263.042-108.956s108.958-163.678 108.958-263.044-38.696-192.782-108.958-263.042-163.676-108.958-263.042-108.958-192.782 38.696-263.044 108.958-108.956 163.676-108.956 263.042 38.694 192.782 108.956 263.044 163.678 108.956 263.044 108.956zM512 896c-247.424 0-448-200.576-448-448s200.576-448 448-448 448 200.576 448 448-200.576 448-448 448v0zM320 576c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM576 576c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM512 304c-101.84 0-192.56 36.874-251.166 94.328 23.126-117.608 126.778-206.328 251.166-206.328s228.040 88.72 251.168 206.328c-58.608-57.454-149.328-94.328-251.168-94.328z" />
-<glyph unicode="" glyph-name="print" d="M256 832h512v-128h-512v128zM896 640h-768c-35.2 0-64-28.8-64-64v-256c0-35.2 28.796-64 64-64h128v-192h512v192h128c35.2 0 64 28.8 64 64v256c0 35.2-28.8 64-64 64zM704 128h-384v256h384v-256zM910.4 544c0-25.626-20.774-46.4-46.398-46.4s-46.402 20.774-46.402 46.4 20.778 46.4 46.402 46.4c25.626 0 46.398-20.774 46.398-46.4z" />
-<glyph unicode="" glyph-name="fullscreen" d="M480 576l-192 192 128 128h-352v-352l128 128 192-192zM640 480l192 192 128-128v352h-352l128-128-192-192zM544 320l192-192-128-128h352v352l-128-128-192 192zM384 416l-192-192-128 128v-352h352l-128 128 192 192z" />
-<glyph unicode="" glyph-name="spellcheck" d="M960 832v64h-192c-35.202 0-64-28.8-64-64v-320c0-15.856 5.858-30.402 15.496-41.614l-303.496-260.386-142 148-82-70 224-288 416 448h128v64h-192v320h192zM256 448h64v384c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-384h64v192h128v-192zM128 704v128h128v-128h-128zM640 512v96c0 35.2-8.8 64-44 64 35.2 0 44 28.8 44 64v96c0 35.2-28.8 64-64 64h-192v-448h192c35.2 0 64 28.8 64 64zM448 832h128v-128h-128v128zM448 640h128v-128h-128v128z" />
-<glyph unicode="" glyph-name="nonbreaking" d="M448 448h-128v128h128v128h128v-128h128v-128h-128v-128h-128v128zM960 384v-320h-896v320h128v-192h640v192h128z" />
-<glyph unicode="" glyph-name="template" d="M512 576h128v-64h-128zM512 192h128v-64h-128zM576 384h128v-64h-128zM768 384v-192h-64v-64h128v256zM384 384h128v-64h-128zM320 192h128v-64h-128zM320 576h128v-64h-128zM192 768v-256h64v192h64v64zM704 512h128v256h-64v-192h-64zM64 896v-896h896v896h-896zM896 64h-768v768h768v-768zM192 384v-256h64v192h64v64zM576 768h128v-64h-128zM384 768h128v-64h-128z" />
-<glyph unicode="" glyph-name="pagebreak" d="M816 896l16-384h-640l16 384h32l16-320h512l16 320h32zM208 0l-16 320h640l-16-320h-32l-16 256h-512l-16-256h-32zM64 448h128v-64h-128zM256 448h128v-64h-128zM448 448h128v-64h-128zM640 448h128v-64h-128zM832 448h128v-64h-128z" />
-<glyph unicode="" glyph-name="restoredraft" d="M576 896c247.424 0 448-200.576 448-448s-200.576-448-448-448v96c94.024 0 182.418 36.614 248.902 103.098s103.098 154.878 103.098 248.902c0 94.022-36.614 182.418-103.098 248.902s-154.878 103.098-248.902 103.098c-94.022 0-182.418-36.614-248.902-103.098-51.14-51.138-84.582-115.246-97.306-184.902h186.208l-224-256-224 256h164.57c31.060 217.102 217.738 384 443.43 384zM768 512v-128h-256v320h128v-192z" />
-<glyph unicode="" glyph-name="bold" d="M625.442 465.818c48.074 38.15 78.558 94.856 78.558 158.182 0 114.876-100.29 208-224 208h-224v-768h288c123.712 0 224 93.124 224 208 0 88.196-59.118 163.562-142.558 193.818zM384 656c0 26.51 21.49 48 48 48h67.204c42.414 0 76.796-42.98 76.796-96s-34.382-96-76.796-96h-115.204v144zM547.2 192h-115.2c-26.51 0-48 21.49-48 48v144h163.2c42.418 0 76.8-42.98 76.8-96s-34.382-96-76.8-96z" />
-<glyph unicode="" glyph-name="italic" d="M832 832v-64h-144l-256-640h144v-64h-448v64h144l256 640h-144v64h448z" />
-<glyph unicode="" glyph-name="underline" d="M192 128h576v-64h-576v64zM640 832v-384c0-31.312-14.7-61.624-41.39-85.352-30.942-27.502-73.068-42.648-118.61-42.648-45.544 0-87.668 15.146-118.608 42.648-26.692 23.728-41.392 54.040-41.392 85.352v384h-128v-384c0-141.382 128.942-256 288-256s288 114.618 288 256v384h-128z" />
-<glyph unicode="" glyph-name="strikethrough" d="M960 448h-265.876c-50.078 35.42-114.43 54.86-182.124 54.86-89.206 0-164.572 50.242-164.572 109.712s75.366 109.714 164.572 109.714c75.058 0 140.308-35.576 159.12-82.286h113.016c-7.93 50.644-37.58 97.968-84.058 132.826-50.88 38.16-117.676 59.174-188.078 59.174-70.404 0-137.196-21.014-188.074-59.174-54.788-41.090-86.212-99.502-86.212-160.254s31.424-119.164 86.212-160.254c1.956-1.466 3.942-2.898 5.946-4.316h-265.872v-64h512.532c58.208-17.106 100.042-56.27 100.042-100.572 0-59.468-75.368-109.71-164.572-109.71-75.060 0-140.308 35.574-159.118 82.286h-113.016c7.93-50.64 37.582-97.968 84.060-132.826 50.876-38.164 117.668-59.18 188.072-59.18 70.402 0 137.198 21.016 188.074 59.174 54.79 41.090 86.208 99.502 86.208 160.254 0 35.298-10.654 69.792-30.294 100.572h204.012v64z" />
-<glyph unicode="" glyph-name="visualchars" d="M384 832c-123.712 0-224-100.288-224-224s100.288-224 224-224v-320h128v640h64v-640h128v640h128v128h-448z" />
-<glyph unicode="" glyph-name="ltr" d="M448 832c-123.712 0-224-100.288-224-224s100.288-224 224-224v-320h128v640h64v-640h128v640h128v128h-448zM64 64l224 192-224 192z" />
-<glyph unicode="" glyph-name="rtl" d="M320 832c-123.712 0-224-100.288-224-224s100.288-224 224-224v-320h128v640h64v-640h128v640h128v128h-448zM960 448l-224-192 224-192z" />
-<glyph unicode="" glyph-name="copy" d="M832 640h-192v64l-192 192h-384v-704h384v-192h576v448l-192 192zM832 549.49l101.49-101.49h-101.49v101.49zM448 805.49l101.49-101.49h-101.49v101.49zM128 832h256v-192h192v-384h-448v576zM960 64h-448v128h128v384h128v-192h192v-320z" />
-<glyph unicode="" glyph-name="resize" d="M768 704h64v-64h-64zM640 576h64v-64h-64zM640 448h64v-64h-64zM640 320h64v-64h-64zM512 448h64v-64h-64zM512 320h64v-64h-64zM384 320h64v-64h-64zM768 576h64v-64h-64zM768 448h64v-64h-64zM768 320h64v-64h-64zM768 192h64v-64h-64zM640 192h64v-64h-64zM512 192h64v-64h-64zM384 192h64v-64h-64zM256 192h64v-64h-64z" />
-<glyph unicode="" glyph-name="browse" d="M928 832h-416l-32 64h-352l-64-128h896zM840.34 256h87.66l32 448h-896l64-640h356.080c-104.882 37.776-180.080 138.266-180.080 256 0 149.982 122.018 272 272 272 149.98 0 272-122.018 272-272 0-21.678-2.622-43.15-7.66-64zM874.996 110.25l-134.496 110.692c17.454 28.922 27.5 62.814 27.5 99.058 0 106.040-85.96 192-192 192s-192-85.96-192-192 85.96-192 192-192c36.244 0 70.138 10.046 99.058 27.5l110.692-134.496c22.962-26.678 62.118-28.14 87.006-3.252l5.492 5.492c24.888 24.888 23.426 64.044-3.252 87.006zM576 196c-68.484 0-124 55.516-124 124s55.516 124 124 124 124-55.516 124-124-55.516-124-124-124z" />
-<glyph unicode="" glyph-name="pastetext" d="M704 576v160c0 17.6-14.4 32-32 32h-160v64c0 35.2-28.8 64-64 64h-128c-35.204 0-64-28.8-64-64v-64h-160c-17.602 0-32-14.4-32-32v-512c0-17.6 14.398-32 32-32h224v-192h576v576h-192zM320 831.886c0.034 0.038 0.072 0.078 0.114 0.114h127.768c0.042-0.036 0.082-0.076 0.118-0.114v-63.886h-128v63.886zM192 640v64h384v-64h-384zM832 64h-448v448h448v-448zM448 448v-128h32l32 64h64v-192h-48v-64h160v64h-48v192h64l32-64h32v128z" />
-<glyph unicode="" glyph-name="codesample" d="M200.015 577.994v103.994c0 43.077 34.919 77.997 77.997 77.997h26v103.994h-26c-100.51 0-181.991-81.481-181.991-181.991v-103.994c0-43.077-34.919-77.997-77.997-77.997h-26v-103.994h26c43.077 0 77.997-34.919 77.997-77.997v-103.994c0-100.509 81.481-181.991 181.991-181.991h26v103.994h-26c-43.077 0-77.997 34.919-77.997 77.997v103.994c0 50.927-20.928 96.961-54.642 129.994 33.714 33.032 54.642 79.065 54.642 129.994zM823.985 577.994v103.994c0 43.077-34.919 77.997-77.997 77.997h-26v103.994h26c100.509 0 181.991-81.481 181.991-181.991v-103.994c0-43.077 34.919-77.997 77.997-77.997h26v-103.994h-26c-43.077 0-77.997-34.919-77.997-77.997v-103.994c0-100.509-81.482-181.991-181.991-181.991h-26v103.994h26c43.077 0 77.997 34.919 77.997 77.997v103.994c0 50.927 20.928 96.961 54.642 129.994-33.714 33.032-54.642 79.065-54.642 129.994zM615.997 603.277c0-57.435-46.56-103.994-103.994-103.994s-103.994 46.56-103.994 103.994c0 57.435 46.56 103.994 103.994 103.994s103.994-46.56 103.994-103.994zM512 448.717c-57.435 0-103.994-46.56-103.994-103.994 0-55.841 26-100.107 105.747-103.875-23.715-33.413-59.437-46.608-105.747-50.94v-61.747c0 0 207.991-18.144 207.991 216.561-0.202 57.437-46.56 103.996-103.994 103.996z" />
+<?xml version="1.0" standalone="no"?>\r
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >\r
+<svg xmlns="http://www.w3.org/2000/svg">\r
+<metadata>Generated by IcoMoon</metadata>\r
+<defs>\r
+<font id="tinymce-small" horiz-adv-x="1024">\r
+<font-face units-per-em="1024" ascent="960" descent="-64" />\r
+<missing-glyph horiz-adv-x="1024" />\r
+<glyph unicode=" " horiz-adv-x="512" d="" />\r
+<glyph unicode="" glyph-name="save" d="M960 80v591.938l-223.938 224.062h-592.062c-44.182 0-80-35.816-80-80v-736c0-44.184 35.818-80 80-80h736c44.184 0 80 35.816 80 80zM576 768h64v-192h-64v192zM704 128h-384v255.882c0.034 0.042 0.076 0.082 0.116 0.118h383.77c0.040-0.036 0.082-0.076 0.116-0.118l-0.002-255.882zM832 128h-64v256c0 35.2-28.8 64-64 64h-384c-35.2 0-64-28.8-64-64v-256h-64v640h64v-192c0-35.2 28.8-64 64-64h320c35.2 0 64 28.8 64 64v171.010l128-128.072v-490.938z" />\r
+<glyph unicode="" glyph-name="newdocument" d="M850.746 717.254l-133.492 133.49c-24.888 24.892-74.054 45.256-109.254 45.256h-416c-35.2 0-64-28.8-64-64v-768c0-35.2 28.8-64 64-64h640c35.2 0 64 28.8 64 64v544c0 35.2-20.366 84.364-45.254 109.254zM805.49 672.002c6.792-6.796 13.792-19.162 18.894-32.002h-184.384v184.386c12.84-5.1 25.204-12.1 32-18.896l133.49-133.488zM831.884 64h-639.77c-0.040 0.034-0.082 0.076-0.114 0.116v767.77c0.034 0.040 0.076 0.082 0.114 0.114h383.886v-256h256v-511.884c-0.034-0.040-0.076-0.082-0.116-0.116z" />\r
+<glyph unicode="" glyph-name="fullpage" d="M1024 367.542v160.916l-159.144 15.914c-8.186 30.042-20.088 58.548-35.21 84.98l104.596 127.838-113.052 113.050-127.836-104.596c-26.434 15.124-54.942 27.026-84.982 35.208l-15.914 159.148h-160.916l-15.914-159.146c-30.042-8.186-58.548-20.086-84.98-35.208l-127.838 104.594-113.050-113.050 104.596-127.836c-15.124-26.432-27.026-54.94-35.21-84.98l-159.146-15.916v-160.916l159.146-15.914c8.186-30.042 20.086-58.548 35.21-84.982l-104.596-127.836 113.048-113.048 127.838 104.596c26.432-15.124 54.94-27.028 84.98-35.21l15.916-159.148h160.916l15.914 159.144c30.042 8.186 58.548 20.088 84.982 35.21l127.836-104.596 113.048 113.048-104.596 127.836c15.124 26.434 27.028 54.942 35.21 84.98l159.148 15.92zM704 384l-128-128h-128l-128 128v128l128 128h128l128-128v-128z" />\r
+<glyph unicode="" glyph-name="alignleft" d="M64 768h896v-128h-896zM64 384h896v-128h-896zM64 576h576v-128h-576zM64 192h576v-128h-576z" />\r
+<glyph unicode="" glyph-name="aligncenter" d="M64 768h896v-128h-896zM64 384h896v-128h-896zM256 576h512v-128h-512zM256 192h512v-128h-512z" />\r
+<glyph unicode="" glyph-name="alignright" d="M64 768h896v-128h-896zM64 384h896v-128h-896zM384 576h576v-128h-576zM384 192h576v-128h-576z" />\r
+<glyph unicode="" glyph-name="alignjustify" d="M64 768h896v-128h-896zM64 384h896v-128h-896zM64 576h896v-128h-896zM64 192h896v-128h-896z" />\r
+<glyph unicode="" glyph-name="cut" d="M864.408 289.868c-46.47 46.47-106.938 68.004-161.082 62.806l-63.326 63.326 192 192c0 0 128 128 0 256l-320-320-320 320c-128-128 0-256 0-256l192-192-63.326-63.326c-54.144 5.198-114.61-16.338-161.080-62.806-74.98-74.98-85.112-186.418-22.626-248.9 62.482-62.482 173.92-52.354 248.9 22.626 46.47 46.468 68.002 106.938 62.806 161.080l63.326 63.326 63.328-63.328c-5.196-54.144 16.336-114.61 62.806-161.078 74.978-74.98 186.418-85.112 248.898-22.626 62.488 62.482 52.356 173.918-22.624 248.9zM353.124 201.422c-2.212-24.332-15.020-49.826-35.14-69.946-22.212-22.214-51.080-35.476-77.218-35.476-10.524 0-25.298 2.228-35.916 12.848-21.406 21.404-17.376 73.132 22.626 113.136 22.212 22.214 51.080 35.476 77.218 35.476 10.524 0 25.298-2.228 35.916-12.848 13.112-13.11 13.47-32.688 12.514-43.19zM512 352c-35.346 0-64 28.654-64 64s28.654 64 64 64 64-28.654 64-64-28.654-64-64-64zM819.152 108.848c-10.62-10.62-25.392-12.848-35.916-12.848-26.138 0-55.006 13.262-77.218 35.476-20.122 20.12-32.928 45.614-35.138 69.946-0.958 10.502-0.6 30.080 12.514 43.192 10.618 10.622 25.39 12.848 35.916 12.848 26.136 0 55.006-13.262 77.216-35.474 40.004-40.008 44.032-91.736 22.626-113.14z" />\r
+<glyph unicode="" glyph-name="paste" d="M704 576v160c0 17.6-14.4 32-32 32h-160v64c0 35.2-28.8 64-64 64h-128c-35.204 0-64-28.8-64-64v-64h-160c-17.602 0-32-14.4-32-32v-512c0-17.6 14.398-32 32-32h224v-192h384l192 192v384h-192zM320 831.886c0.034 0.038 0.072 0.078 0.114 0.114h127.768c0.042-0.036 0.082-0.076 0.118-0.114v-63.886h-128v63.886zM192 640v64h384v-64h-384zM704 90.51v101.49h101.49l-101.49-101.49zM832 256h-192v-192h-256v448h448v-256z" />\r
+<glyph unicode="" glyph-name="searchreplace" d="M888 576h-56v256h64v64h-320v-64h64v-256h-256v256h64v64h-320v-64h64v-256h-56c-39.6 0-72-32.4-72-72v-432c0-39.6 32.4-72 72-72h240c39.6 0 72 32.4 72 72v312h128v-312c0-39.6 32.4-72 72-72h240c39.6 0 72 32.4 72 72v432c0 39.6-32.4 72-72 72zM348 64h-184c-19.8 0-36 14.4-36 32s16.2 32 36 32h184c19.8 0 36-14.4 36-32s-16.2-32-36-32zM544 448h-64c-17.6 0-32 14.4-32 32s14.4 32 32 32h64c17.6 0 32-14.4 32-32s-14.4-32-32-32zM860 64h-184c-19.8 0-36 14.4-36 32s16.2 32 36 32h184c19.8 0 36-14.4 36-32s-16.2-32-36-32z" />\r
+<glyph unicode="" glyph-name="bullist" d="M384 832h576v-128h-576zM384 512h576v-128h-576zM384 192h576v-128h-576zM128 768c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM128 448c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM128 128c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64z" />\r
+<glyph unicode="" glyph-name="numlist" d="M384 832h576v-128h-576zM384 512h576v-128h-576zM384 192h576v-128h-576zM320 430v146h-64v320h-128v-64h64v-256h-64v-64h128v-50l-128-60v-146h128v-64h-128v-64h128v-64h-128v-64h192v320h-128v50z" />\r
+<glyph unicode="" glyph-name="indent" d="M64 768h896v-128h-896zM384 384h576v-128h-576zM384 576h576v-128h-576zM64 192h896v-128h-896zM64 576l224-160-224-160z" />\r
+<glyph unicode="" glyph-name="outdent" d="M64 768h896v-128h-896zM64 384h576v-128h-576zM64 576h576v-128h-576zM64 192h896v-128h-896zM960 576l-224-160 224-160z" />\r
+<glyph unicode="" glyph-name="blockquote" d="M256.428 535.274c105.8 0 191.572-91.17 191.572-203.638 0-112.464-85.772-203.636-191.572-203.636-105.802 0-191.572 91.17-191.572 203.636l-0.856 29.092c0 224.93 171.54 407.272 383.144 407.272v-116.364c-73.1 0-141.826-30.26-193.516-85.204-9.954-10.578-19.034-21.834-27.224-33.656 9.784 1.64 19.806 2.498 30.024 2.498zM768.428 535.274c105.8 0 191.572-91.17 191.572-203.638 0-112.464-85.772-203.636-191.572-203.636-105.802 0-191.572 91.17-191.572 203.636l-0.856 29.092c0 224.93 171.54 407.272 383.144 407.272v-116.364c-73.1 0-141.826-30.26-193.516-85.204-9.956-10.578-19.036-21.834-27.224-33.656 9.784 1.64 19.806 2.498 30.024 2.498z" />\r
+<glyph unicode="" glyph-name="undo" d="M704 0c59 199 134.906 455.266-256 446.096v-222.096l-336.002 336 336.002 336v-217.326c468.092 12.2 544-358.674 256-678.674z" />\r
+<glyph unicode="" glyph-name="redo" d="M576 678.674v217.326l336.002-336-336.002-336v222.096c-390.906 9.17-315-247.096-256-446.096-288 320-212.092 690.874 256 678.674z" />\r
+<glyph unicode="" glyph-name="unlink" d="M927.274 729.784l-133.49 133.488c-21.104 21.104-49.232 32.728-79.198 32.728s-58.094-11.624-79.196-32.726l-165.492-165.49c-43.668-43.668-43.668-114.724 0-158.392l2.746-2.746 67.882 67.882-2.746 2.746c-6.132 6.132-6.132 16.494 0 22.626l165.492 165.492c4.010 4.008 8.808 4.608 11.312 4.608s7.302-0.598 11.312-4.61l133.49-133.488c6.132-6.134 6.132-16.498 0.002-22.628l-165.494-165.494c-4.008-4.008-8.806-4.608-11.31-4.608s-7.302 0.6-11.312 4.612l-2.746 2.746-67.88-67.884 2.742-2.742c21.106-21.108 49.23-32.728 79.2-32.728s58.094 11.624 79.196 32.726l165.494 165.492c43.662 43.666 43.662 114.72-0.004 158.39zM551.356 359.356l-67.882-67.882 2.746-2.746c4.008-4.008 4.61-8.806 4.61-11.31 0-2.506-0.598-7.302-4.606-11.314l-165.494-165.49c-4.010-4.010-8.81-4.61-11.314-4.61s-7.304 0.6-11.314 4.61l-133.492 133.486c-4.010 4.010-4.61 8.81-4.61 11.314s0.598 7.3 4.61 11.312l165.49 165.488c4.010 4.012 8.81 4.612 11.314 4.612s7.304-0.6 11.314-4.612l2.746-2.742 67.882 67.88-2.746 2.746c-21.104 21.104-49.23 32.726-79.196 32.726s-58.092-11.624-79.196-32.726l-165.488-165.486c-21.106-21.104-32.73-49.234-32.73-79.198s11.624-58.094 32.726-79.198l133.49-133.49c21.106-21.102 49.232-32.726 79.198-32.726s58.092 11.624 79.196 32.726l165.494 165.492c21.104 21.104 32.722 49.23 32.722 79.196s-11.624 58.094-32.726 79.196l-2.744 2.746zM352 250c-9.724 0-19.45 3.71-26.87 11.128-14.84 14.84-14.84 38.898 0 53.738l320 320c14.84 14.84 38.896 14.84 53.736 0 14.844-14.84 14.844-38.9 0-53.74l-320-320c-7.416-7.416-17.142-11.126-26.866-11.126z" />\r
+<glyph unicode="" glyph-name="link" d="M927.274 729.784l-133.49 133.488c-21.104 21.104-49.232 32.728-79.198 32.728s-58.094-11.624-79.196-32.726l-165.492-165.49c-43.668-43.668-43.668-114.724 0-158.392l2.746-2.746 67.882 67.882-2.746 2.746c-6.132 6.132-6.132 16.494 0 22.626l165.492 165.492c4.010 4.008 8.808 4.608 11.312 4.608s7.302-0.598 11.312-4.61l133.49-133.488c6.132-6.134 6.132-16.498 0.002-22.628l-165.494-165.494c-4.008-4.008-8.806-4.608-11.31-4.608s-7.302 0.6-11.312 4.612l-2.746 2.746-67.88-67.884 2.742-2.742c21.106-21.108 49.23-32.728 79.2-32.728s58.094 11.624 79.196 32.726l165.494 165.492c43.662 43.666 43.662 114.72-0.004 158.39zM551.356 359.356l-67.882-67.882 2.746-2.746c4.008-4.008 4.61-8.806 4.61-11.31 0-2.506-0.598-7.302-4.606-11.314l-165.494-165.49c-4.010-4.010-8.81-4.61-11.314-4.61s-7.304 0.6-11.314 4.61l-133.492 133.486c-4.010 4.010-4.61 8.81-4.61 11.314s0.598 7.3 4.61 11.312l165.49 165.488c4.010 4.012 8.81 4.612 11.314 4.612s7.304-0.6 11.314-4.612l2.746-2.742 67.882 67.88-2.746 2.746c-21.104 21.104-49.23 32.726-79.196 32.726s-58.092-11.624-79.196-32.726l-165.488-165.486c-21.106-21.104-32.73-49.234-32.73-79.198s11.624-58.094 32.726-79.198l133.49-133.49c21.106-21.102 49.232-32.726 79.198-32.726s58.092 11.624 79.196 32.726l165.494 165.492c21.104 21.104 32.722 49.23 32.722 79.196s-11.624 58.094-32.726 79.196l-2.744 2.746zM800 122c-9.724 0-19.45 3.708-26.87 11.13l-128 127.998c-14.844 14.84-14.844 38.898 0 53.738 14.84 14.844 38.896 14.844 53.736 0l128-128c14.844-14.84 14.844-38.896 0-53.736-7.416-7.422-17.142-11.13-26.866-11.13zM608 0c-17.674 0-32 14.326-32 32v128c0 17.674 14.326 32 32 32s32-14.326 32-32v-128c0-17.674-14.326-32-32-32zM928 320h-128c-17.674 0-32 14.326-32 32s14.326 32 32 32h128c17.674 0 32-14.326 32-32s-14.326-32-32-32zM224 774c9.724 0 19.45-3.708 26.87-11.13l128-128c14.842-14.84 14.842-38.898 0-53.738-14.84-14.844-38.898-14.844-53.738 0l-128 128c-14.842 14.84-14.842 38.898 0 53.738 7.418 7.422 17.144 11.13 26.868 11.13zM416 896c17.674 0 32-14.326 32-32v-128c0-17.674-14.326-32-32-32s-32 14.326-32 32v128c0 17.674 14.326 32 32 32zM96 576h128c17.674 0 32-14.326 32-32s-14.326-32-32-32h-128c-17.674 0-32 14.326-32 32s14.326 32 32 32z" />\r
+<glyph unicode="" glyph-name="bookmark" d="M256 896v-896l256 256 256-256v896h-512zM704 170.51l-192 192-192-192v661.49h384v-661.49z" />\r
+<glyph unicode="" glyph-name="image" d="M896 832h-768c-35.2 0-64-28.8-64-64v-640c0-35.2 28.8-64 64-64h768c35.2 0 64 28.8 64 64v640c0 35.2-28.8 64-64 64zM896 128.116c-0.012-0.014-0.030-0.028-0.042-0.042l-191.958 319.926-160-128-224 288-191.968-479.916c-0.010 0.010-0.022 0.022-0.032 0.032v639.77c0.034 0.040 0.076 0.082 0.114 0.114h767.77c0.040-0.034 0.082-0.076 0.116-0.116v-639.768zM640 608c0-53.019 42.981-96 96-96s96 42.981 96 96c0 53.019-42.981 96-96 96s-96-42.981-96-96z" />\r
+<glyph unicode="" glyph-name="media" d="M896 832h-768c-35.2 0-64-28.8-64-64v-640c0-35.2 28.8-64 64-64h768c35.2 0 64 28.8 64 64v640c0 35.2-28.8 64-64 64zM256 128h-128v128h128v-128zM256 384h-128v128h128v-128zM256 640h-128v128h128v-128zM704 128h-384v640h384v-640zM896 128h-128v128h128v-128zM896 384h-128v128h128v-128zM896 640h-128v128h128v-128zM384 640v-384l288 192z" />\r
+<glyph unicode="" glyph-name="help" d="M448 256h128v-128h-128v128zM704 704c35.346 0 64-28.654 64-64v-166l-228-154h-92v64l192 128v64h-320v128h384zM512 896c-119.666 0-232.166-46.6-316.784-131.216-84.614-84.618-131.216-197.118-131.216-316.784 0-119.664 46.602-232.168 131.216-316.784 84.618-84.616 197.118-131.216 316.784-131.216 119.664 0 232.168 46.6 316.784 131.216s131.216 197.12 131.216 316.784c0 119.666-46.6 232.166-131.216 316.784-84.616 84.616-197.12 131.216-316.784 131.216z" />\r
+<glyph unicode="" glyph-name="code" d="M416 256l-192 192 192 192-64 64-256-256 256-256zM672 704l-64-64 192-192-192-192 64-64 256 256z" />\r
+<glyph unicode="" glyph-name="insertdatetime" d="M77.798 655.376l81.414-50.882c50.802 81.114 128.788 143.454 221.208 174.246l-30.366 91.094c-113.748-37.898-209.728-114.626-272.256-214.458zM673.946 869.834l-30.366-91.094c92.422-30.792 170.404-93.132 221.208-174.248l81.412 50.882c-62.526 99.834-158.506 176.562-272.254 214.46zM607.974 255.992c-4.808 0-9.692 1.090-14.286 3.386l-145.688 72.844v211.778c0 17.672 14.328 32 32 32s32-14.328 32-32v-172.222l110.31-55.156c15.806-7.902 22.214-27.124 14.31-42.932-5.604-11.214-16.908-17.696-28.646-17.698zM512 768c-212.078 0-384-171.922-384-384s171.922-384 384-384c212.078 0 384 171.922 384 384s-171.922 384-384 384zM512 96c-159.058 0-288 128.942-288 288s128.942 288 288 288c159.058 0 288-128.942 288-288s-128.942-288-288-288z" />\r
+<glyph unicode="" glyph-name="preview" d="M64 504.254c45.318 49.92 97.162 92.36 153.272 125.124 90.332 52.744 192.246 80.622 294.728 80.622 102.48 0 204.396-27.878 294.726-80.624 56.112-32.764 107.956-75.204 153.274-125.124v117.432c-33.010 28.118-68.124 53.14-104.868 74.594-105.006 61.314-223.658 93.722-343.132 93.722s-238.128-32.408-343.134-93.72c-36.742-21.454-71.856-46.478-104.866-74.596v-117.43zM512 640c-183.196 0-345.838-100.556-448-256 102.162-155.448 264.804-256 448-256s345.838 100.552 448 256c-102.162 155.444-264.804 256-448 256zM512 448c0-35.346-28.654-64-64-64s-64 28.654-64 64c0 35.348 28.654 64 64 64s64-28.652 64-64zM728.066 263.338c-67.434-39.374-140.128-59.338-216.066-59.338s-148.632 19.964-216.066 59.338c-51.554 30.104-98.616 71.31-138.114 120.662 39.498 49.35 86.56 90.558 138.116 120.66 13.276 7.752 26.758 14.74 40.426 20.982-10.512-23.742-16.362-50.008-16.362-77.642 0-106.040 85.962-192 192-192 106.040 0 192 85.96 192 192 0 27.634-5.85 53.9-16.36 77.642 13.668-6.244 27.15-13.23 40.426-20.982 51.554-30.102 98.616-71.31 138.116-120.66-39.498-49.352-86.56-90.558-138.116-120.662z" />\r
+<glyph unicode="" glyph-name="forecolor" d="M651.168 676.166c-24.612 81.962-28.876 91.834-107.168 91.834h-64c-79.618 0-82.664-10.152-108.418-96 0-0.002 0-0.002-0.002-0.004l-143.998-479.996h113.636l57.6 192h226.366l57.6-192h113.63l-145.246 484.166zM437.218 512l38.4 136c10.086 33.618 36.38 30 36.38 30s26.294 3.618 36.38-30h0.004l38.4-136h-149.564z" />\r
+<glyph unicode="" glyph-name="table" d="M64 768v-704h896v704h-896zM384 320v128h256v-128h-256zM640 256v-128h-256v128h256zM640 640v-128h-256v128h256zM320 640v-128h-192v128h192zM128 448h192v-128h-192v128zM704 448h192v-128h-192v128zM704 512v128h192v-128h-192zM128 256h192v-128h-192v128zM704 128v128h192v-128h-192z" />\r
+<glyph unicode="" glyph-name="hr" d="M64 512h896v-128h-896z" />\r
+<glyph unicode="" glyph-name="removeformat" d="M64 192h512v-128h-512v128zM768 768h-220.558l-183.766-512h-132.288l183.762 512h-223.15v128h576v-128zM929.774 64l-129.774 129.774-129.774-129.774-62.226 62.226 129.774 129.774-129.774 129.774 62.226 62.226 129.774-129.774 129.774 129.774 62.226-62.226-129.774-129.774 129.774-129.774-62.226-62.226z" />\r
+<glyph unicode="" glyph-name="subscript" d="M768 50v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />\r
+<glyph unicode="" glyph-name="superscript" d="M768 754v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />\r
+<glyph unicode="" glyph-name="charmap" d="M704 128v37.004c151.348 61.628 256 193.82 256 346.996 0 212.078-200.576 384-448 384s-448-171.922-448-384c0-153.176 104.654-285.368 256-346.996v-37.004h-192l-64 96v-224h320v222.812c-100.9 51.362-170.666 161.54-170.666 289.188 0 176.732 133.718 320 298.666 320s298.666-143.268 298.666-320c0-127.648-69.766-237.826-170.666-289.188v-222.812h320v224l-64-96h-192z" />\r
+<glyph unicode="" glyph-name="emoticons" d="M512 820c99.366 0 192.782-38.694 263.042-108.956s108.958-163.678 108.958-263.044-38.696-192.782-108.958-263.042-163.676-108.958-263.042-108.958-192.782 38.696-263.044 108.958-108.956 163.676-108.956 263.042 38.694 192.782 108.956 263.044 163.678 108.956 263.044 108.956zM512 896c-247.424 0-448-200.576-448-448s200.576-448 448-448 448 200.576 448 448-200.576 448-448 448v0zM320 576c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM576 576c0-35.346 28.654-64 64-64s64 28.654 64 64c0 35.346-28.654 64-64 64s-64-28.654-64-64zM512 304c-101.84 0-192.56 36.874-251.166 94.328 23.126-117.608 126.778-206.328 251.166-206.328s228.040 88.72 251.168 206.328c-58.608-57.454-149.328-94.328-251.168-94.328z" />\r
+<glyph unicode="" glyph-name="print" d="M256 832h512v-128h-512v128zM896 640h-768c-35.2 0-64-28.8-64-64v-256c0-35.2 28.796-64 64-64h128v-192h512v192h128c35.2 0 64 28.8 64 64v256c0 35.2-28.8 64-64 64zM704 128h-384v256h384v-256zM910.4 544c0-25.626-20.774-46.4-46.398-46.4s-46.402 20.774-46.402 46.4 20.778 46.4 46.402 46.4c25.626 0 46.398-20.774 46.398-46.4z" />\r
+<glyph unicode="" glyph-name="fullscreen" d="M480 576l-192 192 128 128h-352v-352l128 128 192-192zM640 480l192 192 128-128v352h-352l128-128-192-192zM544 320l192-192-128-128h352v352l-128-128-192 192zM384 416l-192-192-128 128v-352h352l-128 128 192 192z" />\r
+<glyph unicode="" glyph-name="spellcheck" d="M960 832v64h-192c-35.202 0-64-28.8-64-64v-320c0-15.856 5.858-30.402 15.496-41.614l-303.496-260.386-142 148-82-70 224-288 416 448h128v64h-192v320h192zM256 448h64v384c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-384h64v192h128v-192zM128 704v128h128v-128h-128zM640 512v96c0 35.2-8.8 64-44 64 35.2 0 44 28.8 44 64v96c0 35.2-28.8 64-64 64h-192v-448h192c35.2 0 64 28.8 64 64zM448 832h128v-128h-128v128zM448 640h128v-128h-128v128z" />\r
+<glyph unicode="" glyph-name="nonbreaking" d="M448 448h-128v128h128v128h128v-128h128v-128h-128v-128h-128v128zM960 384v-320h-896v320h128v-192h640v192h128z" />\r
+<glyph unicode="" glyph-name="template" d="M512 576h128v-64h-128zM512 192h128v-64h-128zM576 384h128v-64h-128zM768 384v-192h-64v-64h128v256zM384 384h128v-64h-128zM320 192h128v-64h-128zM320 576h128v-64h-128zM192 768v-256h64v192h64v64zM704 512h128v256h-64v-192h-64zM64 896v-896h896v896h-896zM896 64h-768v768h768v-768zM192 384v-256h64v192h64v64zM576 768h128v-64h-128zM384 768h128v-64h-128z" />\r
+<glyph unicode="" glyph-name="pagebreak" d="M816 896l16-384h-640l16 384h32l16-320h512l16 320h32zM208 0l-16 320h640l-16-320h-32l-16 256h-512l-16-256h-32zM64 448h128v-64h-128zM256 448h128v-64h-128zM448 448h128v-64h-128zM640 448h128v-64h-128zM832 448h128v-64h-128z" />\r
+<glyph unicode="" glyph-name="restoredraft" d="M576 896c247.424 0 448-200.576 448-448s-200.576-448-448-448v96c94.024 0 182.418 36.614 248.902 103.098s103.098 154.878 103.098 248.902c0 94.022-36.614 182.418-103.098 248.902s-154.878 103.098-248.902 103.098c-94.022 0-182.418-36.614-248.902-103.098-51.14-51.138-84.582-115.246-97.306-184.902h186.208l-224-256-224 256h164.57c31.060 217.102 217.738 384 443.43 384zM768 512v-128h-256v320h128v-192z" />\r
+<glyph unicode="" glyph-name="bold" d="M625.442 465.818c48.074 38.15 78.558 94.856 78.558 158.182 0 114.876-100.29 208-224 208h-224v-768h288c123.712 0 224 93.124 224 208 0 88.196-59.118 163.562-142.558 193.818zM384 656c0 26.51 21.49 48 48 48h67.204c42.414 0 76.796-42.98 76.796-96s-34.382-96-76.796-96h-115.204v144zM547.2 192h-115.2c-26.51 0-48 21.49-48 48v144h163.2c42.418 0 76.8-42.98 76.8-96s-34.382-96-76.8-96z" />\r
+<glyph unicode="" glyph-name="italic" d="M832 832v-64h-144l-256-640h144v-64h-448v64h144l256 640h-144v64h448z" />\r
+<glyph unicode="" glyph-name="underline" d="M192 128h576v-64h-576v64zM640 832v-384c0-31.312-14.7-61.624-41.39-85.352-30.942-27.502-73.068-42.648-118.61-42.648-45.544 0-87.668 15.146-118.608 42.648-26.692 23.728-41.392 54.040-41.392 85.352v384h-128v-384c0-141.382 128.942-256 288-256s288 114.618 288 256v384h-128z" />\r
+<glyph unicode="" glyph-name="strikethrough" d="M960 448h-265.876c-50.078 35.42-114.43 54.86-182.124 54.86-89.206 0-164.572 50.242-164.572 109.712s75.366 109.714 164.572 109.714c75.058 0 140.308-35.576 159.12-82.286h113.016c-7.93 50.644-37.58 97.968-84.058 132.826-50.88 38.16-117.676 59.174-188.078 59.174-70.404 0-137.196-21.014-188.074-59.174-54.788-41.090-86.212-99.502-86.212-160.254s31.424-119.164 86.212-160.254c1.956-1.466 3.942-2.898 5.946-4.316h-265.872v-64h512.532c58.208-17.106 100.042-56.27 100.042-100.572 0-59.468-75.368-109.71-164.572-109.71-75.060 0-140.308 35.574-159.118 82.286h-113.016c7.93-50.64 37.582-97.968 84.060-132.826 50.876-38.164 117.668-59.18 188.072-59.18 70.402 0 137.198 21.016 188.074 59.174 54.79 41.090 86.208 99.502 86.208 160.254 0 35.298-10.654 69.792-30.294 100.572h204.012v64z" />\r
+<glyph unicode="" glyph-name="visualchars" d="M384 832c-123.712 0-224-100.288-224-224s100.288-224 224-224v-320h128v640h64v-640h128v640h128v128h-448z" />\r
+<glyph unicode="" glyph-name="ltr" d="M448 832c-123.712 0-224-100.288-224-224s100.288-224 224-224v-320h128v640h64v-640h128v640h128v128h-448zM64 64l224 192-224 192z" />\r
+<glyph unicode="" glyph-name="rtl" d="M320 832c-123.712 0-224-100.288-224-224s100.288-224 224-224v-320h128v640h64v-640h128v640h128v128h-448zM960 448l-224-192 224-192z" />\r
+<glyph unicode="" glyph-name="copy" d="M832 640h-192v64l-192 192h-384v-704h384v-192h576v448l-192 192zM832 549.49l101.49-101.49h-101.49v101.49zM448 805.49l101.49-101.49h-101.49v101.49zM128 832h256v-192h192v-384h-448v576zM960 64h-448v128h128v384h128v-192h192v-320z" />\r
+<glyph unicode="" glyph-name="resize" d="M768 704h64v-64h-64zM640 576h64v-64h-64zM640 448h64v-64h-64zM640 320h64v-64h-64zM512 448h64v-64h-64zM512 320h64v-64h-64zM384 320h64v-64h-64zM768 576h64v-64h-64zM768 448h64v-64h-64zM768 320h64v-64h-64zM768 192h64v-64h-64zM640 192h64v-64h-64zM512 192h64v-64h-64zM384 192h64v-64h-64zM256 192h64v-64h-64z" />\r
+<glyph unicode="" glyph-name="browse" d="M928 832h-416l-32 64h-352l-64-128h896zM840.34 256h87.66l32 448h-896l64-640h356.080c-104.882 37.776-180.080 138.266-180.080 256 0 149.982 122.018 272 272 272 149.98 0 272-122.018 272-272 0-21.678-2.622-43.15-7.66-64zM874.996 110.25l-134.496 110.692c17.454 28.922 27.5 62.814 27.5 99.058 0 106.040-85.96 192-192 192s-192-85.96-192-192 85.96-192 192-192c36.244 0 70.138 10.046 99.058 27.5l110.692-134.496c22.962-26.678 62.118-28.14 87.006-3.252l5.492 5.492c24.888 24.888 23.426 64.044-3.252 87.006zM576 196c-68.484 0-124 55.516-124 124s55.516 124 124 124 124-55.516 124-124-55.516-124-124-124z" />\r
+<glyph unicode="" glyph-name="pastetext" d="M704 576v160c0 17.6-14.4 32-32 32h-160v64c0 35.2-28.8 64-64 64h-128c-35.204 0-64-28.8-64-64v-64h-160c-17.602 0-32-14.4-32-32v-512c0-17.6 14.398-32 32-32h224v-192h576v576h-192zM320 831.886c0.034 0.038 0.072 0.078 0.114 0.114h127.768c0.042-0.036 0.082-0.076 0.118-0.114v-63.886h-128v63.886zM192 640v64h384v-64h-384zM832 64h-448v448h448v-448zM448 448v-128h32l32 64h64v-192h-48v-64h160v64h-48v192h64l32-64h32v128z" />\r
+<glyph unicode="" glyph-name="codesample" d="M200.015 577.994v103.994c0 43.077 34.919 77.997 77.997 77.997h26v103.994h-26c-100.51 0-181.991-81.481-181.991-181.991v-103.994c0-43.077-34.919-77.997-77.997-77.997h-26v-103.994h26c43.077 0 77.997-34.919 77.997-77.997v-103.994c0-100.509 81.481-181.991 181.991-181.991h26v103.994h-26c-43.077 0-77.997 34.919-77.997 77.997v103.994c0 50.927-20.928 96.961-54.642 129.994 33.714 33.032 54.642 79.065 54.642 129.994zM823.985 577.994v103.994c0 43.077-34.919 77.997-77.997 77.997h-26v103.994h26c100.509 0 181.991-81.481 181.991-181.991v-103.994c0-43.077 34.919-77.997 77.997-77.997h26v-103.994h-26c-43.077 0-77.997-34.919-77.997-77.997v-103.994c0-100.509-81.482-181.991-181.991-181.991h-26v103.994h26c43.077 0 77.997 34.919 77.997 77.997v103.994c0 50.927 20.928 96.961 54.642 129.994-33.714 33.032-54.642 79.065-54.642 129.994zM615.997 603.277c0-57.435-46.56-103.994-103.994-103.994s-103.994 46.56-103.994 103.994c0 57.435 46.56 103.994 103.994 103.994s103.994-46.56 103.994-103.994zM512 448.717c-57.435 0-103.994-46.56-103.994-103.994 0-55.841 26-100.107 105.747-103.875-23.715-33.413-59.437-46.608-105.747-50.94v-61.747c0 0 207.991-18.144 207.991 216.561-0.202 57.437-46.56 103.996-103.994 103.996z" />\r
</font></defs></svg>
\ No newline at end of file
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>Generated by IcoMoon</metadata>
-<defs>
-<font id="tinymce" horiz-adv-x="1024">
-<font-face units-per-em="1024" ascent="960" descent="-64" />
-<missing-glyph horiz-adv-x="1024" />
-<glyph unicode=" " horiz-adv-x="512" d="" />
-<glyph unicode="" glyph-name="save" d="M896 960h-896v-1024h1024v896l-128 128zM512 832h128v-256h-128v256zM896 64h-768v768h64v-320h576v320h74.978l53.022-53.018v-714.982z" />
-<glyph unicode="" glyph-name="newdocument" d="M903.432 760.57l-142.864 142.862c-31.112 31.112-92.568 56.568-136.568 56.568h-480c-44 0-80-36-80-80v-864c0-44 36-80 80-80h736c44 0 80 36 80 80v608c0 44-25.456 105.458-56.568 136.57zM858.178 715.314c3.13-3.13 6.25-6.974 9.28-11.314h-163.458v163.456c4.34-3.030 8.184-6.15 11.314-9.28l142.864-142.862zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16h480c4.832 0 10.254-0.61 16-1.704v-254.296h254.296c1.094-5.746 1.704-11.166 1.704-16v-608z" />
-<glyph unicode="" glyph-name="fullpage" d="M1024 367.542v160.916l-159.144 15.914c-8.186 30.042-20.088 58.548-35.21 84.98l104.596 127.838-113.052 113.050-127.836-104.596c-26.434 15.124-54.942 27.026-84.982 35.208l-15.914 159.148h-160.916l-15.914-159.146c-30.042-8.186-58.548-20.086-84.98-35.208l-127.838 104.594-113.050-113.050 104.596-127.836c-15.124-26.432-27.026-54.94-35.21-84.98l-159.146-15.916v-160.916l159.146-15.914c8.186-30.042 20.086-58.548 35.21-84.982l-104.596-127.836 113.048-113.048 127.838 104.596c26.432-15.124 54.94-27.028 84.98-35.21l15.916-159.148h160.916l15.914 159.144c30.042 8.186 58.548 20.088 84.982 35.21l127.836-104.596 113.048 113.048-104.596 127.836c15.124 26.434 27.028 54.942 35.21 84.98l159.148 15.92zM704 384l-128-128h-128l-128 128v128l128 128h128l128-128v-128z" />
-<glyph unicode="" glyph-name="alignleft" d="M0 896h1024v-128h-1024zM0 704h640v-128h-640zM0 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />
-<glyph unicode="" glyph-name="aligncenter" d="M0 896h1024v-128h-1024zM192 704h640v-128h-640zM192 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />
-<glyph unicode="" glyph-name="alignright" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />
-<glyph unicode="" glyph-name="alignjustify" d="M0 896h1024v-128h-1024zM0 704h1024v-128h-1024zM0 512h1024v-128h-1024zM0 320h1024v-128h-1024zM0 128h1024v-128h-1024z" />
-<glyph unicode="" glyph-name="cut" d="M890.774 250.846c-45.654 45.556-103.728 69.072-157.946 69.072h-29.112l-63.904 64.008 255.62 256.038c63.904 64.010 63.904 192.028 0 256.038l-383.43-384.056-383.432 384.054c-63.904-64.008-63.904-192.028 0-256.038l255.622-256.034-63.906-64.008h-29.114c-54.22 0-112.292-23.518-157.948-69.076-81.622-81.442-92.65-202.484-24.63-270.35 29.97-29.902 70.288-44.494 112.996-44.494 54.216 0 112.29 23.514 157.946 69.072 53.584 53.464 76.742 124 67.084 185.348l65.384 65.488 65.376-65.488c-9.656-61.348 13.506-131.882 67.084-185.348 45.662-45.558 103.732-69.072 157.948-69.072 42.708 0 83.024 14.592 112.994 44.496 68.020 67.866 56.988 188.908-24.632 270.35zM353.024 114.462c-7.698-17.882-19.010-34.346-33.626-48.926-14.636-14.604-31.172-25.918-49.148-33.624-16.132-6.916-32.96-10.568-48.662-10.568-15.146 0-36.612 3.402-52.862 19.612-16.136 16.104-19.52 37.318-19.52 52.288 0 15.542 3.642 32.21 10.526 48.212 7.7 17.884 19.014 34.346 33.626 48.926 14.634 14.606 31.172 25.914 49.15 33.624 16.134 6.914 32.96 10.568 48.664 10.568 15.146 0 36.612-3.4 52.858-19.614 16.134-16.098 19.522-37.316 19.522-52.284 0.002-15.542-3.638-32.216-10.528-48.214zM512.004 293.404c-49.914 0-90.376 40.532-90.376 90.526 0 49.992 40.462 90.52 90.376 90.52s90.372-40.528 90.372-90.52c0-49.998-40.46-90.526-90.372-90.526zM855.272 40.958c-16.248-16.208-37.712-19.612-52.86-19.612-15.704 0-32.53 3.652-48.666 10.568-17.972 7.706-34.508 19.020-49.142 33.624-14.614 14.58-25.926 31.042-33.626 48.926-6.886 15.998-10.526 32.672-10.526 48.212 0 14.966 3.384 36.188 19.52 52.286 16.246 16.208 37.712 19.614 52.86 19.614 15.7 0 32.53-3.654 48.66-10.568 17.978-7.708 34.516-19.018 49.15-33.624 14.61-14.58 25.924-31.042 33.626-48.926 6.884-15.998 10.526-32.67 10.526-48.212-0.002-14.97-3.39-36.186-19.522-52.288z" />
-<glyph unicode="" glyph-name="paste" d="M832 640v160c0 17.6-14.4 32-32 32h-224v64c0 35.2-28.8 64-64 64h-128c-35.204 0-64-28.8-64-64v-64h-224c-17.602 0-32-14.4-32-32v-640c0-17.6 14.398-32 32-32h288v-192h448l192 192v512h-192zM384 895.886c0.034 0.038 0.072 0.078 0.114 0.114h127.768c0.042-0.036 0.082-0.076 0.118-0.114v-63.886h-128v63.886zM192 704v64h512v-64h-512zM832 26.51v101.49h101.49l-101.49-101.49zM960 192h-192v-192h-320v576h512v-384z" />
-<glyph unicode="" glyph-name="searchreplace" d="M64 960h384v-64h-384zM576 960h384v-64h-384zM952 640h-56v256h-256v-256h-256v256h-256v-256h-56c-39.6 0-72-32.4-72-72v-560c0-39.6 32.4-72 72-72h304c39.6 0 72 32.4 72 72v376h128v-376c0-39.6 32.4-72 72-72h304c39.6 0 72 32.4 72 72v560c0 39.6-32.4 72-72 72zM348 0h-248c-19.8 0-36 14.4-36 32s16.2 32 36 32h248c19.8 0 36-14.4 36-32s-16.2-32-36-32zM544 448h-64c-17.6 0-32 14.4-32 32s14.4 32 32 32h64c17.6 0 32-14.4 32-32s-14.4-32-32-32zM924 0h-248c-19.8 0-36 14.4-36 32s16.2 32 36 32h248c19.8 0 36-14.4 36-32s-16.2-32-36-32z" />
-<glyph unicode="" glyph-name="bullist" d="M384 896h640v-128h-640v128zM384 512h640v-128h-640v128zM384 128h640v-128h-640v128zM0 832c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM0 448c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM0 64c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128z" />
-<glyph unicode="" glyph-name="numlist" d="M384 128h640v-128h-640zM384 512h640v-128h-640zM384 896h640v-128h-640zM192 960v-256h-64v192h-64v64zM128 434v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM256 256v-320h-192v64h128v64h-128v64h128v64h-128v64z" />
-<glyph unicode="" glyph-name="indent" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 512h640v-128h-640zM384 320h640v-128h-640zM0 128h1024v-128h-1024zM0 256v384l256-192z" />
-<glyph unicode="" glyph-name="outdent" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 512h640v-128h-640zM384 320h640v-128h-640zM0 128h1024v-128h-1024zM256 640v-384l-256 192z" />
-<glyph unicode="" glyph-name="blockquote" d="M225 512c123.712 0 224-100.29 224-224 0-123.712-100.288-224-224-224s-224 100.288-224 224l-1 32c0 247.424 200.576 448 448 448v-128c-85.474 0-165.834-33.286-226.274-93.726-11.634-11.636-22.252-24.016-31.83-37.020 11.438 1.8 23.16 2.746 35.104 2.746zM801 512c123.71 0 224-100.29 224-224 0-123.712-100.29-224-224-224s-224 100.288-224 224l-1 32c0 247.424 200.576 448 448 448v-128c-85.474 0-165.834-33.286-226.274-93.726-11.636-11.636-22.254-24.016-31.832-37.020 11.44 1.8 23.16 2.746 35.106 2.746z" />
-<glyph unicode="" glyph-name="undo" d="M761.862-64c113.726 206.032 132.888 520.306-313.862 509.824v-253.824l-384 384 384 384v-248.372c534.962 13.942 594.57-472.214 313.862-775.628z" />
-<glyph unicode="" glyph-name="redo" d="M576 711.628v248.372l384-384-384-384v253.824c-446.75 10.482-427.588-303.792-313.86-509.824-280.712 303.414-221.1 789.57 313.86 775.628z" />
-<glyph unicode="" glyph-name="link" d="M320 256c17.6-17.6 47.274-16.726 65.942 1.942l316.118 316.116c18.668 18.668 19.54 48.342 1.94 65.942s-47.274 16.726-65.942-1.942l-316.116-316.116c-18.668-18.668-19.542-48.342-1.942-65.942zM476.888 284.888c4.56-9.050 6.99-19.16 6.99-29.696 0-17.616-6.744-34.060-18.992-46.308l-163.382-163.382c-12.248-12.248-28.694-18.992-46.308-18.992s-34.060 6.744-46.308 18.992l-99.382 99.382c-12.248 12.248-18.992 28.694-18.992 46.308s6.744 34.060 18.992 46.308l163.382 163.382c12.248 12.248 28.694 18.994 46.308 18.994 10.536 0 20.644-2.43 29.696-6.99l65.338 65.338c-27.87 21.41-61.44 32.16-95.034 32.16-39.986 0-79.972-15.166-110.308-45.502l-163.382-163.382c-60.67-60.67-60.67-159.948 0-220.618l99.382-99.382c30.334-30.332 70.32-45.5 110.306-45.5 39.988 0 79.974 15.168 110.308 45.502l163.382 163.382c55.82 55.82 60.238 144.298 13.344 205.344l-65.34-65.34zM978.498 815.116l-99.382 99.382c-30.334 30.336-70.32 45.502-110.308 45.502-39.986 0-79.972-15.166-110.308-45.502l-163.382-163.382c-55.82-55.82-60.238-144.298-13.342-205.342l65.338 65.34c-4.558 9.050-6.988 19.16-6.988 29.694 0 17.616 6.744 34.060 18.992 46.308l163.382 163.382c12.248 12.248 28.694 18.994 46.308 18.994s34.060-6.746 46.308-18.994l99.382-99.382c12.248-12.248 18.992-28.694 18.992-46.308s-6.744-34.060-18.992-46.308l-163.382-163.382c-12.248-12.248-28.694-18.992-46.308-18.992-10.536 0-20.644 2.43-29.696 6.99l-65.338-65.338c27.872-21.41 61.44-32.16 95.034-32.16 39.988 0 79.974 15.168 110.308 45.502l163.382 163.382c60.67 60.666 60.67 159.944 0 220.614z" />
-<glyph unicode="" glyph-name="unlink" d="M476.888 284.886c4.56-9.048 6.99-19.158 6.99-29.696 0-17.616-6.744-34.058-18.992-46.308l-163.38-163.38c-12.248-12.248-28.696-18.992-46.308-18.992s-34.060 6.744-46.308 18.992l-99.38 99.38c-12.248 12.25-18.992 28.696-18.992 46.308s6.744 34.060 18.992 46.308l163.38 163.382c12.248 12.246 28.696 18.992 46.308 18.992 10.538 0 20.644-2.43 29.696-6.988l65.338 65.336c-27.87 21.41-61.44 32.16-95.034 32.16-39.986 0-79.972-15.166-110.308-45.502l-163.38-163.382c-60.67-60.67-60.67-159.95 0-220.618l99.38-99.382c30.334-30.332 70.32-45.5 110.306-45.5 39.988 0 79.974 15.168 110.308 45.502l163.38 163.38c55.82 55.82 60.238 144.298 13.344 205.346l-65.34-65.338zM978.496 815.116l-99.38 99.382c-30.334 30.336-70.32 45.502-110.308 45.502-39.986 0-79.97-15.166-110.306-45.502l-163.382-163.382c-55.82-55.82-60.238-144.298-13.342-205.342l65.338 65.34c-4.558 9.050-6.988 19.16-6.988 29.694 0 17.616 6.744 34.060 18.992 46.308l163.382 163.382c12.246 12.248 28.694 18.994 46.306 18.994 17.616 0 34.060-6.746 46.308-18.994l99.38-99.382c12.248-12.248 18.992-28.694 18.992-46.308s-6.744-34.060-18.992-46.308l-163.38-163.382c-12.248-12.248-28.694-18.992-46.308-18.992-10.536 0-20.644 2.43-29.696 6.99l-65.338-65.338c27.872-21.41 61.44-32.16 95.034-32.16 39.988 0 79.974 15.168 110.308 45.504l163.38 163.38c60.672 60.666 60.672 159.944 0 220.614zM233.368 681.376l-191.994 191.994 45.256 45.256 191.994-191.994zM384 960h64v-192h-64zM0 576h192v-64h-192zM790.632 214.624l191.996-191.996-45.256-45.256-191.996 191.996zM576 128h64v-192h-64zM832 384h192v-64h-192z" />
-<glyph unicode="" glyph-name="anchor" d="M192 960v-1024l320 320 320-320v1024h-640zM768 90.51l-256 256-256-256v805.49h512v-805.49z" />
-<glyph unicode="" glyph-name="image" d="M0 832v-832h1024v832h-1024zM960 64h-896v704h896v-704zM704 608c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM896 128h-768l192 512 256-320 128 96z" />
-<glyph unicode="" glyph-name="media" d="M0 832v-768h1024v768h-1024zM192 128h-128v128h128v-128zM192 384h-128v128h128v-128zM192 640h-128v128h128v-128zM768 128h-512v640h512v-640zM960 128h-128v128h128v-128zM960 384h-128v128h128v-128zM960 640h-128v128h128v-128zM384 640v-384l256 192z" />
-<glyph unicode="" glyph-name="help" d="M448 256h128v-128h-128zM704 704c35.346 0 64-28.654 64-64v-192l-192-128h-128v64l192 128v64h-320v128h384zM512 864c-111.118 0-215.584-43.272-294.156-121.844s-121.844-183.038-121.844-294.156c0-111.118 43.272-215.584 121.844-294.156s183.038-121.844 294.156-121.844c111.118 0 215.584 43.272 294.156 121.844s121.844 183.038 121.844 294.156c0 111.118-43.272 215.584-121.844 294.156s-183.038 121.844-294.156 121.844zM512 960v0c282.77 0 512-229.23 512-512s-229.23-512-512-512c-282.77 0-512 229.23-512 512s229.23 512 512 512z" />
-<glyph unicode="" glyph-name="code" d="M320 704l-256-256 256-256h128l-256 256 256 256zM704 704h-128l256-256-256-256h128l256 256z" />
-<glyph unicode="" glyph-name="inserttime" d="M512 768c-212.076 0-384-171.922-384-384s171.922-384 384-384c212.074 0 384 171.922 384 384s-171.926 384-384 384zM715.644 180.354c-54.392-54.396-126.716-84.354-203.644-84.354s-149.25 29.958-203.646 84.354c-54.396 54.394-84.354 126.718-84.354 203.646s29.958 149.25 84.354 203.646c54.396 54.396 126.718 84.354 203.646 84.354s149.252-29.958 203.642-84.354c54.402-54.396 84.358-126.718 84.358-203.646s-29.958-149.252-84.356-203.646zM325.93 756.138l-42.94 85.878c-98.874-49.536-179.47-130.132-229.006-229.008l85.876-42.94c40.248 80.336 105.732 145.822 186.070 186.070zM884.134 570.070l85.878 42.938c-49.532 98.876-130.126 179.472-229.004 229.008l-42.944-85.878c80.338-40.248 145.824-105.732 186.070-186.068zM512 576h-64v-192c0-10.11 4.7-19.11 12.022-24.972l-0.012-0.016 160-128 39.976 49.976-147.986 118.39v176.622z" />
-<glyph unicode="" glyph-name="preview" d="M512 640c-209.368 0-395.244-100.556-512-256 116.756-155.446 302.632-256 512-256s395.244 100.554 512 256c-116.756 155.444-302.632 256-512 256zM448 512c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM773.616 254.704c-39.648-20.258-81.652-35.862-124.846-46.376-44.488-10.836-90.502-16.328-136.77-16.328-46.266 0-92.282 5.492-136.768 16.324-43.194 10.518-85.198 26.122-124.846 46.376-63.020 32.202-120.222 76.41-167.64 129.298 47.418 52.888 104.62 97.1 167.64 129.298 32.336 16.522 66.242 29.946 101.082 40.040-19.888-30.242-31.468-66.434-31.468-105.336 0-106.040 85.962-192 192-192s192 85.96 192 192c0 38.902-11.582 75.094-31.466 105.34 34.838-10.096 68.744-23.52 101.082-40.042 63.022-32.198 120.218-76.408 167.638-129.298-47.42-52.886-104.618-97.1-167.638-129.296zM860.918 716.278c-108.72 55.554-226.112 83.722-348.918 83.722s-240.198-28.168-348.918-83.722c-58.772-30.032-113.732-67.904-163.082-112.076v-109.206c55.338 58.566 120.694 107.754 192.194 144.29 99.62 50.904 207.218 76.714 319.806 76.714s220.186-25.81 319.804-76.716c71.502-36.536 136.858-85.724 192.196-144.29v109.206c-49.35 44.174-104.308 82.046-163.082 112.078z" />
-<glyph unicode="" glyph-name="forecolor" d="M322.018 128l57.6 192h264.764l57.6-192h113.632l-191.996 640h-223.236l-192-640h113.636zM475.618 640h72.764l57.6-192h-187.964l57.6 192z" />
-<glyph unicode="" glyph-name="table" d="M0 896v-896h1024v896h-1024zM384 320v192h256v-192h-256zM640 256v-192h-256v192h256zM640 768v-192h-256v192h256zM320 768v-192h-256v192h256zM64 512h256v-192h-256v192zM704 512h256v-192h-256v192zM704 576v192h256v-192h-256zM64 256h256v-192h-256v192zM704 64v192h256v-192h-256z" />
-<glyph unicode="" glyph-name="hr" d="M0 512h1024v-128h-1024z" />
-<glyph unicode="" glyph-name="removeformat" d="M0 64h576v-128h-576zM192 960h704v-128h-704zM277.388 128l204.688 784.164 123.85-32.328-196.25-751.836zM929.774-64l-129.774 129.774-129.774-129.774-62.226 62.226 129.774 129.774-129.774 129.774 62.226 62.226 129.774-129.774 129.774 129.774 62.226-62.226-129.774-129.774 129.774-129.774z" />
-<glyph unicode="" glyph-name="sub" d="M768 50v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />
-<glyph unicode="" glyph-name="sup" d="M768 754v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />
-<glyph unicode="" glyph-name="charmap" d="M704 64h256l64 128v-256h-384v214.214c131.112 56.484 224 197.162 224 361.786 0 214.432-157.598 382.266-352 382.266-194.406 0-352-167.832-352-382.266 0-164.624 92.886-305.302 224-361.786v-214.214h-384v256l64-128h256v32.59c-187.63 66.46-320 227.402-320 415.41 0 247.424 229.23 448 512 448s512-200.576 512-448c0-188.008-132.37-348.95-320-415.41v-32.59z" />
-<glyph unicode="" glyph-name="emoticons" d="M512 960c-282.77 0-512-229.228-512-512 0-282.77 229.228-512 512-512 282.77 0 512 229.23 512 512 0 282.772-229.23 512-512 512zM512 16c-238.586 0-432 193.412-432 432 0 238.586 193.414 432 432 432 238.59 0 432-193.414 432-432 0-238.588-193.41-432-432-432zM384 640c0-35.346-28.654-64-64-64s-64 28.654-64 64 28.654 64 64 64 64-28.654 64-64zM768 640c0-35.346-28.652-64-64-64s-64 28.654-64 64 28.652 64 64 64 64-28.654 64-64zM512 308c141.074 0 262.688 57.532 318.462 123.192-20.872-171.22-156.288-303.192-318.462-303.192-162.118 0-297.498 132.026-318.444 303.168 55.786-65.646 177.386-123.168 318.444-123.168z" />
-<glyph unicode="" glyph-name="print" d="M256 896h512v-128h-512zM960 704h-896c-35.2 0-64-28.8-64-64v-320c0-35.2 28.796-64 64-64h192v-256h512v256h192c35.2 0 64 28.8 64 64v320c0 35.2-28.8 64-64 64zM704 64h-384v320h384v-320zM974.4 608c0-25.626-20.774-46.4-46.398-46.4-25.626 0-46.402 20.774-46.402 46.4s20.776 46.4 46.402 46.4c25.626 0 46.398-20.774 46.398-46.4z" />
-<glyph unicode="" glyph-name="fullscreen" d="M1024 960v-384l-138.26 138.26-212-212-107.48 107.48 212 212-138.26 138.26zM245.74 821.74l212-212-107.48-107.48-212 212-138.26-138.26v384h384zM885.74 181.74l138.26 138.26v-384h-384l138.26 138.26-212 212 107.48 107.48zM457.74 286.26l-212-212 138.26-138.26h-384v384l138.26-138.26 212 212z" />
-<glyph unicode="" glyph-name="spellchecker" d="M128 704h128v-192h64v384c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-384h64v192zM128 896h128v-128h-128v128zM960 896v64h-192c-35.202 0-64-28.8-64-64v-320c0-35.2 28.798-64 64-64h192v64h-192v320h192zM640 800v96c0 35.2-28.8 64-64 64h-192v-448h192c35.2 0 64 28.8 64 64v96c0 35.2-8.8 64-44 64 35.2 0 44 28.8 44 64zM576 576h-128v128h128v-128zM576 768h-128v128h128v-128zM832 384l-416-448-224 288 82 70 142-148 352 302z" />
-<glyph unicode="" glyph-name="nonbreaking" d="M448 384h-192v128h192v192h128v-192h192v-128h-192v-192h-128zM1024 320v-384h-1024v384h128v-256h768v256z" />
-<glyph unicode="" glyph-name="template" d="M384 768h128v-64h-128zM576 768h128v-64h-128zM896 768v-256h-192v64h128v128h-64v64zM320 576h128v-64h-128zM512 576h128v-64h-128zM192 704v-128h64v-64h-128v256h192v-64zM384 384h128v-64h-128zM576 384h128v-64h-128zM896 384v-256h-192v64h128v128h-64v64zM320 192h128v-64h-128zM512 192h128v-64h-128zM192 320v-128h64v-64h-128v256h192v-64zM960 896h-896v-896h896v896zM1024 960v0-1024h-1024v1024h1024z" />
-<glyph unicode="" glyph-name="pagebreak" d="M0 448h128v-64h-128zM192 448h192v-64h-192zM448 448h128v-64h-128zM640 448h192v-64h-192zM896 448h128v-64h-128zM880 960l16-448h-768l16 448h32l16-384h640l16 384zM144-64l-16 384h768l-16-384h-32l-16 320h-640l-16-320z" />
-<glyph unicode="" glyph-name="restoredraft" d="M576 896c247.424 0 448-200.576 448-448s-200.576-448-448-448v96c94.024 0 182.418 36.614 248.902 103.098s103.098 154.878 103.098 248.902c0 94.022-36.614 182.418-103.098 248.902s-154.878 103.098-248.902 103.098c-94.022 0-182.418-36.614-248.902-103.098-51.14-51.138-84.582-115.246-97.306-184.902h186.208l-224-256-224 256h164.57c31.060 217.102 217.738 384 443.43 384zM768 512v-128h-256v320h128v-192z" />
-<glyph unicode="" glyph-name="bold" d="M707.88 475.348c37.498 44.542 60.12 102.008 60.12 164.652 0 141.16-114.842 256-256 256h-320v-896h384c141.158 0 256 114.842 256 256 0 92.956-49.798 174.496-124.12 219.348zM384 768h101.5c55.968 0 101.5-57.42 101.5-128s-45.532-128-101.5-128h-101.5v256zM543 128h-159v256h159c58.45 0 106-57.42 106-128s-47.55-128-106-128z" />
-<glyph unicode="" glyph-name="italic" d="M896 896v-64h-128l-320-768h128v-64h-448v64h128l320 768h-128v64z" />
-<glyph unicode="" glyph-name="underline" d="M704 896h128v-416c0-159.058-143.268-288-320-288-176.73 0-320 128.942-320 288v416h128v-416c0-40.166 18.238-78.704 51.354-108.506 36.896-33.204 86.846-51.494 140.646-51.494s103.75 18.29 140.646 51.494c33.116 29.802 51.354 68.34 51.354 108.506v416zM192 128h640v-128h-640z" />
-<glyph unicode="" glyph-name="strikethrough" d="M731.42 442.964c63.92-47.938 100.58-116.086 100.58-186.964s-36.66-139.026-100.58-186.964c-59.358-44.518-137.284-69.036-219.42-69.036-82.138 0-160.062 24.518-219.42 69.036-63.92 47.938-100.58 116.086-100.58 186.964h128c0-69.382 87.926-128 192-128s192 58.618 192 128c0 69.382-87.926 128-192 128-82.138 0-160.062 24.518-219.42 69.036-63.92 47.94-100.58 116.086-100.58 186.964s36.66 139.024 100.58 186.964c59.358 44.518 137.282 69.036 219.42 69.036 82.136 0 160.062-24.518 219.42-69.036 63.92-47.94 100.58-116.086 100.58-186.964h-128c0 69.382-87.926 128-192 128s-192-58.618-192-128c0-69.382 87.926-128 192-128 82.136 0 160.062-24.518 219.42-69.036zM0 448h1024v-64h-1024z" />
-<glyph unicode="" glyph-name="visualchars" d="M384 896h512v-128h-128v-768h-128v768h-128v-768h-128v448c-123.712 0-224 100.288-224 224s100.288 224 224 224z" />
-<glyph unicode="" glyph-name="ltr" d="M448 896h512v-128h-128v-768h-128v768h-128v-768h-128v448c-123.712 0-224 100.288-224 224s100.288 224 224 224zM64 512l256-224-256-224z" />
-<glyph unicode="" glyph-name="rtl" d="M256 896h512v-128h-128v-768h-128v768h-128v-768h-128v448c-123.712 0-224 100.288-224 224s100.288 224 224 224zM960 64l-256 224 256 224z" />
-<glyph unicode="" glyph-name="copy" d="M832 704h-192v64l-192 192h-448v-768h384v-256h640v576l-192 192zM832 613.49l101.49-101.49h-101.49v101.49zM448 869.49l101.49-101.49h-101.49v101.49zM64 896h320v-192h192v-448h-512v640zM960 0h-512v192h192v448h128v-192h192v-448z" />
-<glyph unicode="" glyph-name="resize" d="M768 704h64v-64h-64zM640 576h64v-64h-64zM640 448h64v-64h-64zM640 320h64v-64h-64zM512 448h64v-64h-64zM512 320h64v-64h-64zM384 320h64v-64h-64zM768 576h64v-64h-64zM768 448h64v-64h-64zM768 320h64v-64h-64zM768 192h64v-64h-64zM640 192h64v-64h-64zM512 192h64v-64h-64zM384 192h64v-64h-64zM256 192h64v-64h-64z" />
-<glyph unicode="" glyph-name="checkbox" d="M128 416l288-288 480 480-128 128-352-352-160 160z" />
-<glyph unicode="" glyph-name="browse" d="M928 832h-416l-32 64h-352l-64-128h896zM904.34 256h74.86l44.8 448h-1024l64-640h484.080c-104.882 37.776-180.080 138.266-180.080 256 0 149.982 122.018 272 272 272 149.98 0 272-122.018 272-272 0-21.678-2.622-43.15-7.66-64zM1002.996 46.25l-198.496 174.692c17.454 28.92 27.5 62.814 27.5 99.058 0 106.040-85.96 192-192 192s-192-85.96-192-192 85.96-192 192-192c36.244 0 70.138 10.046 99.058 27.5l174.692-198.496c22.962-26.678 62.118-28.14 87.006-3.252l5.492 5.492c24.888 24.888 23.426 64.044-3.252 87.006zM640 196c-68.484 0-124 55.516-124 124s55.516 124 124 124 124-55.516 124-124-55.516-124-124-124z" />
-<glyph unicode="" glyph-name="pastetext" d="M512 448v-128h32l32 64h64v-256h-48v-64h224v64h-48v256h64l32-64h32v128zM832 640v160c0 17.6-14.4 32-32 32h-224v64c0 35.2-28.8 64-64 64h-128c-35.204 0-64-28.8-64-64v-64h-224c-17.602 0-32-14.4-32-32v-640c0-17.6 14.398-32 32-32h288v-192h640v704h-192zM384 895.886c0.034 0.038 0.072 0.078 0.114 0.114h127.768c0.042-0.036 0.082-0.076 0.118-0.114v-63.886h-128v63.886zM192 704v64h512v-64h-512zM960 0h-512v576h512v-576z" />
-<glyph unicode="" glyph-name="gamma" d="M483.2 320l-147.2 336c-9.6 25.6-19.2 44.8-25.6 54.4s-16 12.8-25.6 12.8c-16 0-25.6-3.2-28.8-3.2v70.4c9.6 6.4 25.6 6.4 38.4 9.6 32 0 57.6-6.4 73.6-22.4 6.4-6.4 12.8-16 19.2-25.6 6.4-12.8 12.8-25.6 16-41.6l121.6-291.2 150.4 371.2h92.8l-198.4-470.4v-224h-86.4v224zM0 960v-1024h1024v1024h-1024zM960 0h-896v896h896v-896z" />
-<glyph unicode="" glyph-name="orientation" d="M627.2 80h-579.2v396.8h579.2v-396.8zM553.6 406.4h-435.2v-256h435.2v256zM259.2 732.8c176 176 457.6 176 633.6 0s176-457.6 0-633.6c-121.6-121.6-297.6-160-454.4-108.8 121.6-28.8 262.4 9.6 361.6 108.8 150.4 150.4 160 384 22.4 521.6-121.6 121.6-320 128-470.4 19.2l86.4-86.4-294.4-22.4 22.4 294.4 92.8-92.8z" />
-<glyph unicode="" glyph-name="invert" d="M892.8-22.4l-89.6 89.6c-70.4-80-172.8-131.2-288-131.2-208 0-380.8 166.4-384 377.6 0 0 0 0 0 0 0 3.2 0 3.2 0 6.4s0 3.2 0 6.4v0c0 0 0 0 0 3.2 0 0 0 3.2 0 3.2 3.2 105.6 48 211.2 105.6 304l-192 192 44.8 44.8 182.4-182.4c0 0 0 0 0 0l569.6-569.6c0 0 0 0 0 0l99.2-99.2-48-44.8zM896 326.4c0 0 0 0 0 0 0 3.2 0 6.4 0 6.4-9.6 316.8-384 627.2-384 627.2s-108.8-89.6-208-220.8l70.4-70.4c6.4 9.6 16 22.4 22.4 32 41.6 51.2 83.2 96 115.2 128v0c32-32 73.6-76.8 115.2-128 108.8-137.6 169.6-265.6 172.8-371.2 0 0 0-3.2 0-3.2v0 0c0-3.2 0-3.2 0-6.4s0-3.2 0-3.2v0 0c0-22.4-3.2-41.6-9.6-64l76.8-76.8c16 41.6 28.8 89.6 28.8 137.6 0 0 0 0 0 0 0 3.2 0 3.2 0 6.4s0 3.2 0 6.4z" />
-<glyph unicode="" glyph-name="codesample" d="M199.995 578.002v104.002c0 43.078 34.923 78.001 78.001 78.001h26v104.002h-26c-100.518 0-182.003-81.485-182.003-182.003v-104.002c0-43.078-34.923-78.001-78.001-78.001h-26v-104.002h26c43.078 0 78.001-34.923 78.001-78.001v-104.002c0-100.515 81.485-182.003 182.003-182.003h26v104.002h-26c-43.078 0-78.001 34.923-78.001 78.001v104.002c0 50.931-20.928 96.966-54.646 130.002 33.716 33.036 54.646 79.072 54.646 130.002zM824.005 578.002v104.002c0 43.078-34.923 78.001-78.001 78.001h-26v104.002h26c100.515 0 182.003-81.485 182.003-182.003v-104.002c0-43.078 34.923-78.001 78.001-78.001h26v-104.002h-26c-43.078 0-78.001-34.923-78.001-78.001v-104.002c0-100.515-81.488-182.003-182.003-182.003h-26v104.002h26c43.078 0 78.001 34.923 78.001 78.001v104.002c0 50.931 20.928 96.966 54.646 130.002-33.716 33.036-54.646 79.072-54.646 130.002zM616.002 603.285c0-57.439-46.562-104.002-104.002-104.002s-104.002 46.562-104.002 104.002c0 57.439 46.562 104.002 104.002 104.002s104.002-46.562 104.002-104.002zM512 448.717c-57.439 0-104.002-46.562-104.002-104.002 0-55.845 26-100.115 105.752-103.88-23.719-33.417-59.441-46.612-105.752-50.944v-61.751c0 0 208.003-18.144 208.003 216.577-0.202 57.441-46.56 104.004-104.002 104.004z" />
-<glyph unicode="" glyph-name="tablerowprops" d="M0 896v-896h1024v896h-1024zM640 256v-192h-256v192h256zM640 768v-192h-256v192h256zM320 768v-192h-256v192h256zM704 576v192h256v-192h-256zM64 256h256v-192h-256v192zM704 64v192h256v-192h-256z" />
-<glyph unicode="" glyph-name="tablecellprops" d="M0 896v-896h1024v896h-1024zM640 256v-192h-256v192h256zM640 768v-192h-256v192h256zM320 768v-192h-256v192h256zM64 512h256v-192h-256v192zM704 512h256v-192h-256v192zM704 576v192h256v-192h-256zM64 256h256v-192h-256v192zM704 64v192h256v-192h-256z" />
-<glyph unicode="" glyph-name="table2" d="M0 896v-832h1024v832h-1024zM320 128h-256v192h256v-192zM320 384h-256v192h256v-192zM640 128h-256v192h256v-192zM640 384h-256v192h256v-192zM960 128h-256v192h256v-192zM960 384h-256v192h256v-192zM960 640h-896v192h896v-192z" />
-<glyph unicode="" glyph-name="tablemergecells" d="M0 896v-896h1024v896h-1024zM384 64v448h576v-448h-576zM640 768v-192h-256v192h256zM320 768v-192h-256v192h256zM64 512h256v-192h-256v192zM704 576v192h256v-192h-256zM64 256h256v-192h-256v192z" />
-<glyph unicode="" glyph-name="tableinsertcolbefore" d="M320 188.8v182.4h-182.4v89.6h182.4v182.4h86.4v-182.4h185.6v-89.6h-185.6v-182.4zM0 896v-896h1024v896h-1024zM640 64h-576v704h576v-704zM960 64h-256v192h256v-192zM960 320h-256v192h256v-192zM960 576h-256v192h256v-192z" />
-<glyph unicode="" glyph-name="tableinsertcolafter" d="M704 643.2v-182.4h182.4v-89.6h-182.4v-182.4h-86.4v182.4h-185.6v89.6h185.6v182.4zM0 896v-896h1024v896h-1024zM320 64h-256v192h256v-192zM320 320h-256v192h256v-192zM320 576h-256v192h256v-192zM960 64h-576v704h576v-704z" />
-<glyph unicode="" glyph-name="tableinsertrowbefore" d="M691.2 508.8h-144v-144h-70.4v144h-144v67.2h144v144h70.4v-144h144zM0 896v-896h1024v896h-1024zM320 64h-256v192h256v-192zM640 64h-256v192h256v-192zM960 64h-256v192h256v-192zM960 316.8h-896v451.2h896v-451.2z" />
-<glyph unicode="" glyph-name="tableinsertrowafter" d="M332.8 323.2h144v144h70.4v-144h144v-67.2h-144v-144h-70.4v144h-144zM0 896v-896h1024v896h-1024zM384 768h256v-192h-256v192zM64 768h256v-192h-256v192zM960 64h-896v451.2h896v-451.2zM960 576h-256v192h256v-192z" />
-<glyph unicode="" glyph-name="tablesplitcells" d="M0 896v-896h1024v896h-1024zM384 768h256v-192h-256v192zM320 64h-256v192h256v-192zM320 320h-256v192h256v-192zM320 576h-256v192h256v-192zM960 64h-576v448h576v-448zM960 576h-256v192h256v-192zM864 156.8l-60.8-60.8-131.2 131.2-131.2-131.2-60.8 60.8 131.2 131.2-131.2 131.2 60.8 60.8 131.2-131.2 131.2 131.2 60.8-60.8-131.2-131.2z" />
-<glyph unicode="" glyph-name="tabledelete" d="M0 896h1024v-896h-1024v896zM60.8 768v-704h899.2v704h-899.2zM809.6 211.2l-96-96-204.8 204.8-204.8-204.8-96 96 204.8 204.8-204.8 204.8 96 96 204.8-204.8 204.8 204.8 96-96-204.8-204.8z" />
-<glyph unicode="" glyph-name="tableleftheader" d="M0 896v-832h1024v832h-1024zM640 128h-256v192h256v-192zM640 384h-256v192h256v-192zM640 640h-256v192h256v-192zM960 128h-256v192h256v-192zM960 384h-256v192h256v-192zM960 640h-256v192h256v-192z" />
-<glyph unicode="" glyph-name="tabletopheader" d="M0 896v-832h1024v832h-1024zM320 128h-256v192h256v-192zM320 384h-256v192h256v-192zM640 128h-256v192h256v-192zM640 384h-256v192h256v-192zM960 128h-256v192h256v-192zM960 384h-256v192h256v-192z" />
-<glyph unicode="" glyph-name="tabledeleterow" d="M886.4 572.8l-156.8-156.8 160-160-76.8-76.8-160 160-156.8-156.8-76.8 73.6 160 160-163.2 163.2 76.8 76.8 163.2-163.2 156.8 156.8 73.6-76.8zM0 896v-896h1024v896h-1024zM960 576h-22.4l-64-64h86.4v-192h-89.6l64-64h25.6v-192h-896v192h310.4l64 64h-374.4v192h371.2l-64 64h-307.2v192h896v-192z" />
-<glyph unicode="" glyph-name="tabledeletecol" d="M320 499.2l64-64v-12.8l-64-64v140.8zM640 422.4l64-64v137.6l-64-64v-9.6zM1024 896v-896h-1024v896h1024zM960 768h-256v-51.2l-12.8 12.8-51.2-51.2v89.6h-256v-89.6l-51.2 51.2-12.8-12.8v51.2h-256v-704h256v118.4l35.2-35.2 28.8 28.8v-115.2h256v115.2l48-48 16 16v-83.2h256v707.2zM672 662.4l-156.8-156.8-163.2 163.2-76.8-76.8 163.2-163.2-156.8-156.8 76.8-76.8 156.8 156.8 160-160 76.8 76.8-160 160 156.8 156.8-76.8 76.8z" />
-<glyph unicode="" glyph-name="a11y" d="M960 704v64l-448-128-448 128v-64l320-128v-256l-128-448h64l192 448 192-448h64l-128 448v256zM416 800q0 40 28 68t68 28 68-28 28-68-28-68-68-28-68 28-28 68z" />
-<glyph unicode="" glyph-name="toc" d="M0 896h128v-128h-128v128zM192 896h832v-128h-832v128zM0 512h128v-128h-128v128zM192 512h832v-128h-832v128zM0 128h128v-128h-128v128zM192 128h832v-128h-832v128zM192 704h128v-128h-128v128zM384 704h640v-128h-640v128zM192 320h128v-128h-128v128zM384 320h640v-128h-640v128z" />
-<glyph unicode="" glyph-name="fill" d="M521.6 915.2l-67.2-67.2-86.4 86.4-86.4-86.4 86.4-86.4-368-368 432-432 518.4 518.4-428.8 435.2zM435.2 134.4l-262.4 262.4 35.2 35.2 576 51.2-348.8-348.8zM953.6 409.6c-6.4-6.4-16-16-28.8-32-28.8-32-41.6-64-41.6-89.6v0 0 0 0 0 0 0c0-16 6.4-35.2 22.4-48 12.8-12.8 32-22.4 48-22.4s35.2 6.4 48 22.4 22.4 32 22.4 48v0 0 0 0 0 0 0c0 25.6-12.8 54.4-41.6 89.6-9.6 16-22.4 25.6-28.8 32v0z" />
-<glyph unicode="" glyph-name="borderwidth" d="M0 265.6h1024v-128h-1024v128zM0 32h1024v-64h-1024v64zM0 566.4h1024v-192h-1024v192zM0 928h1024v-256h-1024v256z" />
-<glyph unicode="" glyph-name="line" d="M739.2 627.2l-502.4-502.4h-185.6v185.6l502.4 502.4 185.6-185.6zM803.2 688l-185.6 185.6 67.2 67.2c22.4 22.4 54.4 22.4 76.8 0l108.8-108.8c22.4-22.4 22.4-54.4 0-76.8l-67.2-67.2zM41.6 48h940.8v-112h-940.8v112z" />
-<glyph unicode="" glyph-name="count" d="M0 480h1024v-64h-1024v64zM304 912v-339.2h-67.2v272h-67.2v67.2zM444.8 694.4v-54.4h134.4v-67.2h-201.6v153.6l134.4 64v54.4h-134.4v67.2h201.6v-153.6zM854.4 912v-339.2h-204.8v67.2h137.6v67.2h-137.6v70.4h137.6v67.2h-137.6v67.2zM115.2 166.4c3.2 57.6 38.4 83.2 108.8 83.2 38.4 0 67.2-9.6 86.4-25.6s25.6-35.2 25.6-70.4v-112c0-25.6 0-28.8 9.6-41.6h-73.6c-3.2 9.6-3.2 9.6-6.4 19.2-22.4-19.2-41.6-25.6-70.4-25.6-54.4 0-89.6 32-89.6 76.8s28.8 70.4 99.2 80l38.4 6.4c16 3.2 22.4 6.4 22.4 16 0 12.8-12.8 22.4-38.4 22.4s-41.6-9.6-44.8-28.8h-67.2zM262.4 115.2c-6.4-3.2-12.8-6.4-25.6-6.4l-25.6-6.4c-25.6-6.4-38.4-16-38.4-28.8 0-16 12.8-25.6 35.2-25.6s41.6 9.6 54.4 32v35.2zM390.4 336h73.6v-112c22.4 16 41.6 22.4 67.2 22.4 64 0 105.6-51.2 105.6-124.8 0-76.8-44.8-134.4-108.8-134.4-32 0-48 9.6-67.2 35.2v-28.8h-70.4v342.4zM460.8 121.6c0-41.6 22.4-70.4 51.2-70.4s51.2 28.8 51.2 70.4c0 44.8-19.2 70.4-51.2 70.4-28.8 0-51.2-28.8-51.2-70.4zM851.2 153.6c-3.2 22.4-19.2 35.2-44.8 35.2-32 0-51.2-25.6-51.2-70.4 0-48 19.2-73.6 51.2-73.6 25.6 0 41.6 12.8 44.8 41.6l70.4-3.2c-9.6-60.8-54.4-96-118.4-96-73.6 0-121.6 51.2-121.6 128 0 80 48 131.2 124.8 131.2 64 0 108.8-35.2 112-96h-67.2z" />
-<glyph unicode="" glyph-name="reload" d="M889.68 793.68c-93.608 102.216-228.154 166.32-377.68 166.32-282.77 0-512-229.23-512-512h96c0 229.75 186.25 416 416 416 123.020 0 233.542-53.418 309.696-138.306l-149.696-149.694h352v352l-134.32-134.32zM928 448c0-229.75-186.25-416-416-416-123.020 0-233.542 53.418-309.694 138.306l149.694 149.694h-352v-352l134.32 134.32c93.608-102.216 228.154-166.32 377.68-166.32 282.77 0 512 229.23 512 512h-96z" />
-<glyph unicode="" glyph-name="translate" d="M553.6 304l-118.4 118.4c80 89.6 137.6 195.2 172.8 304h137.6v92.8h-326.4v92.8h-92.8v-92.8h-326.4v-92.8h518.4c-32-89.6-80-176-147.2-249.6-44.8 48-80 99.2-108.8 156.8h-92.8c35.2-76.8 80-147.2 137.6-211.2l-236.8-233.6 67.2-67.2 233.6 233.6 144-144c3.2 0 38.4 92.8 38.4 92.8zM816 540.8h-92.8l-208-560h92.8l51.2 140.8h220.8l51.2-140.8h92.8l-208 560zM691.2 214.4l76.8 201.6 76.8-201.6h-153.6z" />
-<glyph unicode="" glyph-name="drag" d="M576 896h128v-128h-128v128zM576 640h128v-128h-128v128zM320 640h128v-128h-128v128zM576 384h128v-128h-128v128zM320 384h128v-128h-128v128zM320 128h128v-128h-128v128zM576 128h128v-128h-128v128zM320 896h128v-128h-128v128z" />
-<glyph unicode="" glyph-name="home" d="M1024 369.556l-512 397.426-512-397.428v162.038l512 397.426 512-397.428zM896 384v-384h-256v256h-256v-256h-256v384l384 288z" />
-<glyph unicode="" glyph-name="books" d="M576.234 670.73l242.712 81.432 203.584-606.784-242.712-81.432zM0 64h256v704h-256v-704zM64 640h128v-64h-128v64zM320 64h256v704h-256v-704zM384 640h128v-64h-128v64z" />
-<glyph unicode="" glyph-name="upload" d="M839.432 760.57c27.492-27.492 50.554-78.672 55.552-120.57h-318.984v318.984c41.898-4.998 93.076-28.060 120.568-55.552l142.864-142.862zM512 576v384h-368c-44 0-80-36-80-80v-864c0-44 36-80 80-80h672c44 0 80 36 80 80v560h-384zM576 192v-192h-192v192h-160l256 256 256-256h-160z" />
-<glyph unicode="" glyph-name="editimage" d="M768 416v-352h-640v640h352l128 128h-512c-52.8 0-96-43.2-96-96v-704c0-52.8 43.2-96 96-96h704c52.798 0 96 43.2 96 96v512l-128-128zM864 960l-608-608v-160h160l608 608c0 96-64 160-160 160zM416 320l-48 48 480 480 48-48-480-480z" />
-<glyph unicode="" glyph-name="bubble" d="M928 896h-832c-52.8 0-96-43.2-96-96v-512c0-52.8 43.2-96 96-96h160v-256l307.2 256h364.8c52.8 0 96 43.2 96 96v512c0 52.8-43.2 96-96 96zM896 320h-379.142l-196.858-174.714v174.714h-192v448h768v-448z" />
-<glyph unicode="" glyph-name="user" d="M622.826 257.264c-22.11 3.518-22.614 64.314-22.614 64.314s64.968 64.316 79.128 150.802c38.090 0 61.618 91.946 23.522 124.296 1.59 34.054 48.96 267.324-190.862 267.324s-192.45-233.27-190.864-267.324c-38.094-32.35-14.57-124.296 23.522-124.296 14.158-86.486 79.128-150.802 79.128-150.802s-0.504-60.796-22.614-64.314c-71.22-11.332-337.172-128.634-337.172-257.264h896c0 128.63-265.952 245.932-337.174 257.264z" />
-<glyph unicode="" glyph-name="lock" d="M592 512h-16v192c0 105.87-86.13 192-192 192h-128c-105.87 0-192-86.13-192-192v-192h-16c-26.4 0-48-21.6-48-48v-480c0-26.4 21.6-48 48-48h544c26.4 0 48 21.6 48 48v480c0 26.4-21.6 48-48 48zM192 704c0 35.29 28.71 64 64 64h128c35.29 0 64-28.71 64-64v-192h-256v192z" />
-<glyph unicode="" glyph-name="unlock" d="M768 896c105.87 0 192-86.13 192-192v-192h-128v192c0 35.29-28.71 64-64 64h-128c-35.29 0-64-28.71-64-64v-192h16c26.4 0 48-21.6 48-48v-480c0-26.4-21.6-48-48-48h-544c-26.4 0-48 21.6-48 48v480c0 26.4 21.6 48 48 48h400v192c0 105.87 86.13 192 192 192h128z" />
-<glyph unicode="" glyph-name="settings" d="M448 832v16c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-192v-128h192v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h576v128h-576zM256 704v128h128v-128h-128zM832 528c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-576v-128h576v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h192v128h-192v16zM640 384v128h128v-128h-128zM448 208c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-192v-128h192v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h576v128h-576v16zM256 64v128h128v-128h-128z" />
-<glyph unicode="" glyph-name="remove2" d="M192-64h640l64 704h-768zM640 832v128h-256v-128h-320v-192l64 64h768l64-64v192h-320zM576 832h-128v64h128v-64z" />
-<glyph unicode="" glyph-name="menu" d="M384 896h256v-256h-256zM384 576h256v-256h-256zM384 256h256v-256h-256z" />
-<glyph unicode="" glyph-name="warning" d="M1009.956 44.24l-437.074 871.112c-16.742 29.766-38.812 44.648-60.882 44.648s-44.14-14.882-60.884-44.648l-437.074-871.112c-33.486-59.532-5-108.24 63.304-108.24h869.308c68.302 0 96.792 48.708 63.302 108.24zM512 64c-35.346 0-64 28.654-64 64 0 35.348 28.654 64 64 64 35.348 0 64-28.652 64-64 0-35.346-28.652-64-64-64zM556 256h-88l-20 256c0 35.346 28.654 64 64 64s64-28.654 64-64l-20-256z" />
-<glyph unicode="" glyph-name="question" d="M448 256h128v-128h-128zM704 704c35.346 0 64-28.654 64-64v-192l-192-128h-128v64l192 128v64h-320v128h384zM512 864c-111.118 0-215.584-43.272-294.156-121.844s-121.844-183.038-121.844-294.156c0-111.118 43.272-215.584 121.844-294.156s183.038-121.844 294.156-121.844c111.118 0 215.584 43.272 294.156 121.844s121.844 183.038 121.844 294.156c0 111.118-43.272 215.584-121.844 294.156s-183.038 121.844-294.156 121.844zM512 960v0c282.77 0 512-229.23 512-512s-229.23-512-512-512c-282.77 0-512 229.23-512 512s229.23 512 512 512z" />
-<glyph unicode="" glyph-name="pluscircle" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 64c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.078 0 384-171.922 384-384s-171.922-384-384-384zM768 384h-192v-192h-128v192h-192v128h192v192h128v-192h192z" />
-<glyph unicode="" glyph-name="info" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM448 768h128v-128h-128v128zM640 128h-256v64h64v256h-64v64h192v-320h64v-64z" />
-<glyph unicode="" glyph-name="notice" d="M1024 224l-288 736h-448l-288-288v-448l288-288h448l288 288v448l-288 288zM576 128h-128v128h128v-128zM576 384h-128v384h128v-384z" />
-<glyph unicode="" glyph-name="drop" d="M864.626 486.838c-65.754 183.44-205.11 348.15-352.626 473.162-147.516-125.012-286.87-289.722-352.626-473.162-40.664-113.436-44.682-236.562 12.584-345.4 65.846-125.14 198.632-205.438 340.042-205.438s274.196 80.298 340.040 205.44c57.27 108.838 53.25 231.962 12.586 345.398zM738.764 201.044c-43.802-83.252-132.812-137.044-226.764-137.044-55.12 0-108.524 18.536-152.112 50.652 13.242-1.724 26.632-2.652 40.112-2.652 117.426 0 228.668 67.214 283.402 171.242 44.878 85.292 40.978 173.848 23.882 244.338 14.558-28.15 26.906-56.198 36.848-83.932 22.606-63.062 40.024-156.34-5.368-242.604z" />
-<glyph unicode="" glyph-name="minus" d="M0 544v-192c0-17.672 14.328-32 32-32h960c17.672 0 32 14.328 32 32v192c0 17.672-14.328 32-32 32h-960c-17.672 0-32-14.328-32-32z" />
-<glyph unicode="" glyph-name="plus" d="M992 576h-352v352c0 17.672-14.328 32-32 32h-192c-17.672 0-32-14.328-32-32v-352h-352c-17.672 0-32-14.328-32-32v-192c0-17.672 14.328-32 32-32h352v-352c0-17.672 14.328-32 32-32h192c17.672 0 32 14.328 32 32v352h352c17.672 0 32 14.328 32 32v192c0 17.672-14.328 32-32 32z" />
-<glyph unicode="" glyph-name="arrowup" d="M0 320l192-192 320 320 320-320 192 192-511.998 512z" />
-<glyph unicode="" glyph-name="arrowright" d="M384 960l-192-192 320-320-320-320 192-192 512 512z" />
-<glyph unicode="" glyph-name="arrowdown" d="M1024 576l-192 192-320-320-320 320-192-192 512-511.998z" />
-<glyph unicode="" glyph-name="arrowup2" d="M768 320l-256 256-256-256z" />
-<glyph unicode="" glyph-name="arrowdown2" d="M256 576l256-256 256 256z" />
-<glyph unicode="" glyph-name="menu2" d="M256 704l256-256 256 256zM255.996 384.004l256-256 256 256z" />
-<glyph unicode="" glyph-name="newtab" d="M704 384l128 128v-512h-768v768h512l-128-128h-256v-512h512zM960 896v-352l-130.744 130.744-354.746-354.744h-90.51v90.512l354.744 354.744-130.744 130.744z" />
-<glyph unicode="" glyph-name="rotateleft" d="M607.998 831.986c-212.070 0-383.986-171.916-383.986-383.986h-191.994l246.848-246.848 246.848 246.848h-191.994c0 151.478 122.798 274.276 274.276 274.276 151.48 0 274.276-122.798 274.276-274.276 0-151.48-122.796-274.276-274.276-274.276v-109.71c212.070 0 383.986 171.916 383.986 383.986s-171.916 383.986-383.986 383.986z" />
-<glyph unicode="" glyph-name="rotateright" d="M416.002 831.986c212.070 0 383.986-171.916 383.986-383.986h191.994l-246.848-246.848-246.848 246.848h191.994c0 151.478-122.798 274.276-274.276 274.276-151.48 0-274.276-122.798-274.276-274.276 0-151.48 122.796-274.276 274.276-274.276v-109.71c-212.070 0-383.986 171.916-383.986 383.986s171.916 383.986 383.986 383.986z" />
-<glyph unicode="" glyph-name="flipv" d="M0 576h1024v384zM1024 0v384h-1024z" />
-<glyph unicode="" glyph-name="fliph" d="M576 960v-1024h384zM0-64h384v1024z" />
-<glyph unicode="" glyph-name="zoomin" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384s171.922-384 384-384c95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256zM448 768h-128v-128h-128v-128h128v-128h128v128h128v128h-128z" />
-<glyph unicode="" glyph-name="zoomout" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384s171.922-384 384-384c95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256zM192 640h384v-128h-384z" />
-<glyph unicode="" glyph-name="sharpen" d="M768 832h-512l-256-256 512-576 512 576-256 256zM512 181.334v2.666h-2.37l-14.222 16h16.592v16h-30.814l-14.222 16h45.036v16h-59.258l-14.222 16h73.48v16h-87.704l-14.222 16h101.926v16h-116.148l-14.222 16h130.37v16h-144.592l-14.222 16h158.814v16h-173.038l-14.222 16h187.26v16h-201.482l-14.222 16h215.704v16h-229.926l-14.222 16h244.148v16h-258.372l-14.222 16h272.594v16h-286.816l-14.222 16h301.038v16h-315.26l-14.222 16h329.482v16h-343.706l-7.344 8.262 139.072 139.072h211.978v-3.334h215.314l16-16h-231.314v-16h247.314l16-16h-263.314v-16h279.314l16-16h-295.314v-16h311.314l16-16h-327.314v-16h343.312l7.738-7.738-351.050-394.928z" />
-<glyph unicode="" glyph-name="options" d="M64 768h896v-192h-896zM64 512h896v-192h-896zM64 256h896v-192h-896z" />
-<glyph unicode="" glyph-name="sun" d="M512 128c35.346 0 64-28.654 64-64v-64c0-35.346-28.654-64-64-64s-64 28.654-64 64v64c0 35.346 28.654 64 64 64zM512 768c-35.346 0-64 28.654-64 64v64c0 35.346 28.654 64 64 64s64-28.654 64-64v-64c0-35.346-28.654-64-64-64zM960 512c35.346 0 64-28.654 64-64s-28.654-64-64-64h-64c-35.348 0-64 28.654-64 64s28.652 64 64 64h64zM192 448c0-35.346-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64s28.654 64 64 64h64c35.346 0 64-28.654 64-64zM828.784 221.726l45.256-45.258c24.992-24.99 24.992-65.516 0-90.508-24.994-24.992-65.518-24.992-90.51 0l-45.256 45.256c-24.992 24.99-24.992 65.516 0 90.51 24.994 24.992 65.518 24.992 90.51 0zM195.216 674.274l-45.256 45.256c-24.994 24.994-24.994 65.516 0 90.51s65.516 24.994 90.51 0l45.256-45.256c24.994-24.994 24.994-65.516 0-90.51s-65.516-24.994-90.51 0zM828.784 674.274c-24.992-24.992-65.516-24.992-90.51 0-24.992 24.994-24.992 65.516 0 90.51l45.256 45.254c24.992 24.994 65.516 24.994 90.51 0 24.992-24.994 24.992-65.516 0-90.51l-45.256-45.254zM195.216 221.726c24.992 24.992 65.518 24.992 90.508 0 24.994-24.994 24.994-65.52 0-90.51l-45.254-45.256c-24.994-24.992-65.516-24.992-90.51 0s-24.994 65.518 0 90.508l45.256 45.258zM512 704c-141.384 0-256-114.616-256-256 0-141.382 114.616-256 256-256 141.382 0 256 114.618 256 256 0 141.384-114.616 256-256 256zM512 288c-88.366 0-160 71.634-160 160s71.634 160 160 160 160-71.634 160-160-71.634-160-160-160z" />
-<glyph unicode="" glyph-name="moon" d="M715.812 895.52c-60.25 34.784-124.618 55.904-189.572 64.48 122.936-160.082 144.768-384.762 37.574-570.42-107.2-185.67-312.688-279.112-512.788-252.68 39.898-51.958 90.376-97.146 150.628-131.934 245.908-141.974 560.37-57.72 702.344 188.198 141.988 245.924 57.732 560.372-188.186 702.356z" />
-<glyph unicode="" glyph-name="contrast" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM128 448c0 212.078 171.922 384 384 384v-768c-212.078 0-384 171.922-384 384z" />
-<glyph unicode="" glyph-name="remove22" d="M893.254 738.746l-90.508 90.508-290.746-290.744-290.746 290.744-90.508-90.506 290.746-290.748-290.746-290.746 90.508-90.508 290.746 290.746 290.746-290.746 90.508 90.51-290.744 290.744z" />
-<glyph unicode="" glyph-name="arrowleft" d="M672-64l192 192-320 320 320 320-192 192-512-512z" />
-<glyph unicode="" glyph-name="resize2" d="M0 896v-384c0-35.346 28.654-64 64-64s64 28.654 64 64v229.488l677.488-677.488h-229.488c-35.346 0-64-28.652-64-64 0-35.346 28.654-64 64-64h384c35.346 0 64 28.654 64 64v384c0 35.348-28.654 64-64 64s-64-28.652-64-64v-229.488l-677.488 677.488h229.488c35.346 0 64 28.654 64 64s-28.652 64-64 64h-384c-35.346 0-64-28.654-64-64z" />
-<glyph unicode="" glyph-name="crop" d="M832 704l192 192-64 64-192-192h-448v192h-128v-192h-192v-128h192v-512h512v-192h128v192h192v128h-192v448zM320 640h320l-320-320v320zM384 256l320 320v-320h-320z" />
+<?xml version="1.0" standalone="no"?>\r
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >\r
+<svg xmlns="http://www.w3.org/2000/svg">\r
+<metadata>Generated by IcoMoon</metadata>\r
+<defs>\r
+<font id="tinymce" horiz-adv-x="1024">\r
+<font-face units-per-em="1024" ascent="960" descent="-64" />\r
+<missing-glyph horiz-adv-x="1024" />\r
+<glyph unicode=" " horiz-adv-x="512" d="" />\r
+<glyph unicode="" glyph-name="save" d="M896 960h-896v-1024h1024v896l-128 128zM512 832h128v-256h-128v256zM896 64h-768v768h64v-320h576v320h74.978l53.022-53.018v-714.982z" />\r
+<glyph unicode="" glyph-name="newdocument" d="M903.432 760.57l-142.864 142.862c-31.112 31.112-92.568 56.568-136.568 56.568h-480c-44 0-80-36-80-80v-864c0-44 36-80 80-80h736c44 0 80 36 80 80v608c0 44-25.456 105.458-56.568 136.57zM858.178 715.314c3.13-3.13 6.25-6.974 9.28-11.314h-163.458v163.456c4.34-3.030 8.184-6.15 11.314-9.28l142.864-142.862zM896 16c0-8.672-7.328-16-16-16h-736c-8.672 0-16 7.328-16 16v864c0 8.672 7.328 16 16 16h480c4.832 0 10.254-0.61 16-1.704v-254.296h254.296c1.094-5.746 1.704-11.166 1.704-16v-608z" />\r
+<glyph unicode="" glyph-name="fullpage" d="M1024 367.542v160.916l-159.144 15.914c-8.186 30.042-20.088 58.548-35.21 84.98l104.596 127.838-113.052 113.050-127.836-104.596c-26.434 15.124-54.942 27.026-84.982 35.208l-15.914 159.148h-160.916l-15.914-159.146c-30.042-8.186-58.548-20.086-84.98-35.208l-127.838 104.594-113.050-113.050 104.596-127.836c-15.124-26.432-27.026-54.94-35.21-84.98l-159.146-15.916v-160.916l159.146-15.914c8.186-30.042 20.086-58.548 35.21-84.982l-104.596-127.836 113.048-113.048 127.838 104.596c26.432-15.124 54.94-27.028 84.98-35.21l15.916-159.148h160.916l15.914 159.144c30.042 8.186 58.548 20.088 84.982 35.21l127.836-104.596 113.048 113.048-104.596 127.836c15.124 26.434 27.028 54.942 35.21 84.98l159.148 15.92zM704 384l-128-128h-128l-128 128v128l128 128h128l128-128v-128z" />\r
+<glyph unicode="" glyph-name="alignleft" d="M0 896h1024v-128h-1024zM0 704h640v-128h-640zM0 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />\r
+<glyph unicode="" glyph-name="aligncenter" d="M0 896h1024v-128h-1024zM192 704h640v-128h-640zM192 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />\r
+<glyph unicode="" glyph-name="alignright" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 320h640v-128h-640zM0 512h1024v-128h-1024zM0 128h1024v-128h-1024z" />\r
+<glyph unicode="" glyph-name="alignjustify" d="M0 896h1024v-128h-1024zM0 704h1024v-128h-1024zM0 512h1024v-128h-1024zM0 320h1024v-128h-1024zM0 128h1024v-128h-1024z" />\r
+<glyph unicode="" glyph-name="cut" d="M890.774 250.846c-45.654 45.556-103.728 69.072-157.946 69.072h-29.112l-63.904 64.008 255.62 256.038c63.904 64.010 63.904 192.028 0 256.038l-383.43-384.056-383.432 384.054c-63.904-64.008-63.904-192.028 0-256.038l255.622-256.034-63.906-64.008h-29.114c-54.22 0-112.292-23.518-157.948-69.076-81.622-81.442-92.65-202.484-24.63-270.35 29.97-29.902 70.288-44.494 112.996-44.494 54.216 0 112.29 23.514 157.946 69.072 53.584 53.464 76.742 124 67.084 185.348l65.384 65.488 65.376-65.488c-9.656-61.348 13.506-131.882 67.084-185.348 45.662-45.558 103.732-69.072 157.948-69.072 42.708 0 83.024 14.592 112.994 44.496 68.020 67.866 56.988 188.908-24.632 270.35zM353.024 114.462c-7.698-17.882-19.010-34.346-33.626-48.926-14.636-14.604-31.172-25.918-49.148-33.624-16.132-6.916-32.96-10.568-48.662-10.568-15.146 0-36.612 3.402-52.862 19.612-16.136 16.104-19.52 37.318-19.52 52.288 0 15.542 3.642 32.21 10.526 48.212 7.7 17.884 19.014 34.346 33.626 48.926 14.634 14.606 31.172 25.914 49.15 33.624 16.134 6.914 32.96 10.568 48.664 10.568 15.146 0 36.612-3.4 52.858-19.614 16.134-16.098 19.522-37.316 19.522-52.284 0.002-15.542-3.638-32.216-10.528-48.214zM512.004 293.404c-49.914 0-90.376 40.532-90.376 90.526 0 49.992 40.462 90.52 90.376 90.52s90.372-40.528 90.372-90.52c0-49.998-40.46-90.526-90.372-90.526zM855.272 40.958c-16.248-16.208-37.712-19.612-52.86-19.612-15.704 0-32.53 3.652-48.666 10.568-17.972 7.706-34.508 19.020-49.142 33.624-14.614 14.58-25.926 31.042-33.626 48.926-6.886 15.998-10.526 32.672-10.526 48.212 0 14.966 3.384 36.188 19.52 52.286 16.246 16.208 37.712 19.614 52.86 19.614 15.7 0 32.53-3.654 48.66-10.568 17.978-7.708 34.516-19.018 49.15-33.624 14.61-14.58 25.924-31.042 33.626-48.926 6.884-15.998 10.526-32.67 10.526-48.212-0.002-14.97-3.39-36.186-19.522-52.288z" />\r
+<glyph unicode="" glyph-name="paste" d="M832 640v160c0 17.6-14.4 32-32 32h-224v64c0 35.2-28.8 64-64 64h-128c-35.204 0-64-28.8-64-64v-64h-224c-17.602 0-32-14.4-32-32v-640c0-17.6 14.398-32 32-32h288v-192h448l192 192v512h-192zM384 895.886c0.034 0.038 0.072 0.078 0.114 0.114h127.768c0.042-0.036 0.082-0.076 0.118-0.114v-63.886h-128v63.886zM192 704v64h512v-64h-512zM832 26.51v101.49h101.49l-101.49-101.49zM960 192h-192v-192h-320v576h512v-384z" />\r
+<glyph unicode="" glyph-name="searchreplace" d="M64 960h384v-64h-384zM576 960h384v-64h-384zM952 640h-56v256h-256v-256h-256v256h-256v-256h-56c-39.6 0-72-32.4-72-72v-560c0-39.6 32.4-72 72-72h304c39.6 0 72 32.4 72 72v376h128v-376c0-39.6 32.4-72 72-72h304c39.6 0 72 32.4 72 72v560c0 39.6-32.4 72-72 72zM348 0h-248c-19.8 0-36 14.4-36 32s16.2 32 36 32h248c19.8 0 36-14.4 36-32s-16.2-32-36-32zM544 448h-64c-17.6 0-32 14.4-32 32s14.4 32 32 32h64c17.6 0 32-14.4 32-32s-14.4-32-32-32zM924 0h-248c-19.8 0-36 14.4-36 32s16.2 32 36 32h248c19.8 0 36-14.4 36-32s-16.2-32-36-32z" />\r
+<glyph unicode="" glyph-name="bullist" d="M384 896h640v-128h-640v128zM384 512h640v-128h-640v128zM384 128h640v-128h-640v128zM0 832c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM0 448c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128zM0 64c0 70.692 57.308 128 128 128s128-57.308 128-128c0-70.692-57.308-128-128-128s-128 57.308-128 128z" />\r
+<glyph unicode="" glyph-name="numlist" d="M384 128h640v-128h-640zM384 512h640v-128h-640zM384 896h640v-128h-640zM192 960v-256h-64v192h-64v64zM128 434v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM256 256v-320h-192v64h128v64h-128v64h128v64h-128v64z" />\r
+<glyph unicode="" glyph-name="indent" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 512h640v-128h-640zM384 320h640v-128h-640zM0 128h1024v-128h-1024zM0 256v384l256-192z" />\r
+<glyph unicode="" glyph-name="outdent" d="M0 896h1024v-128h-1024zM384 704h640v-128h-640zM384 512h640v-128h-640zM384 320h640v-128h-640zM0 128h1024v-128h-1024zM256 640v-384l-256 192z" />\r
+<glyph unicode="" glyph-name="blockquote" d="M225 512c123.712 0 224-100.29 224-224 0-123.712-100.288-224-224-224s-224 100.288-224 224l-1 32c0 247.424 200.576 448 448 448v-128c-85.474 0-165.834-33.286-226.274-93.726-11.634-11.636-22.252-24.016-31.83-37.020 11.438 1.8 23.16 2.746 35.104 2.746zM801 512c123.71 0 224-100.29 224-224 0-123.712-100.29-224-224-224s-224 100.288-224 224l-1 32c0 247.424 200.576 448 448 448v-128c-85.474 0-165.834-33.286-226.274-93.726-11.636-11.636-22.254-24.016-31.832-37.020 11.44 1.8 23.16 2.746 35.106 2.746z" />\r
+<glyph unicode="" glyph-name="undo" d="M761.862-64c113.726 206.032 132.888 520.306-313.862 509.824v-253.824l-384 384 384 384v-248.372c534.962 13.942 594.57-472.214 313.862-775.628z" />\r
+<glyph unicode="" glyph-name="redo" d="M576 711.628v248.372l384-384-384-384v253.824c-446.75 10.482-427.588-303.792-313.86-509.824-280.712 303.414-221.1 789.57 313.86 775.628z" />\r
+<glyph unicode="" glyph-name="link" d="M320 256c17.6-17.6 47.274-16.726 65.942 1.942l316.118 316.116c18.668 18.668 19.54 48.342 1.94 65.942s-47.274 16.726-65.942-1.942l-316.116-316.116c-18.668-18.668-19.542-48.342-1.942-65.942zM476.888 284.888c4.56-9.050 6.99-19.16 6.99-29.696 0-17.616-6.744-34.060-18.992-46.308l-163.382-163.382c-12.248-12.248-28.694-18.992-46.308-18.992s-34.060 6.744-46.308 18.992l-99.382 99.382c-12.248 12.248-18.992 28.694-18.992 46.308s6.744 34.060 18.992 46.308l163.382 163.382c12.248 12.248 28.694 18.994 46.308 18.994 10.536 0 20.644-2.43 29.696-6.99l65.338 65.338c-27.87 21.41-61.44 32.16-95.034 32.16-39.986 0-79.972-15.166-110.308-45.502l-163.382-163.382c-60.67-60.67-60.67-159.948 0-220.618l99.382-99.382c30.334-30.332 70.32-45.5 110.306-45.5 39.988 0 79.974 15.168 110.308 45.502l163.382 163.382c55.82 55.82 60.238 144.298 13.344 205.344l-65.34-65.34zM978.498 815.116l-99.382 99.382c-30.334 30.336-70.32 45.502-110.308 45.502-39.986 0-79.972-15.166-110.308-45.502l-163.382-163.382c-55.82-55.82-60.238-144.298-13.342-205.342l65.338 65.34c-4.558 9.050-6.988 19.16-6.988 29.694 0 17.616 6.744 34.060 18.992 46.308l163.382 163.382c12.248 12.248 28.694 18.994 46.308 18.994s34.060-6.746 46.308-18.994l99.382-99.382c12.248-12.248 18.992-28.694 18.992-46.308s-6.744-34.060-18.992-46.308l-163.382-163.382c-12.248-12.248-28.694-18.992-46.308-18.992-10.536 0-20.644 2.43-29.696 6.99l-65.338-65.338c27.872-21.41 61.44-32.16 95.034-32.16 39.988 0 79.974 15.168 110.308 45.502l163.382 163.382c60.67 60.666 60.67 159.944 0 220.614z" />\r
+<glyph unicode="" glyph-name="unlink" d="M476.888 284.886c4.56-9.048 6.99-19.158 6.99-29.696 0-17.616-6.744-34.058-18.992-46.308l-163.38-163.38c-12.248-12.248-28.696-18.992-46.308-18.992s-34.060 6.744-46.308 18.992l-99.38 99.38c-12.248 12.25-18.992 28.696-18.992 46.308s6.744 34.060 18.992 46.308l163.38 163.382c12.248 12.246 28.696 18.992 46.308 18.992 10.538 0 20.644-2.43 29.696-6.988l65.338 65.336c-27.87 21.41-61.44 32.16-95.034 32.16-39.986 0-79.972-15.166-110.308-45.502l-163.38-163.382c-60.67-60.67-60.67-159.95 0-220.618l99.38-99.382c30.334-30.332 70.32-45.5 110.306-45.5 39.988 0 79.974 15.168 110.308 45.502l163.38 163.38c55.82 55.82 60.238 144.298 13.344 205.346l-65.34-65.338zM978.496 815.116l-99.38 99.382c-30.334 30.336-70.32 45.502-110.308 45.502-39.986 0-79.97-15.166-110.306-45.502l-163.382-163.382c-55.82-55.82-60.238-144.298-13.342-205.342l65.338 65.34c-4.558 9.050-6.988 19.16-6.988 29.694 0 17.616 6.744 34.060 18.992 46.308l163.382 163.382c12.246 12.248 28.694 18.994 46.306 18.994 17.616 0 34.060-6.746 46.308-18.994l99.38-99.382c12.248-12.248 18.992-28.694 18.992-46.308s-6.744-34.060-18.992-46.308l-163.38-163.382c-12.248-12.248-28.694-18.992-46.308-18.992-10.536 0-20.644 2.43-29.696 6.99l-65.338-65.338c27.872-21.41 61.44-32.16 95.034-32.16 39.988 0 79.974 15.168 110.308 45.504l163.38 163.38c60.672 60.666 60.672 159.944 0 220.614zM233.368 681.376l-191.994 191.994 45.256 45.256 191.994-191.994zM384 960h64v-192h-64zM0 576h192v-64h-192zM790.632 214.624l191.996-191.996-45.256-45.256-191.996 191.996zM576 128h64v-192h-64zM832 384h192v-64h-192z" />\r
+<glyph unicode="" glyph-name="anchor" d="M192 960v-1024l320 320 320-320v1024h-640zM768 90.51l-256 256-256-256v805.49h512v-805.49z" />\r
+<glyph unicode="" glyph-name="image" d="M0 832v-832h1024v832h-1024zM960 64h-896v704h896v-704zM704 608c0 53.019 42.981 96 96 96s96-42.981 96-96c0-53.019-42.981-96-96-96s-96 42.981-96 96zM896 128h-768l192 512 256-320 128 96z" />\r
+<glyph unicode="" glyph-name="media" d="M0 832v-768h1024v768h-1024zM192 128h-128v128h128v-128zM192 384h-128v128h128v-128zM192 640h-128v128h128v-128zM768 128h-512v640h512v-640zM960 128h-128v128h128v-128zM960 384h-128v128h128v-128zM960 640h-128v128h128v-128zM384 640v-384l256 192z" />\r
+<glyph unicode="" glyph-name="help" d="M448 256h128v-128h-128zM704 704c35.346 0 64-28.654 64-64v-192l-192-128h-128v64l192 128v64h-320v128h384zM512 864c-111.118 0-215.584-43.272-294.156-121.844s-121.844-183.038-121.844-294.156c0-111.118 43.272-215.584 121.844-294.156s183.038-121.844 294.156-121.844c111.118 0 215.584 43.272 294.156 121.844s121.844 183.038 121.844 294.156c0 111.118-43.272 215.584-121.844 294.156s-183.038 121.844-294.156 121.844zM512 960v0c282.77 0 512-229.23 512-512s-229.23-512-512-512c-282.77 0-512 229.23-512 512s229.23 512 512 512z" />\r
+<glyph unicode="" glyph-name="code" d="M320 704l-256-256 256-256h128l-256 256 256 256zM704 704h-128l256-256-256-256h128l256 256z" />\r
+<glyph unicode="" glyph-name="inserttime" d="M512 768c-212.076 0-384-171.922-384-384s171.922-384 384-384c212.074 0 384 171.922 384 384s-171.926 384-384 384zM715.644 180.354c-54.392-54.396-126.716-84.354-203.644-84.354s-149.25 29.958-203.646 84.354c-54.396 54.394-84.354 126.718-84.354 203.646s29.958 149.25 84.354 203.646c54.396 54.396 126.718 84.354 203.646 84.354s149.252-29.958 203.642-84.354c54.402-54.396 84.358-126.718 84.358-203.646s-29.958-149.252-84.356-203.646zM325.93 756.138l-42.94 85.878c-98.874-49.536-179.47-130.132-229.006-229.008l85.876-42.94c40.248 80.336 105.732 145.822 186.070 186.070zM884.134 570.070l85.878 42.938c-49.532 98.876-130.126 179.472-229.004 229.008l-42.944-85.878c80.338-40.248 145.824-105.732 186.070-186.068zM512 576h-64v-192c0-10.11 4.7-19.11 12.022-24.972l-0.012-0.016 160-128 39.976 49.976-147.986 118.39v176.622z" />\r
+<glyph unicode="" glyph-name="preview" d="M512 640c-209.368 0-395.244-100.556-512-256 116.756-155.446 302.632-256 512-256s395.244 100.554 512 256c-116.756 155.444-302.632 256-512 256zM448 512c35.346 0 64-28.654 64-64s-28.654-64-64-64-64 28.654-64 64 28.654 64 64 64zM773.616 254.704c-39.648-20.258-81.652-35.862-124.846-46.376-44.488-10.836-90.502-16.328-136.77-16.328-46.266 0-92.282 5.492-136.768 16.324-43.194 10.518-85.198 26.122-124.846 46.376-63.020 32.202-120.222 76.41-167.64 129.298 47.418 52.888 104.62 97.1 167.64 129.298 32.336 16.522 66.242 29.946 101.082 40.040-19.888-30.242-31.468-66.434-31.468-105.336 0-106.040 85.962-192 192-192s192 85.96 192 192c0 38.902-11.582 75.094-31.466 105.34 34.838-10.096 68.744-23.52 101.082-40.042 63.022-32.198 120.218-76.408 167.638-129.298-47.42-52.886-104.618-97.1-167.638-129.296zM860.918 716.278c-108.72 55.554-226.112 83.722-348.918 83.722s-240.198-28.168-348.918-83.722c-58.772-30.032-113.732-67.904-163.082-112.076v-109.206c55.338 58.566 120.694 107.754 192.194 144.29 99.62 50.904 207.218 76.714 319.806 76.714s220.186-25.81 319.804-76.716c71.502-36.536 136.858-85.724 192.196-144.29v109.206c-49.35 44.174-104.308 82.046-163.082 112.078z" />\r
+<glyph unicode="" glyph-name="forecolor" d="M322.018 128l57.6 192h264.764l57.6-192h113.632l-191.996 640h-223.236l-192-640h113.636zM475.618 640h72.764l57.6-192h-187.964l57.6 192z" />\r
+<glyph unicode="" glyph-name="table" d="M0 896v-896h1024v896h-1024zM384 320v192h256v-192h-256zM640 256v-192h-256v192h256zM640 768v-192h-256v192h256zM320 768v-192h-256v192h256zM64 512h256v-192h-256v192zM704 512h256v-192h-256v192zM704 576v192h256v-192h-256zM64 256h256v-192h-256v192zM704 64v192h256v-192h-256z" />\r
+<glyph unicode="" glyph-name="hr" d="M0 512h1024v-128h-1024z" />\r
+<glyph unicode="" glyph-name="removeformat" d="M0 64h576v-128h-576zM192 960h704v-128h-704zM277.388 128l204.688 784.164 123.85-32.328-196.25-751.836zM929.774-64l-129.774 129.774-129.774-129.774-62.226 62.226 129.774 129.774-129.774 129.774 62.226 62.226 129.774-129.774 129.774 129.774 62.226-62.226-129.774-129.774 129.774-129.774z" />\r
+<glyph unicode="" glyph-name="sub" d="M768 50v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />\r
+<glyph unicode="" glyph-name="sup" d="M768 754v-50h128v-64h-192v146l128 60v50h-128v64h192v-146zM676 704h-136l-188-188-188 188h-136l256-256-256-256h136l188 188 188-188h136l-256 256z" />\r
+<glyph unicode="" glyph-name="charmap" d="M704 64h256l64 128v-256h-384v214.214c131.112 56.484 224 197.162 224 361.786 0 214.432-157.598 382.266-352 382.266-194.406 0-352-167.832-352-382.266 0-164.624 92.886-305.302 224-361.786v-214.214h-384v256l64-128h256v32.59c-187.63 66.46-320 227.402-320 415.41 0 247.424 229.23 448 512 448s512-200.576 512-448c0-188.008-132.37-348.95-320-415.41v-32.59z" />\r
+<glyph unicode="" glyph-name="emoticons" d="M512 960c-282.77 0-512-229.228-512-512 0-282.77 229.228-512 512-512 282.77 0 512 229.23 512 512 0 282.772-229.23 512-512 512zM512 16c-238.586 0-432 193.412-432 432 0 238.586 193.414 432 432 432 238.59 0 432-193.414 432-432 0-238.588-193.41-432-432-432zM384 640c0-35.346-28.654-64-64-64s-64 28.654-64 64 28.654 64 64 64 64-28.654 64-64zM768 640c0-35.346-28.652-64-64-64s-64 28.654-64 64 28.652 64 64 64 64-28.654 64-64zM512 308c141.074 0 262.688 57.532 318.462 123.192-20.872-171.22-156.288-303.192-318.462-303.192-162.118 0-297.498 132.026-318.444 303.168 55.786-65.646 177.386-123.168 318.444-123.168z" />\r
+<glyph unicode="" glyph-name="print" d="M256 896h512v-128h-512zM960 704h-896c-35.2 0-64-28.8-64-64v-320c0-35.2 28.796-64 64-64h192v-256h512v256h192c35.2 0 64 28.8 64 64v320c0 35.2-28.8 64-64 64zM704 64h-384v320h384v-320zM974.4 608c0-25.626-20.774-46.4-46.398-46.4-25.626 0-46.402 20.774-46.402 46.4s20.776 46.4 46.402 46.4c25.626 0 46.398-20.774 46.398-46.4z" />\r
+<glyph unicode="" glyph-name="fullscreen" d="M1024 960v-384l-138.26 138.26-212-212-107.48 107.48 212 212-138.26 138.26zM245.74 821.74l212-212-107.48-107.48-212 212-138.26-138.26v384h384zM885.74 181.74l138.26 138.26v-384h-384l138.26 138.26-212 212 107.48 107.48zM457.74 286.26l-212-212 138.26-138.26h-384v384l138.26-138.26 212 212z" />\r
+<glyph unicode="" glyph-name="spellchecker" d="M128 704h128v-192h64v384c0 35.2-28.8 64-64 64h-128c-35.2 0-64-28.8-64-64v-384h64v192zM128 896h128v-128h-128v128zM960 896v64h-192c-35.202 0-64-28.8-64-64v-320c0-35.2 28.798-64 64-64h192v64h-192v320h192zM640 800v96c0 35.2-28.8 64-64 64h-192v-448h192c35.2 0 64 28.8 64 64v96c0 35.2-8.8 64-44 64 35.2 0 44 28.8 44 64zM576 576h-128v128h128v-128zM576 768h-128v128h128v-128zM832 384l-416-448-224 288 82 70 142-148 352 302z" />\r
+<glyph unicode="" glyph-name="nonbreaking" d="M448 384h-192v128h192v192h128v-192h192v-128h-192v-192h-128zM1024 320v-384h-1024v384h128v-256h768v256z" />\r
+<glyph unicode="" glyph-name="template" d="M384 768h128v-64h-128zM576 768h128v-64h-128zM896 768v-256h-192v64h128v128h-64v64zM320 576h128v-64h-128zM512 576h128v-64h-128zM192 704v-128h64v-64h-128v256h192v-64zM384 384h128v-64h-128zM576 384h128v-64h-128zM896 384v-256h-192v64h128v128h-64v64zM320 192h128v-64h-128zM512 192h128v-64h-128zM192 320v-128h64v-64h-128v256h192v-64zM960 896h-896v-896h896v896zM1024 960v0-1024h-1024v1024h1024z" />\r
+<glyph unicode="" glyph-name="pagebreak" d="M0 448h128v-64h-128zM192 448h192v-64h-192zM448 448h128v-64h-128zM640 448h192v-64h-192zM896 448h128v-64h-128zM880 960l16-448h-768l16 448h32l16-384h640l16 384zM144-64l-16 384h768l-16-384h-32l-16 320h-640l-16-320z" />\r
+<glyph unicode="" glyph-name="restoredraft" d="M576 896c247.424 0 448-200.576 448-448s-200.576-448-448-448v96c94.024 0 182.418 36.614 248.902 103.098s103.098 154.878 103.098 248.902c0 94.022-36.614 182.418-103.098 248.902s-154.878 103.098-248.902 103.098c-94.022 0-182.418-36.614-248.902-103.098-51.14-51.138-84.582-115.246-97.306-184.902h186.208l-224-256-224 256h164.57c31.060 217.102 217.738 384 443.43 384zM768 512v-128h-256v320h128v-192z" />\r
+<glyph unicode="" glyph-name="bold" d="M707.88 475.348c37.498 44.542 60.12 102.008 60.12 164.652 0 141.16-114.842 256-256 256h-320v-896h384c141.158 0 256 114.842 256 256 0 92.956-49.798 174.496-124.12 219.348zM384 768h101.5c55.968 0 101.5-57.42 101.5-128s-45.532-128-101.5-128h-101.5v256zM543 128h-159v256h159c58.45 0 106-57.42 106-128s-47.55-128-106-128z" />\r
+<glyph unicode="" glyph-name="italic" d="M896 896v-64h-128l-320-768h128v-64h-448v64h128l320 768h-128v64z" />\r
+<glyph unicode="" glyph-name="underline" d="M704 896h128v-416c0-159.058-143.268-288-320-288-176.73 0-320 128.942-320 288v416h128v-416c0-40.166 18.238-78.704 51.354-108.506 36.896-33.204 86.846-51.494 140.646-51.494s103.75 18.29 140.646 51.494c33.116 29.802 51.354 68.34 51.354 108.506v416zM192 128h640v-128h-640z" />\r
+<glyph unicode="" glyph-name="strikethrough" d="M731.42 442.964c63.92-47.938 100.58-116.086 100.58-186.964s-36.66-139.026-100.58-186.964c-59.358-44.518-137.284-69.036-219.42-69.036-82.138 0-160.062 24.518-219.42 69.036-63.92 47.938-100.58 116.086-100.58 186.964h128c0-69.382 87.926-128 192-128s192 58.618 192 128c0 69.382-87.926 128-192 128-82.138 0-160.062 24.518-219.42 69.036-63.92 47.94-100.58 116.086-100.58 186.964s36.66 139.024 100.58 186.964c59.358 44.518 137.282 69.036 219.42 69.036 82.136 0 160.062-24.518 219.42-69.036 63.92-47.94 100.58-116.086 100.58-186.964h-128c0 69.382-87.926 128-192 128s-192-58.618-192-128c0-69.382 87.926-128 192-128 82.136 0 160.062-24.518 219.42-69.036zM0 448h1024v-64h-1024z" />\r
+<glyph unicode="" glyph-name="visualchars" d="M384 896h512v-128h-128v-768h-128v768h-128v-768h-128v448c-123.712 0-224 100.288-224 224s100.288 224 224 224z" />\r
+<glyph unicode="" glyph-name="ltr" d="M448 896h512v-128h-128v-768h-128v768h-128v-768h-128v448c-123.712 0-224 100.288-224 224s100.288 224 224 224zM64 512l256-224-256-224z" />\r
+<glyph unicode="" glyph-name="rtl" d="M256 896h512v-128h-128v-768h-128v768h-128v-768h-128v448c-123.712 0-224 100.288-224 224s100.288 224 224 224zM960 64l-256 224 256 224z" />\r
+<glyph unicode="" glyph-name="copy" d="M832 704h-192v64l-192 192h-448v-768h384v-256h640v576l-192 192zM832 613.49l101.49-101.49h-101.49v101.49zM448 869.49l101.49-101.49h-101.49v101.49zM64 896h320v-192h192v-448h-512v640zM960 0h-512v192h192v448h128v-192h192v-448z" />\r
+<glyph unicode="" glyph-name="resize" d="M768 704h64v-64h-64zM640 576h64v-64h-64zM640 448h64v-64h-64zM640 320h64v-64h-64zM512 448h64v-64h-64zM512 320h64v-64h-64zM384 320h64v-64h-64zM768 576h64v-64h-64zM768 448h64v-64h-64zM768 320h64v-64h-64zM768 192h64v-64h-64zM640 192h64v-64h-64zM512 192h64v-64h-64zM384 192h64v-64h-64zM256 192h64v-64h-64z" />\r
+<glyph unicode="" glyph-name="checkbox" d="M128 416l288-288 480 480-128 128-352-352-160 160z" />\r
+<glyph unicode="" glyph-name="browse" d="M928 832h-416l-32 64h-352l-64-128h896zM904.34 256h74.86l44.8 448h-1024l64-640h484.080c-104.882 37.776-180.080 138.266-180.080 256 0 149.982 122.018 272 272 272 149.98 0 272-122.018 272-272 0-21.678-2.622-43.15-7.66-64zM1002.996 46.25l-198.496 174.692c17.454 28.92 27.5 62.814 27.5 99.058 0 106.040-85.96 192-192 192s-192-85.96-192-192 85.96-192 192-192c36.244 0 70.138 10.046 99.058 27.5l174.692-198.496c22.962-26.678 62.118-28.14 87.006-3.252l5.492 5.492c24.888 24.888 23.426 64.044-3.252 87.006zM640 196c-68.484 0-124 55.516-124 124s55.516 124 124 124 124-55.516 124-124-55.516-124-124-124z" />\r
+<glyph unicode="" glyph-name="pastetext" d="M512 448v-128h32l32 64h64v-256h-48v-64h224v64h-48v256h64l32-64h32v128zM832 640v160c0 17.6-14.4 32-32 32h-224v64c0 35.2-28.8 64-64 64h-128c-35.204 0-64-28.8-64-64v-64h-224c-17.602 0-32-14.4-32-32v-640c0-17.6 14.398-32 32-32h288v-192h640v704h-192zM384 895.886c0.034 0.038 0.072 0.078 0.114 0.114h127.768c0.042-0.036 0.082-0.076 0.118-0.114v-63.886h-128v63.886zM192 704v64h512v-64h-512zM960 0h-512v576h512v-576z" />\r
+<glyph unicode="" glyph-name="gamma" d="M483.2 320l-147.2 336c-9.6 25.6-19.2 44.8-25.6 54.4s-16 12.8-25.6 12.8c-16 0-25.6-3.2-28.8-3.2v70.4c9.6 6.4 25.6 6.4 38.4 9.6 32 0 57.6-6.4 73.6-22.4 6.4-6.4 12.8-16 19.2-25.6 6.4-12.8 12.8-25.6 16-41.6l121.6-291.2 150.4 371.2h92.8l-198.4-470.4v-224h-86.4v224zM0 960v-1024h1024v1024h-1024zM960 0h-896v896h896v-896z" />\r
+<glyph unicode="" glyph-name="orientation" d="M627.2 80h-579.2v396.8h579.2v-396.8zM553.6 406.4h-435.2v-256h435.2v256zM259.2 732.8c176 176 457.6 176 633.6 0s176-457.6 0-633.6c-121.6-121.6-297.6-160-454.4-108.8 121.6-28.8 262.4 9.6 361.6 108.8 150.4 150.4 160 384 22.4 521.6-121.6 121.6-320 128-470.4 19.2l86.4-86.4-294.4-22.4 22.4 294.4 92.8-92.8z" />\r
+<glyph unicode="" glyph-name="invert" d="M892.8-22.4l-89.6 89.6c-70.4-80-172.8-131.2-288-131.2-208 0-380.8 166.4-384 377.6 0 0 0 0 0 0 0 3.2 0 3.2 0 6.4s0 3.2 0 6.4v0c0 0 0 0 0 3.2 0 0 0 3.2 0 3.2 3.2 105.6 48 211.2 105.6 304l-192 192 44.8 44.8 182.4-182.4c0 0 0 0 0 0l569.6-569.6c0 0 0 0 0 0l99.2-99.2-48-44.8zM896 326.4c0 0 0 0 0 0 0 3.2 0 6.4 0 6.4-9.6 316.8-384 627.2-384 627.2s-108.8-89.6-208-220.8l70.4-70.4c6.4 9.6 16 22.4 22.4 32 41.6 51.2 83.2 96 115.2 128v0c32-32 73.6-76.8 115.2-128 108.8-137.6 169.6-265.6 172.8-371.2 0 0 0-3.2 0-3.2v0 0c0-3.2 0-3.2 0-6.4s0-3.2 0-3.2v0 0c0-22.4-3.2-41.6-9.6-64l76.8-76.8c16 41.6 28.8 89.6 28.8 137.6 0 0 0 0 0 0 0 3.2 0 3.2 0 6.4s0 3.2 0 6.4z" />\r
+<glyph unicode="" glyph-name="codesample" d="M199.995 578.002v104.002c0 43.078 34.923 78.001 78.001 78.001h26v104.002h-26c-100.518 0-182.003-81.485-182.003-182.003v-104.002c0-43.078-34.923-78.001-78.001-78.001h-26v-104.002h26c43.078 0 78.001-34.923 78.001-78.001v-104.002c0-100.515 81.485-182.003 182.003-182.003h26v104.002h-26c-43.078 0-78.001 34.923-78.001 78.001v104.002c0 50.931-20.928 96.966-54.646 130.002 33.716 33.036 54.646 79.072 54.646 130.002zM824.005 578.002v104.002c0 43.078-34.923 78.001-78.001 78.001h-26v104.002h26c100.515 0 182.003-81.485 182.003-182.003v-104.002c0-43.078 34.923-78.001 78.001-78.001h26v-104.002h-26c-43.078 0-78.001-34.923-78.001-78.001v-104.002c0-100.515-81.488-182.003-182.003-182.003h-26v104.002h26c43.078 0 78.001 34.923 78.001 78.001v104.002c0 50.931 20.928 96.966 54.646 130.002-33.716 33.036-54.646 79.072-54.646 130.002zM616.002 603.285c0-57.439-46.562-104.002-104.002-104.002s-104.002 46.562-104.002 104.002c0 57.439 46.562 104.002 104.002 104.002s104.002-46.562 104.002-104.002zM512 448.717c-57.439 0-104.002-46.562-104.002-104.002 0-55.845 26-100.115 105.752-103.88-23.719-33.417-59.441-46.612-105.752-50.944v-61.751c0 0 208.003-18.144 208.003 216.577-0.202 57.441-46.56 104.004-104.002 104.004z" />\r
+<glyph unicode="" glyph-name="tablerowprops" d="M0 896v-896h1024v896h-1024zM640 256v-192h-256v192h256zM640 768v-192h-256v192h256zM320 768v-192h-256v192h256zM704 576v192h256v-192h-256zM64 256h256v-192h-256v192zM704 64v192h256v-192h-256z" />\r
+<glyph unicode="" glyph-name="tablecellprops" d="M0 896v-896h1024v896h-1024zM640 256v-192h-256v192h256zM640 768v-192h-256v192h256zM320 768v-192h-256v192h256zM64 512h256v-192h-256v192zM704 512h256v-192h-256v192zM704 576v192h256v-192h-256zM64 256h256v-192h-256v192zM704 64v192h256v-192h-256z" />\r
+<glyph unicode="" glyph-name="table2" d="M0 896v-832h1024v832h-1024zM320 128h-256v192h256v-192zM320 384h-256v192h256v-192zM640 128h-256v192h256v-192zM640 384h-256v192h256v-192zM960 128h-256v192h256v-192zM960 384h-256v192h256v-192zM960 640h-896v192h896v-192z" />\r
+<glyph unicode="" glyph-name="tablemergecells" d="M0 896v-896h1024v896h-1024zM384 64v448h576v-448h-576zM640 768v-192h-256v192h256zM320 768v-192h-256v192h256zM64 512h256v-192h-256v192zM704 576v192h256v-192h-256zM64 256h256v-192h-256v192z" />\r
+<glyph unicode="" glyph-name="tableinsertcolbefore" d="M320 188.8v182.4h-182.4v89.6h182.4v182.4h86.4v-182.4h185.6v-89.6h-185.6v-182.4zM0 896v-896h1024v896h-1024zM640 64h-576v704h576v-704zM960 64h-256v192h256v-192zM960 320h-256v192h256v-192zM960 576h-256v192h256v-192z" />\r
+<glyph unicode="" glyph-name="tableinsertcolafter" d="M704 643.2v-182.4h182.4v-89.6h-182.4v-182.4h-86.4v182.4h-185.6v89.6h185.6v182.4zM0 896v-896h1024v896h-1024zM320 64h-256v192h256v-192zM320 320h-256v192h256v-192zM320 576h-256v192h256v-192zM960 64h-576v704h576v-704z" />\r
+<glyph unicode="" glyph-name="tableinsertrowbefore" d="M691.2 508.8h-144v-144h-70.4v144h-144v67.2h144v144h70.4v-144h144zM0 896v-896h1024v896h-1024zM320 64h-256v192h256v-192zM640 64h-256v192h256v-192zM960 64h-256v192h256v-192zM960 316.8h-896v451.2h896v-451.2z" />\r
+<glyph unicode="" glyph-name="tableinsertrowafter" d="M332.8 323.2h144v144h70.4v-144h144v-67.2h-144v-144h-70.4v144h-144zM0 896v-896h1024v896h-1024zM384 768h256v-192h-256v192zM64 768h256v-192h-256v192zM960 64h-896v451.2h896v-451.2zM960 576h-256v192h256v-192z" />\r
+<glyph unicode="" glyph-name="tablesplitcells" d="M0 896v-896h1024v896h-1024zM384 768h256v-192h-256v192zM320 64h-256v192h256v-192zM320 320h-256v192h256v-192zM320 576h-256v192h256v-192zM960 64h-576v448h576v-448zM960 576h-256v192h256v-192zM864 156.8l-60.8-60.8-131.2 131.2-131.2-131.2-60.8 60.8 131.2 131.2-131.2 131.2 60.8 60.8 131.2-131.2 131.2 131.2 60.8-60.8-131.2-131.2z" />\r
+<glyph unicode="" glyph-name="tabledelete" d="M0 896h1024v-896h-1024v896zM60.8 768v-704h899.2v704h-899.2zM809.6 211.2l-96-96-204.8 204.8-204.8-204.8-96 96 204.8 204.8-204.8 204.8 96 96 204.8-204.8 204.8 204.8 96-96-204.8-204.8z" />\r
+<glyph unicode="" glyph-name="tableleftheader" d="M0 896v-832h1024v832h-1024zM640 128h-256v192h256v-192zM640 384h-256v192h256v-192zM640 640h-256v192h256v-192zM960 128h-256v192h256v-192zM960 384h-256v192h256v-192zM960 640h-256v192h256v-192z" />\r
+<glyph unicode="" glyph-name="tabletopheader" d="M0 896v-832h1024v832h-1024zM320 128h-256v192h256v-192zM320 384h-256v192h256v-192zM640 128h-256v192h256v-192zM640 384h-256v192h256v-192zM960 128h-256v192h256v-192zM960 384h-256v192h256v-192z" />\r
+<glyph unicode="" glyph-name="tabledeleterow" d="M886.4 572.8l-156.8-156.8 160-160-76.8-76.8-160 160-156.8-156.8-76.8 73.6 160 160-163.2 163.2 76.8 76.8 163.2-163.2 156.8 156.8 73.6-76.8zM0 896v-896h1024v896h-1024zM960 576h-22.4l-64-64h86.4v-192h-89.6l64-64h25.6v-192h-896v192h310.4l64 64h-374.4v192h371.2l-64 64h-307.2v192h896v-192z" />\r
+<glyph unicode="" glyph-name="tabledeletecol" d="M320 499.2l64-64v-12.8l-64-64v140.8zM640 422.4l64-64v137.6l-64-64v-9.6zM1024 896v-896h-1024v896h1024zM960 768h-256v-51.2l-12.8 12.8-51.2-51.2v89.6h-256v-89.6l-51.2 51.2-12.8-12.8v51.2h-256v-704h256v118.4l35.2-35.2 28.8 28.8v-115.2h256v115.2l48-48 16 16v-83.2h256v707.2zM672 662.4l-156.8-156.8-163.2 163.2-76.8-76.8 163.2-163.2-156.8-156.8 76.8-76.8 156.8 156.8 160-160 76.8 76.8-160 160 156.8 156.8-76.8 76.8z" />\r
+<glyph unicode="" glyph-name="a11y" d="M960 704v64l-448-128-448 128v-64l320-128v-256l-128-448h64l192 448 192-448h64l-128 448v256zM416 800q0 40 28 68t68 28 68-28 28-68-28-68-68-28-68 28-28 68z" />\r
+<glyph unicode="" glyph-name="toc" d="M0 896h128v-128h-128v128zM192 896h832v-128h-832v128zM0 512h128v-128h-128v128zM192 512h832v-128h-832v128zM0 128h128v-128h-128v128zM192 128h832v-128h-832v128zM192 704h128v-128h-128v128zM384 704h640v-128h-640v128zM192 320h128v-128h-128v128zM384 320h640v-128h-640v128z" />\r
+<glyph unicode="" glyph-name="fill" d="M521.6 915.2l-67.2-67.2-86.4 86.4-86.4-86.4 86.4-86.4-368-368 432-432 518.4 518.4-428.8 435.2zM435.2 134.4l-262.4 262.4 35.2 35.2 576 51.2-348.8-348.8zM953.6 409.6c-6.4-6.4-16-16-28.8-32-28.8-32-41.6-64-41.6-89.6v0 0 0 0 0 0 0c0-16 6.4-35.2 22.4-48 12.8-12.8 32-22.4 48-22.4s35.2 6.4 48 22.4 22.4 32 22.4 48v0 0 0 0 0 0 0c0 25.6-12.8 54.4-41.6 89.6-9.6 16-22.4 25.6-28.8 32v0z" />\r
+<glyph unicode="" glyph-name="borderwidth" d="M0 265.6h1024v-128h-1024v128zM0 32h1024v-64h-1024v64zM0 566.4h1024v-192h-1024v192zM0 928h1024v-256h-1024v256z" />\r
+<glyph unicode="" glyph-name="line" d="M739.2 627.2l-502.4-502.4h-185.6v185.6l502.4 502.4 185.6-185.6zM803.2 688l-185.6 185.6 67.2 67.2c22.4 22.4 54.4 22.4 76.8 0l108.8-108.8c22.4-22.4 22.4-54.4 0-76.8l-67.2-67.2zM41.6 48h940.8v-112h-940.8v112z" />\r
+<glyph unicode="" glyph-name="count" d="M0 480h1024v-64h-1024v64zM304 912v-339.2h-67.2v272h-67.2v67.2zM444.8 694.4v-54.4h134.4v-67.2h-201.6v153.6l134.4 64v54.4h-134.4v67.2h201.6v-153.6zM854.4 912v-339.2h-204.8v67.2h137.6v67.2h-137.6v70.4h137.6v67.2h-137.6v67.2zM115.2 166.4c3.2 57.6 38.4 83.2 108.8 83.2 38.4 0 67.2-9.6 86.4-25.6s25.6-35.2 25.6-70.4v-112c0-25.6 0-28.8 9.6-41.6h-73.6c-3.2 9.6-3.2 9.6-6.4 19.2-22.4-19.2-41.6-25.6-70.4-25.6-54.4 0-89.6 32-89.6 76.8s28.8 70.4 99.2 80l38.4 6.4c16 3.2 22.4 6.4 22.4 16 0 12.8-12.8 22.4-38.4 22.4s-41.6-9.6-44.8-28.8h-67.2zM262.4 115.2c-6.4-3.2-12.8-6.4-25.6-6.4l-25.6-6.4c-25.6-6.4-38.4-16-38.4-28.8 0-16 12.8-25.6 35.2-25.6s41.6 9.6 54.4 32v35.2zM390.4 336h73.6v-112c22.4 16 41.6 22.4 67.2 22.4 64 0 105.6-51.2 105.6-124.8 0-76.8-44.8-134.4-108.8-134.4-32 0-48 9.6-67.2 35.2v-28.8h-70.4v342.4zM460.8 121.6c0-41.6 22.4-70.4 51.2-70.4s51.2 28.8 51.2 70.4c0 44.8-19.2 70.4-51.2 70.4-28.8 0-51.2-28.8-51.2-70.4zM851.2 153.6c-3.2 22.4-19.2 35.2-44.8 35.2-32 0-51.2-25.6-51.2-70.4 0-48 19.2-73.6 51.2-73.6 25.6 0 41.6 12.8 44.8 41.6l70.4-3.2c-9.6-60.8-54.4-96-118.4-96-73.6 0-121.6 51.2-121.6 128 0 80 48 131.2 124.8 131.2 64 0 108.8-35.2 112-96h-67.2z" />\r
+<glyph unicode="" glyph-name="reload" d="M889.68 793.68c-93.608 102.216-228.154 166.32-377.68 166.32-282.77 0-512-229.23-512-512h96c0 229.75 186.25 416 416 416 123.020 0 233.542-53.418 309.696-138.306l-149.696-149.694h352v352l-134.32-134.32zM928 448c0-229.75-186.25-416-416-416-123.020 0-233.542 53.418-309.694 138.306l149.694 149.694h-352v-352l134.32 134.32c93.608-102.216 228.154-166.32 377.68-166.32 282.77 0 512 229.23 512 512h-96z" />\r
+<glyph unicode="" glyph-name="translate" d="M553.6 304l-118.4 118.4c80 89.6 137.6 195.2 172.8 304h137.6v92.8h-326.4v92.8h-92.8v-92.8h-326.4v-92.8h518.4c-32-89.6-80-176-147.2-249.6-44.8 48-80 99.2-108.8 156.8h-92.8c35.2-76.8 80-147.2 137.6-211.2l-236.8-233.6 67.2-67.2 233.6 233.6 144-144c3.2 0 38.4 92.8 38.4 92.8zM816 540.8h-92.8l-208-560h92.8l51.2 140.8h220.8l51.2-140.8h92.8l-208 560zM691.2 214.4l76.8 201.6 76.8-201.6h-153.6z" />\r
+<glyph unicode="" glyph-name="drag" d="M576 896h128v-128h-128v128zM576 640h128v-128h-128v128zM320 640h128v-128h-128v128zM576 384h128v-128h-128v128zM320 384h128v-128h-128v128zM320 128h128v-128h-128v128zM576 128h128v-128h-128v128zM320 896h128v-128h-128v128z" />\r
+<glyph unicode="" glyph-name="home" d="M1024 369.556l-512 397.426-512-397.428v162.038l512 397.426 512-397.428zM896 384v-384h-256v256h-256v-256h-256v384l384 288z" />\r
+<glyph unicode="" glyph-name="books" d="M576.234 670.73l242.712 81.432 203.584-606.784-242.712-81.432zM0 64h256v704h-256v-704zM64 640h128v-64h-128v64zM320 64h256v704h-256v-704zM384 640h128v-64h-128v64z" />\r
+<glyph unicode="" glyph-name="upload" d="M839.432 760.57c27.492-27.492 50.554-78.672 55.552-120.57h-318.984v318.984c41.898-4.998 93.076-28.060 120.568-55.552l142.864-142.862zM512 576v384h-368c-44 0-80-36-80-80v-864c0-44 36-80 80-80h672c44 0 80 36 80 80v560h-384zM576 192v-192h-192v192h-160l256 256 256-256h-160z" />\r
+<glyph unicode="" glyph-name="editimage" d="M768 416v-352h-640v640h352l128 128h-512c-52.8 0-96-43.2-96-96v-704c0-52.8 43.2-96 96-96h704c52.798 0 96 43.2 96 96v512l-128-128zM864 960l-608-608v-160h160l608 608c0 96-64 160-160 160zM416 320l-48 48 480 480 48-48-480-480z" />\r
+<glyph unicode="" glyph-name="bubble" d="M928 896h-832c-52.8 0-96-43.2-96-96v-512c0-52.8 43.2-96 96-96h160v-256l307.2 256h364.8c52.8 0 96 43.2 96 96v512c0 52.8-43.2 96-96 96zM896 320h-379.142l-196.858-174.714v174.714h-192v448h768v-448z" />\r
+<glyph unicode="" glyph-name="user" d="M622.826 257.264c-22.11 3.518-22.614 64.314-22.614 64.314s64.968 64.316 79.128 150.802c38.090 0 61.618 91.946 23.522 124.296 1.59 34.054 48.96 267.324-190.862 267.324s-192.45-233.27-190.864-267.324c-38.094-32.35-14.57-124.296 23.522-124.296 14.158-86.486 79.128-150.802 79.128-150.802s-0.504-60.796-22.614-64.314c-71.22-11.332-337.172-128.634-337.172-257.264h896c0 128.63-265.952 245.932-337.174 257.264z" />\r
+<glyph unicode="" glyph-name="lock" d="M592 512h-16v192c0 105.87-86.13 192-192 192h-128c-105.87 0-192-86.13-192-192v-192h-16c-26.4 0-48-21.6-48-48v-480c0-26.4 21.6-48 48-48h544c26.4 0 48 21.6 48 48v480c0 26.4-21.6 48-48 48zM192 704c0 35.29 28.71 64 64 64h128c35.29 0 64-28.71 64-64v-192h-256v192z" />\r
+<glyph unicode="" glyph-name="unlock" d="M768 896c105.87 0 192-86.13 192-192v-192h-128v192c0 35.29-28.71 64-64 64h-128c-35.29 0-64-28.71-64-64v-192h16c26.4 0 48-21.6 48-48v-480c0-26.4-21.6-48-48-48h-544c-26.4 0-48 21.6-48 48v480c0 26.4 21.6 48 48 48h400v192c0 105.87 86.13 192 192 192h128z" />\r
+<glyph unicode="" glyph-name="settings" d="M448 832v16c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-192v-128h192v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h576v128h-576zM256 704v128h128v-128h-128zM832 528c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-576v-128h576v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h192v128h-192v16zM640 384v128h128v-128h-128zM448 208c0 26.4-21.6 48-48 48h-160c-26.4 0-48-21.6-48-48v-16h-192v-128h192v-16c0-26.4 21.6-48 48-48h160c26.4 0 48 21.6 48 48v16h576v128h-576v16zM256 64v128h128v-128h-128z" />\r
+<glyph unicode="" glyph-name="remove2" d="M192-64h640l64 704h-768zM640 832v128h-256v-128h-320v-192l64 64h768l64-64v192h-320zM576 832h-128v64h128v-64z" />\r
+<glyph unicode="" glyph-name="menu" d="M384 896h256v-256h-256zM384 576h256v-256h-256zM384 256h256v-256h-256z" />\r
+<glyph unicode="" glyph-name="warning" d="M1009.956 44.24l-437.074 871.112c-16.742 29.766-38.812 44.648-60.882 44.648s-44.14-14.882-60.884-44.648l-437.074-871.112c-33.486-59.532-5-108.24 63.304-108.24h869.308c68.302 0 96.792 48.708 63.302 108.24zM512 64c-35.346 0-64 28.654-64 64 0 35.348 28.654 64 64 64 35.348 0 64-28.652 64-64 0-35.346-28.652-64-64-64zM556 256h-88l-20 256c0 35.346 28.654 64 64 64s64-28.654 64-64l-20-256z" />\r
+<glyph unicode="" glyph-name="question" d="M448 256h128v-128h-128zM704 704c35.346 0 64-28.654 64-64v-192l-192-128h-128v64l192 128v64h-320v128h384zM512 864c-111.118 0-215.584-43.272-294.156-121.844s-121.844-183.038-121.844-294.156c0-111.118 43.272-215.584 121.844-294.156s183.038-121.844 294.156-121.844c111.118 0 215.584 43.272 294.156 121.844s121.844 183.038 121.844 294.156c0 111.118-43.272 215.584-121.844 294.156s-183.038 121.844-294.156 121.844zM512 960v0c282.77 0 512-229.23 512-512s-229.23-512-512-512c-282.77 0-512 229.23-512 512s229.23 512 512 512z" />\r
+<glyph unicode="" glyph-name="pluscircle" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM512 64c-212.078 0-384 171.922-384 384s171.922 384 384 384c212.078 0 384-171.922 384-384s-171.922-384-384-384zM768 384h-192v-192h-128v192h-192v128h192v192h128v-192h192z" />\r
+<glyph unicode="" glyph-name="info" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM448 768h128v-128h-128v128zM640 128h-256v64h64v256h-64v64h192v-320h64v-64z" />\r
+<glyph unicode="" glyph-name="notice" d="M1024 224l-288 736h-448l-288-288v-448l288-288h448l288 288v448l-288 288zM576 128h-128v128h128v-128zM576 384h-128v384h128v-384z" />\r
+<glyph unicode="" glyph-name="drop" d="M864.626 486.838c-65.754 183.44-205.11 348.15-352.626 473.162-147.516-125.012-286.87-289.722-352.626-473.162-40.664-113.436-44.682-236.562 12.584-345.4 65.846-125.14 198.632-205.438 340.042-205.438s274.196 80.298 340.040 205.44c57.27 108.838 53.25 231.962 12.586 345.398zM738.764 201.044c-43.802-83.252-132.812-137.044-226.764-137.044-55.12 0-108.524 18.536-152.112 50.652 13.242-1.724 26.632-2.652 40.112-2.652 117.426 0 228.668 67.214 283.402 171.242 44.878 85.292 40.978 173.848 23.882 244.338 14.558-28.15 26.906-56.198 36.848-83.932 22.606-63.062 40.024-156.34-5.368-242.604z" />\r
+<glyph unicode="" glyph-name="minus" d="M0 544v-192c0-17.672 14.328-32 32-32h960c17.672 0 32 14.328 32 32v192c0 17.672-14.328 32-32 32h-960c-17.672 0-32-14.328-32-32z" />\r
+<glyph unicode="" glyph-name="plus" d="M992 576h-352v352c0 17.672-14.328 32-32 32h-192c-17.672 0-32-14.328-32-32v-352h-352c-17.672 0-32-14.328-32-32v-192c0-17.672 14.328-32 32-32h352v-352c0-17.672 14.328-32 32-32h192c17.672 0 32 14.328 32 32v352h352c17.672 0 32 14.328 32 32v192c0 17.672-14.328 32-32 32z" />\r
+<glyph unicode="" glyph-name="arrowup" d="M0 320l192-192 320 320 320-320 192 192-511.998 512z" />\r
+<glyph unicode="" glyph-name="arrowright" d="M384 960l-192-192 320-320-320-320 192-192 512 512z" />\r
+<glyph unicode="" glyph-name="arrowdown" d="M1024 576l-192 192-320-320-320 320-192-192 512-511.998z" />\r
+<glyph unicode="" glyph-name="arrowup2" d="M768 320l-256 256-256-256z" />\r
+<glyph unicode="" glyph-name="arrowdown2" d="M256 576l256-256 256 256z" />\r
+<glyph unicode="" glyph-name="menu2" d="M256 704l256-256 256 256zM255.996 384.004l256-256 256 256z" />\r
+<glyph unicode="" glyph-name="newtab" d="M704 384l128 128v-512h-768v768h512l-128-128h-256v-512h512zM960 896v-352l-130.744 130.744-354.746-354.744h-90.51v90.512l354.744 354.744-130.744 130.744z" />\r
+<glyph unicode="" glyph-name="rotateleft" d="M607.998 831.986c-212.070 0-383.986-171.916-383.986-383.986h-191.994l246.848-246.848 246.848 246.848h-191.994c0 151.478 122.798 274.276 274.276 274.276 151.48 0 274.276-122.798 274.276-274.276 0-151.48-122.796-274.276-274.276-274.276v-109.71c212.070 0 383.986 171.916 383.986 383.986s-171.916 383.986-383.986 383.986z" />\r
+<glyph unicode="" glyph-name="rotateright" d="M416.002 831.986c212.070 0 383.986-171.916 383.986-383.986h191.994l-246.848-246.848-246.848 246.848h191.994c0 151.478-122.798 274.276-274.276 274.276-151.48 0-274.276-122.798-274.276-274.276 0-151.48 122.796-274.276 274.276-274.276v-109.71c-212.070 0-383.986 171.916-383.986 383.986s171.916 383.986 383.986 383.986z" />\r
+<glyph unicode="" glyph-name="flipv" d="M0 576h1024v384zM1024 0v384h-1024z" />\r
+<glyph unicode="" glyph-name="fliph" d="M576 960v-1024h384zM0-64h384v1024z" />\r
+<glyph unicode="" glyph-name="zoomin" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384s171.922-384 384-384c95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256zM448 768h-128v-128h-128v-128h128v-128h128v128h128v128h-128z" />\r
+<glyph unicode="" glyph-name="zoomout" d="M992.262 88.604l-242.552 206.294c-25.074 22.566-51.89 32.926-73.552 31.926 57.256 67.068 91.842 154.078 91.842 249.176 0 212.078-171.922 384-384 384-212.076 0-384-171.922-384-384s171.922-384 384-384c95.098 0 182.108 34.586 249.176 91.844-1-21.662 9.36-48.478 31.926-73.552l206.294-242.552c35.322-39.246 93.022-42.554 128.22-7.356s31.892 92.898-7.354 128.22zM384 320c-141.384 0-256 114.616-256 256s114.616 256 256 256 256-114.616 256-256-114.614-256-256-256zM192 640h384v-128h-384z" />\r
+<glyph unicode="" glyph-name="sharpen" d="M768 832h-512l-256-256 512-576 512 576-256 256zM512 181.334v2.666h-2.37l-14.222 16h16.592v16h-30.814l-14.222 16h45.036v16h-59.258l-14.222 16h73.48v16h-87.704l-14.222 16h101.926v16h-116.148l-14.222 16h130.37v16h-144.592l-14.222 16h158.814v16h-173.038l-14.222 16h187.26v16h-201.482l-14.222 16h215.704v16h-229.926l-14.222 16h244.148v16h-258.372l-14.222 16h272.594v16h-286.816l-14.222 16h301.038v16h-315.26l-14.222 16h329.482v16h-343.706l-7.344 8.262 139.072 139.072h211.978v-3.334h215.314l16-16h-231.314v-16h247.314l16-16h-263.314v-16h279.314l16-16h-295.314v-16h311.314l16-16h-327.314v-16h343.312l7.738-7.738-351.050-394.928z" />\r
+<glyph unicode="" glyph-name="options" d="M64 768h896v-192h-896zM64 512h896v-192h-896zM64 256h896v-192h-896z" />\r
+<glyph unicode="" glyph-name="sun" d="M512 128c35.346 0 64-28.654 64-64v-64c0-35.346-28.654-64-64-64s-64 28.654-64 64v64c0 35.346 28.654 64 64 64zM512 768c-35.346 0-64 28.654-64 64v64c0 35.346 28.654 64 64 64s64-28.654 64-64v-64c0-35.346-28.654-64-64-64zM960 512c35.346 0 64-28.654 64-64s-28.654-64-64-64h-64c-35.348 0-64 28.654-64 64s28.652 64 64 64h64zM192 448c0-35.346-28.654-64-64-64h-64c-35.346 0-64 28.654-64 64s28.654 64 64 64h64c35.346 0 64-28.654 64-64zM828.784 221.726l45.256-45.258c24.992-24.99 24.992-65.516 0-90.508-24.994-24.992-65.518-24.992-90.51 0l-45.256 45.256c-24.992 24.99-24.992 65.516 0 90.51 24.994 24.992 65.518 24.992 90.51 0zM195.216 674.274l-45.256 45.256c-24.994 24.994-24.994 65.516 0 90.51s65.516 24.994 90.51 0l45.256-45.256c24.994-24.994 24.994-65.516 0-90.51s-65.516-24.994-90.51 0zM828.784 674.274c-24.992-24.992-65.516-24.992-90.51 0-24.992 24.994-24.992 65.516 0 90.51l45.256 45.254c24.992 24.994 65.516 24.994 90.51 0 24.992-24.994 24.992-65.516 0-90.51l-45.256-45.254zM195.216 221.726c24.992 24.992 65.518 24.992 90.508 0 24.994-24.994 24.994-65.52 0-90.51l-45.254-45.256c-24.994-24.992-65.516-24.992-90.51 0s-24.994 65.518 0 90.508l45.256 45.258zM512 704c-141.384 0-256-114.616-256-256 0-141.382 114.616-256 256-256 141.382 0 256 114.618 256 256 0 141.384-114.616 256-256 256zM512 288c-88.366 0-160 71.634-160 160s71.634 160 160 160 160-71.634 160-160-71.634-160-160-160z" />\r
+<glyph unicode="" glyph-name="moon" d="M715.812 895.52c-60.25 34.784-124.618 55.904-189.572 64.48 122.936-160.082 144.768-384.762 37.574-570.42-107.2-185.67-312.688-279.112-512.788-252.68 39.898-51.958 90.376-97.146 150.628-131.934 245.908-141.974 560.37-57.72 702.344 188.198 141.988 245.924 57.732 560.372-188.186 702.356z" />\r
+<glyph unicode="" glyph-name="contrast" d="M512 960c-282.77 0-512-229.23-512-512s229.23-512 512-512 512 229.23 512 512-229.23 512-512 512zM128 448c0 212.078 171.922 384 384 384v-768c-212.078 0-384 171.922-384 384z" />\r
+<glyph unicode="" glyph-name="remove22" d="M893.254 738.746l-90.508 90.508-290.746-290.744-290.746 290.744-90.508-90.506 290.746-290.748-290.746-290.746 90.508-90.508 290.746 290.746 290.746-290.746 90.508 90.51-290.744 290.744z" />\r
+<glyph unicode="" glyph-name="arrowleft" d="M672-64l192 192-320 320 320 320-192 192-512-512z" />\r
+<glyph unicode="" glyph-name="resize2" d="M0 896v-384c0-35.346 28.654-64 64-64s64 28.654 64 64v229.488l677.488-677.488h-229.488c-35.346 0-64-28.652-64-64 0-35.346 28.654-64 64-64h384c35.346 0 64 28.654 64 64v384c0 35.348-28.654 64-64 64s-64-28.652-64-64v-229.488l-677.488 677.488h229.488c35.346 0 64 28.654 64 64s-28.652 64-64 64h-384c-35.346 0-64-28.654-64-64z" />\r
+<glyph unicode="" glyph-name="crop" d="M832 704l192 192-64 64-192-192h-448v192h-128v-192h-192v-128h192v-512h512v-192h128v192h192v128h-192v448zM320 640h320l-320-320v320zM384 256l320 320v-320h-320z" />\r
</font></defs></svg>
\ No newline at end of file
-.tinymce-mobile-outer-container{all:initial;display:block}.tinymce-mobile-outer-container *{-webkit-box-sizing:initial;box-sizing:initial;line-height:1;margin:0;padding:0;border:0;outline:0;text-shadow:none;float:none;white-space:nowrap;cursor:inherit;-webkit-tap-highlight-color:transparent}.tinymce-mobile-icon-arrow-back:before{content:"\e5cd"}.tinymce-mobile-icon-image:before{content:"\e412"}.tinymce-mobile-icon-cancel-circle:before{content:"\e5c9"}.tinymce-mobile-icon-full-dot:before{content:"\e061"}.tinymce-mobile-icon-align-center:before{content:"\e234"}.tinymce-mobile-icon-align-left:before{content:"\e236"}.tinymce-mobile-icon-align-right:before{content:"\e237"}.tinymce-mobile-icon-bold:before{content:"\e238"}.tinymce-mobile-icon-italic:before{content:"\e23f"}.tinymce-mobile-icon-unordered-list:before{content:"\e241"}.tinymce-mobile-icon-ordered-list:before{content:"\e242"}.tinymce-mobile-icon-font-size:before{content:"\e245"}.tinymce-mobile-icon-underline:before{content:"\e249"}.tinymce-mobile-icon-link:before{content:"\e157"}.tinymce-mobile-icon-unlink:before{content:"\eca2"}.tinymce-mobile-icon-color:before{content:"\e891"}.tinymce-mobile-icon-previous:before{content:"\e314"}.tinymce-mobile-icon-next:before{content:"\e315"}.tinymce-mobile-icon-large-font:before,.tinymce-mobile-icon-style-formats:before{content:"\e264"}.tinymce-mobile-icon-undo:before{content:"\e166"}.tinymce-mobile-icon-redo:before{content:"\e15a"}.tinymce-mobile-icon-removeformat:before{content:"\e239"}.tinymce-mobile-icon-small-font:before{content:"\e906"}.tinymce-mobile-icon-readonly-back:before,.tinymce-mobile-format-matches:after{content:"\e5ca"}.tinymce-mobile-icon-small-heading:before{content:"small"}.tinymce-mobile-icon-large-heading:before{content:"large"}.tinymce-mobile-icon-small-heading:before,.tinymce-mobile-icon-large-heading:before{font-family:sans-serif;font-size:80%}.tinymce-mobile-mask-edit-icon:before{content:"\e254"}.tinymce-mobile-icon-back:before{content:"\e5c4"}.tinymce-mobile-icon-heading:before{content:"Headings";font-family:sans-serif;font-weight:bold;font-size:80%}.tinymce-mobile-icon-h1:before{content:"H1";font-weight:bold}.tinymce-mobile-icon-h2:before{content:"H2";font-weight:bold}.tinymce-mobile-icon-h3:before{content:"H3";font-weight:bold}.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:absolute;width:100%;height:100%;top:0;background:rgba(51,51,51,0.5)}.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-border-radius:50%;border-radius:50%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-family:sans-serif;font-size:1em}.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container .mixin-menu-item{-webkit-border-radius:50%;border-radius:50%;width:2.1em;height:2.1em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container .tinymce-mobile-content-tap-section{font-size:1em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-device-width:700px){.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container .tinymce-mobile-content-tap-section{font-size:1.2em}}.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container .tinymce-mobile-content-tap-section .tinymce-mobile-mask-tap-icon{-webkit-border-radius:50%;border-radius:50%;width:2.1em;height:2.1em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#4682B4;background-color:white}.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container .tinymce-mobile-content-tap-section .tinymce-mobile-mask-tap-icon:before{font-family:'tinymce-mobile';content:"\e900"}.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container .tinymce-mobile-content-tap-section:not(.tinymce-mobile-mask-tap-icon-selected) .tinymce-mobile-mask-tap-icon{z-index:2}.tinymce-mobile-android-container.tinymce-mobile-android-maximized{position:fixed;top:0;bottom:0;left:0;right:0;border:none;background:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.tinymce-mobile-android-container:not(.tinymce-mobile-android-maximized){position:relative}.tinymce-mobile-android-container .tinymce-mobile-editor-socket{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.tinymce-mobile-android-container .tinymce-mobile-editor-socket iframe{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;height:auto !important;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.tinymce-mobile-android-scroll-reload{overflow:hidden}:not(.tinymce-mobile-readonly-mode)>.tinymce-mobile-android-selection-context-toolbar{margin-top:23px}.tinymce-mobile-toolstrip{background:#eceff1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;z-index:1;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:100%;height:2.5em;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#455a64}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group:first-of-type,.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group:last-of-type{background:#4682B4;color:#eceff1}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group>div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group.tinymce-mobile-exit-container{background:#f44336}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group.tinymce-mobile-toolbar-scrollable-group{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group .tinymce-mobile-toolbar-group-item{padding-left:.5em;padding-right:.5em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group .tinymce-mobile-toolbar-group-item.tinymce-mobile-toolbar-button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-left:2px;margin-right:2px;height:80%}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group .tinymce-mobile-toolbar-group-item.tinymce-mobile-toolbar-button.tinymce-mobile-toolbar-button-selected{background:#455a64;color:#b1bec6}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding-top:.4em;padding-bottom:.4em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;position:relative;width:100%;min-height:1.5em;padding-left:0;padding-right:0}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain{-webkit-transition:left cubic-bezier(.4, 0, 1, 1) .15s;transition:left cubic-bezier(.4, 0, 1, 1) .15s;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:100%}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen input{font-family:Sans-serif}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-input-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;position:relative}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-input-container .tinymce-mobile-input-container-x{position:absolute;right:0;color:#888;font-size:.6em;font-weight:bold;background:inherit;-webkit-border-radius:50%;border-radius:50%;border:none;-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;height:100%;padding-right:2px}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-input-container.tinymce-mobile-input-container-empty .tinymce-mobile-input-container-x{display:none}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-icon-previous,.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-icon-next{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-icon-previous:before,.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-icon-next:before{padding-left:.5em;padding-right:.5em;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-weight:bold}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-icon-previous.tinymce-mobile-toolbar-navigation-disabled:before,.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-icon-next.tinymce-mobile-toolbar-navigation-disabled:before{visibility:hidden}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-dot-item{margin:0 2px;font-size:10px;line-height:10px;padding-top:3px;color:#b1bec6}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-dot-item.tinymce-mobile-dot-active{color:#455a64}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;position:relative;padding:.28em 0;margin-left:10%;margin-right:10%}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-icon-large-font:before,.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-icon-large-heading:before{margin-right:.9em;margin-left:.5em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-icon-small-font:before,.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-icon-small-heading:before{margin-left:.9em;margin-right:.5em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider{margin-left:0;margin-right:0}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider .tinymce-mobile-slider-size-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider .tinymce-mobile-slider-size-container .tinymce-mobile-slider-size-line{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-top:.3em;margin-bottom:.3em;background:#b1bec6;height:.2em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider.tinymce-mobile-hue-slider-container{padding-left:2em;padding-right:2em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider.tinymce-mobile-hue-slider-container .tinymce-mobile-slider-gradient-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider.tinymce-mobile-hue-slider-container .tinymce-mobile-slider-gradient-container .tinymce-mobile-slider-gradient{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-top:.3em;margin-bottom:.3em;background:-webkit-gradient(linear, left top, right top, color-stop(0, #f00), color-stop(17%, #ff0), color-stop(33%, #0f0), color-stop(50%, #0ff), color-stop(67%, #00f), color-stop(83%, #f0f), to(#f00));background:-webkit-linear-gradient(left, #f00 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);background:linear-gradient(to right, #f00 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);height:.2em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider.tinymce-mobile-hue-slider-container .tinymce-mobile-hue-slider-black{background:black;width:1.2em;height:.2em;margin-top:.3em;margin-bottom:.3em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider.tinymce-mobile-hue-slider-container .tinymce-mobile-hue-slider-white{background:white;width:1.2em;height:.2em;margin-top:.3em;margin-bottom:.3em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider .tinymce-mobile-slider-thumb{position:absolute;height:.5em;width:.5em;left:-10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:auto;top:0;bottom:0;-webkit-transition:border 120ms cubic-bezier(.39, .58, .57, 1);transition:border 120ms cubic-bezier(.39, .58, .57, 1);background-color:#455a64;background-clip:padding-box;color:#eceff1;border:.5em solid rgba(136,136,136,0);-webkit-border-radius:3em;border-radius:3em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider .tinymce-mobile-slider-thumb.tinymce-mobile-thumb-active{border:.5em solid rgba(136,136,136,0.39)}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serializer-wrapper,.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group>div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serializer-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-toolbar-group-item:not(.tinymce-mobile-serialised-dialog){height:100%}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-toolbar-group-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-dot-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group input{padding-top:.1em;padding-bottom:.1em;padding-left:5px;font-size:.85em;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;background:#fff;border:none;-webkit-border-radius:0;border-radius:0;color:#455a64}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group input::-webkit-input-placeholder{color:#888}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group input:-ms-input-placeholder{color:#888}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group input::placeholder{color:#888}.tinymce-mobile-ios-container .tinymce-mobile-dropup:not(.tinymce-mobile-dropup-closed){min-height:200px}@media only screen and (orientation: landscape){.tinymce-mobile-dropup:not(.tinymce-mobile-dropup-closed){min-height:200px}}@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape){.tinymce-mobile-ios-container .tinymce-mobile-dropup:not(.tinymce-mobile-dropup-closed){min-height:150px}}.tinymce-mobile-dropup{background:white;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;overflow:hidden}.tinymce-mobile-dropup.tinymce-mobile-dropup-shrinking{-webkit-transition:height .3s ease-out;transition:height .3s ease-out}.tinymce-mobile-dropup.tinymce-mobile-dropup-growing{-webkit-transition:height .3s ease-in;transition:height .3s ease-in}.tinymce-mobile-dropup.tinymce-mobile-dropup-closed{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}.tinymce-mobile-dropup.tinymce-mobile-dropup-open:not(.tinymce-mobile-dropup-growing){-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.tinymce-mobile-styles-menu{overflow:hidden;outline:4px solid black;position:relative;width:100%;font-family:sans-serif}.tinymce-mobile-styles-menu [role="menu"]{height:100%;position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.tinymce-mobile-styles-menu [role="menu"].transitioning{-webkit-transition:-webkit-transform .5s ease-in-out;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out, -webkit-transform .5s ease-in-out}.tinymce-mobile-styles-menu .tinymce-mobile-styles-item{cursor:pointer;padding:1em 1em;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-bottom:1px solid #ddd;color:#455a64}.tinymce-mobile-styles-menu .tinymce-mobile-styles-collapser .tinymce-mobile-styles-collapse-icon:before{font-family:'tinymce-mobile';content:"\e314";color:#455a64}.tinymce-mobile-styles-menu .tinymce-mobile-styles-item.tinymce-mobile-styles-item-is-menu:after{font-family:'tinymce-mobile';content:"\e315";position:absolute;padding-left:1em;padding-right:1em;right:0;color:#455a64}.tinymce-mobile-styles-menu .tinymce-mobile-styles-item.tinymce-mobile-format-matches:after{font-family:'tinymce-mobile';position:absolute;padding-left:1em;padding-right:1em;right:0}.tinymce-mobile-styles-menu .tinymce-mobile-styles-separator,.tinymce-mobile-styles-menu .tinymce-mobile-styles-collapser{border-top:#455a64;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:2.5em;padding-left:1em;padding-right:1em;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#eceff1;color:#455a64}.tinymce-mobile-styles-menu [data-transitioning-destination="before"][data-transitioning-state],.tinymce-mobile-styles-menu [data-transitioning-state="before"]{-webkit-transform:translate(-100%);transform:translate(-100%)}.tinymce-mobile-styles-menu [data-transitioning-destination="current"][data-transitioning-state],.tinymce-mobile-styles-menu [data-transitioning-state="current"]{-webkit-transform:translate(0);transform:translate(0)}.tinymce-mobile-styles-menu [data-transitioning-destination="after"][data-transitioning-state],.tinymce-mobile-styles-menu [data-transitioning-state="after"]{-webkit-transform:translate(100%);transform:translate(100%)}@font-face{font-family:'tinymce-mobile';src:url('fonts/tinymce-mobile.woff?8x92w3') format('woff');font-weight:normal;font-style:normal}@media (min-device-width:700px){.tinymce-mobile-outer-container,.tinymce-mobile-outer-container input{font-size:25px}}@media (max-device-width:700px){.tinymce-mobile-outer-container,.tinymce-mobile-outer-container input{font-size:18px}}.tinymce-mobile-icon{font-family:'tinymce-mobile'}.mixin-flex-and-centre{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.mixin-flex-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}.tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket{overflow:hidden;height:300px}.tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-toolstrip{display:none}.tinymce-mobile-editor-socket .tinymce-mobile-mask-edit-icon{position:fixed;right:2em;bottom:1em;color:white;background-color:#4682B4;-webkit-border-radius:50%;border-radius:50%;width:2.1em;height:2.1em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:1em}@media only screen and (min-device-width:700px){.tinymce-mobile-editor-socket .tinymce-mobile-mask-edit-icon{font-size:1.2em}}input[type="file"]::-webkit-file-upload-button{display:none}@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape){.tinymce-mobile-ios-container .tinymce-mobile-editor-socket .tinymce-mobile-mask-edit-icon{bottom:50%}}
+.tinymce-mobile-outer-container{all:initial;display:block}.tinymce-mobile-outer-container *{-webkit-box-sizing:initial;box-sizing:initial;line-height:1;margin:0;padding:0;border:0;outline:0;text-shadow:none;float:none;white-space:nowrap;cursor:inherit;-webkit-tap-highlight-color:transparent}.tinymce-mobile-icon-arrow-back:before{content:"\e5cd"}.tinymce-mobile-icon-image:before{content:"\e412"}.tinymce-mobile-icon-cancel-circle:before{content:"\e5c9"}.tinymce-mobile-icon-full-dot:before{content:"\e061"}.tinymce-mobile-icon-align-center:before{content:"\e234"}.tinymce-mobile-icon-align-left:before{content:"\e236"}.tinymce-mobile-icon-align-right:before{content:"\e237"}.tinymce-mobile-icon-bold:before{content:"\e238"}.tinymce-mobile-icon-italic:before{content:"\e23f"}.tinymce-mobile-icon-unordered-list:before{content:"\e241"}.tinymce-mobile-icon-ordered-list:before{content:"\e242"}.tinymce-mobile-icon-font-size:before{content:"\e245"}.tinymce-mobile-icon-underline:before{content:"\e249"}.tinymce-mobile-icon-link:before{content:"\e157"}.tinymce-mobile-icon-unlink:before{content:"\eca2"}.tinymce-mobile-icon-color:before{content:"\e891"}.tinymce-mobile-icon-previous:before{content:"\e314"}.tinymce-mobile-icon-next:before{content:"\e315"}.tinymce-mobile-icon-large-font:before,.tinymce-mobile-icon-style-formats:before{content:"\e264"}.tinymce-mobile-icon-undo:before{content:"\e166"}.tinymce-mobile-icon-redo:before{content:"\e15a"}.tinymce-mobile-icon-removeformat:before{content:"\e239"}.tinymce-mobile-icon-small-font:before{content:"\e906"}.tinymce-mobile-icon-readonly-back:before,.tinymce-mobile-format-matches:after{content:"\e5ca"}.tinymce-mobile-icon-small-heading:before{content:"small"}.tinymce-mobile-icon-large-heading:before{content:"large"}.tinymce-mobile-icon-small-heading:before,.tinymce-mobile-icon-large-heading:before{font-family:sans-serif;font-size:80%}.tinymce-mobile-mask-edit-icon:before{content:"\e254"}.tinymce-mobile-icon-back:before{content:"\e5c4"}.tinymce-mobile-icon-heading:before{content:"Headings";font-family:sans-serif;font-weight:bold;font-size:80%}.tinymce-mobile-icon-h1:before{content:"H1";font-weight:bold}.tinymce-mobile-icon-h2:before{content:"H2";font-weight:bold}.tinymce-mobile-icon-h3:before{content:"H3";font-weight:bold}.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:absolute;width:100%;height:100%;top:0;background:rgba(51,51,51,0.5)}.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-border-radius:50%;border-radius:50%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;font-family:sans-serif;font-size:1em}.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container .mixin-menu-item{-webkit-border-radius:50%;border-radius:50%;width:2.1em;height:2.1em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container .tinymce-mobile-content-tap-section{font-size:1em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-device-width:700px){.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container .tinymce-mobile-content-tap-section{font-size:1.2em}}.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container .tinymce-mobile-content-tap-section .tinymce-mobile-mask-tap-icon{-webkit-border-radius:50%;border-radius:50%;width:2.1em;height:2.1em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;color:#4682B4;background-color:white}.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container .tinymce-mobile-content-tap-section .tinymce-mobile-mask-tap-icon:before{font-family:'tinymce-mobile';content:"\e900"}.tinymce-mobile-outer-container .tinymce-mobile-disabled-mask .tinymce-mobile-content-container .tinymce-mobile-content-tap-section:not(.tinymce-mobile-mask-tap-icon-selected) .tinymce-mobile-mask-tap-icon{z-index:2}.tinymce-mobile-android-container.tinymce-mobile-android-maximized{position:fixed;top:0;bottom:0;left:0;right:0;border:none;background:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.tinymce-mobile-android-container:not(.tinymce-mobile-android-maximized){position:relative}.tinymce-mobile-android-container .tinymce-mobile-editor-socket{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.tinymce-mobile-android-container .tinymce-mobile-editor-socket iframe{display:-webkit-box !important;display:-webkit-flex !important;display:-ms-flexbox !important;display:flex !important;height:auto !important;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.tinymce-mobile-android-scroll-reload{overflow:hidden}:not(.tinymce-mobile-readonly-mode)>.tinymce-mobile-android-selection-context-toolbar{margin-top:23px}.tinymce-mobile-toolstrip{background:#eceff1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;z-index:1;-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:100%;height:2.5em;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#455a64}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group:first-of-type,.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group:last-of-type{background:#4682B4;color:#eceff1}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group>div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group.tinymce-mobile-exit-container{background:#f44336}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group.tinymce-mobile-toolbar-scrollable-group{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group .tinymce-mobile-toolbar-group-item{padding-left:.5em;padding-right:.5em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group .tinymce-mobile-toolbar-group-item.tinymce-mobile-toolbar-button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-left:2px;margin-right:2px;height:80%}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar:not(.tinymce-mobile-context-toolbar) .tinymce-mobile-toolbar-group .tinymce-mobile-toolbar-group-item.tinymce-mobile-toolbar-button.tinymce-mobile-toolbar-button-selected{background:#455a64;color:#b1bec6}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding-top:.4em;padding-bottom:.4em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;position:relative;width:100%;min-height:1.5em;padding-left:0;padding-right:0}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain{-webkit-transition:left cubic-bezier(.4, 0, 1, 1) .15s;transition:left cubic-bezier(.4, 0, 1, 1) .15s;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;height:100%}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen input{font-family:Sans-serif}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-input-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;position:relative}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-input-container .tinymce-mobile-input-container-x{position:absolute;right:0;color:#888;font-size:.6em;font-weight:bold;background:inherit;-webkit-border-radius:50%;border-radius:50%;border:none;-webkit-align-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;height:100%;padding-right:2px}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-input-container.tinymce-mobile-input-container-empty .tinymce-mobile-input-container-x{display:none}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-icon-previous,.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-icon-next{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-icon-previous:before,.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-icon-next:before{padding-left:.5em;padding-right:.5em;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-weight:bold}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-icon-previous.tinymce-mobile-toolbar-navigation-disabled:before,.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serialised-dialog .tinymce-mobile-serialised-dialog-chain .tinymce-mobile-serialised-dialog-screen .tinymce-mobile-icon-next.tinymce-mobile-toolbar-navigation-disabled:before{visibility:hidden}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-dot-item{margin:0 2px;font-size:10px;line-height:10px;padding-top:3px;color:#b1bec6}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-dot-item.tinymce-mobile-dot-active{color:#455a64}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;position:relative;padding:.28em 0;margin-left:10%;margin-right:10%}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-icon-large-font:before,.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-icon-large-heading:before{margin-right:.9em;margin-left:.5em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-icon-small-font:before,.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-icon-small-heading:before{margin-left:.9em;margin-right:.5em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider{margin-left:0;margin-right:0}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider .tinymce-mobile-slider-size-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider .tinymce-mobile-slider-size-container .tinymce-mobile-slider-size-line{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-top:.3em;margin-bottom:.3em;background:#b1bec6;height:.2em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider.tinymce-mobile-hue-slider-container{padding-left:2em;padding-right:2em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider.tinymce-mobile-hue-slider-container .tinymce-mobile-slider-gradient-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:100%;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider.tinymce-mobile-hue-slider-container .tinymce-mobile-slider-gradient-container .tinymce-mobile-slider-gradient{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-top:.3em;margin-bottom:.3em;background:-webkit-gradient(linear, left top, right top, color-stop(0, #f00), color-stop(17%, #ff0), color-stop(33%, #0f0), color-stop(50%, #0ff), color-stop(67%, #00f), color-stop(83%, #f0f), to(#f00));background:-webkit-linear-gradient(left, #f00 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);background:linear-gradient(to right, #f00 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);height:.2em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider.tinymce-mobile-hue-slider-container .tinymce-mobile-hue-slider-black{background:black;width:1.2em;height:.2em;margin-top:.3em;margin-bottom:.3em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider.tinymce-mobile-hue-slider-container .tinymce-mobile-hue-slider-white{background:white;width:1.2em;height:.2em;margin-top:.3em;margin-bottom:.3em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider .tinymce-mobile-slider-thumb{position:absolute;height:.5em;width:.5em;left:-10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:auto;top:0;bottom:0;-webkit-transition:border 120ms cubic-bezier(.39, .58, .57, 1);transition:border 120ms cubic-bezier(.39, .58, .57, 1);background-color:#455a64;background-clip:padding-box;color:#eceff1;border:.5em solid rgba(136,136,136,0);-webkit-border-radius:3em;border-radius:3em}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-slider .tinymce-mobile-slider-thumb.tinymce-mobile-thumb-active{border:.5em solid rgba(136,136,136,0.39)}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serializer-wrapper,.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group>div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-serializer-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-toolbar-group-item:not(.tinymce-mobile-serialised-dialog){height:100%}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-toolbar-group-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group .tinymce-mobile-dot-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group input{padding-top:.1em;padding-bottom:.1em;padding-left:5px;font-size:.85em;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;background:#fff;border:none;-webkit-border-radius:0;border-radius:0;color:#455a64}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group input::-webkit-input-placeholder{color:#888}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group input:-ms-input-placeholder{color:#888}.tinymce-mobile-toolstrip .tinymce-mobile-toolbar.tinymce-mobile-context-toolbar .tinymce-mobile-toolbar-group input::placeholder{color:#888}.tinymce-mobile-ios-container .tinymce-mobile-dropup:not(.tinymce-mobile-dropup-closed){min-height:200px}@media only screen and (orientation: landscape){.tinymce-mobile-dropup:not(.tinymce-mobile-dropup-closed){min-height:200px}}@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape){.tinymce-mobile-ios-container .tinymce-mobile-dropup:not(.tinymce-mobile-dropup-closed){min-height:150px}}.tinymce-mobile-dropup{background:white;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;overflow:hidden}.tinymce-mobile-dropup.tinymce-mobile-dropup-shrinking{-webkit-transition:height .3s ease-out;transition:height .3s ease-out}.tinymce-mobile-dropup.tinymce-mobile-dropup-growing{-webkit-transition:height .3s ease-in;transition:height .3s ease-in}.tinymce-mobile-dropup.tinymce-mobile-dropup-closed{-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow:0}.tinymce-mobile-dropup.tinymce-mobile-dropup-open:not(.tinymce-mobile-dropup-growing){-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.tinymce-mobile-styles-menu{overflow:hidden;outline:4px solid black;position:relative;width:100%;font-family:sans-serif}.tinymce-mobile-styles-menu [role="menu"]{height:100%;position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%}.tinymce-mobile-styles-menu [role="menu"].transitioning{-webkit-transition:-webkit-transform .5s ease-in-out;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out, -webkit-transform .5s ease-in-out}.tinymce-mobile-styles-menu .tinymce-mobile-styles-item{cursor:pointer;padding:1em 1em;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-bottom:1px solid #ddd;color:#455a64}.tinymce-mobile-styles-menu .tinymce-mobile-styles-collapser .tinymce-mobile-styles-collapse-icon:before{font-family:'tinymce-mobile';content:"\e314";color:#455a64}.tinymce-mobile-styles-menu .tinymce-mobile-styles-item.tinymce-mobile-styles-item-is-menu:after{font-family:'tinymce-mobile';content:"\e315";position:absolute;padding-left:1em;padding-right:1em;right:0;color:#455a64}.tinymce-mobile-styles-menu .tinymce-mobile-styles-item.tinymce-mobile-format-matches:after{font-family:'tinymce-mobile';position:absolute;padding-left:1em;padding-right:1em;right:0}.tinymce-mobile-styles-menu .tinymce-mobile-styles-separator,.tinymce-mobile-styles-menu .tinymce-mobile-styles-collapser{border-top:#455a64;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:2.5em;padding-left:1em;padding-right:1em;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:#eceff1;color:#455a64}.tinymce-mobile-styles-menu [data-transitioning-destination="before"][data-transitioning-state],.tinymce-mobile-styles-menu [data-transitioning-state="before"]{-webkit-transform:translate(-100%);transform:translate(-100%)}.tinymce-mobile-styles-menu [data-transitioning-destination="current"][data-transitioning-state],.tinymce-mobile-styles-menu [data-transitioning-state="current"]{-webkit-transform:translate(0);transform:translate(0)}.tinymce-mobile-styles-menu [data-transitioning-destination="after"][data-transitioning-state],.tinymce-mobile-styles-menu [data-transitioning-state="after"]{-webkit-transform:translate(100%);transform:translate(100%)}@font-face{font-family:'tinymce-mobile';src:url('fonts/tinymce-mobile.woff?8x92w3') format('woff');font-weight:normal;font-style:normal}@media (min-device-width:700px){.tinymce-mobile-outer-container,.tinymce-mobile-outer-container input{font-size:25px}}@media (max-device-width:700px){.tinymce-mobile-outer-container,.tinymce-mobile-outer-container input{font-size:18px}}.tinymce-mobile-icon{font-family:'tinymce-mobile'}.mixin-flex-and-centre{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.mixin-flex-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}.tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-editor-socket{overflow:hidden;height:300px}.tinymce-mobile-outer-container:not(.tinymce-mobile-fullscreen-maximized) .tinymce-mobile-toolstrip{display:none}.tinymce-mobile-editor-socket .tinymce-mobile-mask-edit-icon{position:fixed;right:2em;bottom:1em;color:white;background-color:#4682B4;-webkit-border-radius:50%;border-radius:50%;width:2.1em;height:2.1em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:1em}@media only screen and (min-device-width:700px){.tinymce-mobile-editor-socket .tinymce-mobile-mask-edit-icon{font-size:1.2em}}input[type="file"]::-webkit-file-upload-button{display:none}@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape){.tinymce-mobile-ios-container .tinymce-mobile-editor-socket .tinymce-mobile-mask-edit-icon{bottom:50%}}\r
/*# sourceMappingURL=skin.mobile.min.css.map */
\ No newline at end of file
-// 4.7.11 (2018-04-11)
+// 4.7.11 (2018-04-11)\r
!function(){"use strict";var e,t,n,r,o,i,a,u,s,c,l,f,d,m,p,g,h,v=function(e){return function(){return e}},V={noop:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t]},noarg:function(n){return function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return n()}},compose:function(n,r){return function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return n(r.apply(null,arguments))}},constant:v,identity:function(e){return e},tripleEquals:function(e,t){return e===t},curry:function(i){for(var e=[],t=1;t<arguments.length;t++)e[t-1]=arguments[t];for(var a=new Array(arguments.length-1),n=1;n<arguments.length;n++)a[n-1]=arguments[n];return function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];var o=a.concat(n);return i.apply(null,o)}},not:function(n){return function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];return!n.apply(null,arguments)}},die:function(e){return function(){throw new Error(e)}},apply:function(e){return e()},call:function(e){e()},never:v(!1),always:v(!0)},y=V.never,b=V.always,C=function(){return x},x=(r={fold:function(e,t){return e()},is:y,isSome:y,isNone:b,getOr:n=function(e){return e},getOrThunk:t=function(e){return e()},getOrDie:function(e){throw new Error(e||"error: getOrDie called on none.")},or:n,orThunk:t,map:C,ap:C,each:function(){},bind:C,flatten:C,exists:y,forall:b,filter:C,equals:e=function(e){return e.isNone()},equals_:e,toArray:function(){return[]},toString:V.constant("none()")},Object.freeze&&Object.freeze(r),r),w=function(n){var e=function(){return n},t=function(){return o},r=function(e){return e(n)},o={fold:function(e,t){return t(n)},is:function(e){return n===e},isSome:b,isNone:y,getOr:e,getOrThunk:e,getOrDie:e,or:t,orThunk:t,map:function(e){return w(e(n))},ap:function(e){return e.fold(C,function(e){return w(e(n))})},each:function(e){e(n)},bind:r,flatten:e,exists:r,forall:r,filter:function(e){return e(n)?o:x},equals:function(e){return e.is(n)},equals_:function(e,t){return e.fold(y,function(e){return t(n,e)})},toArray:function(){return[n]},toString:function(){return"some("+n+")"}};return o},A={some:w,none:C,from:function(e){return null===e||e===undefined?x:w(e)}},N=function(t){return function(e){return function(e){if(null===e)return"null";var t=typeof e;return"object"===t&&Array.prototype.isPrototypeOf(e)?"array":"object"===t&&String.prototype.isPrototypeOf(e)?"string":t}(e)===t}},E={isString:N("string"),isObject:N("object"),isArray:N("array"),isNull:N("null"),isBoolean:N("boolean"),isUndefined:N("undefined"),isFunction:N("function"),isNumber:N("number")},S=(o=Array.prototype.indexOf)===undefined?function(e,t){return O(e,t)}:function(e,t){return o.call(e,t)},k=function(e,t){return-1<S(e,t)},T=function(e,t){for(var n=e.length,r=new Array(n),o=0;o<n;o++){var i=e[o];r[o]=t(i,o,e)}return r},R=function(e,t){for(var n=0,r=e.length;n<r;n++)t(e[n],n,e)},B=function(e,t){for(var n=e.length-1;0<=n;n--)t(e[n],n,e)},_=function(e,t){for(var n=[],r=0,o=e.length;r<o;r++){var i=e[r];t(i,r,e)&&n.push(i)}return n},D=function(e,t){for(var n=0,r=e.length;n<r;n++)if(t(e[n],n,e))return A.some(n);return A.none()},O=function(e,t){for(var n=0,r=e.length;n<r;++n)if(e[n]===t)return n;return-1},P=Array.prototype.push,L=function(e){for(var t=[],n=0,r=e.length;n<r;++n){if(!Array.prototype.isPrototypeOf(e[n]))throw new Error("Arr.flatten item "+n+" was not an array, input: "+e);P.apply(t,e[n])}return t},I=function(e,t){for(var n=0,r=e.length;n<r;++n)if(!0!==t(e[n],n,e))return!1;return!0},M=Array.prototype.slice,F=E.isFunction(Array.from)?Array.from:function(e){return M.call(e)},H={map:T,each:R,eachr:B,partition:function(e,t){for(var n=[],r=[],o=0,i=e.length;o<i;o++){var a=e[o];(t(a,o,e)?n:r).push(a)}return{pass:n,fail:r}},filter:_,groupBy:function(e,t){if(0===e.length)return[];for(var n=t(e[0]),r=[],o=[],i=0,a=e.length;i<a;i++){var u=e[i],s=t(u);s!==n&&(r.push(o),o=[]),n=s,o.push(u)}return 0!==o.length&&r.push(o),r},indexOf:function(e,t){var n=S(e,t);return-1===n?A.none():A.some(n)},foldr:function(e,t,n){return B(e,function(e){n=t(n,e)}),n},foldl:function(e,t,n){return R(e,function(e){n=t(n,e)}),n},find:function(e,t){for(var n=0,r=e.length;n<r;n++){var o=e[n];if(t(o,n,e))return A.some(o)}return A.none()},findIndex:D,flatten:L,bind:function(e,t){var n=T(e,t);return L(n)},forall:I,exists:function(e,t){return D(e,t).isSome()},contains:k,equal:function(e,n){return e.length===n.length&&I(e,function(e,t){return e===n[t]})},reverse:function(e){var t=M.call(e,0);return t.reverse(),t},chunk:function(e,t){for(var n=[],r=0;r<e.length;r+=t){var o=e.slice(r,r+t);n.push(o)}return n},difference:function(e,t){return _(e,function(e){return!k(t,e)})},mapToObject:function(e,t){for(var n={},r=0,o=e.length;r<o;r++){var i=e[r];n[String(i)]=t(i,r)}return n},pure:function(e){return[e]},sort:function(e,t){var n=M.call(e,0);return n.sort(t),n},range:function(e,t){for(var n=[],r=0;r<e;r++)n.push(t(r));return n},head:function(e){return 0===e.length?A.none():A.some(e[0])},last:function(e){return 0===e.length?A.none():A.some(e[e.length-1])},from:F},z="undefined"!=typeof window?window:Function("return this;")(),U=function(e,t){for(var n=t!==undefined&&null!==t?t:z,r=0;r<e.length&&n!==undefined&&null!==n;++r)n=n[e[r]];return n},q=function(e,t){var n=e.split(".");return U(n,t)},j={getOrDie:function(e,t){var n=q(e,t);if(n===undefined||null===n)throw e+" not available on this browser";return n}},$=function(){return j.getOrDie("URL")},W={createObjectURL:function(e){return $().createObjectURL(e)},revokeObjectURL:function(e){$().revokeObjectURL(e)}},K=navigator,X=K.userAgent,Y=function(e){return"matchMedia"in window&&matchMedia(e).matches};d=/Android/.test(X),a=(a=!(i=/WebKit/.test(X))&&/MSIE/gi.test(X)&&/Explorer/gi.test(K.appName))&&/MSIE (\w+)\./.exec(X)[1],u=-1!==X.indexOf("Trident/")&&(-1!==X.indexOf("rv:")||-1!==K.appName.indexOf("Netscape"))&&11,s=-1!==X.indexOf("Edge/")&&!a&&!u&&12,a=a||u||s,c=!i&&!u&&/Gecko/.test(X),l=-1!==X.indexOf("Mac"),f=/(iPad|iPhone)/.test(X),m="FormData"in window&&"FileReader"in window&&"URL"in window&&!!W.createObjectURL,p=Y("only screen and (max-device-width: 480px)")&&(d||f),g=Y("only screen and (min-width: 800px)")&&(d||f),h=-1!==X.indexOf("Windows Phone"),s&&(i=!1);var G,J,Q,Z,ee,te,ne,re,oe,ie,ae,ue,se,ce,le,fe,de,me,pe,ge={opera:!1,webkit:i,ie:a,gecko:c,mac:l,iOS:f,android:d,contentEditable:!f||m||534<=parseInt(X.match(/AppleWebKit\/(\d*)/)[1],10),transparentSrc:"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",caretAfter:8!==a,range:window.getSelection&&"Range"in window,documentMode:a&&!s?document.documentMode||7:10,fileApi:m,ceFalse:!1===a||8<a,cacheSuffix:null,container:null,overrideViewPort:null,experimentalShadowDom:!1,canHaveCSP:!1===a||11<a,desktop:!p&&!g,windowsPhone:h},he=window.Promise?window.Promise:function(){function r(e,t){return function(){e.apply(t,arguments)}}var e=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)},i=function(e){if("object"!=typeof this)throw new TypeError("Promises must be constructed via new");if("function"!=typeof e)throw new TypeError("not a function");this._state=null,this._value=null,this._deferreds=[],l(e,r(o,this),r(u,this))},t=i.immediateFn||"function"==typeof setImmediate&&setImmediate||function(e){setTimeout(e,1)};function a(r){var o=this;null!==this._state?t(function(){var e=o._state?r.onFulfilled:r.onRejected;if(null!==e){var t;try{t=e(o._value)}catch(n){return void r.reject(n)}r.resolve(t)}else(o._state?r.resolve:r.reject)(o._value)}):this._deferreds.push(r)}function o(e){try{if(e===this)throw new TypeError("A promise cannot be resolved with itself.");if(e&&("object"==typeof e||"function"==typeof e)){var t=e.then;if("function"==typeof t)return void l(r(t,e),r(o,this),r(u,this))}this._state=!0,this._value=e,s.call(this)}catch(n){u.call(this,n)}}function u(e){this._state=!1,this._value=e,s.call(this)}function s(){for(var e=0,t=this._deferreds.length;e<t;e++)a.call(this,this._deferreds[e]);this._deferreds=null}function c(e,t,n,r){this.onFulfilled="function"==typeof e?e:null,this.onRejected="function"==typeof t?t:null,this.resolve=n,this.reject=r}function l(e,t,n){var r=!1;try{e(function(e){r||(r=!0,t(e))},function(e){r||(r=!0,n(e))})}catch(o){if(r)return;r=!0,n(o)}}return i.prototype["catch"]=function(e){return this.then(null,e)},i.prototype.then=function(n,r){var o=this;return new i(function(e,t){a.call(o,new c(n,r,e,t))})},i.all=function(){var s=Array.prototype.slice.call(1===arguments.length&&e(arguments[0])?arguments[0]:arguments);return new i(function(o,i){if(0===s.length)return o([]);var a=s.length;function u(t,e){try{if(e&&("object"==typeof e||"function"==typeof e)){var n=e.then;if("function"==typeof n)return void n.call(e,function(e){u(t,e)},i)}s[t]=e,0==--a&&o(s)}catch(r){i(r)}}for(var e=0;e<s.length;e++)u(e,s[e])})},i.resolve=function(t){return t&&"object"==typeof t&&t.constructor===i?t:new i(function(e){e(t)})},i.reject=function(n){return new i(function(e,t){t(n)})},i.race=function(o){return new i(function(e,t){for(var n=0,r=o.length;n<r;n++)o[n].then(e,t)})},i}(),ve=function(e,t){return"number"!=typeof t&&(t=0),setTimeout(e,t)},ye=function(e,t){return"number"!=typeof t&&(t=1),setInterval(e,t)},be=function(t,n){var r,e;return(e=function(){var e=arguments;clearTimeout(r),r=ve(function(){t.apply(this,e)},n)}).stop=function(){clearTimeout(r)},e},Ce={requestAnimationFrame:function(e,t){G?G.then(e):G=new he(function(e){t||(t=document.body),function(e,t){var n,r=window.requestAnimationFrame,o=["ms","moz","webkit"];for(n=0;n<o.length&&!r;n++)r=window[o[n]+"RequestAnimationFrame"];r||(r=function(e){window.setTimeout(e,0)}),r(e,t)}(e,t)}).then(e)},setTimeout:ve,setInterval:ye,setEditorTimeout:function(e,t,n){return ve(function(){e.removed||t()},n)},setEditorInterval:function(e,t,n){var r;return r=ye(function(){e.removed?clearInterval(r):t()},n)},debounce:be,throttle:be,clearInterval:function(e){return clearInterval(e)},clearTimeout:function(e){return clearTimeout(e)}},xe=/^(?:mouse|contextmenu)|click/,we={keyLocation:1,layerX:1,layerY:1,returnValue:1,webkitMovementX:1,webkitMovementY:1,keyIdentifier:1},Ne=function(){return!1},Ee=function(){return!0},Se=function(e,t,n,r){e.addEventListener?e.addEventListener(t,n,r||!1):e.attachEvent&&e.attachEvent("on"+t,n)},ke=function(e,t,n,r){e.removeEventListener?e.removeEventListener(t,n,r||!1):e.detachEvent&&e.detachEvent("on"+t,n)},Te=function(e,t){var n,r,o,i,a,u,s=t||{};for(n in e)we[n]||(s[n]=e[n]);if(s.target||(s.target=s.srcElement||document),ge.experimentalShadowDom&&(s.target=(r=e,o=s.target,a=o,(i=r.path)&&0<i.length&&(a=i[0]),r.composedPath&&(i=r.composedPath())&&0<i.length&&(a=i[0]),a)),e&&xe.test(e.type)&&e.pageX===undefined&&e.clientX!==undefined){var c=s.target.ownerDocument||document,l=c.documentElement,f=c.body;s.pageX=e.clientX+(l&&l.scrollLeft||f&&f.scrollLeft||0)-(l&&l.clientLeft||f&&f.clientLeft||0),s.pageY=e.clientY+(l&&l.scrollTop||f&&f.scrollTop||0)-(l&&l.clientTop||f&&f.clientTop||0)}return s.preventDefault=function(){s.isDefaultPrevented=Ee,e&&(e.preventDefault?e.preventDefault():e.returnValue=!1)},s.stopPropagation=function(){s.isPropagationStopped=Ee,e&&(e.stopPropagation?e.stopPropagation():e.cancelBubble=!0)},!(s.stopImmediatePropagation=function(){s.isImmediatePropagationStopped=Ee,s.stopPropagation()})==((u=s).isDefaultPrevented===Ee||u.isDefaultPrevented===Ne)&&(s.isDefaultPrevented=Ne,s.isPropagationStopped=Ne,s.isImmediatePropagationStopped=Ne),"undefined"==typeof s.metaKey&&(s.metaKey=!1),s},Ae=function(e,t,n){var r=e.document,o={type:"ready"};if(n.domLoaded)t(o);else{var i=function(){return"complete"===r.readyState||"interactive"===r.readyState&&r.body},a=function(){n.domLoaded||(n.domLoaded=!0,t(o))},u=function(){i()&&(ke(r,"readystatechange",u),a())},s=function(){try{r.documentElement.doScroll("left")}catch(e){return void Ce.setTimeout(s)}a()};!r.addEventListener||ge.ie&&ge.ie<11?(Se(r,"readystatechange",u),r.documentElement.doScroll&&e.self===e.top&&s()):i()?a():Se(e,"DOMContentLoaded",a),Se(e,"load",a)}},Re=function(){var m,p,g,h,v,y=this,b={};p="mce-data-"+(+new Date).toString(32),h="onmouseenter"in document.documentElement,g="onfocusin"in document.documentElement,v={mouseenter:"mouseover",mouseleave:"mouseout"},m=1,y.domLoaded=!1,y.events=b;var C=function(e,t){var n,r,o,i,a=b[t];if(n=a&&a[e.type])for(r=0,o=n.length;r<o;r++)if((i=n[r])&&!1===i.func.call(i.scope,e)&&e.preventDefault(),e.isImmediatePropagationStopped())return};y.bind=function(e,t,n,r){var o,i,a,u,s,c,l,f=window,d=function(e){C(Te(e||f.event),o)};if(e&&3!==e.nodeType&&8!==e.nodeType){for(e[p]?o=e[p]:(o=m++,e[p]=o,b[o]={}),r=r||e,a=(t=t.split(" ")).length;a--;)c=d,s=l=!1,"DOMContentLoaded"===(u=t[a])&&(u="ready"),y.domLoaded&&"ready"===u&&"complete"===e.readyState?n.call(r,Te({type:u})):(h||(s=v[u])&&(c=function(e){var t,n;if(t=e.currentTarget,(n=e.relatedTarget)&&t.contains)n=t.contains(n);else for(;n&&n!==t;)n=n.parentNode;n||((e=Te(e||f.event)).type="mouseout"===e.type?"mouseleave":"mouseenter",e.target=t,C(e,o))}),g||"focusin"!==u&&"focusout"!==u||(l=!0,s="focusin"===u?"focus":"blur",c=function(e){(e=Te(e||f.event)).type="focus"===e.type?"focusin":"focusout",C(e,o)}),(i=b[o][u])?"ready"===u&&y.domLoaded?n({type:u}):i.push({func:n,scope:r}):(b[o][u]=i=[{func:n,scope:r}],i.fakeName=s,i.capture=l,i.nativeHandler=c,"ready"===u?Ae(e,c,y):Se(e,s||u,c,l)));return e=i=0,n}},y.unbind=function(e,t,n){var r,o,i,a,u,s;if(!e||3===e.nodeType||8===e.nodeType)return y;if(r=e[p]){if(s=b[r],t){for(i=(t=t.split(" ")).length;i--;)if(o=s[u=t[i]]){if(n)for(a=o.length;a--;)if(o[a].func===n){var c=o.nativeHandler,l=o.fakeName,f=o.capture;(o=o.slice(0,a).concat(o.slice(a+1))).nativeHandler=c,o.fakeName=l,o.capture=f,s[u]=o}n&&0!==o.length||(delete s[u],ke(e,o.fakeName||u,o.nativeHandler,o.capture))}}else{for(u in s)o=s[u],ke(e,o.fakeName||u,o.nativeHandler,o.capture);s={}}for(u in s)return y;delete b[r];try{delete e[p]}catch(d){e[p]=null}}return y},y.fire=function(e,t,n){var r;if(!e||3===e.nodeType||8===e.nodeType)return y;for((n=Te(null,n)).type=t,n.target=e;(r=e[p])&&C(n,r),(e=e.parentNode||e.ownerDocument||e.defaultView||e.parentWindow)&&!n.isPropagationStopped(););return y},y.clean=function(e){var t,n,r=y.unbind;if(!e||3===e.nodeType||8===e.nodeType)return y;if(e[p]&&r(e),e.getElementsByTagName||(e=e.document),e&&e.getElementsByTagName)for(r(e),t=(n=e.getElementsByTagName("*")).length;t--;)(e=n[t])[p]&&r(e);return y},y.destroy=function(){b={}},y.cancel=function(e){return e&&(e.preventDefault(),e.stopImmediatePropagation()),!1}};Re.Event=new Re,Re.Event.bind(window,"ready",function(){});var Be="sizzle"+-new Date,_e=window.document,De=0,Oe=0,Pe=mt(),Le=mt(),Ie=mt(),Me=function(e,t){return e===t&&(ue=!0),0},Fe=typeof undefined,ze=1<<31,Ue={}.hasOwnProperty,qe=[],Ve=qe.pop,He=qe.push,je=qe.push,$e=qe.slice,We=qe.indexOf||function(e){for(var t=0,n=this.length;t<n;t++)if(this[t]===e)return t;return-1},Ke="[\\x20\\t\\r\\n\\f]",Xe="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",Ye="\\["+Ke+"*("+Xe+")(?:"+Ke+"*([*^$|!~]?=)"+Ke+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+Xe+"))|)"+Ke+"*\\]",Ge=":("+Xe+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+Ye+")*)|.*)\\)|)",Je=new RegExp("^"+Ke+"+|((?:^|[^\\\\])(?:\\\\.)*)"+Ke+"+$","g"),Qe=new RegExp("^"+Ke+"*,"+Ke+"*"),Ze=new RegExp("^"+Ke+"*([>+~]|"+Ke+")"+Ke+"*"),et=new RegExp("="+Ke+"*([^\\]'\"]*?)"+Ke+"*\\]","g"),tt=new RegExp(Ge),nt=new RegExp("^"+Xe+"$"),rt={ID:new RegExp("^#("+Xe+")"),CLASS:new RegExp("^\\.("+Xe+")"),TAG:new RegExp("^("+Xe+"|[*])"),ATTR:new RegExp("^"+Ye),PSEUDO:new RegExp("^"+Ge),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+Ke+"*(even|odd|(([+-]|)(\\d*)n|)"+Ke+"*(?:([+-]|)"+Ke+"*(\\d+)|))"+Ke+"*\\)|)","i"),bool:new RegExp("^(?:checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped)$","i"),needsContext:new RegExp("^"+Ke+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+Ke+"*((?:-\\d)?\\d*)"+Ke+"*\\)|)(?=[^-]|$)","i")},ot=/^(?:input|select|textarea|button)$/i,it=/^h\d$/i,at=/^[^{]+\{\s*\[native \w/,ut=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,st=/[+~]/,ct=/'|\\/g,lt=new RegExp("\\\\([\\da-f]{1,6}"+Ke+"?|("+Ke+")|.)","ig"),ft=function(e,t,n){var r="0x"+t-65536;return r!=r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)};try{je.apply(qe=$e.call(_e.childNodes),_e.childNodes),qe[_e.childNodes.length].nodeType}catch(Zx){je={apply:qe.length?function(e,t){He.apply(e,$e.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}var dt=function(e,t,n,r){var o,i,a,u,s,c,l,f,d,m;if((t?t.ownerDocument||t:_e)!==ce&&se(t),n=n||[],!e||"string"!=typeof e)return n;if(1!==(u=(t=t||ce).nodeType)&&9!==u)return[];if(fe&&!r){if(o=ut.exec(e))if(a=o[1]){if(9===u){if(!(i=t.getElementById(a))||!i.parentNode)return n;if(i.id===a)return n.push(i),n}else if(t.ownerDocument&&(i=t.ownerDocument.getElementById(a))&&pe(t,i)&&i.id===a)return n.push(i),n}else{if(o[2])return je.apply(n,t.getElementsByTagName(e)),n;if((a=o[3])&&Q.getElementsByClassName)return je.apply(n,t.getElementsByClassName(a)),n}if(Q.qsa&&(!de||!de.test(e))){if(f=l=Be,d=t,m=9===u&&e,1===u&&"object"!==t.nodeName.toLowerCase()){for(c=ne(e),(l=t.getAttribute("id"))?f=l.replace(ct,"\\$&"):t.setAttribute("id",f),f="[id='"+f+"'] ",s=c.length;s--;)c[s]=f+xt(c[s]);d=st.test(e)&&bt(t.parentNode)||t,m=c.join(",")}if(m)try{return je.apply(n,d.querySelectorAll(m)),n}catch(p){}finally{l||t.removeAttribute("id")}}}return oe(e.replace(Je,"$1"),t,n,r)};function mt(){var r=[];return function e(t,n){return r.push(t+" ")>Z.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function pt(e){return e[Be]=!0,e}function gt(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&(~t.sourceIndex||ze)-(~e.sourceIndex||ze);if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function ht(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function vt(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function yt(a){return pt(function(i){return i=+i,pt(function(e,t){for(var n,r=a([],e.length,i),o=r.length;o--;)e[n=r[o]]&&(e[n]=!(t[n]=e[n]))})})}function bt(e){return e&&typeof e.getElementsByTagName!==Fe&&e}for(J in Q=dt.support={},te=dt.isXML=function(e){var t=e&&(e.ownerDocument||e).documentElement;return!!t&&"HTML"!==t.nodeName},se=dt.setDocument=function(e){var t,s=e?e.ownerDocument||e:_e,n=s.defaultView;return s!==ce&&9===s.nodeType&&s.documentElement?(le=(ce=s).documentElement,fe=!te(s),n&&n!==function(e){try{return e.top}catch(t){}return null}(n)&&(n.addEventListener?n.addEventListener("unload",function(){se()},!1):n.attachEvent&&n.attachEvent("onunload",function(){se()})),Q.attributes=!0,Q.getElementsByTagName=!0,Q.getElementsByClassName=at.test(s.getElementsByClassName),Q.getById=!0,Z.find.ID=function(e,t){if(typeof t.getElementById!==Fe&&fe){var n=t.getElementById(e);return n&&n.parentNode?[n]:[]}},Z.filter.ID=function(e){var t=e.replace(lt,ft);return function(e){return e.getAttribute("id")===t}},Z.find.TAG=Q.getElementsByTagName?function(e,t){if(typeof t.getElementsByTagName!==Fe)return t.getElementsByTagName(e)}:function(e,t){var n,r=[],o=0,i=t.getElementsByTagName(e);if("*"===e){for(;n=i[o++];)1===n.nodeType&&r.push(n);return r}return i},Z.find.CLASS=Q.getElementsByClassName&&function(e,t){if(fe)return t.getElementsByClassName(e)},me=[],de=[],Q.disconnectedMatch=!0,de=de.length&&new RegExp(de.join("|")),me=me.length&&new RegExp(me.join("|")),t=at.test(le.compareDocumentPosition),pe=t||at.test(le.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},Me=t?function(e,t){if(e===t)return ue=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!Q.sortDetached&&t.compareDocumentPosition(e)===n?e===s||e.ownerDocument===_e&&pe(_e,e)?-1:t===s||t.ownerDocument===_e&&pe(_e,t)?1:ae?We.call(ae,e)-We.call(ae,t):0:4&n?-1:1)}:function(e,t){if(e===t)return ue=!0,0;var n,r=0,o=e.parentNode,i=t.parentNode,a=[e],u=[t];if(!o||!i)return e===s?-1:t===s?1:o?-1:i?1:ae?We.call(ae,e)-We.call(ae,t):0;if(o===i)return gt(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)u.unshift(n);for(;a[r]===u[r];)r++;return r?gt(a[r],u[r]):a[r]===_e?-1:u[r]===_e?1:0},s):ce},dt.matches=function(e,t){return dt(e,null,null,t)},dt.matchesSelector=function(e,t){if((e.ownerDocument||e)!==ce&&se(e),t=t.replace(et,"='$1']"),Q.matchesSelector&&fe&&(!me||!me.test(t))&&(!de||!de.test(t)))try{var n=(void 0).call(e,t);if(n||Q.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(Zx){}return 0<dt(t,ce,null,[e]).length},dt.contains=function(e,t){return(e.ownerDocument||e)!==ce&&se(e),pe(e,t)},dt.attr=function(e,t){(e.ownerDocument||e)!==ce&&se(e);var n=Z.attrHandle[t.toLowerCase()],r=n&&Ue.call(Z.attrHandle,t.toLowerCase())?n(e,t,!fe):undefined;return r!==undefined?r:Q.attributes||!fe?e.getAttribute(t):(r=e.getAttributeNode(t))&&r.specified?r.value:null},dt.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},dt.uniqueSort=function(e){var t,n=[],r=0,o=0;if(ue=!Q.detectDuplicates,ae=!Q.sortStable&&e.slice(0),e.sort(Me),ue){for(;t=e[o++];)t===e[o]&&(r=n.push(o));for(;r--;)e.splice(n[r],1)}return ae=null,e},ee=dt.getText=function(e){var t,n="",r=0,o=e.nodeType;if(o){if(1===o||9===o||11===o){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=ee(e)}else if(3===o||4===o)return e.nodeValue}else for(;t=e[r++];)n+=ee(t);return n},(Z=dt.selectors={cacheLength:50,createPseudo:pt,match:rt,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(lt,ft),e[3]=(e[3]||e[4]||e[5]||"").replace(lt,ft),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||dt.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&dt.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return rt.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&tt.test(n)&&(t=ne(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(lt,ft).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=Pe[e+" "];return t||(t=new RegExp("(^|"+Ke+")"+e+"("+Ke+"|$)"))&&Pe(e,function(e){return t.test("string"==typeof e.className&&e.className||typeof e.getAttribute!==Fe&&e.getAttribute("class")||"")})},ATTR:function(n,r,o){return function(e){var t=dt.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===o:"!="===r?t!==o:"^="===r?o&&0===t.indexOf(o):"*="===r?o&&-1<t.indexOf(o):"$="===r?o&&t.slice(-o.length)===o:"~="===r?-1<(" "+t+" ").indexOf(o):"|="===r&&(t===o||t.slice(0,o.length+1)===o+"-"))}},CHILD:function(m,e,t,p,g){var h="nth"!==m.slice(0,3),v="last"!==m.slice(-4),y="of-type"===e;return 1===p&&0===g?function(e){return!!e.parentNode}:function(e,t,n){var r,o,i,a,u,s,c=h!==v?"nextSibling":"previousSibling",l=e.parentNode,f=y&&e.nodeName.toLowerCase(),d=!n&&!y;if(l){if(h){for(;c;){for(i=e;i=i[c];)if(y?i.nodeName.toLowerCase()===f:1===i.nodeType)return!1;s=c="only"===m&&!s&&"nextSibling"}return!0}if(s=[v?l.firstChild:l.lastChild],v&&d){for(u=(r=(o=l[Be]||(l[Be]={}))[m]||[])[0]===De&&r[1],a=r[0]===De&&r[2],i=u&&l.childNodes[u];i=++u&&i&&i[c]||(a=u=0)||s.pop();)if(1===i.nodeType&&++a&&i===e){o[m]=[De,u,a];break}}else if(d&&(r=(e[Be]||(e[Be]={}))[m])&&r[0]===De)a=r[1];else for(;(i=++u&&i&&i[c]||(a=u=0)||s.pop())&&((y?i.nodeName.toLowerCase()!==f:1!==i.nodeType)||!++a||(d&&((i[Be]||(i[Be]={}))[m]=[De,a]),i!==e)););return(a-=g)===p||a%p==0&&0<=a/p}}},PSEUDO:function(e,i){var t,a=Z.pseudos[e]||Z.setFilters[e.toLowerCase()]||dt.error("unsupported pseudo: "+e);return a[Be]?a(i):1<a.length?(t=[e,e,"",i],Z.setFilters.hasOwnProperty(e.toLowerCase())?pt(function(e,t){for(var n,r=a(e,i),o=r.length;o--;)e[n=We.call(e,r[o])]=!(t[n]=r[o])}):function(e){return a(e,0,t)}):a}},pseudos:{not:pt(function(e){var r=[],o=[],u=re(e.replace(Je,"$1"));return u[Be]?pt(function(e,t,n,r){for(var o,i=u(e,null,r,[]),a=e.length;a--;)(o=i[a])&&(e[a]=!(t[a]=o))}):function(e,t,n){return r[0]=e,u(r,null,n,o),!o.pop()}}),has:pt(function(t){return function(e){return 0<dt(t,e).length}}),contains:pt(function(t){return t=t.replace(lt,ft),function(e){return-1<(e.textContent||e.innerText||ee(e)).indexOf(t)}}),lang:pt(function(n){return nt.test(n||"")||dt.error("unsupported lang: "+n),n=n.replace(lt,ft).toLowerCase(),function(e){var t;do{if(t=fe?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(t=t.toLowerCase())===n||0===t.indexOf(n+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}}),target:function(e){var t=window.location&&window.location.hash;return t&&t.slice(1)===e.id},root:function(e){return e===le},focus:function(e){return e===ce.activeElement&&(!ce.hasFocus||ce.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:function(e){return!1===e.disabled},disabled:function(e){return!0===e.disabled},checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!Z.pseudos.empty(e)},header:function(e){return it.test(e.nodeName)},input:function(e){return ot.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:yt(function(){return[0]}),last:yt(function(e,t){return[t-1]}),eq:yt(function(e,t,n){return[n<0?n+t:n]}),even:yt(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:yt(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:yt(function(e,t,n){for(var r=n<0?n+t:n;0<=--r;)e.push(r);return e}),gt:yt(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}}).pseudos.nth=Z.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})Z.pseudos[J]=ht(J);for(J in{submit:!0,reset:!0})Z.pseudos[J]=vt(J);function Ct(){}function xt(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function wt(a,e,t){var u=e.dir,s=t&&"parentNode"===u,c=Oe++;return e.first?function(e,t,n){for(;e=e[u];)if(1===e.nodeType||s)return a(e,t,n)}:function(e,t,n){var r,o,i=[De,c];if(n){for(;e=e[u];)if((1===e.nodeType||s)&&a(e,t,n))return!0}else for(;e=e[u];)if(1===e.nodeType||s){if((r=(o=e[Be]||(e[Be]={}))[u])&&r[0]===De&&r[1]===c)return i[2]=r[2];if((o[u]=i)[2]=a(e,t,n))return!0}}}function Nt(o){return 1<o.length?function(e,t,n){for(var r=o.length;r--;)if(!o[r](e,t,n))return!1;return!0}:o[0]}function Et(e,t,n,r,o){for(var i,a=[],u=0,s=e.length,c=null!=t;u<s;u++)(i=e[u])&&(n&&!n(i,r,o)||(a.push(i),c&&t.push(u)));return a}function St(m,p,g,h,v,e){return h&&!h[Be]&&(h=St(h)),v&&!v[Be]&&(v=St(v,e)),pt(function(e,t,n,r){var o,i,a,u=[],s=[],c=t.length,l=e||function(e,t,n){for(var r=0,o=t.length;r<o;r++)dt(e,t[r],n);return n}(p||"*",n.nodeType?[n]:n,[]),f=!m||!e&&p?l:Et(l,u,m,n,r),d=g?v||(e?m:c||h)?[]:t:f;if(g&&g(f,d,n,r),h)for(o=Et(d,s),h(o,[],n,r),i=o.length;i--;)(a=o[i])&&(d[s[i]]=!(f[s[i]]=a));if(e){if(v||m){if(v){for(o=[],i=d.length;i--;)(a=d[i])&&o.push(f[i]=a);v(null,d=[],o,r)}for(i=d.length;i--;)(a=d[i])&&-1<(o=v?We.call(e,a):u[i])&&(e[o]=!(t[o]=a))}}else d=Et(d===t?d.splice(c,d.length):d),v?v(null,t,d,r):je.apply(t,d)})}function kt(e){for(var r,t,n,o=e.length,i=Z.relative[e[0].type],a=i||Z.relative[" "],u=i?1:0,s=wt(function(e){return e===r},a,!0),c=wt(function(e){return-1<We.call(r,e)},a,!0),l=[function(e,t,n){return!i&&(n||t!==ie)||((r=t).nodeType?s(e,t,n):c(e,t,n))}];u<o;u++)if(t=Z.relative[e[u].type])l=[wt(Nt(l),t)];else{if((t=Z.filter[e[u].type].apply(null,e[u].matches))[Be]){for(n=++u;n<o&&!Z.relative[e[n].type];n++);return St(1<u&&Nt(l),1<u&&xt(e.slice(0,u-1).concat({value:" "===e[u-2].type?"*":""})).replace(Je,"$1"),t,u<n&&kt(e.slice(u,n)),n<o&&kt(e=e.slice(n)),n<o&&xt(e))}l.push(t)}return Nt(l)}Ct.prototype=Z.filters=Z.pseudos,Z.setFilters=new Ct,ne=dt.tokenize=function(e,t){var n,r,o,i,a,u,s,c=Le[e+" "];if(c)return t?0:c.slice(0);for(a=e,u=[],s=Z.preFilter;a;){for(i in n&&!(r=Qe.exec(a))||(r&&(a=a.slice(r[0].length)||a),u.push(o=[])),n=!1,(r=Ze.exec(a))&&(n=r.shift(),o.push({value:n,type:r[0].replace(Je," ")}),a=a.slice(n.length)),Z.filter)!(r=rt[i].exec(a))||s[i]&&!(r=s[i](r))||(n=r.shift(),o.push({value:n,type:i,matches:r}),a=a.slice(n.length));if(!n)break}return t?a.length:a?dt.error(e):Le(e,u).slice(0)},re=dt.compile=function(e,t){var n,h,v,y,b,r,o=[],i=[],a=Ie[e+" "];if(!a){for(t||(t=ne(e)),n=t.length;n--;)(a=kt(t[n]))[Be]?o.push(a):i.push(a);(a=Ie(e,(h=i,y=0<(v=o).length,b=0<h.length,r=function(e,t,n,r,o){var i,a,u,s=0,c="0",l=e&&[],f=[],d=ie,m=e||b&&Z.find.TAG("*",o),p=De+=null==d?1:Math.random()||.1,g=m.length;for(o&&(ie=t!==ce&&t);c!==g&&null!=(i=m[c]);c++){if(b&&i){for(a=0;u=h[a++];)if(u(i,t,n)){r.push(i);break}o&&(De=p)}y&&((i=!u&&i)&&s--,e&&l.push(i))}if(s+=c,y&&c!==s){for(a=0;u=v[a++];)u(l,f,t,n);if(e){if(0<s)for(;c--;)l[c]||f[c]||(f[c]=Ve.call(r));f=Et(f)}je.apply(r,f),o&&!e&&0<f.length&&1<s+v.length&&dt.uniqueSort(r)}return o&&(De=p,ie=d),l},y?pt(r):r))).selector=e}return a},oe=dt.select=function(e,t,n,r){var o,i,a,u,s,c="function"==typeof e&&e,l=!r&&ne(e=c.selector||e);if(n=n||[],1===l.length){if(2<(i=l[0]=l[0].slice(0)).length&&"ID"===(a=i[0]).type&&Q.getById&&9===t.nodeType&&fe&&Z.relative[i[1].type]){if(!(t=(Z.find.ID(a.matches[0].replace(lt,ft),t)||[])[0]))return n;c&&(t=t.parentNode),e=e.slice(i.shift().value.length)}for(o=rt.needsContext.test(e)?0:i.length;o--&&(a=i[o],!Z.relative[u=a.type]);)if((s=Z.find[u])&&(r=s(a.matches[0].replace(lt,ft),st.test(i[0].type)&&bt(t.parentNode)||t))){if(i.splice(o,1),!(e=r.length&&xt(i)))return je.apply(n,r),n;break}}return(c||re(e,l))(r,t,!fe,n,st.test(e)&&bt(t.parentNode)||t),n},Q.sortStable=Be.split("").sort(Me).join("")===Be,Q.detectDuplicates=!!ue,se(),Q.sortDetached=!0;var Tt=Array.isArray,At=function(e,t,n){var r,o;if(!e)return 0;if(n=n||e,e.length!==undefined){for(r=0,o=e.length;r<o;r++)if(!1===t.call(n,e[r],r,e))return 0}else for(r in e)if(e.hasOwnProperty(r)&&!1===t.call(n,e[r],r,e))return 0;return 1},Rt=function(e,t,n){var r,o;for(r=0,o=e.length;r<o;r++)if(t.call(n,e[r],r,e))return r;return-1},Bt={isArray:Tt,toArray:function(e){var t,n,r=e;if(!Tt(e))for(r=[],t=0,n=e.length;t<n;t++)r[t]=e[t];return r},each:At,map:function(n,r){var o=[];return At(n,function(e,t){o.push(r(e,t,n))}),o},filter:function(n,r){var o=[];return At(n,function(e,t){r&&!r(e,t,n)||o.push(e)}),o},indexOf:function(e,t){var n,r;if(e)for(n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},reduce:function(e,t,n,r){var o=0;for(arguments.length<3&&(n=e[0]);o<e.length;o++)n=t.call(r,n,e[o],o);return n},findIndex:Rt,find:function(e,t,n){var r=Rt(e,t,n);return-1!==r?e[r]:undefined},last:function(e){return e[e.length-1]}},_t=/^\s*|\s*$/g,Dt=function(e){return null===e||e===undefined?"":(""+e).replace(_t,"")},Ot=function(e,t){return t?!("array"!==t||!Bt.isArray(e))||typeof e===t:e!==undefined},Pt=function(e,n,r,o){o=o||this,e&&(r&&(e=e[r]),Bt.each(e,function(e,t){if(!1===n.call(o,e,t,r))return!1;Pt(e,n,r,o)}))},Lt={trim:Dt,isArray:Bt.isArray,is:Ot,toArray:Bt.toArray,makeMap:function(e,t,n){var r;for(t=t||",","string"==typeof(e=e||[])&&(e=e.split(t)),n=n||{},r=e.length;r--;)n[e[r]]={};return n},each:Bt.each,map:Bt.map,grep:Bt.filter,inArray:Bt.indexOf,hasOwn:function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},extend:function(e,t){for(var n,r,o,i=[],a=2;a<arguments.length;a++)i[a-2]=arguments[a];var u,s=arguments;for(n=1,r=s.length;n<r;n++)for(o in t=s[n])t.hasOwnProperty(o)&&(u=t[o])!==undefined&&(e[o]=u);return e},create:function(e,t,n){var r,o,i,a,u,s=this,c=0;if(e=/^((static) )?([\w.]+)(:([\w.]+))?/.exec(e),i=e[3].match(/(^|\.)(\w+)$/i)[2],!(o=s.createNS(e[3].replace(/\.\w+$/,""),n))[i]){if("static"===e[2])return o[i]=t,void(this.onCreate&&this.onCreate(e[2],e[3],o[i]));t[i]||(t[i]=function(){},c=1),o[i]=t[i],s.extend(o[i].prototype,t),e[5]&&(r=s.resolve(e[5]).prototype,a=e[5].match(/\.(\w+)$/i)[1],u=o[i],o[i]=c?function(){return r[a].apply(this,arguments)}:function(){return this.parent=r[a],u.apply(this,arguments)},o[i].prototype[i]=o[i],s.each(r,function(e,t){o[i].prototype[t]=r[t]}),s.each(t,function(e,t){r[t]?o[i].prototype[t]=function(){return this.parent=r[t],e.apply(this,arguments)}:t!==i&&(o[i].prototype[t]=e)})),s.each(t["static"],function(e,t){o[i][t]=e})}},walk:Pt,createNS:function(e,t){var n,r;for(t=t||window,e=e.split("."),n=0;n<e.length;n++)t[r=e[n]]||(t[r]={}),t=t[r];return t},resolve:function(e,t){var n,r;for(t=t||window,n=0,r=(e=e.split(".")).length;n<r&&(t=t[e[n]]);n++);return t},explode:function(e,t){return!e||Ot(e,"array")?e:Bt.map(e.split(t||","),Dt)},_addCacheSuffix:function(e){var t=ge.cacheSuffix;return t&&(e+=(-1===e.indexOf("?")?"?":"&")+t),e}},It=document,Mt=Array.prototype.push,Ft=Array.prototype.slice,zt=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,Ut=Re.Event,qt=Lt.makeMap("children,contents,next,prev"),Vt=function(e){return void 0!==e},Ht=function(e){return"string"==typeof e},jt=function(e,t){var n,r,o;for(o=(t=t||It).createElement("div"),n=t.createDocumentFragment(),o.innerHTML=e;r=o.firstChild;)n.appendChild(r);return n},$t=function(e,t,n,r){var o;if(Ht(t))t=jt(t,an(e[0]));else if(t.length&&!t.nodeType){if(t=en.makeArray(t),r)for(o=t.length-1;0<=o;o--)$t(e,t[o],n,r);else for(o=0;o<t.length;o++)$t(e,t[o],n,r);return e}if(t.nodeType)for(o=e.length;o--;)n.call(e[o],t);return e},Wt=function(e,t){return e&&t&&-1!==(" "+e.className+" ").indexOf(" "+t+" ")},Kt=function(e,t,n){var r,o;return t=en(t)[0],e.each(function(){var e=this;n&&r===e.parentNode||(r=e.parentNode,o=t.cloneNode(!1),e.parentNode.insertBefore(o,e)),o.appendChild(e)}),e},Xt=Lt.makeMap("fillOpacity fontWeight lineHeight opacity orphans widows zIndex zoom"," "),Yt=Lt.makeMap("checked compact declare defer disabled ismap multiple nohref noshade nowrap readonly selected"," "),Gt={"for":"htmlFor","class":"className",readonly:"readOnly"},Jt={"float":"cssFloat"},Qt={},Zt={},en=function(e,t){return new en.fn.init(e,t)},tn=/^\s*|\s*$/g,nn=function(e){return null===e||e===undefined?"":(""+e).replace(tn,"")},rn=function(e,t){var n,r,o,i;if(e)if((n=e.length)===undefined){for(r in e)if(e.hasOwnProperty(r)&&(i=e[r],!1===t.call(i,r,i)))break}else for(o=0;o<n&&(i=e[o],!1!==t.call(i,o,i));o++);return e},on=function(e,n){var r=[];return rn(e,function(e,t){n(t,e)&&r.push(t)}),r},an=function(e){return e?9===e.nodeType?e:e.ownerDocument:It};en.fn=en.prototype={constructor:en,selector:"",context:null,length:0,init:function(e,t){var n,r,o=this;if(!e)return o;if(e.nodeType)return o.context=o[0]=e,o.length=1,o;if(t&&t.nodeType)o.context=t;else{if(t)return en(e).attr(t);o.context=t=document}if(Ht(e)){if(!(n="<"===(o.selector=e).charAt(0)&&">"===e.charAt(e.length-1)&&3<=e.length?[null,e,null]:zt.exec(e)))return en(t).find(e);if(n[1])for(r=jt(e,an(t)).firstChild;r;)Mt.call(o,r),r=r.nextSibling;else{if(!(r=an(t).getElementById(n[2])))return o;if(r.id!==n[2])return o.find(e);o.length=1,o[0]=r}}else this.add(e,!1);return o},toArray:function(){return Lt.toArray(this)},add:function(e,t){var n,r,o=this;if(Ht(e))return o.add(en(e));if(!1!==t)for(n=en.unique(o.toArray().concat(en.makeArray(e))),o.length=n.length,r=0;r<n.length;r++)o[r]=n[r];else Mt.apply(o,en.makeArray(e));return o},attr:function(t,n){var e,r=this;if("object"==typeof t)rn(t,function(e,t){r.attr(e,t)});else{if(!Vt(n)){if(r[0]&&1===r[0].nodeType){if((e=Qt[t])&&e.get)return e.get(r[0],t);if(Yt[t])return r.prop(t)?t:undefined;null===(n=r[0].getAttribute(t,2))&&(n=undefined)}return n}this.each(function(){var e;if(1===this.nodeType){if((e=Qt[t])&&e.set)return void e.set(this,n);null===n?this.removeAttribute(t,2):this.setAttribute(t,n,2)}})}return r},removeAttr:function(e){return this.attr(e,null)},prop:function(e,t){var n=this;if("object"==typeof(e=Gt[e]||e))rn(e,function(e,t){n.prop(e,t)});else{if(!Vt(t))return n[0]&&n[0].nodeType&&e in n[0]?n[0][e]:t;this.each(function(){1===this.nodeType&&(this[e]=t)})}return n},css:function(n,r){var e,o,i=this,t=function(e){return e.replace(/-(\D)/g,function(e,t){return t.toUpperCase()})},a=function(e){return e.replace(/[A-Z]/g,function(e){return"-"+e})};if("object"==typeof n)rn(n,function(e,t){i.css(e,t)});else if(Vt(r))n=t(n),"number"!=typeof r||Xt[n]||(r=r.toString()+"px"),i.each(function(){var e=this.style;if((o=Zt[n])&&o.set)o.set(this,r);else{try{this.style[Jt[n]||n]=r}catch(t){}null!==r&&""!==r||(e.removeProperty?e.removeProperty(a(n)):e.removeAttribute(n))}});else{if(e=i[0],(o=Zt[n])&&o.get)return o.get(e);if(!e.ownerDocument.defaultView)return e.currentStyle?e.currentStyle[t(n)]:"";try{return e.ownerDocument.defaultView.getComputedStyle(e,null).getPropertyValue(a(n))}catch(u){return undefined}}return i},remove:function(){for(var e,t=this.length;t--;)e=this[t],Ut.clean(e),e.parentNode&&e.parentNode.removeChild(e);return this},empty:function(){for(var e,t=this.length;t--;)for(e=this[t];e.firstChild;)e.removeChild(e.firstChild);return this},html:function(e){var t,n=this;if(Vt(e)){t=n.length;try{for(;t--;)n[t].innerHTML=e}catch(r){en(n[t]).empty().append(e)}return n}return n[0]?n[0].innerHTML:""},text:function(e){var t,n=this;if(Vt(e)){for(t=n.length;t--;)"innerText"in n[t]?n[t].innerText=e:n[0].textContent=e;return n}return n[0]?n[0].innerText||n[0].textContent:""},append:function(){return $t(this,arguments,function(e){(1===this.nodeType||this.host&&1===this.host.nodeType)&&this.appendChild(e)})},prepend:function(){return $t(this,arguments,function(e){(1===this.nodeType||this.host&&1===this.host.nodeType)&&this.insertBefore(e,this.firstChild)},!0)},before:function(){return this[0]&&this[0].parentNode?$t(this,arguments,function(e){this.parentNode.insertBefore(e,this)}):this},after:function(){return this[0]&&this[0].parentNode?$t(this,arguments,function(e){this.parentNode.insertBefore(e,this.nextSibling)},!0):this},appendTo:function(e){return en(e).append(this),this},prependTo:function(e){return en(e).prepend(this),this},replaceWith:function(e){return this.before(e).remove()},wrap:function(e){return Kt(this,e)},wrapAll:function(e){return Kt(this,e,!0)},wrapInner:function(e){return this.each(function(){en(this).contents().wrapAll(e)}),this},unwrap:function(){return this.parent().each(function(){en(this).replaceWith(this.childNodes)})},clone:function(){var e=[];return this.each(function(){e.push(this.cloneNode(!0))}),en(e)},addClass:function(e){return this.toggleClass(e,!0)},removeClass:function(e){return this.toggleClass(e,!1)},toggleClass:function(o,i){var e=this;return"string"!=typeof o||(-1!==o.indexOf(" ")?rn(o.split(" "),function(){e.toggleClass(this,i)}):e.each(function(e,t){var n,r;(r=Wt(t,o))!==i&&(n=t.className,r?t.className=nn((" "+n+" ").replace(" "+o+" "," ")):t.className+=n?" "+o:o)})),e},hasClass:function(e){return Wt(this[0],e)},each:function(e){return rn(this,e)},on:function(e,t){return this.each(function(){Ut.bind(this,e,t)})},off:function(e,t){return this.each(function(){Ut.unbind(this,e,t)})},trigger:function(e){return this.each(function(){"object"==typeof e?Ut.fire(this,e.type,e):Ut.fire(this,e)})},show:function(){return this.css("display","")},hide:function(){return this.css("display","none")},slice:function(){return new en(Ft.apply(this,arguments))},eq:function(e){return-1===e?this.slice(e):this.slice(e,+e+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},find:function(e){var t,n,r=[];for(t=0,n=this.length;t<n;t++)en.find(e,this[t],r);return en(r)},filter:function(n){return en("function"==typeof n?on(this.toArray(),function(e,t){return n(t,e)}):en.filter(n,this.toArray()))},closest:function(n){var r=[];return n instanceof en&&(n=n[0]),this.each(function(e,t){for(;t;){if("string"==typeof n&&en(t).is(n)){r.push(t);break}if(t===n){r.push(t);break}t=t.parentNode}}),en(r)},offset:function(e){var t,n,r,o,i=0,a=0;return e?this.css(e):((t=this[0])&&(r=(n=t.ownerDocument).documentElement,t.getBoundingClientRect&&(i=(o=t.getBoundingClientRect()).left+(r.scrollLeft||n.body.scrollLeft)-r.clientLeft,a=o.top+(r.scrollTop||n.body.scrollTop)-r.clientTop)),{left:i,top:a})},push:Mt,sort:[].sort,splice:[].splice},Lt.extend(en,{extend:Lt.extend,makeArray:function(e){return(t=e)&&t===t.window||e.nodeType?[e]:Lt.toArray(e);var t},inArray:function(e,t){var n;if(t.indexOf)return t.indexOf(e);for(n=t.length;n--;)if(t[n]===e)return n;return-1},isArray:Lt.isArray,each:rn,trim:nn,grep:on,find:dt,expr:dt.selectors,unique:dt.uniqueSort,text:dt.getText,contains:dt.contains,filter:function(e,t,n){var r=t.length;for(n&&(e=":not("+e+")");r--;)1!==t[r].nodeType&&t.splice(r,1);return t=1===t.length?en.find.matchesSelector(t[0],e)?[t[0]]:[]:en.find.matches(e,t)}});var un=function(e,t,n){var r=[],o=e[t];for("string"!=typeof n&&n instanceof en&&(n=n[0]);o&&9!==o.nodeType;){if(n!==undefined){if(o===n)break;if("string"==typeof n&&en(o).is(n))break}1===o.nodeType&&r.push(o),o=o[t]}return r},sn=function(e,t,n,r){var o=[];for(r instanceof en&&(r=r[0]);e;e=e[t])if(!n||e.nodeType===n){if(r!==undefined){if(e===r)break;if("string"==typeof r&&en(e).is(r))break}o.push(e)}return o},cn=function(e,t,n){for(e=e[t];e;e=e[t])if(e.nodeType===n)return e;return null};rn({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return un(e,"parentNode")},next:function(e){return cn(e,"nextSibling",1)},prev:function(e){return cn(e,"previousSibling",1)},children:function(e){return sn(e.firstChild,"nextSibling",1)},contents:function(e){return Lt.toArray(("iframe"===e.nodeName?e.contentDocument||e.contentWindow.document:e).childNodes)}},function(e,r){en.fn[e]=function(t){var n=[];return this.each(function(){var e=r.call(n,this,t,n);e&&(en.isArray(e)?n.push.apply(n,e):n.push(e))}),1<this.length&&(qt[e]||(n=en.unique(n)),0===e.indexOf("parents")&&(n=n.reverse())),n=en(n),t?n.filter(t):n}}),rn({parentsUntil:function(e,t){return un(e,"parentNode",t)},nextUntil:function(e,t){return sn(e,"nextSibling",1,t).slice(1)},prevUntil:function(e,t){return sn(e,"previousSibling",1,t).slice(1)}},function(r,o){en.fn[r]=function(t,e){var n=[];return this.each(function(){var e=o.call(n,this,t,n);e&&(en.isArray(e)?n.push.apply(n,e):n.push(e))}),1<this.length&&(n=en.unique(n),0!==r.indexOf("parents")&&"prevUntil"!==r||(n=n.reverse())),n=en(n),e?n.filter(e):n}}),en.fn.is=function(e){return!!e&&0<this.filter(e).length},en.fn.init.prototype=en.fn,en.overrideDefaults=function(n){var r,o=function(e,t){return r=r||n(),0===arguments.length&&(e=r.element),t||(t=r.context),new o.fn.init(e,t)};return en.extend(o,this),o};var ln=function(n,r,e){rn(e,function(e,t){n[e]=n[e]||{},n[e][r]=t})};ge.ie&&ge.ie<8&&(ln(Qt,"get",{maxlength:function(e){var t=e.maxLength;return 2147483647===t?undefined:t},size:function(e){var t=e.size;return 20===t?undefined:t},"class":function(e){return e.className},style:function(e){var t=e.style.cssText;return 0===t.length?undefined:t}}),ln(Qt,"set",{"class":function(e,t){e.className=t},style:function(e,t){e.style.cssText=t}})),ge.ie&&ge.ie<9&&(Jt["float"]="styleFloat",ln(Zt,"set",{opacity:function(e,t){var n=e.style;null===t||""===t?n.removeAttribute("filter"):(n.zoom=1,n.filter="alpha(opacity="+100*t+")")}})),en.attrHooks=Qt,en.cssHooks=Zt;var fn,dn=function(e){var t,n=!1;return function(){return n||(n=!0,t=e.apply(null,arguments)),t}},mn=function(e,t){var n=function(e,t){for(var n=0;n<e.length;n++){var r=e[n];if(r.test(t))return r}return undefined}(e,t);if(!n)return{major:0,minor:0};var r=function(e){return Number(t.replace(n,"$"+e))};return gn(r(1),r(2))},pn=function(){return gn(0,0)},gn=function(e,t){return{major:e,minor:t}},hn={nu:gn,detect:function(e,t){var n=String(t).toLowerCase();return 0===e.length?pn():mn(e,n)},unknown:pn},vn="Firefox",yn=function(e,t){return function(){return t===e}},bn=function(e){var t=e.current;return{current:t,version:e.version,isEdge:yn("Edge",t),isChrome:yn("Chrome",t),isIE:yn("IE",t),isOpera:yn("Opera",t),isFirefox:yn(vn,t),isSafari:yn("Safari",t)}},Cn={unknown:function(){return bn({current:undefined,version:hn.unknown()})},nu:bn,edge:V.constant("Edge"),chrome:V.constant("Chrome"),ie:V.constant("IE"),opera:V.constant("Opera"),firefox:V.constant(vn),safari:V.constant("Safari")},xn="Windows",wn="Android",Nn="Solaris",En="FreeBSD",Sn=function(e,t){return function(){return t===e}},kn=function(e){var t=e.current;return{current:t,version:e.version,isWindows:Sn(xn,t),isiOS:Sn("iOS",t),isAndroid:Sn(wn,t),isOSX:Sn("OSX",t),isLinux:Sn("Linux",t),isSolaris:Sn(Nn,t),isFreeBSD:Sn(En,t)}},Tn={unknown:function(){return kn({current:undefined,version:hn.unknown()})},nu:kn,windows:V.constant(xn),ios:V.constant("iOS"),android:V.constant(wn),linux:V.constant("Linux"),osx:V.constant("OSX"),solaris:V.constant(Nn),freebsd:V.constant(En)},An=function(e,t){var n=String(t).toLowerCase();return H.find(e,function(e){return e.search(n)})},Rn=function(e,n){return An(e,n).map(function(e){var t=hn.detect(e.versionRegexes,n);return{current:e.name,version:t}})},Bn=function(e,n){return An(e,n).map(function(e){var t=hn.detect(e.versionRegexes,n);return{current:e.name,version:t}})},_n=function(e,t){return-1!==e.indexOf(t)},Dn=function(e){return e.replace(/^\s+|\s+$/g,"")},On=/.*?version\/\ ?([0-9]+)\.([0-9]+).*/,Pn=function(t){return function(e){return _n(e,t)}},Ln=[{name:"Edge",versionRegexes:[/.*?edge\/ ?([0-9]+)\.([0-9]+)$/],search:function(e){return _n(e,"edge/")&&_n(e,"chrome")&&_n(e,"safari")&&_n(e,"applewebkit")}},{name:"Chrome",versionRegexes:[/.*?chrome\/([0-9]+)\.([0-9]+).*/,On],search:function(e){return _n(e,"chrome")&&!_n(e,"chromeframe")}},{name:"IE",versionRegexes:[/.*?msie\ ?([0-9]+)\.([0-9]+).*/,/.*?rv:([0-9]+)\.([0-9]+).*/],search:function(e){return _n(e,"msie")||_n(e,"trident")}},{name:"Opera",versionRegexes:[On,/.*?opera\/([0-9]+)\.([0-9]+).*/],search:Pn("opera")},{name:"Firefox",versionRegexes:[/.*?firefox\/\ ?([0-9]+)\.([0-9]+).*/],search:Pn("firefox")},{name:"Safari",versionRegexes:[On,/.*?cpu os ([0-9]+)_([0-9]+).*/],search:function(e){return(_n(e,"safari")||_n(e,"mobile/"))&&_n(e,"applewebkit")}}],In=[{name:"Windows",search:Pn("win"),versionRegexes:[/.*?windows\ nt\ ?([0-9]+)\.([0-9]+).*/]},{name:"iOS",search:function(e){return _n(e,"iphone")||_n(e,"ipad")},versionRegexes:[/.*?version\/\ ?([0-9]+)\.([0-9]+).*/,/.*cpu os ([0-9]+)_([0-9]+).*/,/.*cpu iphone os ([0-9]+)_([0-9]+).*/]},{name:"Android",search:Pn("android"),versionRegexes:[/.*?android\ ?([0-9]+)\.([0-9]+).*/]},{name:"OSX",search:Pn("os x"),versionRegexes:[/.*?os\ x\ ?([0-9]+)_([0-9]+).*/]},{name:"Linux",search:Pn("linux"),versionRegexes:[]},{name:"Solaris",search:Pn("sunos"),versionRegexes:[]},{name:"FreeBSD",search:Pn("freebsd"),versionRegexes:[]}],Mn={browsers:V.constant(Ln),oses:V.constant(In)},Fn=function(e){var t,n,r,o,i,a,u,s,c,l,f,d=Mn.browsers(),m=Mn.oses(),p=Rn(d,e).fold(Cn.unknown,Cn.nu),g=Bn(m,e).fold(Tn.unknown,Tn.nu);return{browser:p,os:g,deviceType:(n=p,r=e,o=(t=g).isiOS()&&!0===/ipad/i.test(r),i=t.isiOS()&&!o,a=t.isAndroid()&&3===t.version.major,u=t.isAndroid()&&4===t.version.major,s=o||a||u&&!0===/mobile/i.test(r),c=t.isiOS()||t.isAndroid(),l=c&&!s,f=n.isSafari()&&t.isiOS()&&!1===/safari/i.test(r),{isiPad:V.constant(o),isiPhone:V.constant(i),isTablet:V.constant(s),isPhone:V.constant(l),isTouch:V.constant(c),isAndroid:t.isAndroid,isiOS:t.isiOS,isWebView:V.constant(f)})}},zn={detect:dn(function(){var e=navigator.userAgent;return Fn(e)})},Un=function(e){if(null===e||e===undefined)throw new Error("Node cannot be null or undefined");return{dom:V.constant(e)}},qn={fromHtml:function(e,t){var n=(t||document).createElement("div");if(n.innerHTML=e,!n.hasChildNodes()||1<n.childNodes.length)throw console.error("HTML does not have a single root node",e),"HTML must have a single root node";return Un(n.childNodes[0])},fromTag:function(e,t){var n=(t||document).createElement(e);return Un(n)},fromText:function(e,t){var n=(t||document).createTextNode(e);return Un(n)},fromDom:Un,fromPoint:function(e,t,n){return A.from(e.dom().elementFromPoint(t,n)).map(Un)}},Vn=8,Hn=9,jn=1,$n=3,Wn=function(e){return e.dom().nodeName.toLowerCase()},Kn=function(e){return e.dom().nodeType},Xn=function(t){return function(e){return Kn(e)===t}},Yn=Xn(jn),Gn=Xn($n),Jn=Xn(Hn),Qn={name:Wn,type:Kn,value:function(e){return e.dom().nodeValue},isElement:Yn,isText:Gn,isDocument:Jn,isComment:function(e){return Kn(e)===Vn||"#comment"===Wn(e)}},Zn=(fn=Object.keys)===undefined?function(e){var t=[];for(var n in e)e.hasOwnProperty(n)&&t.push(n);return t}:fn,er=function(e,t){for(var n=Zn(e),r=0,o=n.length;r<o;r++){var i=n[r];t(e[i],i,e)}},tr=function(r,o){var i={};return er(r,function(e,t){var n=o(e,t,r);i[n.k]=n.v}),i},nr=function(e,n){var r=[];return er(e,function(e,t){r.push(n(e,t))}),r},rr=function(e){return nr(e,function(e){return e})},or={bifilter:function(e,n){var r={},o={};return er(e,function(e,t){(n(e,t)?r:o)[t]=e}),{t:r,f:o}},each:er,map:function(e,r){return tr(e,function(e,t,n){return{k:t,v:r(e,t,n)}})},mapToArray:nr,tupleMap:tr,find:function(e,t){for(var n=Zn(e),r=0,o=n.length;r<o;r++){var i=n[r],a=e[i];if(t(a,i,e))return A.some(a)}return A.none()},keys:Zn,values:rr,size:function(e){return rr(e).length}},ir=function(e,t,n){if(!(E.isString(n)||E.isBoolean(n)||E.isNumber(n)))throw console.error("Invalid call to Attr.set. Key ",t,":: Value ",n,":: Element ",e),new Error("Attribute value was not simple");e.setAttribute(t,n+"")},ar=function(e,t,n){ir(e.dom(),t,n)},ur=function(e,t){var n=e.dom().getAttribute(t);return null===n?undefined:n},sr=function(e,t){var n=e.dom();return!(!n||!n.hasAttribute)&&n.hasAttribute(t)},cr={clone:function(e){return H.foldl(e.dom().attributes,function(e,t){return e[t.name]=t.value,e},{})},set:ar,setAll:function(e,t){var n=e.dom();or.each(t,function(e,t){ir(n,t,e)})},get:ur,has:sr,remove:function(e,t){e.dom().removeAttribute(t)},hasNone:function(e){var t=e.dom().attributes;return t===undefined||null===t||0===t.length},transfer:function(o,i,e){Qn.isElement(o)&&Qn.isElement(i)&&H.each(e,function(e){var t,n,r;n=i,sr(t=o,r=e)&&!sr(n,r)&&ar(n,r,ur(t,r))})}},lr=dn(function(){return fr(qn.fromDom(document))}),fr=function(e){var t=e.dom().body;if(null===t||t===undefined)throw"Body is not available yet";return qn.fromDom(t)},dr={body:lr,getBody:fr,inBody:function(e){var t=Qn.isText(e)?e.dom().parentNode:e.dom();return t!==undefined&&null!==t&&t.ownerDocument.body.contains(t)}},mr=function(e){return e.style!==undefined},pr=function(e,t,n){if(!E.isString(n))throw console.error("Invalid call to CSS.set. Property ",t,":: Value ",n,":: Element ",e),new Error("CSS value must be a string: "+n);mr(e)&&e.style.setProperty(t,n)},gr=function(e,t){return mr(e)?e.style.getPropertyValue(t):""},hr=function(e,t){var n=e.dom(),r=gr(n,t);return A.from(r).filter(function(e){return 0<e.length})},vr=function(e,t){var n=e.dom();or.each(t,function(e,t){pr(n,t,e)})},yr=function(e,t){var n=e.dom(),r=window.getComputedStyle(n).getPropertyValue(t),o=""!==r||dr.inBody(e)?r:gr(n,t);return null===o?undefined:o},br=hr,Cr=function(e){return e.slice(0).sort()},xr={sort:Cr,reqMessage:function(e,t){throw new Error("All required keys ("+Cr(e).join(", ")+") were not specified. Specified keys were: "+Cr(t).join(", ")+".")},unsuppMessage:function(e){throw new Error("Unsupported keys for object: "+Cr(e).join(", "))},validateStrArr:function(t,e){if(!E.isArray(e))throw new Error("The "+t+" fields must be an array. Was: "+e+".");H.each(e,function(e){if(!E.isString(e))throw new Error("The value "+e+" in the "+t+" fields was not a string.")})},invalidTypeMessage:function(e,t){throw new Error("All values need to be of type: "+t+". Keys ("+Cr(e).join(", ")+") were not.")},checkDupes:function(e){var n=Cr(e);H.find(n,function(e,t){return t<n.length-1&&e===n[t+1]}).each(function(e){throw new Error("The field: "+e+" occurs more than once in the combined fields: ["+n.join(", ")+"].")})}},wr={immutable:function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return function(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];if(t.length!==n.length)throw new Error('Wrong number of arguments to struct. Expected "['+t.length+']", got '+n.length+" arguments");var r={};return H.each(t,function(e,t){r[e]=V.constant(n[t])}),r}},immutableBag:function(o,i){var a=o.concat(i);if(0===a.length)throw new Error("You must specify at least one required or optional field.");return xr.validateStrArr("required",o),xr.validateStrArr("optional",i),xr.checkDupes(a),function(t){var n=or.keys(t);H.forall(o,function(e){return H.contains(n,e)})||xr.reqMessage(o,n);var e=H.filter(n,function(e){return!H.contains(a,e)});0<e.length&&xr.unsuppMessage(e);var r={};return H.each(o,function(e){r[e]=V.constant(t[e])}),H.each(i,function(e){r[e]=V.constant(Object.prototype.hasOwnProperty.call(t,e)?A.some(t[e]):A.none())}),r}}},Nr=function(e,t){for(var n=[],r=function(e){return n.push(e),t(e)},o=t(e);(o=o.bind(r)).isSome(););return n},Er=function(){return j.getOrDie("Node")},Sr=function(e,t,n){return 0!=(e.compareDocumentPosition(t)&n)},kr=function(e,t){return Sr(e,t,Er().DOCUMENT_POSITION_CONTAINED_BY)},Tr=jn,Ar=Hn,Rr=function(e){return e.nodeType!==Tr&&e.nodeType!==Ar||0===e.childElementCount},Br={all:function(e,t){var n=t===undefined?document:t.dom();return Rr(n)?[]:H.map(n.querySelectorAll(e),qn.fromDom)},is:function(e,t){var n=e.dom();if(n.nodeType!==Tr)return!1;if(n.matches!==undefined)return n.matches(t);if(n.msMatchesSelector!==undefined)return n.msMatchesSelector(t);if(n.webkitMatchesSelector!==undefined)return n.webkitMatchesSelector(t);if(n.mozMatchesSelector!==undefined)return n.mozMatchesSelector(t);throw new Error("Browser lacks native selectors")},one:function(e,t){var n=t===undefined?document:t.dom();return Rr(n)?A.none():A.from(n.querySelector(e)).map(qn.fromDom)}},_r=function(e,t){return e.dom()===t.dom()},Dr=zn.detect().browser.isIE()?function(e,t){return kr(e.dom(),t.dom())}:function(e,t){var n=e.dom(),r=t.dom();return n!==r&&n.contains(r)},Or={eq:_r,isEqualNode:function(e,t){return e.dom().isEqualNode(t.dom())},member:function(e,t){return H.exists(t,V.curry(_r,e))},contains:Dr,is:Br.is},Pr=function(e){return qn.fromDom(e.dom().ownerDocument)},Lr=function(e){var t=e.dom();return A.from(t.parentNode).map(qn.fromDom)},Ir=function(e){var t=e.dom();return A.from(t.previousSibling).map(qn.fromDom)},Mr=function(e){var t=e.dom();return A.from(t.nextSibling).map(qn.fromDom)},Fr=function(e){var t=e.dom();return H.map(t.childNodes,qn.fromDom)},zr=function(e,t){var n=e.dom().childNodes;return A.from(n[t]).map(qn.fromDom)},Ur=wr.immutable("element","offset"),qr={owner:Pr,defaultView:function(e){var t=e.dom().ownerDocument.defaultView;return qn.fromDom(t)},documentElement:function(e){var t=Pr(e);return qn.fromDom(t.dom().documentElement)},parent:Lr,findIndex:function(n){return Lr(n).bind(function(e){var t=Fr(e);return H.findIndex(t,function(e){return Or.eq(n,e)})})},parents:function(e,t){for(var n=E.isFunction(t)?t:V.constant(!1),r=e.dom(),o=[];null!==r.parentNode&&r.parentNode!==undefined;){var i=r.parentNode,a=qn.fromDom(i);if(o.push(a),!0===n(a))break;r=i}return o},siblings:function(t){return Lr(t).map(Fr).map(function(e){return H.filter(e,function(e){return!Or.eq(t,e)})}).getOr([])},prevSibling:Ir,offsetParent:function(e){var t=e.dom();return A.from(t.offsetParent).map(qn.fromDom)},prevSiblings:function(e){return H.reverse(Nr(e,Ir))},nextSibling:Mr,nextSiblings:function(e){return Nr(e,Mr)},children:Fr,child:zr,firstChild:function(e){return zr(e,0)},lastChild:function(e){return zr(e,e.dom().childNodes.length-1)},childNodesCount:function(e){return e.dom().childNodes.length},hasChildNodes:function(e){return e.dom().hasChildNodes()},leaf:function(e,t){var n=Fr(e);return 0<n.length&&t<n.length?Ur(n[t],0):Ur(e,t)}},Vr=zn.detect().browser,Hr=function(e){return H.find(e,Qn.isElement)},jr={getPos:function(e,t,n){var r,o,i,a=0,u=0,s=e.ownerDocument;if(n=n||e,t){if(n===e&&t.getBoundingClientRect&&"static"===yr(qn.fromDom(e),"position"))return{x:a=(o=t.getBoundingClientRect()).left+(s.documentElement.scrollLeft||e.scrollLeft)-s.documentElement.clientLeft,y:u=o.top+(s.documentElement.scrollTop||e.scrollTop)-s.documentElement.clientTop};for(r=t;r&&r!==n&&r.nodeType;)a+=r.offsetLeft||0,u+=r.offsetTop||0,r=r.offsetParent;for(r=t.parentNode;r&&r!==n&&r.nodeType;)a-=r.scrollLeft||0,u-=r.scrollTop||0,r=r.parentNode;u+=(i=qn.fromDom(t),Vr.isFirefox()&&"table"===Qn.name(i)?Hr(qr.children(i)).filter(function(e){return"caption"===Qn.name(e)}).bind(function(o){return Hr(qr.nextSiblings(o)).map(function(e){var t=e.dom().offsetTop,n=o.dom().offsetTop,r=o.dom().offsetHeight;return t<=n?-r:0})}).getOr(0):0)}return{x:a,y:u}}},$r=function(e){var n=A.none(),t=[],r=function(e){o()?a(e):t.push(e)},o=function(){return n.isSome()},i=function(e){H.each(e,a)},a=function(t){n.each(function(e){setTimeout(function(){t(e)},0)})};return e(function(e){n=A.some(e),i(t),t=[]}),{get:r,map:function(n){return $r(function(t){r(function(e){t(n(e))})})},isReady:o}},Wr={nu:$r,pure:function(t){return $r(function(e){e(t)})}},Kr=function(n){return function(){var e=Array.prototype.slice.call(arguments),t=this;setTimeout(function(){n.apply(t,e)},0)}},Xr=function(t){var e=function(e){t(Kr(e))};return{map:function(r){return Xr(function(n){e(function(e){var t=r(e);n(t)})})},bind:function(n){return Xr(function(t){e(function(e){n(e).get(t)})})},anonBind:function(n){return Xr(function(t){e(function(e){n.get(t)})})},toLazy:function(){return Wr.nu(e)},get:e}},Yr={nu:Xr,pure:function(t){return Xr(function(e){e(t)})}},Gr=function(a,e){return e(function(r){var o=[],i=0;0===a.length?r([]):H.each(a,function(e,t){var n;e.get((n=t,function(e){o[n]=e,++i>=a.length&&r(o)}))})})},Jr=function(e){return Gr(e,Yr.nu)},Qr={par:Jr,mapM:function(e,t){var n=H.map(e,t);return Jr(n)},compose:function(t,n){return function(e){return n(e).bind(t)}}},Zr=function(n){return{is:function(e){return n===e},isValue:V.always,isError:V.never,getOr:V.constant(n),getOrThunk:V.constant(n),getOrDie:V.constant(n),or:function(e){return Zr(n)},orThunk:function(e){return Zr(n)},fold:function(e,t){return t(n)},map:function(e){return Zr(e(n))},each:function(e){e(n)},bind:function(e){return e(n)},exists:function(e){return e(n)},forall:function(e){return e(n)},toOption:function(){return A.some(n)}}},eo=function(n){return{is:V.never,isValue:V.never,isError:V.always,getOr:V.identity,getOrThunk:function(e){return e()},getOrDie:function(){return V.die(String(n))()},or:function(e){return e},orThunk:function(e){return e()},fold:function(e,t){return e(n)},map:function(e){return eo(n)},each:V.noop,bind:function(e){return eo(n)},exists:V.never,forall:V.always,toOption:A.none}},to={value:Zr,error:eo};function no(e,u){var t=e,n=function(e,t,n,r){var o,i;if(e){if(!r&&e[t])return e[t];if(e!==u){if(o=e[n])return o;for(i=e.parentNode;i&&i!==u;i=i.parentNode)if(o=i[n])return o}}};this.current=function(){return t},this.next=function(e){return t=n(t,"firstChild","nextSibling",e)},this.prev=function(e){return t=n(t,"lastChild","previousSibling",e)},this.prev2=function(e){return t=function(e,t,n,r){var o,i,a;if(e){if(o=e[n],u&&o===u)return;if(o){if(!r)for(a=o[t];a;a=a[t])if(!a[t])return a;return o}if((i=e.parentNode)&&i!==u)return i}}(t,"lastChild","previousSibling",e)}}var ro,oo,io,ao=function(t){var n;return function(e){return(n=n||H.mapToObject(t,V.constant(!0))).hasOwnProperty(Qn.name(e))}},uo=ao(["h1","h2","h3","h4","h5","h6"]),so=ao(["article","aside","details","div","dt","figcaption","footer","form","fieldset","header","hgroup","html","main","nav","section","summary","body","p","dl","multicol","dd","figure","address","center","blockquote","h1","h2","h3","h4","h5","h6","listing","xmp","pre","plaintext","menu","dir","ul","ol","li","hr","table","tbody","thead","tfoot","th","tr","td","caption"]),co=function(e){return Qn.isElement(e)&&!so(e)},lo=function(e){return Qn.isElement(e)&&"br"===Qn.name(e)},fo=ao(["h1","h2","h3","h4","h5","h6","p","div","address","pre","form","blockquote","center","dir","fieldset","header","footer","article","section","hgroup","aside","nav","figure"]),mo=ao(["ul","ol","dl"]),po=ao(["li","dd","dt"]),go=ao(["area","base","basefont","br","col","frame","hr","img","input","isindex","link","meta","param","embed","source","wbr","track"]),ho=ao(["thead","tbody","tfoot"]),vo=ao(["td","th"]),yo=function(t){return function(e){return!!e&&e.nodeType===t}},bo=yo(1),Co=function(e){var r=e.toLowerCase().split(" ");return function(e){var t,n;if(e&&e.nodeType)for(n=e.nodeName.toLowerCase(),t=0;t<r.length;t++)if(n===r[t])return!0;return!1}},xo=function(t){return function(e){if(bo(e)){if(e.contentEditable===t)return!0;if(e.getAttribute("data-mce-contenteditable")===t)return!0}return!1}},wo=yo(3),No=yo(8),Eo=yo(9),So=Co("br"),ko=xo("true"),To=xo("false"),Ao={isText:wo,isElement:bo,isComment:No,isDocument:Eo,isBr:So,isContentEditableTrue:ko,isContentEditableFalse:To,matchNodeNames:Co,hasPropValue:function(t,n){return function(e){return bo(e)&&e[t]===n}},hasAttribute:function(t,e){return function(e){return bo(e)&&e.hasAttribute(t)}},hasAttributeValue:function(t,n){return function(e){return bo(e)&&e.getAttribute(t)===n}},matchStyleValues:function(r,e){var o=e.toLowerCase().split(" ");return function(e){var t;if(bo(e))for(t=0;t<o.length;t++){var n=e.ownerDocument.defaultView.getComputedStyle(e,null);if((n?n.getPropertyValue(r):null)===o[t])return!0}return!1}},isBogus:function(e){return bo(e)&&e.hasAttribute("data-mce-bogus")},isBogusAll:function(e){return bo(e)&&"all"===e.getAttribute("data-mce-bogus")},isTable:function(e){return bo(e)&&"TABLE"===e.tagName}},Ro=function(e){return e&&"SPAN"===e.tagName&&"bookmark"===e.getAttribute("data-mce-type")},Bo=function(e,t){var n,r=t.childNodes;if(!Ao.isElement(t)||!Ro(t)){for(n=r.length-1;0<=n;n--)Bo(e,r[n]);if(!1===Ao.isDocument(t)){if(Ao.isText(t)&&0<t.nodeValue.length){var o=Lt.trim(t.nodeValue).length;if(e.isBlock(t.parentNode)||0<o)return;if(0===o&&(a=(i=t).previousSibling&&"SPAN"===i.previousSibling.nodeName,u=i.nextSibling&&"SPAN"===i.nextSibling.nodeName,a&&u))return}else if(Ao.isElement(t)&&(1===(r=t.childNodes).length&&Ro(r[0])&&t.parentNode.insertBefore(r[0],t),r.length||go(qn.fromDom(t))))return;e.remove(t)}var i,a,u;return t}},_o={trimNode:Bo},Do=Lt.makeMap,Oo=/[&<>\"\u0060\u007E-\uD7FF\uE000-\uFFEF]|[\uD800-\uDBFF][\uDC00-\uDFFF]/g,Po=/[<>&\u007E-\uD7FF\uE000-\uFFEF]|[\uD800-\uDBFF][\uDC00-\uDFFF]/g,Lo=/[<>&\"\']/g,Io=/&#([a-z0-9]+);?|&([a-z0-9]+);/gi,Mo={128:"\u20ac",130:"\u201a",131:"\u0192",132:"\u201e",133:"\u2026",134:"\u2020",135:"\u2021",136:"\u02c6",137:"\u2030",138:"\u0160",139:"\u2039",140:"\u0152",142:"\u017d",145:"\u2018",146:"\u2019",147:"\u201c",148:"\u201d",149:"\u2022",150:"\u2013",151:"\u2014",152:"\u02dc",153:"\u2122",154:"\u0161",155:"\u203a",156:"\u0153",158:"\u017e",159:"\u0178"};oo={'"':""","'":"'","<":"<",">":">","&":"&","`":"`"},io={"<":"<",">":">","&":"&",""":'"',"'":"'"};var Fo=function(e,t){var n,r,o,i={};if(e){for(e=e.split(","),t=t||10,n=0;n<e.length;n+=2)r=String.fromCharCode(parseInt(e[n],t)),oo[r]||(o="&"+e[n+1]+";",i[r]=o,i[o]=r);return i}};ro=Fo("50,nbsp,51,iexcl,52,cent,53,pound,54,curren,55,yen,56,brvbar,57,sect,58,uml,59,copy,5a,ordf,5b,laquo,5c,not,5d,shy,5e,reg,5f,macr,5g,deg,5h,plusmn,5i,sup2,5j,sup3,5k,acute,5l,micro,5m,para,5n,middot,5o,cedil,5p,sup1,5q,ordm,5r,raquo,5s,frac14,5t,frac12,5u,frac34,5v,iquest,60,Agrave,61,Aacute,62,Acirc,63,Atilde,64,Auml,65,Aring,66,AElig,67,Ccedil,68,Egrave,69,Eacute,6a,Ecirc,6b,Euml,6c,Igrave,6d,Iacute,6e,Icirc,6f,Iuml,6g,ETH,6h,Ntilde,6i,Ograve,6j,Oacute,6k,Ocirc,6l,Otilde,6m,Ouml,6n,times,6o,Oslash,6p,Ugrave,6q,Uacute,6r,Ucirc,6s,Uuml,6t,Yacute,6u,THORN,6v,szlig,70,agrave,71,aacute,72,acirc,73,atilde,74,auml,75,aring,76,aelig,77,ccedil,78,egrave,79,eacute,7a,ecirc,7b,euml,7c,igrave,7d,iacute,7e,icirc,7f,iuml,7g,eth,7h,ntilde,7i,ograve,7j,oacute,7k,ocirc,7l,otilde,7m,ouml,7n,divide,7o,oslash,7p,ugrave,7q,uacute,7r,ucirc,7s,uuml,7t,yacute,7u,thorn,7v,yuml,ci,fnof,sh,Alpha,si,Beta,sj,Gamma,sk,Delta,sl,Epsilon,sm,Zeta,sn,Eta,so,Theta,sp,Iota,sq,Kappa,sr,Lambda,ss,Mu,st,Nu,su,Xi,sv,Omicron,t0,Pi,t1,Rho,t3,Sigma,t4,Tau,t5,Upsilon,t6,Phi,t7,Chi,t8,Psi,t9,Omega,th,alpha,ti,beta,tj,gamma,tk,delta,tl,epsilon,tm,zeta,tn,eta,to,theta,tp,iota,tq,kappa,tr,lambda,ts,mu,tt,nu,tu,xi,tv,omicron,u0,pi,u1,rho,u2,sigmaf,u3,sigma,u4,tau,u5,upsilon,u6,phi,u7,chi,u8,psi,u9,omega,uh,thetasym,ui,upsih,um,piv,812,bull,816,hellip,81i,prime,81j,Prime,81u,oline,824,frasl,88o,weierp,88h,image,88s,real,892,trade,89l,alefsym,8cg,larr,8ch,uarr,8ci,rarr,8cj,darr,8ck,harr,8dl,crarr,8eg,lArr,8eh,uArr,8ei,rArr,8ej,dArr,8ek,hArr,8g0,forall,8g2,part,8g3,exist,8g5,empty,8g7,nabla,8g8,isin,8g9,notin,8gb,ni,8gf,prod,8gh,sum,8gi,minus,8gn,lowast,8gq,radic,8gt,prop,8gu,infin,8h0,ang,8h7,and,8h8,or,8h9,cap,8ha,cup,8hb,int,8hk,there4,8hs,sim,8i5,cong,8i8,asymp,8j0,ne,8j1,equiv,8j4,le,8j5,ge,8k2,sub,8k3,sup,8k4,nsub,8k6,sube,8k7,supe,8kl,oplus,8kn,otimes,8l5,perp,8m5,sdot,8o8,lceil,8o9,rceil,8oa,lfloor,8ob,rfloor,8p9,lang,8pa,rang,9ea,loz,9j0,spades,9j3,clubs,9j5,hearts,9j6,diams,ai,OElig,aj,oelig,b0,Scaron,b1,scaron,bo,Yuml,m6,circ,ms,tilde,802,ensp,803,emsp,809,thinsp,80c,zwnj,80d,zwj,80e,lrm,80f,rlm,80j,ndash,80k,mdash,80o,lsquo,80p,rsquo,80q,sbquo,80s,ldquo,80t,rdquo,80u,bdquo,810,dagger,811,Dagger,81g,permil,81p,lsaquo,81q,rsaquo,85c,euro",32);var zo=function(e,t){return e.replace(t?Oo:Po,function(e){return oo[e]||e})},Uo=function(e,t){return e.replace(t?Oo:Po,function(e){return 1<e.length?"&#"+(1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320)+65536)+";":oo[e]||"&#"+e.charCodeAt(0)+";"})},qo=function(e,t,n){return n=n||ro,e.replace(t?Oo:Po,function(e){return oo[e]||n[e]||e})},Vo={encodeRaw:zo,encodeAllRaw:function(e){return(""+e).replace(Lo,function(e){return oo[e]||e})},encodeNumeric:Uo,encodeNamed:qo,getEncodeFunc:function(e,t){var n=Fo(t)||ro,r=Do(e.replace(/\+/g,","));return r.named&&r.numeric?function(e,t){return e.replace(t?Oo:Po,function(e){return oo[e]!==undefined?oo[e]:n[e]!==undefined?n[e]:1<e.length?"&#"+(1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320)+65536)+";":"&#"+e.charCodeAt(0)+";"})}:r.named?t?function(e,t){return qo(e,t,n)}:qo:r.numeric?Uo:zo},decode:function(e){return e.replace(Io,function(e,t){return t?65535<(t="x"===t.charAt(0).toLowerCase()?parseInt(t.substr(1),16):parseInt(t,10))?(t-=65536,String.fromCharCode(55296+(t>>10),56320+(1023&t))):Mo[t]||String.fromCharCode(t):io[e]||ro[e]||(n=e,(r=qn.fromTag("div").dom()).innerHTML=n,r.textContent||r.innerText||n);var n,r})}},Ho={},jo={},$o=Lt.makeMap,Wo=Lt.each,Ko=Lt.extend,Xo=Lt.explode,Yo=Lt.inArray,Go=function(e,t){return(e=Lt.trim(e))?e.split(t||" "):[]},Jo=function(e){var u,t,n,r,o,i,s={},a=function(e,t,n){var r,o,i,a=function(e,t){var n,r,o={};for(n=0,r=e.length;n<r;n++)o[e[n]]=t||{};return o};for(t=t||"","string"==typeof(n=n||[])&&(n=Go(n)),r=(e=Go(e)).length;r--;)i={attributes:a(o=Go([u,t].join(" "))),attributesOrder:o,children:a(n,jo)},s[e[r]]=i},c=function(e,t){var n,r,o,i;for(n=(e=Go(e)).length,t=Go(t);n--;)for(r=s[e[n]],o=0,i=t.length;o<i;o++)r.attributes[t[o]]={},r.attributesOrder.push(t[o])};return Ho[e]?Ho[e]:(u="id accesskey class dir lang style tabindex title role",t="address blockquote div dl fieldset form h1 h2 h3 h4 h5 h6 hr menu ol p pre table ul",n="a abbr b bdo br button cite code del dfn em embed i iframe img input ins kbd label map noscript object q s samp script select small span strong sub sup textarea u var #text #comment","html4"!==e&&(u+=" contenteditable contextmenu draggable dropzone hidden spellcheck translate",t+=" article aside details dialog figure header footer hgroup section nav",n+=" audio canvas command datalist mark meter output picture progress time wbr video ruby bdi keygen"),"html5-strict"!==e&&(u+=" xml:lang",n=[n,i="acronym applet basefont big font strike tt"].join(" "),Wo(Go(i),function(e){a(e,"",n)}),t=[t,o="center dir isindex noframes"].join(" "),r=[t,n].join(" "),Wo(Go(o),function(e){a(e,"",r)})),r=r||[t,n].join(" "),a("html","manifest","head body"),a("head","","base command link meta noscript script style title"),a("title hr noscript br"),a("base","href target"),a("link","href rel media hreflang type sizes hreflang"),a("meta","name http-equiv content charset"),a("style","media type scoped"),a("script","src async defer type charset"),a("body","onafterprint onbeforeprint onbeforeunload onblur onerror onfocus onhashchange onload onmessage onoffline ononline onpagehide onpageshow onpopstate onresize onscroll onstorage onunload",r),a("address dt dd div caption","",r),a("h1 h2 h3 h4 h5 h6 pre p abbr code var samp kbd sub sup i b u bdo span legend em strong small s cite dfn","",n),a("blockquote","cite",r),a("ol","reversed start type","li"),a("ul","","li"),a("li","value",r),a("dl","","dt dd"),a("a","href target rel media hreflang type",n),a("q","cite",n),a("ins del","cite datetime",r),a("img","src sizes srcset alt usemap ismap width height"),a("iframe","src name width height",r),a("embed","src type width height"),a("object","data type typemustmatch name usemap form width height",[r,"param"].join(" ")),a("param","name value"),a("map","name",[r,"area"].join(" ")),a("area","alt coords shape href target rel media hreflang type"),a("table","border","caption colgroup thead tfoot tbody tr"+("html4"===e?" col":"")),a("colgroup","span","col"),a("col","span"),a("tbody thead tfoot","","tr"),a("tr","","td th"),a("td","colspan rowspan headers",r),a("th","colspan rowspan headers scope abbr",r),a("form","accept-charset action autocomplete enctype method name novalidate target",r),a("fieldset","disabled form name",[r,"legend"].join(" ")),a("label","form for",n),a("input","accept alt autocomplete checked dirname disabled form formaction formenctype formmethod formnovalidate formtarget height list max maxlength min multiple name pattern readonly required size src step type value width"),a("button","disabled form formaction formenctype formmethod formnovalidate formtarget name type value","html4"===e?r:n),a("select","disabled form multiple name required size","option optgroup"),a("optgroup","disabled label","option"),a("option","disabled label selected value"),a("textarea","cols dirname disabled form maxlength name readonly required rows wrap"),a("menu","type label",[r,"li"].join(" ")),a("noscript","",r),"html4"!==e&&(a("wbr"),a("ruby","",[n,"rt rp"].join(" ")),a("figcaption","",r),a("mark rt rp summary bdi","",n),a("canvas","width height",r),a("video","src crossorigin poster preload autoplay mediagroup loop muted controls width height buffered",[r,"track source"].join(" ")),a("audio","src crossorigin preload autoplay mediagroup loop muted controls buffered volume",[r,"track source"].join(" ")),a("picture","","img source"),a("source","src srcset type media sizes"),a("track","kind src srclang label default"),a("datalist","",[n,"option"].join(" ")),a("article section nav aside header footer","",r),a("hgroup","","h1 h2 h3 h4 h5 h6"),a("figure","",[r,"figcaption"].join(" ")),a("time","datetime",n),a("dialog","open",r),a("command","type label icon disabled checked radiogroup command"),a("output","for form name",n),a("progress","value max",n),a("meter","value min max low high optimum",n),a("details","open",[r,"summary"].join(" ")),a("keygen","autofocus challenge disabled form keytype name")),"html5-strict"!==e&&(c("script","language xml:space"),c("style","xml:space"),c("object","declare classid code codebase codetype archive standby align border hspace vspace"),c("embed","align name hspace vspace"),c("param","valuetype type"),c("a","charset name rev shape coords"),c("br","clear"),c("applet","codebase archive code object alt name width height align hspace vspace"),c("img","name longdesc align border hspace vspace"),c("iframe","longdesc frameborder marginwidth marginheight scrolling align"),c("font basefont","size color face"),c("input","usemap align"),c("select","onchange"),c("textarea"),c("h1 h2 h3 h4 h5 h6 div p legend caption","align"),c("ul","type compact"),c("li","type"),c("ol dl menu dir","compact"),c("pre","width xml:space"),c("hr","align noshade size width"),c("isindex","prompt"),c("table","summary width frame rules cellspacing cellpadding align bgcolor"),c("col","width align char charoff valign"),c("colgroup","width align char charoff valign"),c("thead","align char charoff valign"),c("tr","align char charoff valign bgcolor"),c("th","axis align char charoff valign nowrap bgcolor width height"),c("form","accept"),c("td","abbr axis scope align char charoff valign nowrap bgcolor width height"),c("tfoot","align char charoff valign"),c("tbody","align char charoff valign"),c("area","nohref"),c("body","background bgcolor text link vlink alink")),"html4"!==e&&(c("input button select textarea","autofocus"),c("input textarea","placeholder"),c("a","download"),c("link script img","crossorigin"),c("iframe","sandbox seamless allowfullscreen")),Wo(Go("a form meter progress dfn"),function(e){s[e]&&delete s[e].children[e]}),delete s.caption.children.table,delete s.script,Ho[e]=s)},Qo=function(e,n){var r;return e&&(r={},"string"==typeof e&&(e={"*":e}),Wo(e,function(e,t){r[t]=r[t.toUpperCase()]="map"===n?$o(e,/[, ]/):Xo(e,/[, ]/)})),r};function Zo(i){var e,t,n,r,o,a,u,s,c,l,f,d,m,N={},p={},E=[],g={},h={},v=function(e,t,n){var r=i[e];return r?r=$o(r,/[, ]/,$o(r.toUpperCase(),/[, ]/)):(r=Ho[e])||(r=$o(t," ",$o(t.toUpperCase()," ")),r=Ko(r,n),Ho[e]=r),r};n=Jo((i=i||{}).schema),!1===i.verify_html&&(i.valid_elements="*[*]"),e=Qo(i.valid_styles),t=Qo(i.invalid_styles,"map"),s=Qo(i.valid_classes,"map"),r=v("whitespace_elements","pre script noscript style textarea video audio iframe object code"),o=v("self_closing_elements","colgroup dd dt li option p td tfoot th thead tr"),a=v("short_ended_elements","area base basefont br col frame hr img input isindex link meta param embed source wbr track"),u=v("boolean_attributes","checked compact declare defer disabled ismap multiple nohref noresize noshade nowrap readonly selected autoplay loop controls"),l=v("non_empty_elements","td th iframe video audio object script pre code",a),f=v("move_caret_before_on_enter_elements","table",l),d=v("text_block_elements","h1 h2 h3 h4 h5 h6 p div address pre form blockquote center dir fieldset header footer article section hgroup aside nav figure"),c=v("block_elements","hr table tbody thead tfoot th tr td li ol ul caption dl dt dd noscript menu isindex option datalist select optgroup figcaption",d),m=v("text_inline_elements","span strong b em i font strike u var cite dfn code mark q sup sub samp"),Wo((i.special||"script noscript noframes noembed title style textarea xmp").split(" "),function(e){h[e]=new RegExp("</"+e+"[^>]*>","gi")});var S=function(e){return new RegExp("^"+e.replace(/([?+*])/g,".$1")+"$")},y=function(e){var t,n,r,o,i,a,u,s,c,l,f,d,m,p,g,h,v,y,b,C=/^([#+\-])?([^\[!\/]+)(?:\/([^\[!]+))?(?:(!?)\[([^\]]+)\])?$/,x=/^([!\-])?(\w+[\\:]:\w+|[^=:<]+)?(?:([=:<])(.*))?$/,w=/[*?+]/;if(e)for(e=Go(e,","),N["@"]&&(h=N["@"].attributes,v=N["@"].attributesOrder),t=0,n=e.length;t<n;t++)if(i=C.exec(e[t])){if(p=i[1],c=i[2],g=i[3],s=i[5],a={attributes:d={},attributesOrder:m=[]},"#"===p&&(a.paddEmpty=!0),"-"===p&&(a.removeEmpty=!0),"!"===i[4]&&(a.removeEmptyAttrs=!0),h){for(y in h)d[y]=h[y];m.push.apply(m,v)}if(s)for(r=0,o=(s=Go(s,"|")).length;r<o;r++)if(i=x.exec(s[r])){if(u={},f=i[1],l=i[2].replace(/[\\:]:/g,":"),p=i[3],b=i[4],"!"===f&&(a.attributesRequired=a.attributesRequired||[],a.attributesRequired.push(l),u.required=!0),"-"===f){delete d[l],m.splice(Yo(m,l),1);continue}p&&("="===p&&(a.attributesDefault=a.attributesDefault||[],a.attributesDefault.push({name:l,value:b}),u.defaultValue=b),":"===p&&(a.attributesForced=a.attributesForced||[],a.attributesForced.push({name:l,value:b}),u.forcedValue=b),"<"===p&&(u.validValues=$o(b,"?"))),w.test(l)?(a.attributePatterns=a.attributePatterns||[],u.pattern=S(l),a.attributePatterns.push(u)):(d[l]||m.push(l),d[l]=u)}h||"@"!==c||(h=d,v=m),g&&(a.outputName=c,N[g]=a),w.test(c)?(a.pattern=S(c),E.push(a)):N[c]=a}},b=function(e){N={},E=[],y(e),Wo(n,function(e,t){p[t]=e.children})},C=function(e){var a=/^(~)?(.+)$/;e&&(Ho.text_block_elements=Ho.block_elements=null,Wo(Go(e,","),function(e){var t=a.exec(e),n="~"===t[1],r=n?"span":"div",o=t[2];if(p[o]=p[r],g[o]=r,n||(c[o.toUpperCase()]={},c[o]={}),!N[o]){var i=N[r];delete(i=Ko({},i)).removeEmptyAttrs,delete i.removeEmpty,N[o]=i}Wo(p,function(e,t){e[r]&&(p[t]=e=Ko({},p[t]),e[o]=e[r])})}))},x=function(e){var o=/^([+\-]?)(\w+)\[([^\]]+)\]$/;Ho[i.schema]=null,e&&Wo(Go(e,","),function(e){var t,n,r=o.exec(e);r&&(n=r[1],t=n?p[r[2]]:p[r[2]]={"#comment":{}},t=p[r[2]],Wo(Go(r[3],"|"),function(e){"-"===n?delete t[e]:t[e]={}}))})},w=function(e){var t,n=N[e];if(n)return n;for(t=E.length;t--;)if((n=E[t]).pattern.test(e))return n};return i.valid_elements?b(i.valid_elements):(Wo(n,function(e,t){N[t]={attributes:e.attributes,attributesOrder:e.attributesOrder},p[t]=e.children}),"html5"!==i.schema&&Wo(Go("strong/b em/i"),function(e){e=Go(e,"/"),N[e[1]].outputName=e[0]}),Wo(Go("ol ul sub sup blockquote span font a table tbody tr strong em b i"),function(e){N[e]&&(N[e].removeEmpty=!0)}),Wo(Go("p h1 h2 h3 h4 h5 h6 th td pre div address caption li"),function(e){N[e].paddEmpty=!0}),Wo(Go("span"),function(e){N[e].removeEmptyAttrs=!0})),C(i.custom_elements),x(i.valid_children),y(i.extended_valid_elements),x("+ol[ul|ol],+ul[ul|ol]"),Wo({dd:"dl",dt:"dl",li:"ul ol",td:"tr",th:"tr",tr:"tbody thead tfoot",tbody:"table",thead:"table",tfoot:"table",legend:"fieldset",area:"map",param:"video audio object"},function(e,t){N[t]&&(N[t].parentsRequired=Go(e))}),i.invalid_elements&&Wo(Xo(i.invalid_elements),function(e){N[e]&&delete N[e]}),w("span")||y("span[!data-mce-type|*]"),{children:p,elements:N,getValidStyles:function(){return e},getValidClasses:function(){return s},getBlockElements:function(){return c},getInvalidStyles:function(){return t},getShortEndedElements:function(){return a},getTextBlockElements:function(){return d},getTextInlineElements:function(){return m},getBoolAttrs:function(){return u},getElementRule:w,getSelfClosingElements:function(){return o},getNonEmptyElements:function(){return l},getMoveCaretBeforeOnEnterElements:function(){return f},getWhiteSpaceElements:function(){return r},getSpecialElements:function(){return h},isValidChild:function(e,t){var n=p[e.toLowerCase()];return!(!n||!n[t.toLowerCase()])},isValid:function(e,t){var n,r,o=w(e);if(o){if(!t)return!0;if(o.attributes[t])return!0;if(n=o.attributePatterns)for(r=n.length;r--;)if(n[r].pattern.test(e))return!0}return!1},getCustomElements:function(){return g},addValidElements:y,setValidElements:b,addCustomElements:C,addValidChildren:x}}var ei=function(e,t,n,r){var o=function(e){return 1<(e=parseInt(e,10).toString(16)).length?e:"0"+e};return"#"+o(t)+o(n)+o(r)};function ti(b,e){var C,t,c,l,x=/rgb\s*\(\s*([0-9]+)\s*,\s*([0-9]+)\s*,\s*([0-9]+)\s*\)/gi,w=/(?:url(?:(?:\(\s*\"([^\"]+)\"\s*\))|(?:\(\s*\'([^\']+)\'\s*\))|(?:\(\s*([^)\s]+)\s*\))))|(?:\'([^\']+)\')|(?:\"([^\"]+)\")/gi,N=/\s*([^:]+):\s*([^;]+);?/g,E=/\s+$/,S={},k="\ufeff";for(b=b||{},e&&(c=e.getValidStyles(),l=e.getInvalidStyles()),t=("\\\" \\' \\; \\: ; : "+k).split(" "),C=0;C<t.length;C++)S[t[C]]=k+C,S[k+C]=t[C];return{toHex:function(e){return e.replace(x,ei)},parse:function(e){var t,n,r,o,i,a,u,s,c={},l=b.url_converter,f=b.url_converter_scope||this,d=function(e,t,n){var r,o,i,a;if((r=c[e+"-top"+t])&&(o=c[e+"-right"+t])&&(i=c[e+"-bottom"+t])&&(a=c[e+"-left"+t])){var u=[r,o,i,a];for(C=u.length-1;C--&&u[C]===u[C+1];);-1<C&&n||(c[e+t]=-1===C?u[0]:u.join(" "),delete c[e+"-top"+t],delete c[e+"-right"+t],delete c[e+"-bottom"+t],delete c[e+"-left"+t])}},m=function(e){var t,n=c[e];if(n){for(t=(n=n.split(" ")).length;t--;)if(n[t]!==n[0])return!1;return c[e]=n[0],!0}},p=function(e){return o=!0,S[e]},g=function(e,t){return o&&(e=e.replace(/\uFEFF[0-9]/g,function(e){return S[e]})),t||(e=e.replace(/\\([\'\";:])/g,"$1")),e},h=function(e){return String.fromCharCode(parseInt(e.slice(1),16))},v=function(e){return e.replace(/\\[0-9a-f]+/gi,h)},y=function(e,t,n,r,o,i){if(o=o||i)return"'"+(o=g(o)).replace(/\'/g,"\\'")+"'";if(t=g(t||n||r),!b.allow_script_urls){var a=t.replace(/[\s\r\n]+/g,"");if(/(java|vb)script:/i.test(a))return"";if(!b.allow_svg_data_urls&&/^data:image\/svg/i.test(a))return""}return l&&(t=l.call(f,t,"style")),"url('"+t.replace(/\'/g,"\\'")+"')"};if(e){for(e=(e=e.replace(/[\u0000-\u001F]/g,"")).replace(/\\[\"\';:\uFEFF]/g,p).replace(/\"[^\"]+\"|\'[^\']+\'/g,function(e){return e.replace(/[;:]/g,p)});t=N.exec(e);)if(N.lastIndex=t.index+t[0].length,n=t[1].replace(E,"").toLowerCase(),r=t[2].replace(E,""),n&&r){if(n=v(n),r=v(r),-1!==n.indexOf(k)||-1!==n.indexOf('"'))continue;if(!b.allow_script_urls&&("behavior"===n||/expression\s*\(|\/\*|\*\//.test(r)))continue;"font-weight"===n&&"700"===r?r="bold":"color"!==n&&"background-color"!==n||(r=r.toLowerCase()),r=(r=r.replace(x,ei)).replace(w,y),c[n]=o?g(r,!0):r}d("border","",!0),d("border","-width"),d("border","-color"),d("border","-style"),d("padding",""),d("margin",""),i="border",u="border-style",s="border-color",m(a="border-width")&&m(u)&&m(s)&&(c[i]=c[a]+" "+c[u]+" "+c[s],delete c[a],delete c[u],delete c[s]),"medium none"===c.border&&delete c.border,"none"===c["border-image"]&&delete c["border-image"]}return c},serialize:function(i,e){var t,n,r,o,a,u="",s=function(e){var t,n,r,o;if(t=c[e])for(n=0,r=t.length;n<r;n++)e=t[n],(o=i[e])&&(u+=(0<u.length?" ":"")+e+": "+o+";")};if(e&&c)s("*"),s(e);else for(t in i)!(n=i[t])||l&&(r=t,o=e,a=void 0,(a=l["*"])&&a[r]||(a=l[o])&&a[r])||(u+=(0<u.length?" ":"")+t+": "+n+";");return u}}}var ni,ri=Lt.each,oi=Lt.grep,ii=ge.ie,ai=/^([a-z0-9],?)+$/i,ui=/^[ \t\r\n]*$/,si=function(n,r,o){var e={},i=r.keep_values,t={set:function(e,t,n){r.url_converter&&(t=r.url_converter.call(r.url_converter_scope||o(),t,n,e[0])),e.attr("data-mce-"+n,t).attr(n,t)},get:function(e,t){return e.attr("data-mce-"+t)||e.attr(t)}};return e={style:{set:function(e,t){null===t||"object"!=typeof t?(i&&e.attr("data-mce-style",t),e.attr("style",t)):e.css(t)},get:function(e){var t=e.attr("data-mce-style")||e.attr("style");return t=n.serialize(n.parse(t),e[0].nodeName)}}},i&&(e.href=e.src=t),e},ci=function(e,t){var n=t.attr("style"),r=e.serialize(e.parse(n),t[0].nodeName);r||(r=null),t.attr("data-mce-style",r)},li=function(e,t){var n,r,o=0;if(e)for(n=e.nodeType,e=e.previousSibling;e;e=e.previousSibling)r=e.nodeType,(!t||3!==r||r!==n&&e.nodeValue.length)&&(o++,n=r);return o};function fi(a,u){var s,c=this;void 0===u&&(u={});var r={},i=window,o={},t=0,e=function(m,e){var p,g=0,h={};p=(e=e||{}).maxLoadTime||5e3;var v=function(e){m.getElementsByTagName("head")[0].appendChild(e)},n=function(e,t,n){var o,r,i,a,u=function(){for(var e=a.passed,t=e.length;t--;)e[t]();a.status=2,a.passed=[],a.failed=[]},s=function(){for(var e=a.failed,t=e.length;t--;)e[t]();a.status=3,a.passed=[],a.failed=[]},c=function(e,t){e()||((new Date).getTime()-i<p?Ce.setTimeout(t):s())},l=function(){c(function(){for(var e,t,n=m.styleSheets,r=n.length;r--;)if((t=(e=n[r]).ownerNode?e.ownerNode:e.owningElement)&&t.id===o.id)return u(),!0},l)},f=function(){c(function(){try{var e=r.sheet.cssRules;return u(),!!e}catch(t){}},f)};if(e=Lt._addCacheSuffix(e),h[e]?a=h[e]:(a={passed:[],failed:[]},h[e]=a),t&&a.passed.push(t),n&&a.failed.push(n),1!==a.status)if(2!==a.status)if(3!==a.status){if(a.status=1,(o=m.createElement("link")).rel="stylesheet",o.type="text/css",o.id="u"+g++,o.async=!1,o.defer=!1,i=(new Date).getTime(),"onload"in o&&!((d=navigator.userAgent.match(/WebKit\/(\d*)/))&&parseInt(d[1],10)<536))o.onload=l,o.onerror=s;else{if(0<navigator.userAgent.indexOf("Firefox"))return(r=m.createElement("style")).textContent='@import "'+e+'"',f(),void v(r);l()}var d;v(o),o.href=e}else s();else u()},t=function(t){return Yr.nu(function(e){n(t,V.compose(e,V.constant(to.value(t))),V.compose(e,V.constant(to.error(t))))})},o=function(e){return e.fold(V.identity,V.identity)};return{load:n,loadAll:function(e,n,r){Qr.par(H.map(e,t)).get(function(e){var t=H.partition(e,function(e){return e.isValue()});0<t.fail.length?r(t.fail.map(o)):n(t.pass.map(o))})}}}(a),l=[],f=u.schema?u.schema:Zo({}),d=ti({url_converter:u.url_converter,url_converter_scope:u.url_converter_scope},u.schema),m=u.ownEvents?new Re(u.proxy):Re.Event,n=f.getBlockElements(),p=en.overrideDefaults(function(){return{context:a,element:q.getRoot()}}),g=function(e){if(e&&a&&"string"==typeof e){var t=a.getElementById(e);return t&&t.id!==e?a.getElementsByName(e)[1]:t}return e},h=function(e){return"string"==typeof e&&(e=g(e)),p(e)},v=function(e,t,n){var r,o,i=h(e);return i.length&&(o=(r=s[t])&&r.get?r.get(i,t):i.attr(t)),void 0===o&&(o=n||""),o},y=function(e){var t=g(e);return t?t.attributes:[]},b=function(e,t,n){var r,o;""===n&&(n=null);var i=h(e);r=i.attr(t),i.length&&((o=s[t])&&o.set?o.set(i,n,t):i.attr(t,n),r!==n&&u.onSetAttrib&&u.onSetAttrib({attrElm:i,attrName:t,attrValue:n}))},C=function(){return u.root_element||a.body},x=function(e,t){return jr.getPos(a.body,g(e),t)},w=function(e,t,n){var r=h(e);return n?r.css(t):("float"===(t=t.replace(/-(\D)/g,function(e,t){return t.toUpperCase()}))&&(t=ge.ie&&ge.ie<12?"styleFloat":"cssFloat"),r[0]&&r[0].style?r[0].style[t]:undefined)},N=function(e){var t,n;return e=g(e),t=w(e,"width"),n=w(e,"height"),-1===t.indexOf("px")&&(t=0),-1===n.indexOf("px")&&(n=0),{w:parseInt(t,10)||e.offsetWidth||e.clientWidth,h:parseInt(n,10)||e.offsetHeight||e.clientHeight}},E=function(e,t){var n;if(!e)return!1;if(!Array.isArray(e)){if("*"===t)return 1===e.nodeType;if(ai.test(t)){var r=t.toLowerCase().split(/,/),o=e.nodeName.toLowerCase();for(n=r.length-1;0<=n;n--)if(r[n]===o)return!0;return!1}if(e.nodeType&&1!==e.nodeType)return!1}var i=Array.isArray(e)?e:[e];return 0<dt(t,i[0].ownerDocument||i[0],null,i).length},S=function(e,t,n,r){var o,i=[],a=g(e);for(r=r===undefined,n=n||("BODY"!==C().nodeName?C().parentNode:null),Lt.is(t,"string")&&(t="*"===(o=t)?function(e){return 1===e.nodeType}:function(e){return E(e,o)});a&&a!==n&&a.nodeType&&9!==a.nodeType;){if(!t||"function"==typeof t&&t(a)){if(!r)return[a];i.push(a)}a=a.parentNode}return r?i:null},k=function(e,t,n){var r=t;if(e)for("string"==typeof t&&(r=function(e){return E(e,t)}),e=e[n];e;e=e[n])if("function"==typeof r&&r(e))return e;return null},T=function(e,n,r){var o,t="string"==typeof e?g(e):e;if(!t)return!1;if(Lt.isArray(t)&&(t.length||0===t.length))return o=[],ri(t,function(e,t){e&&("string"==typeof e&&(e=g(e)),o.push(n.call(r,e,t)))}),o;var i=r||c;return n.call(i,t)},A=function(e,t){h(e).each(function(e,n){ri(t,function(e,t){b(n,t,e)})})},R=function(e,r){var t=h(e);ii?t.each(function(e,t){if(!1!==t.canHaveHTML){for(;t.firstChild;)t.removeChild(t.firstChild);try{t.innerHTML="<br>"+r,t.removeChild(t.firstChild)}catch(n){en("<div></div>").html("<br>"+r).contents().slice(1).appendTo(t)}return r}}):t.html(r)},B=function(e,n,r,o,i){return T(e,function(e){var t="string"==typeof n?a.createElement(n):n;return A(t,r),o&&("string"!=typeof o&&o.nodeType?t.appendChild(o):"string"==typeof o&&R(t,o)),i?t:e.appendChild(t)})},_=function(e,t,n){return B(a.createElement(e),e,t,n,!0)},D=Vo.decode,O=Vo.encodeAllRaw,P=function(e,t){var n=h(e);return t?n.each(function(){for(var e;e=this.firstChild;)3===e.nodeType&&0===e.data.length?this.removeChild(e):this.parentNode.insertBefore(e,this)}).remove():n.remove(),1<n.length?n.toArray():n[0]},L=function(e,t,n){h(e).toggleClass(t,n).each(function(){""===this.className&&en(this).attr("class",null)})},I=function(t,e,n){return T(e,function(e){return Lt.is(e,"array")&&(t=t.cloneNode(!0)),n&&ri(oi(e.childNodes),function(e){t.appendChild(e)}),e.parentNode.replaceChild(t,e)})},M=function(){return a.createRange()},F=function(e,t,n,r){if(Lt.isArray(e)){for(var o=e.length;o--;)e[o]=F(e[o],t,n,r);return e}return!u.collect||e!==a&&e!==i||l.push([e,t,n,r]),m.bind(e,t,n,r||q)},z=function(e,t,n){var r;if(Lt.isArray(e)){for(r=e.length;r--;)e[r]=z(e[r],t,n);return e}if(l&&(e===a||e===i))for(r=l.length;r--;){var o=l[r];e!==o[0]||t&&t!==o[1]||n&&n!==o[2]||m.unbind(o[0],o[1],o[2])}return m.unbind(e,t,n)},U=function(e){if(e&&Ao.isElement(e)){var t=e.getAttribute("data-mce-contenteditable");return t&&"inherit"!==t?t:"inherit"!==e.contentEditable?e.contentEditable:null}return null},q={doc:a,settings:u,win:i,files:o,stdMode:!0,boxModel:!0,styleSheetLoader:e,boundEvents:l,styles:d,schema:f,events:m,isBlock:function(e){if("string"==typeof e)return!!n[e];if(e){var t=e.nodeType;if(t)return!(1!==t||!n[e.nodeName])}return!1},$:p,$$:h,root:null,clone:function(t,e){if(!ii||1!==t.nodeType||e)return t.cloneNode(e);if(!e){var n=a.createElement(t.nodeName);return ri(y(t),function(e){b(n,e.nodeName,v(t,e.nodeName))}),n}return null},getRoot:C,getViewPort:function(e){var t=e||i,n=t.document,r=n.documentElement;return{x:t.pageXOffset||r.scrollLeft,y:t.pageYOffset||r.scrollTop,w:t.innerWidth||r.clientWidth,h:t.innerHeight||r.clientHeight}},getRect:function(e){var t,n;return e=g(e),t=x(e),n=N(e),{x:t.x,y:t.y,w:n.w,h:n.h}},getSize:N,getParent:function(e,t,n){var r=S(e,t,n,!1);return r&&0<r.length?r[0]:null},getParents:S,get:g,getNext:function(e,t){return k(e,t,"nextSibling")},getPrev:function(e,t){return k(e,t,"previousSibling")},select:function(e,t){return dt(e,g(t)||u.root_element||a,[])},is:E,add:B,create:_,createHTML:function(e,t,n){var r,o="";for(r in o+="<"+e,t)t.hasOwnProperty(r)&&null!==t[r]&&"undefined"!=typeof t[r]&&(o+=" "+r+'="'+O(t[r])+'"');return void 0!==n?o+">"+n+"</"+e+">":o+" />"},createFragment:function(e){var t,n=a.createElement("div"),r=a.createDocumentFragment();for(e&&(n.innerHTML=e);t=n.firstChild;)r.appendChild(t);return r},remove:P,setStyle:function(e,t,n){var r=h(e).css(t,n);u.update_styles&&ci(d,r)},getStyle:w,setStyles:function(e,t){var n=h(e).css(t);u.update_styles&&ci(d,n)},removeAllAttribs:function(e){return T(e,function(e){var t,n=e.attributes;for(t=n.length-1;0<=t;t--)e.removeAttributeNode(n.item(t))})},setAttrib:b,setAttribs:A,getAttrib:v,getPos:x,parseStyle:function(e){return d.parse(e)},serializeStyle:function(e,t){return d.serialize(e,t)},addStyle:function(e){var t,n;if(q!==fi.DOM&&a===document){if(r[e])return;r[e]=!0}(n=a.getElementById("mceDefaultStyles"))||((n=a.createElement("style")).id="mceDefaultStyles",n.type="text/css",(t=a.getElementsByTagName("head")[0]).firstChild?t.insertBefore(n,t.firstChild):t.appendChild(n)),n.styleSheet?n.styleSheet.cssText+=e:n.appendChild(a.createTextNode(e))},loadCSS:function(e){var n;q===fi.DOM||a!==document?(e||(e=""),n=a.getElementsByTagName("head")[0],ri(e.split(","),function(e){var t;e=Lt._addCacheSuffix(e),o[e]||(o[e]=!0,t=_("link",{rel:"stylesheet",href:e}),n.appendChild(t))})):fi.DOM.loadCSS(e)},addClass:function(e,t){h(e).addClass(t)},removeClass:function(e,t){L(e,t,!1)},hasClass:function(e,t){return h(e).hasClass(t)},toggleClass:L,show:function(e){h(e).show()},hide:function(e){h(e).hide()},isHidden:function(e){return"none"===h(e).css("display")},uniqueId:function(e){return(e||"mce_")+t++},setHTML:R,getOuterHTML:function(e){var t="string"==typeof e?g(e):e;return Ao.isElement(t)?t.outerHTML:en("<div></div>").append(en(t).clone()).html()},setOuterHTML:function(e,t){h(e).each(function(){try{if("outerHTML"in this)return void(this.outerHTML=t)}catch(e){}P(en(this).html(t),!0)})},decode:D,encode:O,insertAfter:function(e,t){var r=g(t);return T(e,function(e){var t,n;return t=r.parentNode,(n=r.nextSibling)?t.insertBefore(e,n):t.appendChild(e),e})},replace:I,rename:function(t,e){var n;return t.nodeName!==e.toUpperCase()&&(n=_(e),ri(y(t),function(e){b(n,e.nodeName,v(t,e.nodeName))}),I(n,t,!0)),n||t},findCommonAncestor:function(e,t){for(var n,r=e;r;){for(n=t;n&&r!==n;)n=n.parentNode;if(r===n)break;r=r.parentNode}return!r&&e.ownerDocument?e.ownerDocument.documentElement:r},toHex:function(e){return d.toHex(Lt.trim(e))},run:T,getAttribs:y,isEmpty:function(e,t){var n,r,o,i,a,u,s=0;if(e=e.firstChild){a=new no(e,e.parentNode),t=t||(f?f.getNonEmptyElements():null),i=f?f.getWhiteSpaceElements():{};do{if(o=e.nodeType,Ao.isElement(e)){var c=e.getAttribute("data-mce-bogus");if(c){e=a.next("all"===c);continue}if(u=e.nodeName.toLowerCase(),t&&t[u]){if("br"===u){s++,e=a.next();continue}return!1}for(n=(r=y(e)).length;n--;)if("name"===(u=r[n].nodeName)||"data-mce-bookmark"===u)return!1}if(8===o)return!1;if(3===o&&!ui.test(e.nodeValue))return!1;if(3===o&&e.parentNode&&i[e.parentNode.nodeName]&&ui.test(e.nodeValue))return!1;e=a.next()}while(e)}return s<=1},createRng:M,nodeIndex:li,split:function(e,t,n){var r,o,i,a=M();if(e&&t)return a.setStart(e.parentNode,li(e)),a.setEnd(t.parentNode,li(t)),r=a.extractContents(),(a=M()).setStart(t.parentNode,li(t)+1),a.setEnd(e.parentNode,li(e)+1),o=a.extractContents(),(i=e.parentNode).insertBefore(_o.trimNode(q,r),e),n?i.insertBefore(n,e):i.insertBefore(t,e),i.insertBefore(_o.trimNode(q,o),e),P(e),n||t},bind:F,unbind:z,fire:function(e,t,n){return m.fire(e,t,n)},getContentEditable:U,getContentEditableParent:function(e){for(var t=C(),n=null;e&&e!==t&&null===(n=U(e));e=e.parentNode);return n},destroy:function(){if(l)for(var e=l.length;e--;){var t=l[e];m.unbind(t[0],t[1],t[2])}dt.setDocument&&dt.setDocument()},isChildOf:function(e,t){for(;e;){if(t===e)return!0;e=e.parentNode}return!1},dumpRng:function(e){return"startContainer: "+e.startContainer.nodeName+", startOffset: "+e.startOffset+", endContainer: "+e.endContainer.nodeName+", endOffset: "+e.endOffset}};return s=si(d,u,function(){return q}),q}(ni=fi||(fi={})).DOM=ni(document),ni.nodeIndex=li;var di=fi,mi=di.DOM,pi=Lt.each,gi=Lt.grep,hi=function(e){return"function"==typeof e},vi=function(){var f={},o=[],i={},a=[],d=0;this.isDone=function(e){return 2===f[e]},this.markDone=function(e){f[e]=2},this.add=this.load=function(e,t,n,r){f[e]===undefined&&(o.push(e),f[e]=0),t&&(i[e]||(i[e]=[]),i[e].push({success:t,failure:r,scope:n||this}))},this.remove=function(e){delete f[e],delete i[e]},this.loadQueue=function(e,t,n){this.loadScripts(o,e,t,n)},this.loadScripts=function(n,e,t,r){var s,c=[],l=function(t,e){pi(i[e],function(e){hi(e[t])&&e[t].call(e.scope)}),i[e]=undefined};a.push({success:e,failure:r,scope:t||this}),(s=function(){var e=gi(n);if(n.length=0,pi(e,function(e){var t,n,r,o,i,a,u;2!==f[e]?3!==f[e]?1!==f[e]&&(f[e]=1,d++,t=e,n=function(){f[e]=2,d--,l("success",e),s()},r=function(){f[e]=3,d--,c.push(e),l("failure",e),s()},u=function(){a.remove(i),o&&(o.onreadystatechange=o.onload=o=null),n()},i=(a=mi).uniqueId(),(o=document.createElement("script")).id=i,o.type="text/javascript",o.src=Lt._addCacheSuffix(t),"onreadystatechange"in o?o.onreadystatechange=function(){/loaded|complete/.test(o.readyState)&&u()}:o.onload=u,o.onerror=function(){hi(r)?r():"undefined"!=typeof console&&console.log&&console.log("Failed to load script: "+t)},(document.getElementsByTagName("head")[0]||document.body).appendChild(o)):l("failure",e):l("success",e)}),!d){var t=a.slice(0);a.length=0,pi(t,function(e){0===c.length?hi(e.success)&&e.success.call(e.scope):hi(e.failure)&&e.failure.call(e.scope,c)})}})()}};vi.ScriptLoader=new vi;var yi,bi=Lt.each;function Ci(){var r=this,o=[],a={},u={},i=[],s=function(e){var t;return u[e]&&(t=u[e].dependencies),t||[]},c=function(e,t){return"object"==typeof t?t:"string"==typeof e?{prefix:"",resource:t,suffix:""}:{prefix:e.prefix,resource:t,suffix:e.suffix}},l=function(n,e,t){var r=s(name);bi(r,function(e){var t=c(n,e);f(t.resource,t,undefined,undefined)}),e&&(t?e.call(t):e.call(vi))},f=function(e,t,n,r,o){if(!a[e]){var i="string"==typeof t?t:t.prefix+t.resource+t.suffix;0!==i.indexOf("/")&&-1===i.indexOf("://")&&(i=Ci.baseURL+"/"+i),a[e]=i.substring(0,i.lastIndexOf("/")),u[e]?l(t,n,r):vi.ScriptLoader.add(i,function(){return l(t,n,r)},r,o)}};return{items:o,urls:a,lookup:u,_listeners:i,get:function(e){return u[e]?u[e].instance:undefined},dependencies:s,requireLangPack:function(e,t){var n=Ci.language;if(n&&!1!==Ci.languageLoad){if(t)if(-1!==(t=","+t+",").indexOf(","+n.substr(0,2)+","))n=n.substr(0,2);else if(-1===t.indexOf(","+n+","))return;vi.ScriptLoader.add(a[e]+"/langs/"+n+".js")}},add:function(t,e,n){o.push(e),u[t]={instance:e,dependencies:n};var r=H.partition(i,function(e){return e.name===t});return i=r.fail,bi(r.pass,function(e){e.callback()}),e},remove:function(e){delete a[e],delete u[e]},createUrl:c,addComponents:function(e,t){var n=r.urls[e];bi(t,function(e){vi.ScriptLoader.add(n+"/"+e)})},load:f,waitFor:function(e,t){u.hasOwnProperty(e)?t():i.push({name:e,callback:t})}}}(yi=Ci||(Ci={})).PluginManager=yi(),yi.ThemeManager=yi();var xi,wi="\ufeff",Ni=function(e){return e===wi},Ei=wi,Si=function(e){return e.replace(new RegExp(wi,"g"),"")},ki=Ao.isElement,Ti=Ao.isText,Ai=function(e){return Ti(e)&&(e=e.parentNode),ki(e)&&e.hasAttribute("data-mce-caret")},Ri=function(e){return Ti(e)&&Ni(e.data)},Bi=function(e){return Ai(e)||Ri(e)},_i=function(e){return e.firstChild!==e.lastChild||!Ao.isBr(e.firstChild)},Di=function(e){var t=e.container();return e&&Ao.isText(t)&&t.data.charAt(e.offset())===Ei},Oi=function(e){var t=e.container();return e&&Ao.isText(t)&&t.data.charAt(e.offset()-1)===Ei},Pi=function(e,t,n){var r,o,i;return(r=t.ownerDocument.createElement(e)).setAttribute("data-mce-caret",n?"before":"after"),r.setAttribute("data-mce-bogus","all"),r.appendChild(((i=document.createElement("br")).setAttribute("data-mce-bogus","1"),i)),o=t.parentNode,n?o.insertBefore(r,t):t.nextSibling?o.insertBefore(r,t.nextSibling):o.appendChild(r),r},Li=function(e){return Ti(e)&&e.data[0]===Ei},Ii=function(e){return Ti(e)&&e.data[e.data.length-1]===Ei},Mi=function(e){return e&&e.hasAttribute("data-mce-caret")?(t=e.getElementsByTagName("br"),n=t[t.length-1],Ao.isBogus(n)&&n.parentNode.removeChild(n),e.removeAttribute("data-mce-caret"),e.removeAttribute("data-mce-bogus"),e.removeAttribute("style"),e.removeAttribute("_moz_abspos"),e):null;var t,n},Fi=Ao.isContentEditableTrue,zi=Ao.isContentEditableFalse,Ui=Ao.isBr,qi=Ao.isText,Vi=Ao.matchNodeNames("script style textarea"),Hi=Ao.matchNodeNames("img input textarea hr iframe video audio object"),ji=Ao.matchNodeNames("table"),$i=Bi,Wi=function(e){return!$i(e)&&(qi(e)?!Vi(e.parentNode):Hi(e)||Ui(e)||ji(e)||Ki(e))},Ki=function(e){return!1===(t=e,Ao.isElement(t)&&"true"===t.getAttribute("unselectable"))&&zi(e);var t},Xi=function(e,t){return Wi(e)&&function(e,t){for(e=e.parentNode;e&&e!==t;e=e.parentNode){if(Ki(e))return!1;if(Fi(e))return!0}return!0}(e,t)},Yi=Math.round,Gi=function(e){return e?{left:Yi(e.left),top:Yi(e.top),bottom:Yi(e.bottom),right:Yi(e.right),width:Yi(e.width),height:Yi(e.height)}:{left:0,top:0,bottom:0,right:0,width:0,height:0}},Ji=function(e,t){return e=Gi(e),t||(e.left=e.left+e.width),e.right=e.left,e.width=0,e},Qi=function(e,t,n){return 0<=e&&e<=Math.min(t.height,n.height)/2},Zi=function(e,t){return e.bottom-e.height/2<t.top||!(e.top>t.bottom)&&Qi(t.top-e.bottom,e,t)},ea=function(e,t){return e.top>t.bottom||!(e.bottom<t.top)&&Qi(t.bottom-e.top,e,t)},ta=function(e){var t=e.startContainer,n=e.startOffset;return t.hasChildNodes()&&e.endOffset===n+1?t.childNodes[n]:null},na=function(e,t){return 1===e.nodeType&&e.hasChildNodes()&&(t>=e.childNodes.length&&(t=e.childNodes.length-1),e=e.childNodes[t]),e},ra=new RegExp("[\u0300-\u036f\u0483-\u0487\u0488-\u0489\u0591-\u05bd\u05bf\u05c1-\u05c2\u05c4-\u05c5\u05c7\u0610-\u061a\u064b-\u065f\u0670\u06d6-\u06dc\u06df-\u06e4\u06e7-\u06e8\u06ea-\u06ed\u0711\u0730-\u074a\u07a6-\u07b0\u07eb-\u07f3\u0816-\u0819\u081b-\u0823\u0825-\u0827\u0829-\u082d\u0859-\u085b\u08e3-\u0902\u093a\u093c\u0941-\u0948\u094d\u0951-\u0957\u0962-\u0963\u0981\u09bc\u09be\u09c1-\u09c4\u09cd\u09d7\u09e2-\u09e3\u0a01-\u0a02\u0a3c\u0a41-\u0a42\u0a47-\u0a48\u0a4b-\u0a4d\u0a51\u0a70-\u0a71\u0a75\u0a81-\u0a82\u0abc\u0ac1-\u0ac5\u0ac7-\u0ac8\u0acd\u0ae2-\u0ae3\u0b01\u0b3c\u0b3e\u0b3f\u0b41-\u0b44\u0b4d\u0b56\u0b57\u0b62-\u0b63\u0b82\u0bbe\u0bc0\u0bcd\u0bd7\u0c00\u0c3e-\u0c40\u0c46-\u0c48\u0c4a-\u0c4d\u0c55-\u0c56\u0c62-\u0c63\u0c81\u0cbc\u0cbf\u0cc2\u0cc6\u0ccc-\u0ccd\u0cd5-\u0cd6\u0ce2-\u0ce3\u0d01\u0d3e\u0d41-\u0d44\u0d4d\u0d57\u0d62-\u0d63\u0dca\u0dcf\u0dd2-\u0dd4\u0dd6\u0ddf\u0e31\u0e34-\u0e3a\u0e47-\u0e4e\u0eb1\u0eb4-\u0eb9\u0ebb-\u0ebc\u0ec8-\u0ecd\u0f18-\u0f19\u0f35\u0f37\u0f39\u0f71-\u0f7e\u0f80-\u0f84\u0f86-\u0f87\u0f8d-\u0f97\u0f99-\u0fbc\u0fc6\u102d-\u1030\u1032-\u1037\u1039-\u103a\u103d-\u103e\u1058-\u1059\u105e-\u1060\u1071-\u1074\u1082\u1085-\u1086\u108d\u109d\u135d-\u135f\u1712-\u1714\u1732-\u1734\u1752-\u1753\u1772-\u1773\u17b4-\u17b5\u17b7-\u17bd\u17c6\u17c9-\u17d3\u17dd\u180b-\u180d\u18a9\u1920-\u1922\u1927-\u1928\u1932\u1939-\u193b\u1a17-\u1a18\u1a1b\u1a56\u1a58-\u1a5e\u1a60\u1a62\u1a65-\u1a6c\u1a73-\u1a7c\u1a7f\u1ab0-\u1abd\u1abe\u1b00-\u1b03\u1b34\u1b36-\u1b3a\u1b3c\u1b42\u1b6b-\u1b73\u1b80-\u1b81\u1ba2-\u1ba5\u1ba8-\u1ba9\u1bab-\u1bad\u1be6\u1be8-\u1be9\u1bed\u1bef-\u1bf1\u1c2c-\u1c33\u1c36-\u1c37\u1cd0-\u1cd2\u1cd4-\u1ce0\u1ce2-\u1ce8\u1ced\u1cf4\u1cf8-\u1cf9\u1dc0-\u1df5\u1dfc-\u1dff\u200c-\u200d\u20d0-\u20dc\u20dd-\u20e0\u20e1\u20e2-\u20e4\u20e5-\u20f0\u2cef-\u2cf1\u2d7f\u2de0-\u2dff\u302a-\u302d\u302e-\u302f\u3099-\u309a\ua66f\ua670-\ua672\ua674-\ua67d\ua69e-\ua69f\ua6f0-\ua6f1\ua802\ua806\ua80b\ua825-\ua826\ua8c4\ua8e0-\ua8f1\ua926-\ua92d\ua947-\ua951\ua980-\ua982\ua9b3\ua9b6-\ua9b9\ua9bc\ua9e5\uaa29-\uaa2e\uaa31-\uaa32\uaa35-\uaa36\uaa43\uaa4c\uaa7c\uaab0\uaab2-\uaab4\uaab7-\uaab8\uaabe-\uaabf\uaac1\uaaec-\uaaed\uaaf6\uabe5\uabe8\uabed\ufb1e\ufe00-\ufe0f\ufe20-\ufe2f\uff9e-\uff9f]"),oa=function(e){return"string"==typeof e&&768<=e.charCodeAt(0)&&ra.test(e)},ia=[].slice,aa=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];var r=ia.call(arguments);return r.length-1>=e.length?e.apply(this,r.slice(1)):function(){var e=r.concat([].slice.call(arguments));return aa.apply(this,e)}},ua={constant:function(e){return function(){return e}},negate:function(t){return function(e){return!t(e)}},and:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=ia.call(arguments);return function(e){for(var t=0;t<n.length;t++)if(!n[t](e))return!1;return!0}},or:function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var n=ia.call(arguments);return function(e){for(var t=0;t<n.length;t++)if(n[t](e))return!0;return!1}},curry:aa,compose:function(t,n){return function(e){return t(n(e))}},noop:function(){}},sa=function(e,t){for(var n=[],r=0;r<e.length;r++){var o=e[r];if(!o.isSome())return A.none();n.push(o.getOrDie())}return A.some(t.apply(null,n))},ca=Ao.isElement,la=Wi,fa=Ao.matchStyleValues("display","block table"),da=Ao.matchStyleValues("float","left right"),ma=ua.and(ca,la,ua.negate(da)),pa=ua.negate(Ao.matchStyleValues("white-space","pre pre-line pre-wrap")),ga=Ao.isText,ha=Ao.isBr,va=di.nodeIndex,ya=na,ba=function(e){return"createRange"in e?e.createRange():di.DOM.createRng()},Ca=function(e){return e&&/[\r\n\t ]/.test(e)},xa=function(e){return!!e.setStart&&!!e.setEnd},wa=function(e){var t,n=e.startContainer,r=e.startOffset;return!!(Ca(e.toString())&&pa(n.parentNode)&&Ao.isText(n)&&(t=n.data,Ca(t[r-1])||Ca(t[r+1])))},Na=function(e){return 0===e.left&&0===e.right&&0===e.top&&0===e.bottom},Ea=function(e){var t,n,r,o,i,a,u,s;return t=0<(n=e.getClientRects()).length?Gi(n[0]):Gi(e.getBoundingClientRect()),!xa(e)&&ha(e)&&Na(t)?(i=(r=e).ownerDocument,a=ba(i),u=i.createTextNode("\xa0"),(s=r.parentNode).insertBefore(u,r),a.setStart(u,0),a.setEnd(u,1),o=Gi(a.getBoundingClientRect()),s.removeChild(u),o):Na(t)&&xa(e)?function(e){var t=e.startContainer,n=e.endContainer,r=e.startOffset,o=e.endOffset;if(t===n&&Ao.isText(n)&&0===r&&1===o){var i=e.cloneRange();return i.setEndAfter(n),Ea(i)}return null}(e):t},Sa=function(e,t){var n=Ji(e,t);return n.width=1,n.right=n.left+1,n},ka=function(e){var t,n,r=[],o=function(e){var t,n;0!==e.height&&(0<r.length&&(t=e,n=r[r.length-1],t.left===n.left&&t.top===n.top&&t.bottom===n.bottom&&t.right===n.right)||r.push(e))},i=function(e,t){var n=ba(e.ownerDocument);if(t<e.data.length){if(oa(e.data[t]))return r;if(oa(e.data[t-1])&&(n.setStart(e,t),n.setEnd(e,t+1),!wa(n)))return o(Sa(Ea(n),!1)),r}0<t&&(n.setStart(e,t-1),n.setEnd(e,t),wa(n)||o(Sa(Ea(n),!1))),t<e.data.length&&(n.setStart(e,t),n.setEnd(e,t+1),wa(n)||o(Sa(Ea(n),!0)))};if(ga(e.container()))return i(e.container(),e.offset()),r;if(ca(e.container()))if(e.isAtEnd())n=ya(e.container(),e.offset()),ga(n)&&i(n,n.data.length),ma(n)&&!ha(n)&&o(Sa(Ea(n),!1));else{if(n=ya(e.container(),e.offset()),ga(n)&&i(n,0),ma(n)&&e.isAtEnd())return o(Sa(Ea(n),!1)),r;t=ya(e.container(),e.offset()-1),ma(t)&&!ha(t)&&(fa(t)||fa(n)||!ma(n))&&o(Sa(Ea(t),!1)),ma(n)&&o(Sa(Ea(n),!0))}return r};function Ta(t,n,e){var r=function(){return e||(e=ka(Ta(t,n))),e};return{container:ua.constant(t),offset:ua.constant(n),toRange:function(){var e;return(e=ba(t.ownerDocument)).setStart(t,n),e.setEnd(t,n),e},getClientRects:r,isVisible:function(){return 0<r().length},isAtStart:function(){return ga(t),0===n},isAtEnd:function(){return ga(t)?n>=t.data.length:n>=t.childNodes.length},isEqual:function(e){return e&&t===e.container()&&n===e.offset()},getNode:function(e){return ya(t,e?n-1:n)}}}(xi=Ta||(Ta={})).fromRangeStart=function(e){return xi(e.startContainer,e.startOffset)},xi.fromRangeEnd=function(e){return xi(e.endContainer,e.endOffset)},xi.after=function(e){return xi(e.parentNode,va(e)+1)},xi.before=function(e){return xi(e.parentNode,va(e))},xi.isAbove=function(e,t){return sa([H.head(t.getClientRects()),H.last(e.getClientRects())],Zi).getOr(!1)},xi.isBelow=function(e,t){return sa([H.last(t.getClientRects()),H.head(e.getClientRects())],ea).getOr(!1)},xi.isAtStart=function(e){return!!e&&e.isAtStart()},xi.isAtEnd=function(e){return!!e&&e.isAtEnd()},xi.isTextPosition=function(e){return!!e&&Ao.isText(e.container())},xi.isElementPosition=function(e){return!1===xi.isTextPosition(e)};var Aa,Ra,Ba=Ta,_a=Ao.isElement,Da=Ao.isText,Oa=function(e){var t=e.parentNode;t&&t.removeChild(e)},Pa=function(e,t){0===t.length?Oa(e):e.nodeValue=t},La=function(e){var t=Si(e);return{count:e.length-t.length,text:t}},Ia=function(e,t){return za(e),t},Ma=function(e,t){return Da(e)&&t.container()===e?(r=t,o=La((n=e).data.substr(0,r.offset())),i=La(n.data.substr(r.offset())),0<(a=o.text+i.text).length?(Pa(n,a),Ba(n,r.offset()-o.count)):r):Ia(e,t);var n,r,o,i,a},Fa=function(e,t){return t.container()===e.parentNode?(n=e,o=(r=t).container(),i=H.indexOf(H.from(o.childNodes),n).map(function(e){return e<r.offset()?Ba(o,r.offset()-1):r}).getOr(r),za(n),i):Ia(e,t);var n,r,o,i},za=function(e){if(_a(e)&&Bi(e)&&(_i(e)?e.removeAttribute("data-mce-caret"):Oa(e)),Da(e)){var t=Si(function(e){try{return e.nodeValue}catch(t){return""}}(e));Pa(e,t)}},Ua={removeAndReposition:function(e,t){return Ba.isTextPosition(t)?Ma(e,t):Fa(e,t)},remove:za},qa=function(e){return Ba.isTextPosition(e)?0===e.offset():Wi(e.getNode())},Va=function(e){if(Ba.isTextPosition(e)){var t=e.container();return e.offset()===t.data.length}return Wi(e.getNode(!0))},Ha=function(e,t){return!Ba.isTextPosition(e)&&!Ba.isTextPosition(t)&&e.getNode()===t.getNode(!0)},ja=function(e,t,n){return e?!Ha(t,n)&&(r=t,!(!Ba.isTextPosition(r)&&Ao.isBr(r.getNode())))&&Va(t)&&qa(n):!Ha(n,t)&&qa(t)&&Va(n);var r},$a=function(e,t,n){var r=js(t);return A.from(e?r.next(n):r.prev(n))},Wa=function(e,t){var n,r,o,i,a,u=e?t.firstChild:t.lastChild;return Ao.isText(u)?A.some(Ba(u,e?0:u.data.length)):u?Wi(u)?A.some(e?Ba.before(u):(a=u,Ao.isBr(a)?Ba.before(a):Ba.after(a))):(r=t,o=u,i=(n=e)?Ba.before(o):Ba.after(o),$a(n,r,i)):A.none()},Ka={fromPosition:$a,nextPosition:V.curry($a,!0),prevPosition:V.curry($a,!1),navigate:function(t,n,r){return $a(t,n,r).bind(function(e){return ps(r,e,n)&&ja(t,r,e)?$a(t,n,e):A.some(e)})},positionIn:Wa,firstPositionIn:V.curry(Wa,!0),lastPositionIn:V.curry(Wa,!1)},Xa=Ao.isContentEditableTrue,Ya=Ao.isContentEditableFalse,Ga=function(e,t,n,r,o){return t._selectionOverrides.showCaret(e,n,r,o)},Ja=function(e,t){var n,r;return e.fire("BeforeObjectSelected",{target:t}).isDefaultPrevented()?null:((r=(n=t).ownerDocument.createRange()).selectNode(n),r)},Qa=function(e,t,n){var r=Cs(1,e.getBody(),t),o=Ba.fromRangeStart(r),i=o.getNode();if(Ya(i))return Ga(1,e,i,!o.isAtEnd(),!1);var a=o.getNode(!0);if(Ya(a))return Ga(1,e,a,!1,!1);var u=e.dom.getParent(o.getNode(),function(e){return Ya(e)||Xa(e)});return Ya(u)?Ga(1,e,u,!1,n):null},Za=function(e,t,n){if(!t||!t.collapsed)return t;var r=Qa(e,t,n);return r||t};(Ra=Aa||(Aa={}))[Ra.Br=0]="Br",Ra[Ra.Block=1]="Block",Ra[Ra.Wrap=2]="Wrap",Ra[Ra.Eol=3]="Eol";var eu,tu,nu=function(e,t){return e===eu.Backwards?t.reverse():t},ru=function(e,t,n,r){for(var o,i,a,u,s,c,l=js(n),f=r,d=[];f&&(s=l,c=f,o=t===eu.Forwards?s.next(c):s.prev(c));){if(Ao.isBr(o.getNode(!1)))return t===eu.Forwards?{positions:nu(t,d).concat([o]),breakType:Aa.Br,breakAt:A.some(o)}:{positions:nu(t,d),breakType:Aa.Br,breakAt:A.some(o)};if(o.isVisible()){if(e(f,o)){var m=(i=t,a=f,u=o,Ao.isBr(u.getNode(i===eu.Forwards))?Aa.Br:!1===ps(a,u)?Aa.Block:Aa.Wrap);return{positions:nu(t,d),breakType:m,breakAt:A.some(o)}}d.push(o),f=o}else f=o}return{positions:nu(t,d),breakType:Aa.Eol,breakAt:A.none()}},ou=function(n,r,o,e){return r(o,e).breakAt.map(function(e){var t=r(o,e).positions;return n===eu.Backwards?t.concat(e):[e].concat(t)}).getOr([])},iu=function(e,i){return H.foldl(e,function(e,o){return e.fold(function(){return A.some(o)},function(r){return sa([H.head(r.getClientRects()),H.head(o.getClientRects())],function(e,t){var n=Math.abs(i-e.left);return Math.abs(i-t.left)<=n?o:r}).or(e)})},A.none())},au=function(t,e){return H.head(e.getClientRects()).bind(function(e){return iu(t,e.left)})},uu=V.curry(ru,Ta.isAbove,-1),su=V.curry(ru,Ta.isBelow,1),cu=V.curry(ou,-1,uu),lu=V.curry(ou,1,su),fu=function(e,t){return Br.all(t,e)},du=function(e,t,n,r,o){var i,a,u,s,c,l=fu(qn.fromDom(n),"td,th").map(function(e){return e.dom()}),f=H.filter((i=e,a=l,H.bind(a,function(e){var t,n,r=(t=e.getBoundingClientRect(),n=-1,{left:t.left-n,top:t.top-n,right:t.right+2*n,bottom:t.bottom+2*n,width:t.width+n,height:t.height+n});return[{x:r.left,y:i(r),cell:e},{x:r.right,y:i(r),cell:e}]})),function(e){return t(e,o)});return(u=f,s=r,c=o,H.foldl(u,function(e,r){return e.fold(function(){return A.some(r)},function(e){var t=Math.sqrt(Math.abs(e.x-s)+Math.abs(e.y-c)),n=Math.sqrt(Math.abs(r.x-s)+Math.abs(r.y-c));return A.some(n<t?r:e)})},A.none())).map(function(e){return e.cell})},mu=V.curry(du,function(e){return e.bottom},function(e,t){return e.y<t}),pu=V.curry(du,function(e){return e.top},function(e,t){return e.y>t}),gu=function(t,n){return H.head(n.getClientRects()).bind(function(e){return mu(t,e.left,e.top)}).bind(function(e){return au((t=e,Ka.lastPositionIn(t).map(function(e){return uu(t,e).positions.concat(e)}).getOr([])),n);var t})},hu=function(t,n){return H.last(n.getClientRects()).bind(function(e){return pu(t,e.left,e.top)}).bind(function(e){return au((t=e,Ka.firstPositionIn(t).map(function(e){return[e].concat(su(t,e).positions)}).getOr([])),n);var t})},vu=function(e){for(var t=0,n=0,r=e;r&&r.nodeType;)t+=r.offsetLeft||0,n+=r.offsetTop||0,r=r.offsetParent;return{x:t,y:n}},yu=function(e,t,n){var r,o,i,a,u,s=e.dom,c=s.getRoot(),l=0;if(u={elm:t,alignToTop:n},e.fire("scrollIntoView",u),!u.isDefaultPrevented()&&Ao.isElement(t)){if(!1===n&&(l=t.offsetHeight),"BODY"!==c.nodeName){var f=e.selection.getScrollContainer();if(f)return r=vu(t).y-vu(f).y+l,a=f.clientHeight,void((r<(i=f.scrollTop)||i+a<r+25)&&(f.scrollTop=r<i?r:r-a+25))}o=s.getViewPort(e.getWin()),r=s.getPos(t).y+l,i=o.y,a=o.h,(r<o.y||i+a<r+25)&&e.getWin().scrollTo(0,r<i?r:r-a+25)}},bu=function(d,e){H.head(Ta.fromRangeStart(e).getClientRects()).each(function(e){var t,n,r,o,i,a,u,s,c,l=function(e){if(e.inline)return e.getBody().getBoundingClientRect();var t=e.getWin();return{left:0,right:t.innerWidth,top:0,bottom:t.innerHeight,width:t.innerWidth,height:t.innerHeight}}(d),f={x:(i=t=l,a=n=e,a.left>i.left&&a.right<i.right?0:a.left<i.left?a.left-i.left:a.right-i.right),y:(r=t,o=n,o.top>r.top&&o.bottom<r.bottom?0:o.top<r.top?o.top-r.top:o.bottom-r.bottom)};s=0!==f.x?0<f.x?f.x+4:f.x-4:0,c=0!==f.y?0<f.y?f.y+4:f.y-4:0,(u=d).inline?(u.getBody().scrollLeft+=s,u.getBody().scrollTop+=c):u.getWin().scrollBy(s,c)})},Cu=function(e,t,n){var r=e.getParam(t,n);if(-1!==r.indexOf("=")){var o=e.getParam(t,"","hash");return o.hasOwnProperty(e.id)?o[e.id]:n}return r},xu=function(e){return e.getParam("iframe_attrs",{})},wu=function(e){return e.getParam("doctype","<!DOCTYPE html>")},Nu=function(e){return e.getParam("document_base_url","")},Eu=function(e){return Cu(e,"body_id","tinymce")},Su=function(e){return Cu(e,"body_class","")},ku=function(e){return e.getParam("content_security_policy","")},Tu=function(e){return e.getParam("br_in_pre",!0)},Au=function(e){if(e.getParam("force_p_newlines",!1))return"p";var t=e.getParam("forced_root_block","p");return!1===t?"":t},Ru=function(e){return e.getParam("forced_root_block_attrs",{})},Bu=function(e){return e.getParam("br_newline_selector",".mce-toc h2,figcaption,caption")},_u=function(e){return e.getParam("no_newline_selector","")},Du=function(e){return e.getParam("keep_styles",!0)},Ou=function(e){return e.getParam("end_container_on_empty_block",!1)},Pu=function(e){return Lt.explode(e.getParam("font_size_style_values",""))},Lu=function(e){return Lt.explode(e.getParam("font_size_classes",""))},Iu=function(t,n){qr.parent(t).each(function(e){e.dom().insertBefore(n.dom(),t.dom())})},Mu=function(e,t){e.dom().appendChild(t.dom())},Fu={before:Iu,after:function(e,t){qr.nextSibling(e).fold(function(){qr.parent(e).each(function(e){Mu(e,t)})},function(e){Iu(e,t)})},prepend:function(t,n){qr.firstChild(t).fold(function(){Mu(t,n)},function(e){t.dom().insertBefore(n.dom(),e.dom())})},append:Mu,appendAt:function(e,t,n){qr.child(e,n).fold(function(){Mu(e,t)},function(e){Iu(e,t)})},wrap:function(e,t){Iu(e,t),Mu(t,e)}},zu=zn.detect().browser,Uu=function(){return zu.isIE()||zu.isEdge()||zu.isFirefox()},qu=function(e,t){e.selection.setRng(t),bu(e,t)},Vu=function(t,n,e){var r=t(n,e);return r.breakType===Aa.Wrap&&0===r.positions.length?r.breakAt.map(function(e){return t(n,e).breakAt.isNone()}).getOr(!0):r.breakAt.isNone()},Hu=ua.curry(Vu,uu),ju=ua.curry(Vu,su),$u=function(e,t,n,r){var o,i,a,u,s=e.selection.getRng(),c=t?1:-1;if(Uu()&&(o=t,i=s,a=n,u=Ba.fromRangeStart(i),Ka.positionIn(!o,a).map(function(e){return e.isEqual(u)}).getOr(!1))){var l=Ga(c,e,n,!t,!0);return qu(e,l),!0}return!1},Wu=function(e,t){var n=t.getNode(e);return Ao.isElement(n)&&"TABLE"===n.nodeName?A.some(n):A.none()},Ku=function(u,s,c){var e=Wu(!!s,c),t=!1===s;e.fold(function(){return qu(u,c.toRange())},function(a){return Ka.positionIn(t,u.getBody()).filter(function(e){return e.isEqual(c)}).fold(function(){return qu(u,c.toRange())},function(e){return n=s,o=a,t=c,void((i=Au(r=u))?r.undoManager.transact(function(){var e=qn.fromTag(i);cr.setAll(e,Ru(r)),Fu.append(e,qn.fromTag("br")),n?Fu.after(qn.fromDom(o),e):Fu.before(qn.fromDom(o),e);var t=r.dom.createRng();t.setStart(e.dom(),0),t.setEnd(e.dom(),0),qu(r,t)}):qu(r,t.toRange()));var n,r,o,t,i})})},Xu=function(e,t,n,r){var o,i,a,u,s,c,l=e.selection.getRng(),f=Ba.fromRangeStart(l),d=e.getBody();if(!t&&Hu(r,f)){var m=(u=d,gu(s=n,c=f).orThunk(function(){return H.head(c.getClientRects()).bind(function(e){return iu(cu(u,Ba.before(s)),e.left)})}).getOr(Ba.before(s)));return Ku(e,t,m),!0}return!(!t||!ju(r,f))&&(o=d,m=hu(i=n,a=f).orThunk(function(){return H.head(a.getClientRects()).bind(function(e){return iu(lu(o,Ba.after(i)),e.left)})}).getOr(Ba.after(i)),Ku(e,t,m),!0)},Yu=function(t,n){return function(){return A.from(t.dom.getParent(t.selection.getNode(),"td,th")).bind(function(e){return A.from(t.dom.getParent(e,"table")).map(function(e){return $u(t,n,e)})}).getOr(!1)}},Gu=function(n,r){return function(){return A.from(n.dom.getParent(n.selection.getNode(),"td,th")).bind(function(t){return A.from(n.dom.getParent(t,"table")).map(function(e){return Xu(n,r,e,t)})}).getOr(!1)}},Ju=function(e){var t=e,n=function(){return t};return{get:n,set:function(e){t=e},clone:function(){return Ju(n())}}},Qu=Ao.isContentEditableFalse,Zu=function(e,t,n){var r,o,i,a,u,s=Ji(t.getBoundingClientRect(),n);return"BODY"===e.tagName?(r=e.ownerDocument.documentElement,o=e.scrollLeft||r.scrollLeft,i=e.scrollTop||r.scrollTop):(u=e.getBoundingClientRect(),o=e.scrollLeft-u.left,i=e.scrollTop-u.top),s.left+=o,s.right+=o,s.top+=i,s.bottom+=i,s.width=1,0<(a=t.offsetWidth-t.clientWidth)&&(n&&(a*=-1),s.left+=a,s.right+=a),s},es=function(a,u,e){var t,s,c=Ju(A.none()),l=function(){!function(e){var t,n,r,o,i;for(t=en("*[contentEditable=false]",e),o=0;o<t.length;o++)r=(n=t[o]).previousSibling,Ii(r)&&(1===(i=r.data).length?r.parentNode.removeChild(r):r.deleteData(i.length-1,1)),r=n.nextSibling,Li(r)&&(1===(i=r.data).length?r.parentNode.removeChild(r):r.deleteData(0,1))}(a),s&&(Ua.remove(s),s=null),c.get().each(function(e){en(e.caret).remove(),c.set(A.none())}),clearInterval(t)},f=function(){t=Ce.setInterval(function(){e()?en("div.mce-visual-caret",a).toggleClass("mce-visual-caret-hidden"):en("div.mce-visual-caret",a).addClass("mce-visual-caret-hidden")},500)};return{show:function(t,e){var n,r,o;if(l(),o=e,Ao.isElement(o)&&/^(TD|TH)$/i.test(o.tagName))return null;if(!u(e))return s=function(e,t){var n,r,o;if(r=e.ownerDocument.createTextNode(Ei),o=e.parentNode,t){if(n=e.previousSibling,Ti(n)){if(Bi(n))return n;if(Ii(n))return n.splitText(n.data.length-1)}o.insertBefore(r,e)}else{if(n=e.nextSibling,Ti(n)){if(Bi(n))return n;if(Li(n))return n.splitText(1),n}e.nextSibling?o.insertBefore(r,e.nextSibling):o.appendChild(r)}return r}(e,t),r=e.ownerDocument.createRange(),Qu(s.nextSibling)?(r.setStart(s,0),r.setEnd(s,0)):(r.setStart(s,1),r.setEnd(s,1)),r;s=Pi("p",e,t),n=Zu(a,e,t),en(s).css("top",n.top);var i=en('<div class="mce-visual-caret" data-mce-bogus="all"></div>').css(n).appendTo(a)[0];return c.set(A.some({caret:i,element:e,before:t})),c.get().each(function(e){t&&en(e.caret).addClass("mce-visual-caret-before")}),f(),(r=e.ownerDocument.createRange()).setStart(s,0),r.setEnd(s,0),r},hide:l,getCss:function(){return".mce-visual-caret {position: absolute;background-color: black;background-color: currentcolor;}.mce-visual-caret-hidden {display: none;}*[data-mce-caret] {position: absolute;left: -1000px;right: auto;top: 0;margin: 0;padding: 0;}"},reposition:function(){c.get().each(function(e){var t=Zu(a,e.element,e.before);en(e.caret).css(t)})},destroy:function(){return Ce.clearInterval(t)}}},ts=function(e){return Qu(e)||Ao.isTable(e)&&Uu()},ns=Ao.isContentEditableFalse,rs=Ao.matchStyleValues("display","block table table-cell table-caption list-item"),os=Bi,is=Ai,as=ua.curry,us=Ao.isElement,ss=Wi,cs=function(e){return 0<e},ls=function(e){return e<0},fs=function(e,t){for(var n;n=e(t);)if(!is(n))return n;return null},ds=function(e,t,n,r,o){var i=new no(e,r);if(ls(t)){if((ns(e)||is(e))&&n(e=fs(i.prev,!0)))return e;for(;e=fs(i.prev,o);)if(n(e))return e}if(cs(t)){if((ns(e)||is(e))&&n(e=fs(i.next,!0)))return e;for(;e=fs(i.next,o);)if(n(e))return e}return null},ms=function(e,t){for(;e&&e!==t;){if(rs(e))return e;e=e.parentNode}return null},ps=function(e,t,n){return ms(e.container(),n)===ms(t.container(),n)},gs=function(e,t){var n,r;return t?(n=t.container(),r=t.offset(),us(n)?n.childNodes[r+e]:null):null},hs=function(e,t){var n=t.ownerDocument.createRange();return e?(n.setStartBefore(t),n.setEndBefore(t)):(n.setStartAfter(t),n.setEndAfter(t)),n},vs=function(e,t,n){var r,o,i,a;for(o=e?"previousSibling":"nextSibling";n&&n!==t;){if(r=n[o],os(r)&&(r=r[o]),ns(r)){if(a=n,ms(r,i=t)===ms(a,i))return r;break}if(ss(r))break;n=n.parentNode}return null},ys=as(hs,!0),bs=as(hs,!1),Cs=function(e,t,n){var r,o,i,a,u=as(vs,!0,t),s=as(vs,!1,t);if(o=n.startContainer,i=n.startOffset,Ai(o)){if(us(o)||(o=o.parentNode),"before"===(a=o.getAttribute("data-mce-caret"))&&(r=o.nextSibling,ts(r)))return ys(r);if("after"===a&&(r=o.previousSibling,ts(r)))return bs(r)}if(!n.collapsed)return n;if(Ao.isText(o)){if(os(o)){if(1===e){if(r=s(o))return ys(r);if(r=u(o))return bs(r)}if(-1===e){if(r=u(o))return bs(r);if(r=s(o))return ys(r)}return n}if(Ii(o)&&i>=o.data.length-1)return 1===e&&(r=s(o))?ys(r):n;if(Li(o)&&i<=1)return-1===e&&(r=u(o))?bs(r):n;if(i===o.data.length)return(r=s(o))?ys(r):n;if(0===i)return(r=u(o))?bs(r):n}return n},xs=function(e,t){var n=gs(e,t);return ns(n)&&!Ao.isBogusAll(n)},ws=function(e,t){return Ao.isTable(gs(e,t))},Ns=function(e,t){return A.from(gs(e?0:-1,t)).filter(ns)},Es=function(e,t,n){var r=Cs(e,t,n);return-1===e?Ta.fromRangeStart(r):Ta.fromRangeEnd(r)},Ss=as(xs,0),ks=as(xs,-1),Ts=as(ws,0),As=as(ws,-1);(tu=eu||(eu={}))[tu.Backwards=-1]="Backwards",tu[tu.Forwards=1]="Forwards";var Rs,Bs,_s,Ds,Os,Ps=Ao.isContentEditableFalse,Ls=Ao.isText,Is=Ao.isElement,Ms=Ao.isBr,Fs=Wi,zs=function(e){return Hi(e)||!!Ki(t=e)&&!0!==Bt.reduce(t.getElementsByTagName("*"),function(e,t){return e||Fi(t)},!1);var t},Us=Xi,qs=function(e,t){return e.hasChildNodes()&&t<e.childNodes.length?e.childNodes[t]:null},Vs=function(e,t){if(cs(e)){if(Fs(t.previousSibling)&&!Ls(t.previousSibling))return Ba.before(t);if(Ls(t))return Ba(t,0)}if(ls(e)){if(Fs(t.nextSibling)&&!Ls(t.nextSibling))return Ba.after(t);if(Ls(t))return Ba(t,t.data.length)}return ls(e)?Ms(t)?Ba.before(t):Ba.after(t):Ba.before(t)},Hs=function(e,t,n){var r,o,i,a,u;if(!Is(n)||!t)return null;if(t.isEqual(Ba.after(n))&&n.lastChild){if(u=Ba.after(n.lastChild),ls(e)&&Fs(n.lastChild)&&Is(n.lastChild))return Ms(n.lastChild)?Ba.before(n.lastChild):u}else u=t;var s,c,l,f=u.container(),d=u.offset();if(Ls(f)){if(ls(e)&&0<d)return Ba(f,--d);if(cs(e)&&d<f.length)return Ba(f,++d);r=f}else{if(ls(e)&&0<d&&(o=qs(f,d-1),Fs(o)))return!zs(o)&&(i=ds(o,e,Us,o))?Ls(i)?Ba(i,i.data.length):Ba.after(i):Ls(o)?Ba(o,o.data.length):Ba.before(o);if(cs(e)&&d<f.childNodes.length&&(o=qs(f,d),Fs(o)))return Ms(o)&&n.lastChild===o?null:(s=o,c=n,Ao.isBr(s)&&(l=Hs(1,Ba.after(s),c))&&!ps(Ba.before(s),Ba.before(l),c)?Hs(e,Ba.after(o),n):!zs(o)&&(i=ds(o,e,Us,o))?Ls(i)?Ba(i,0):Ba.before(i):Ls(o)?Ba(o,0):Ba.after(o));r=o||u.getNode()}return(cs(e)&&u.isAtEnd()||ls(e)&&u.isAtStart())&&(r=ds(r,e,ua.constant(!0),n,!0),Us(r,n))?Vs(e,r):(o=ds(r,e,Us,n),!(a=Bt.last(Bt.filter(function(e,t){for(var n=[];e&&e!==t;)n.push(e),e=e.parentNode;return n}(f,n),Ps)))||o&&a.contains(o)?o?Vs(e,o):null:u=cs(e)?Ba.after(a):Ba.before(a))},js=function(t){return{next:function(e){return Hs(eu.Forwards,e,t)},prev:function(e){return Hs(eu.Backwards,e,t)}}},$s=function(e){return Lt.grep(e.childNodes,function(e){return"LI"===e.nodeName})},Ws=function(e){return e&&e.firstChild&&e.firstChild===e.lastChild&&("\xa0"===(t=e.firstChild).data||Ao.isBr(t));var t},Ks=function(e){return 0<e.length&&(!(t=e[e.length-1]).firstChild||Ws(t))?e.slice(0,-1):e;var t},Xs=function(e,t){var n=e.getParent(t,e.isBlock);return n&&"LI"===n.nodeName?n:null},Ys=function(e,t){var n=Ba.after(e),r=js(t).prev(n);return r?r.toRange():null},Gs=function(t,e,n){var r,o,i,a,u=t.parentNode;return Lt.each(e,function(e){u.insertBefore(e,t)}),r=t,o=n,i=Ba.before(r),(a=js(o).next(i))?a.toRange():null},Js=function(e,t){var n,r,o,i,a,u,s=t.firstChild,c=t.lastChild;return s&&"meta"===s.name&&(s=s.next),c&&"mce_marker"===c.attr("id")&&(c=c.prev),r=c,u=(n=e).getNonEmptyElements(),r&&(r.isEmpty(u)||(o=r,n.getBlockElements()[o.name]&&(a=o).firstChild&&a.firstChild===a.lastChild&&("br"===(i=o.firstChild).name||"\xa0"===i.value)))&&(c=c.prev),!(!s||s!==c||"ul"!==s.name&&"ol"!==s.name)},Qs=function(e,o,i,t){var n,r,a,u,s,c,l,f,d,m,p,g,h,v,y,b,C,x,w,N=(n=o,r=t,c=e.serialize(r),l=n.createFragment(c),u=(a=l).firstChild,s=a.lastChild,u&&"META"===u.nodeName&&u.parentNode.removeChild(u),s&&"mce_marker"===s.id&&s.parentNode.removeChild(s),a),E=Xs(o,i.startContainer),S=Ks($s(N.firstChild)),k=o.getRoot(),T=function(e){var t=Ba.fromRangeStart(i),n=js(o.getRoot()),r=1===e?n.prev(t):n.next(t);return!r||Xs(o,r.getNode())!==E};return T(1)?Gs(E,S,k):T(2)?(f=E,d=S,m=k,o.insertAfter(d.reverse(),f),Ys(d[0],m)):(g=S,h=k,v=p=E,b=(y=i).cloneRange(),C=y.cloneRange(),b.setStartBefore(v),C.setEndAfter(v),x=[b.cloneContents(),C.cloneContents()],(w=p.parentNode).insertBefore(x[0],p),Lt.each(g,function(e){w.insertBefore(e,p)}),w.insertBefore(x[1],p),w.removeChild(p),Ys(g[g.length-1],h))},Zs=function(e,t){return!!Xs(e,t)},ec=Ao.isText,tc=Ao.isBogus,nc=di.nodeIndex,rc=function(e){var t=e.parentNode;return tc(t)?rc(t):t},oc=function(e){return e?Bt.reduce(e.childNodes,function(e,t){return tc(t)&&"BR"!==t.nodeName?e=e.concat(oc(t)):e.push(t),e},[]):[]},ic=function(t){return function(e){return t===e}},ac=function(e){var t,r,n,o;return(ec(e)?"text()":e.nodeName.toLowerCase())+"["+(r=oc(rc(t=e)),n=Bt.findIndex(r,ic(t),t),r=r.slice(0,n+1),o=Bt.reduce(r,function(e,t,n){return ec(t)&&ec(r[n-1])&&e++,e},0),r=Bt.filter(r,Ao.matchNodeNames(t.nodeName)),(n=Bt.findIndex(r,ic(t),t))-o)+"]"},uc=function(e,t){var n,r,o,i,a,u=[];return n=t.container(),r=t.offset(),ec(n)?o=function(e,t){for(;(e=e.previousSibling)&&ec(e);)t+=e.data.length;return t}(n,r):(r>=(i=n.childNodes).length?(o="after",r=i.length-1):o="before",n=i[r]),u.push(ac(n)),a=function(e,t,n){var r=[];for(t=t.parentNode;!(t===e||n&&n(t));t=t.parentNode)r.push(t);return r}(e,n),a=Bt.filter(a,ua.negate(Ao.isBogus)),(u=u.concat(Bt.map(a,function(e){return ac(e)}))).reverse().join("/")+","+o},sc=function(e,t){var n,r,o;return t?(t=(n=t.split(","))[0].split("/"),o=1<n.length?n[1]:"before",(r=Bt.reduce(t,function(e,t){return(t=/([\w\-\(\)]+)\[([0-9]+)\]/.exec(t))?("text()"===t[1]&&(t[1]="#text"),n=e,r=t[1],o=parseInt(t[2],10),i=oc(n),i=Bt.filter(i,function(e,t){return!ec(e)||!ec(i[t-1])}),(i=Bt.filter(i,Ao.matchNodeNames(r)))[o]):null;var n,r,o,i},e))?ec(r)?function(e,t){for(var n,r=e,o=0;ec(r);){if(n=r.data.length,o<=t&&t<=o+n){e=r,t-=o;break}if(!ec(r.nextSibling)){e=r,t=n;break}o+=n,r=r.nextSibling}return ec(e)&&t>e.data.length&&(t=e.data.length),Ba(e,t)}(r,parseInt(o,10)):(o="after"===o?nc(r)+1:nc(r),Ba(r.parentNode,o)):null):null},cc=Ao.isContentEditableFalse,lc=function(e,t,n,r,o){var i,a=r[o?"startContainer":"endContainer"],u=r[o?"startOffset":"endOffset"],s=[],c=0,l=e.getRoot();for(Ao.isText(a)?s.push(n?function(e,t,n){var r,o;for(o=e(t.data.slice(0,n)).length,r=t.previousSibling;r&&Ao.isText(r);r=r.previousSibling)o+=e(r.data).length;return o}(t,a,u):u):(u>=(i=a.childNodes).length&&i.length&&(c=1,u=Math.max(0,i.length-1)),s.push(e.nodeIndex(i[u],n)+c));a&&a!==l;a=a.parentNode)s.push(e.nodeIndex(a,n));return s},fc=function(e){Ao.isText(e)&&0===e.data.length&&e.parentNode.removeChild(e)},dc=function(e,t,n){var r=0;return Lt.each(e.select(t),function(e){if("all"!==e.getAttribute("data-mce-bogus"))return e!==n&&void r++}),r},mc=function(e,t){var n,r,o,i=t?"start":"end";n=e[i+"Container"],r=e[i+"Offset"],Ao.isElement(n)&&"TR"===n.nodeName&&(n=(o=n.childNodes)[Math.min(t?r:r-1,o.length-1)])&&(r=t?0:n.childNodes.length,e["set"+(t?"Start":"End")](n,r))},pc=function(e){return mc(e,!0),mc(e,!1),e},gc=function(e,t){var n;if(Ao.isElement(e)&&(e=na(e,t),cc(e)))return e;if(Bi(e)){if(Ao.isText(e)&&Ai(e)&&(e=e.parentNode),n=e.previousSibling,cc(n))return n;if(n=e.nextSibling,cc(n))return n}},hc=function(e,t,n){var r=n.getNode(),o=r?r.nodeName:null,i=n.getRng();if(cc(r)||"IMG"===o)return{name:o,index:dc(n.dom,o,r)};var a,u,s,c,l,f,d,m=gc((a=i).startContainer,a.startOffset)||gc(a.endContainer,a.endOffset);return m?{name:o=m.tagName,index:dc(n.dom,o,m)}:(u=e,c=t,l=i,f=(s=n).dom,(d={}).start=lc(f,u,c,l,!0),s.isCollapsed()||(d.end=lc(f,u,c,l,!1)),d)},vc=function(e,t,n){var r={"data-mce-type":"bookmark",id:t,style:"overflow:hidden;line-height:0px"};return n?e.create("span",r,""):e.create("span",r)},yc=function(e,t){var n=e.dom,r=e.getRng(),o=n.uniqueId(),i=e.isCollapsed(),a=e.getNode(),u=a.nodeName;if("IMG"===u)return{name:u,index:dc(n,u,a)};var s=pc(r.cloneRange());if(!i){s.collapse(!1);var c=vc(n,o+"_end",t);s.insertNode(c),fc(c.nextSibling)}(r=pc(r)).collapse(!0);var l=vc(n,o+"_start",t);return r.insertNode(l),fc(l.previousSibling),e.moveToBookmark({id:o,keep:1}),{id:o}},bc={getBookmark:function(e,t,n){return 2===t?hc(Si,n,e):3===t?(o=(r=e).getRng(),{start:uc(r.dom.getRoot(),Ba.fromRangeStart(o)),end:uc(r.dom.getRoot(),Ba.fromRangeEnd(o))}):t?{rng:e.getRng()}:yc(e,!1);var r,o},getUndoBookmark:V.curry(hc,V.identity,!0),getPersistentBookmark:yc},Cc="_mce_caret",xc=function(e){return Ao.isElement(e)&&e.id===Cc},wc=function(e,t){for(;t&&t!==e;){if(t.id===Cc)return t;t=t.parentNode}return null},Nc=function(e,t){return!e.isBlock(t)||t.innerHTML||ge.ie||(t.innerHTML='<br data-mce-bogus="1" />'),t},Ec=function(e,t){return Ka.lastPositionIn(e).fold(function(){return!1},function(e){return t.setStart(e.container(),e.offset()),t.setEnd(e.container(),e.offset()),!0})},Sc=function(e,t,n){return!(!1!==t.hasChildNodes()||!wc(e,t)||(o=n,i=(r=t).ownerDocument.createTextNode(Ei),r.appendChild(i),o.setStart(i,0),o.setEnd(i,0),0));var r,o,i},kc=function(e,t,n,r){var o,i,a,u,s=n[t?"start":"end"],c=e.getRoot();if(s){for(a=s[0],i=c,o=s.length-1;1<=o;o--){if(u=i.childNodes,Sc(c,i,r))return!0;if(s[o]>u.length-1)return!!Sc(c,i,r)||Ec(i,r);i=u[s[o]]}3===i.nodeType&&(a=Math.min(s[0],i.nodeValue.length)),1===i.nodeType&&(a=Math.min(s[0],i.childNodes.length)),t?r.setStart(i,a):r.setEnd(i,a)}return!0},Tc=function(e){return Ao.isText(e)&&0<e.data.length},Ac=function(e,t,n){var r,o,i,a,u,s,c=e.get(n.id+"_"+t),l=n.keep;if(c){if(r=c.parentNode,"start"===t?l?c.hasChildNodes()?(r=c.firstChild,o=1):Tc(c.nextSibling)?(r=c.nextSibling,o=0):Tc(c.previousSibling)?(r=c.previousSibling,o=c.previousSibling.data.length):(r=c.parentNode,o=e.nodeIndex(c)+1):o=e.nodeIndex(c):l?c.hasChildNodes()?(r=c.firstChild,o=1):Tc(c.previousSibling)?(r=c.previousSibling,o=c.previousSibling.data.length):(r=c.parentNode,o=e.nodeIndex(c)):o=e.nodeIndex(c),u=r,s=o,!l){for(a=c.previousSibling,i=c.nextSibling,Lt.each(Lt.grep(c.childNodes),function(e){Ao.isText(e)&&(e.nodeValue=e.nodeValue.replace(/\uFEFF/g,""))});c=e.get(n.id+"_"+t);)e.remove(c,!0);a&&i&&a.nodeType===i.nodeType&&Ao.isText(a)&&!ge.opera&&(o=a.nodeValue.length,a.appendData(i.nodeValue),e.remove(i),u=a,s=o)}return A.some(Ba(u,s))}return A.none()},Rc=function(e,t){var n,r,o,i,a,u,s,c,l,f,d,m,p,g,h,v,y=e.dom;if(t){if(v=t,Lt.isArray(v.start))return g=t,h=(p=y).createRng(),kc(p,!0,g,h)&&kc(p,!1,g,h)?A.some(h):A.none();if("string"==typeof t.start)return A.some((f=t,d=(l=y).createRng(),m=sc(l.getRoot(),f.start),d.setStart(m.container(),m.offset()),m=sc(l.getRoot(),f.end),d.setEnd(m.container(),m.offset()),d));if(t.hasOwnProperty("id"))return s=Ac(o=y,"start",i=t),c=Ac(o,"end",i),sa([s,(a=c,u=s,a.isSome()?a:u)],function(e,t){var n=o.createRng();return n.setStart(Nc(o,e.container()),e.offset()),n.setEnd(Nc(o,t.container()),t.offset()),n});if(t.hasOwnProperty("name"))return n=y,r=t,A.from(n.select(r.name)[r.index]).map(function(e){var t=n.createRng();return t.selectNode(e),t});if(t.hasOwnProperty("rng"))return A.some(t.rng)}return A.none()},Bc={getBookmark:function(e,t,n){return bc.getBookmark(e,t,n)},moveToBookmark:function(t,e){Rc(t,e).each(function(e){t.setRng(e)})},isBookmarkNode:function(e){return Ao.isElement(e)&&"SPAN"===e.tagName&&"bookmark"===e.getAttribute("data-mce-type")}},_c=Lt.each,Dc=function(o){this.compare=function(e,t){if(e.nodeName!==t.nodeName)return!1;var n=function(n){var r={};return _c(o.getAttribs(n),function(e){var t=e.nodeName.toLowerCase();0!==t.indexOf("_")&&"style"!==t&&0!==t.indexOf("data-")&&(r[t]=o.getAttrib(n,t))}),r},r=function(e,t){var n,r;for(r in e)if(e.hasOwnProperty(r)){if(void 0===(n=t[r]))return!1;if(e[r]!==n)return!1;delete t[r]}for(r in t)if(t.hasOwnProperty(r))return!1;return!0};return!(!r(n(e),n(t))||!r(o.parseStyle(o.getAttrib(e,"style")),o.parseStyle(o.getAttrib(t,"style")))||Bc.isBookmarkNode(e)||Bc.isBookmarkNode(t))}},Oc=function(t,e){H.each(e,function(e){Fu.before(t,e)})},Pc=function(t,e){H.each(e,function(e){Fu.append(t,e)})},Lc=function(e){var t=e.dom();null!==t.parentNode&&t.parentNode.removeChild(t)},Ic={empty:function(e){e.dom().textContent="",H.each(qr.children(e),function(e){Lc(e)})},remove:Lc,unwrap:function(e){var t=qr.children(e);0<t.length&&Oc(e,t),Lc(e)}},Mc=(Rs=Qn.isText,Bs="text",_s=function(e){return Rs(e)?A.from(e.dom().nodeValue):A.none()},Ds=zn.detect().browser,{get:function(e){if(!Rs(e))throw new Error("Can only get "+Bs+" value of a "+Bs+" node");return Os(e).getOr("")},getOption:Os=Ds.isIE()&&10===Ds.version.major?function(e){try{return _s(e)}catch(Zx){return A.none()}}:_s,set:function(e,t){if(!Rs(e))throw new Error("Can only set raw "+Bs+" value of a "+Bs+" node");e.dom().nodeValue=t}}),Fc=function(e){return Mc.get(e)},zc=function(e){var t=fu(e,"br"),n=H.filter(function(e){for(var t=[],n=e.dom();n;)t.push(qn.fromDom(n)),n=n.lastChild;return t}(e).slice(-1),lo);t.length===n.length&&H.each(n,Ic.remove)},Uc=function(e){Ic.empty(e),Fu.append(e,qn.fromHtml('<br data-mce-bogus="1">'))},qc=function(n){qr.lastChild(n).each(function(t){qr.prevSibling(t).each(function(e){so(n)&&lo(t)&&so(e)&&Ic.remove(t)})})},Vc=Lt.makeMap;function Hc(e){var u,s,c,l,f,d=[];return u=(e=e||{}).indent,s=Vc(e.indent_before||""),c=Vc(e.indent_after||""),l=Vo.getEncodeFunc(e.entity_encoding||"raw",e.entities),f="html"===e.element_format,{start:function(e,t,n){var r,o,i,a;if(u&&s[e]&&0<d.length&&0<(a=d[d.length-1]).length&&"\n"!==a&&d.push("\n"),d.push("<",e),t)for(r=0,o=t.length;r<o;r++)i=t[r],d.push(" ",i.name,'="',l(i.value,!0),'"');d[d.length]=!n||f?">":" />",n&&u&&c[e]&&0<d.length&&0<(a=d[d.length-1]).length&&"\n"!==a&&d.push("\n")},end:function(e){var t;d.push("</",e,">"),u&&c[e]&&0<d.length&&0<(t=d[d.length-1]).length&&"\n"!==t&&d.push("\n")},text:function(e,t){0<e.length&&(d[d.length]=t?e:l(e))},cdata:function(e){d.push("<![CDATA[",e,"]]>")},comment:function(e){d.push("\x3c!--",e,"--\x3e")},pi:function(e,t){t?d.push("<?",e," ",l(t),"?>"):d.push("<?",e,"?>"),u&&d.push("\n")},doctype:function(e){d.push("<!DOCTYPE",e,">",u?"\n":"")},reset:function(){d.length=0},getContent:function(){return d.join("").replace(/\n$/,"")}}}function jc(t,p){void 0===p&&(p=Zo());var g=Hc(t);return(t=t||{}).validate=!("validate"in t)||t.validate,{serialize:function(e){var f,d;d=t.validate,f={3:function(e){g.text(e.value,e.raw)},8:function(e){g.comment(e.value)},7:function(e){g.pi(e.name,e.value)},10:function(e){g.doctype(e.value)},4:function(e){g.cdata(e.value)},11:function(e){if(e=e.firstChild)for(;m(e),e=e.next;);}},g.reset();var m=function(e){var t,n,r,o,i,a,u,s,c,l=f[e.type];if(l)l(e);else{if(t=e.name,n=e.shortEnded,r=e.attributes,d&&r&&1<r.length&&((a=[]).map={},c=p.getElementRule(e.name))){for(u=0,s=c.attributesOrder.length;u<s;u++)(o=c.attributesOrder[u])in r.map&&(i=r.map[o],a.map[o]=i,a.push({name:o,value:i}));for(u=0,s=r.length;u<s;u++)(o=r[u].name)in a.map||(i=r.map[o],a.map[o]=i,a.push({name:o,value:i}));r=a}if(g.start(e.name,r,n),!n){if(e=e.firstChild)for(;m(e),e=e.next;);g.end(t)}}};return 1!==e.type||t.inner?f[11](e):m(e),g.getContent()}}}var $c=function(a){var u=Ba.fromRangeStart(a),s=Ba.fromRangeEnd(a),c=a.commonAncestorContainer;return Ka.fromPosition(!1,c,s).map(function(e){return!ps(u,s,c)&&ps(u,e,c)?(t=u.container(),n=u.offset(),r=e.container(),o=e.offset(),(i=document.createRange()).setStart(t,n),i.setEnd(r,o),i):a;var t,n,r,o,i}).getOr(a)},Wc=function(e){return e.collapsed?e:$c(e)},Kc=Ao.matchNodeNames("td th"),Xc=function(o,e,t){var n,r,i,a,u,s,c,l,f,d,m,p,g=o.schema.getTextInlineElements(),h=o.selection,v=o.dom;if(/^ | $/.test(e)&&(e=function(e){var t,n,r;t=h.getRng(),n=t.startContainer,r=t.startOffset;var o=function(e){return n[e]&&3===n[e].nodeType};return 3===n.nodeType&&(0<r?e=e.replace(/^ /," "):o("previousSibling")||(e=e.replace(/^ /," ")),r<n.length?e=e.replace(/ (<br>|)$/," "):o("nextSibling")||(e=e.replace(/( | )(<br>|)$/," "))),e}(e)),n=o.parser,p=t.merge,r=jc({validate:o.settings.validate},o.schema),m='<span id="mce_marker" data-mce-type="bookmark">​</span>',s={content:e,format:"html",selection:!0,paste:t.paste},(s=o.fire("BeforeSetContent",s)).isDefaultPrevented())o.fire("SetContent",{content:s.content,format:"html",selection:!0,paste:t.paste});else{-1===(e=s.content).indexOf("{$caret}")&&(e+="{$caret}"),e=e.replace(/\{\$caret\}/,m);var y,b,C,x,w=(l=h.getRng()).startContainer||(l.parentElement?l.parentElement():null),N=o.getBody();w===N&&h.isCollapsed()&&v.isBlock(N.firstChild)&&(y=N.firstChild)&&!o.schema.getShortEndedElements()[y.nodeName]&&v.isEmpty(N.firstChild)&&((l=v.createRng()).setStart(N.firstChild,0),l.setEnd(N.firstChild,0),h.setRng(l)),h.isCollapsed()||(o.selection.setRng(Wc(o.selection.getRng())),o.getDoc().execCommand("Delete",!1,null),C=(b=h.getRng()).startContainer,x=b.startOffset,3===C.nodeType&&b.collapsed&&("\xa0"===C.data[x]?(C.deleteData(x,1),/[\u00a0| ]$/.test(e)||(e+=" ")):"\xa0"===C.data[x-1]&&(C.deleteData(x-1,1),/[\u00a0| ]$/.test(e)||(e=" "+e))));var E,S,k,T={context:(i=h.getNode()).nodeName.toLowerCase(),data:t.data,insert:!0};if(u=n.parse(e,T),!0===t.paste&&Js(o.schema,u)&&Zs(v,i))return l=Qs(r,v,o.selection.getRng(),u),o.selection.setRng(l),void o.fire("SetContent",s);if(function(e){for(var t=e;t=t.walk();)1===t.type&&t.attr("data-mce-fragment","1")}(u),"mce_marker"===(f=u.lastChild).attr("id"))for(f=(c=f).prev;f;f=f.walk(!0))if(3===f.type||!v.isBlock(f.name)){o.schema.isValidChild(f.parent.name,"span")&&f.parent.insert(c,f,"br"===f.name);break}if(o._selectionOverrides.showBlockCaretContainer(i),T.invalid){for(h.setContent(m),i=h.getNode(),a=o.getBody(),9===i.nodeType?i=f=a:f=i;f!==a;)f=(i=f).parentNode;e=i===a?a.innerHTML:v.getOuterHTML(i),e=r.serialize(n.parse(e.replace(/<span (id="mce_marker"|id=mce_marker).+?<\/span>/i,function(){return r.serialize(u)}))),i===a?v.setHTML(a,e):v.setOuterHTML(i,e)}else e=r.serialize(u),function(e,t,n){if("all"===n.getAttribute("data-mce-bogus"))n.parentNode.insertBefore(e.dom.createFragment(t),n);else{var r=n.firstChild,o=n.lastChild;!r||r===o&&"BR"===r.nodeName?e.dom.setHTML(n,t):e.selection.setContent(t)}}(o,e,i);!function(){if(p){var n=o.getBody(),r=new Dc(v);Lt.each(v.select("*[data-mce-fragment]"),function(e){for(var t=e.parentNode;t&&t!==n;t=t.parentNode)g[e.nodeName.toLowerCase()]&&r.compare(t,e)&&v.remove(e,!0)})}}(),function(e){var t,n,r;if(e){if(h.scrollIntoView(e),t=function(e){for(var t=o.getBody();e&&e!==t;e=e.parentNode)if("false"===o.dom.getContentEditable(e))return e;return null}(e))return v.remove(e),h.select(t);l=v.createRng(),(f=e.previousSibling)&&3===f.nodeType?(l.setStart(f,f.nodeValue.length),ge.ie||(d=e.nextSibling)&&3===d.nodeType&&(f.appendData(d.data),d.parentNode.removeChild(d))):(l.setStartBefore(e),l.setEndBefore(e)),n=v.getParent(e,v.isBlock),v.remove(e),n&&v.isEmpty(n)&&(o.$(n).empty(),l.setStart(n,0),l.setEnd(n,0),Kc(n)||n.getAttribute("data-mce-fragment")||!(r=function(e){var t=Ba.fromRangeStart(e);if(t=js(o.getBody()).next(t))return t.toRange()}(l))?v.add(n,v.create("br",{"data-mce-bogus":"1"})):(l=r,v.remove(n))),h.setRng(l)}}(v.get("mce_marker")),E=o.getBody(),Lt.each(E.getElementsByTagName("*"),function(e){e.removeAttribute("data-mce-fragment")}),S=o.dom,k=o.selection.getStart(),A.from(S.getParent(k,"td,th")).map(qn.fromDom).each(qc),o.fire("SetContent",s),o.addVisual()}},Yc={insertAtCaret:function(e,t){var n,r,o="string"!=typeof(n=t)?(r=Lt.extend({paste:n.paste,data:{paste:n.paste}},n),{content:n.content,details:r}):{content:n,details:{}};Xc(e,o.content,o.details)}};function Gc(e,t,n,r,o){return e(n,r)?A.some(n):E.isFunction(o)&&o(n)?A.none():t(n,r,o)}var Jc=function(e,t,n){for(var r=e.dom(),o=E.isFunction(n)?n:V.constant(!1);r.parentNode;){r=r.parentNode;var i=qn.fromDom(r);if(t(i))return A.some(i);if(o(i))break}return A.none()},Qc=function(e,t){return H.find(e.dom().childNodes,V.compose(t,qn.fromDom)).map(qn.fromDom)},Zc=function(e,r){var o=function(e){for(var t=0;t<e.childNodes.length;t++){if(r(qn.fromDom(e.childNodes[t])))return A.some(qn.fromDom(e.childNodes[t]));var n=o(e.childNodes[t]);if(n.isSome())return n}return A.none()};return o(e.dom())},el={first:function(e){return Zc(dr.body(),e)},ancestor:Jc,closest:function(e,t,n){return Gc(function(e){return t(e)},Jc,e,t,n)},sibling:function(t,n){var e=t.dom();return e.parentNode?Qc(qn.fromDom(e.parentNode),function(e){return!Or.eq(t,e)&&n(e)}):A.none()},child:Qc,descendant:Zc},tl=wr.immutable("sections","settings"),nl=zn.detect().deviceType.isTouch(),rl=["lists","autolink","autosave"],ol={theme:"mobile"},il=function(e){var t=E.isArray(e)?e.join(" "):e,n=H.map(E.isString(t)?t.split(" "):[],Dn);return H.filter(n,function(e){return 0<e.length})},al=function(e,t){return e.sections().hasOwnProperty(t)},ul=function(e,t,n,r){var o,i,a=il(n.forced_plugins),u=il(r.plugins),s=e&&al(t,"mobile")?(o=u,H.filter(o,V.curry(H.contains,rl))):u,c=(i=s,[].concat(il(a)).concat(il(i)));return Lt.extend(r,{plugins:c.join(" ")})},sl=function(e,t,n,r){var o,i,a,u,s,c,l,f,d,m,p,g,h,v=(o=["mobile"],i=r,a=or.bifilter(i,function(e,t){return H.contains(o,t)}),tl(a.t,a.f)),y=Lt.extend(t,n,v.settings(),(p=e,h=(g=v).settings().inline,p&&al(g,"mobile")&&!h?(l="mobile",f=ol,d=v.sections(),m=d.hasOwnProperty(l)?d[l]:{},Lt.extend({},f,m)):{}),{validate:!0,content_editable:v.settings().inline,external_plugins:(u=n,s=v.settings(),c=s.external_plugins?s.external_plugins:{},u&&u.external_plugins?Lt.extend({},u.external_plugins,c):c)});return ul(e,v,n,y)},cl=function(e,t,n){return A.from(t.settings[n]).filter(e)},ll=V.curry(cl,E.isString),fl=function(e,t,n,r){var o,i,a,u=t in e.settings?e.settings[t]:n;return"hash"===r?(a={},"string"==typeof(i=u)?H.each(0<i.indexOf("=")?i.split(/[;,](?![^=;,]*(?:[;,]|$))/):i.split(","),function(e){var t=e.split("=");1<t.length?a[Lt.trim(t[0])]=Lt.trim(t[1]):a[Lt.trim(t[0])]=Lt.trim(t)}):a=i,a):"string"===r?cl(E.isString,e,t).getOr(n):"number"===r?cl(E.isNumber,e,t).getOr(n):"boolean"===r?cl(E.isBoolean,e,t).getOr(n):"object"===r?cl(E.isObject,e,t).getOr(n):"array"===r?cl(E.isArray,e,t).getOr(n):"string[]"===r?cl((o=E.isString,function(e){return E.isArray(e)&&H.forall(e,o)}),e,t).getOr(n):"function"===r?cl(E.isFunction,e,t).getOr(n):u},dl=/[\u0591-\u07FF\uFB1D-\uFDFF\uFE70-\uFEFC]/,ml=function(e,t){var n=t.container(),r=t.offset();return e?Ri(n)?Ao.isText(n.nextSibling)?Ba(n.nextSibling,0):Ba.after(n):Di(t)?Ba(n,r+1):t:Ri(n)?Ao.isText(n.previousSibling)?Ba(n.previousSibling,n.previousSibling.data.length):Ba.before(n):Oi(t)?Ba(n,r-1):t},pl={isInlineTarget:function(e,t){var n=ll(e,"inline_boundaries_selector").getOr("a[href],code");return Br.is(qn.fromDom(t),n)},findRootInline:function(e,t,n){var r,o,i,a=(r=e,o=t,i=n,H.filter(di.DOM.getParents(i.container(),"*",o),r));return A.from(a[a.length-1])},isRtl:function(e){return"rtl"===di.DOM.getStyle(e,"direction",!0)||(t=e.textContent,dl.test(t));var t},isAtZwsp:function(e){return Di(e)||Oi(e)},normalizePosition:ml,normalizeForwards:V.curry(ml,!0),normalizeBackwards:V.curry(ml,!1),hasSameParentBlock:function(e,t,n){var r=ms(t,e),o=ms(n,e);return r&&r===o}},gl=function(e,t){return Or.contains(e,t)?el.closest(t,function(e){return fo(e)||po(e)},(n=e,function(e){return Or.eq(n,qn.fromDom(e.dom().parentNode))})):A.none();var n},hl=function(e){var t,n,r;e.dom.isEmpty(e.getBody())&&(e.setContent(""),n=(t=e).getBody(),r=n.firstChild&&t.dom.isBlock(n.firstChild)?n.firstChild:n,t.selection.setCursorLocation(r,0))},vl=function(i,a,u){return sa([Ka.firstPositionIn(u),Ka.lastPositionIn(u)],function(e,t){var n=pl.normalizePosition(!0,e),r=pl.normalizePosition(!1,t),o=pl.normalizePosition(!1,a);return i?Ka.nextPosition(u,o).map(function(e){return e.isEqual(r)&&a.isEqual(n)}).getOr(!1):Ka.prevPosition(u,o).map(function(e){return e.isEqual(n)&&a.isEqual(r)}).getOr(!1)}).getOr(!0)},yl=function(e,t,n){return el.ancestor(e,function(e){return Br.is(e,t)},n)},bl=yl,Cl=function(e,t){return Br.one(t,e)},xl=function(e,t,n){return Gc(Br.is,yl,e,t,n)},wl=function(e,t,n){return bl(e,t,n).isSome()},Nl=function(e,t){return Ao.isText(t)&&/^[ \t\r\n]*$/.test(t.data)&&!1===(n=e,r=t,o=qn.fromDom(n),i=qn.fromDom(r),wl(i,"pre,code",V.curry(Or.eq,o)));var n,r,o,i},El=function(e,t){return Wi(t)&&!1===Nl(e,t)||(n=t,Ao.isElement(n)&&"A"===n.nodeName&&n.hasAttribute("name"))||Sl(t);var n},Sl=Ao.hasAttribute("data-mce-bookmark"),kl=Ao.hasAttribute("data-mce-bogus"),Tl=Ao.hasAttributeValue("data-mce-bogus","all"),Al=function(e){return function(e){var t,n,r=0;if(El(e,e))return!1;if(!(n=e.firstChild))return!0;t=new no(n,e);do{if(Tl(n))n=t.next(!0);else if(kl(n))n=t.next();else if(Ao.isBr(n))r++,n=t.next();else{if(El(e,n))return!1;n=t.next()}}while(n);return r<=1}(e.dom())},Rl=wr.immutable("block","position"),Bl=wr.immutable("from","to"),_l=function(e,t){var n=qn.fromDom(e),r=qn.fromDom(t.container());return gl(n,r).map(function(e){return Rl(e,t)})},Dl=function(o,i,e){var t=_l(o,Ba.fromRangeStart(e)),n=t.bind(function(e){return Ka.fromPosition(i,o,e.position()).bind(function(e){return _l(o,e).map(function(e){return t=o,n=i,r=e,Ao.isBr(r.position().getNode())&&!1===Al(r.block())?Ka.positionIn(!1,r.block().dom()).bind(function(e){return e.isEqual(r.position())?Ka.fromPosition(n,t,e).bind(function(e){return _l(t,e)}):A.some(r)}).getOr(r):r;var t,n,r})})});return sa([t,n],Bl).filter(function(e){return r=e,!1===Or.eq(r.from().block(),r.to().block())&&(n=e,qr.parent(n.from().block()).bind(function(t){return qr.parent(n.to().block()).filter(function(e){return Or.eq(t,e)})}).isSome())&&(t=e,!1===Ao.isContentEditableFalse(t.from().block())&&!1===Ao.isContentEditableFalse(t.to().block()));var t,n,r})},Ol=function(e,t,n){return n.collapsed?Dl(e,t,n):A.none()},Pl=function(e,t,n){return Or.contains(t,e)?qr.parents(e,function(e){return n(e)||Or.eq(e,t)}).slice(0,-1):[]},Ll=function(e,t){return Pl(e,t,V.constant(!1))},Il=Ll,Ml=function(e,t){return[e].concat(Ll(e,t))},Fl=function(e){var t,n,r=(t=e,n=qr.children(t),H.findIndex(n,so).fold(function(){return n},function(e){return n.slice(0,e)}));return H.each(r,function(e){Ic.remove(e)}),r},zl=function(e,t){Ka.positionIn(e,t.dom()).each(function(e){var t=e.getNode();Ao.isBr(t)&&Ic.remove(qn.fromDom(t))})},Ul=function(e,t){var n=Ml(t,e);return H.find(n.reverse(),Al).each(Ic.remove)},ql=function(o,i){return Or.contains(i,o)?qr.parent(o).bind(function(e){return Or.eq(e,i)?A.some(o):(t=i,n=o,r=qr.parents(n,function(e){return Or.eq(e,t)}),A.from(r[r.length-2]));var t,n,r}):A.none()},Vl=function(n,r,o){if(Al(o))return Ic.remove(o),Al(r)&&Uc(r),Ka.firstPositionIn(r.dom());zl(!0,r),zl(!1,o);var i=Fl(r);return ql(r,o).fold(function(){Ul(n,r);var e=Ka.lastPositionIn(o.dom());return H.each(i,function(e){Fu.append(o,e)}),e},function(t){var e=Ka.prevPosition(o.dom(),Ba.before(t.dom()));return H.each(i,function(e){Fu.before(t,e)}),Ul(n,r),e})},Hl=function(e,t,n,r){return t?Vl(e,r,n):Vl(e,n,r)},jl=function(t,n){var e,r=qn.fromDom(t.getBody());return(e=Ol(r.dom(),n,t.selection.getRng()).bind(function(e){return Hl(r,n,e.from().block(),e.to().block())})).each(function(e){t.selection.setRng(e.toRange())}),e.isSome()},$l=function(e,t){var n=qn.fromDom(t),r=V.curry(Or.eq,e);return el.ancestor(n,vo,r).isSome()},Wl=function(e,t){var n,r,o=Ka.prevPosition(e.dom(),Ba.fromRangeStart(t)).isNone(),i=Ka.nextPosition(e.dom(),Ba.fromRangeEnd(t)).isNone();return!($l(n=e,(r=t).startContainer)||$l(n,r.endContainer))&&o&&i},Kl=function(e){var n,r,o,t,i=qn.fromDom(e.getBody()),a=e.selection.getRng();return Wl(i,a)?((t=e).setContent(""),t.selection.setCursorLocation(),!0):(n=i,r=e.selection,o=r.getRng(),sa([gl(n,qn.fromDom(o.startContainer)),gl(n,qn.fromDom(o.endContainer))],function(e,t){return!1===Or.eq(e,t)&&(o.deleteContents(),Hl(n,!0,e,t).each(function(e){r.setRng(e.toRange())}),!0)}).getOr(!1))},Xl=function(e,t){return!e.selection.isCollapsed()&&Kl(e)},Yl=function(a){if(!E.isArray(a))throw new Error("cases must be an array");if(0===a.length)throw new Error("there must be at least one case");var u=[],n={};return H.each(a,function(e,r){var t=or.keys(e);if(1!==t.length)throw new Error("one and only one name per case");var o=t[0],i=e[o];if(n[o]!==undefined)throw new Error("duplicate key detected:"+o);if("cata"===o)throw new Error("cannot have a case named cata (sorry)");if(!E.isArray(i))throw new Error("case arguments must be an array");u.push(o),n[o]=function(){var e=arguments.length;if(e!==i.length)throw new Error("Wrong number of arguments to case "+o+". Expected "+i.length+" ("+i+"), got "+e);for(var n=new Array(e),t=0;t<n.length;t++)n[t]=arguments[t];return{fold:function(){if(arguments.length!==a.length)throw new Error("Wrong number of arguments to fold. Expected "+a.length+", got "+arguments.length);return arguments[r].apply(null,n)},match:function(e){var t=or.keys(e);if(u.length!==t.length)throw new Error("Wrong number of arguments to match. Expected: "+u.join(",")+"\nActual: "+t.join(","));if(!H.forall(u,function(e){return H.contains(t,e)}))throw new Error("Not all branches were specified when using match. Specified: "+t.join(", ")+"\nRequired: "+u.join(", "));return e[o].apply(null,n)},log:function(e){console.log(e,{constructors:u,constructor:o,params:n})}}}}),n},Gl=Yl([{remove:["element"]},{moveToElement:["element"]},{moveToPosition:["position"]}]),Jl=function(e,t,n,r){var o=r.getNode(!1===t);return gl(qn.fromDom(e),qn.fromDom(n.getNode())).map(function(e){return Al(e)?Gl.remove(e.dom()):Gl.moveToElement(o)}).orThunk(function(){return A.some(Gl.moveToElement(o))})},Ql=function(u,s,c){return Ka.fromPosition(s,u,c).bind(function(e){return a=e.getNode(),vo(qn.fromDom(a))||po(qn.fromDom(a))?A.none():(t=u,o=e,i=function(e){return co(qn.fromDom(e))&&!ps(r,o,t)},Ns(!(n=s),r=c).fold(function(){return Ns(n,o).fold(V.constant(!1),i)},i)?A.none():s&&Ao.isContentEditableFalse(e.getNode())?Jl(u,s,c,e):!1===s&&Ao.isContentEditableFalse(e.getNode(!0))?Jl(u,s,c,e):s&&ks(c)?A.some(Gl.moveToPosition(e)):!1===s&&Ss(c)?A.some(Gl.moveToPosition(e)):A.none());var t,n,r,o,i,a})},Zl=function(r,e,o){return i=e,a=o.getNode(!1===i),u=i?"after":"before",Ao.isElement(a)&&a.getAttribute("data-mce-caret")===u?(t=e,n=o.getNode(!1===e),t&&Ao.isContentEditableFalse(n.nextSibling)?A.some(Gl.moveToElement(n.nextSibling)):!1===t&&Ao.isContentEditableFalse(n.previousSibling)?A.some(Gl.moveToElement(n.previousSibling)):A.none()).fold(function(){return Ql(r,e,o)},A.some):Ql(r,e,o).bind(function(e){return t=r,n=o,e.fold(function(e){return A.some(Gl.remove(e))},function(e){return A.some(Gl.moveToElement(e))},function(e){return ps(n,e,t)?A.none():A.some(Gl.moveToPosition(e))});var t,n});var t,n,i,a,u},ef=function(e,t){return r=e,o=(n=t).container(),i=n.offset(),!1===Ba.isTextPosition(n)&&o===r.parentNode&&i>Ba.before(r).offset()?Ba(t.container(),t.offset()-1):t;var n,r,o,i},tf=function(e){return Wi(e.previousSibling)?A.some((t=e.previousSibling,Ao.isText(t)?Ba(t,t.data.length):Ba.after(t))):e.previousSibling?Ka.lastPositionIn(e.previousSibling):A.none();var t},nf=function(e){return Wi(e.nextSibling)?A.some((t=e.nextSibling,Ao.isText(t)?Ba(t,0):Ba.before(t))):e.nextSibling?Ka.firstPositionIn(e.nextSibling):A.none();var t},rf=function(r,o){return tf(o).orThunk(function(){return nf(o)}).orThunk(function(){return e=r,t=o,n=Ba.before(t.previousSibling?t.previousSibling:t.parentNode),Ka.prevPosition(e,n).fold(function(){return Ka.nextPosition(e,Ba.after(t))},A.some);var e,t,n})},of=function(n,r){return nf(r).orThunk(function(){return tf(r)}).orThunk(function(){return e=n,t=r,Ka.nextPosition(e,Ba.after(t)).fold(function(){return Ka.prevPosition(e,Ba.before(t))},A.some);var e,t})},af=function(e,t,n){return(r=e,o=t,i=n,r?of(o,i):rf(o,i)).map(V.curry(ef,n));var r,o,i},uf=function(t,n,e){e.fold(function(){t.focus()},function(e){t.selection.setRng(e.toRange(),n)})},sf=function(e,t){return t&&e.schema.getBlockElements().hasOwnProperty(Qn.name(t))},cf=function(e){if(Al(e)){var t=qn.fromHtml('<br data-mce-bogus="1">');return Ic.empty(e),Fu.append(e,t),A.some(Ba.before(t.dom()))}return A.none()},lf=function(t,n,e){var r,a,o,i=af(n,t.getBody(),e.dom()),u=el.ancestor(e,V.curry(sf,t),(r=t.getBody(),function(e){return e.dom()===r})),s=(a=e,o=i,sa([qr.prevSibling(a),qr.nextSibling(a),o],function(e,t,n){var r,o=e.dom(),i=t.dom();return Ao.isText(o)&&Ao.isText(i)?(r=o.data.length,o.appendData(i.data),Ic.remove(t),Ic.remove(a),n.container()===i?Ba(o,r):n):(Ic.remove(a),n)}).orThunk(function(){return Ic.remove(a),o}));t.dom.isEmpty(t.getBody())?(t.setContent(""),t.selection.setCursorLocation()):u.bind(cf).fold(function(){uf(t,n,s)},function(e){uf(t,n,A.some(e))})},ff=function(a,u){var e,t,n,r,o;return(e=a.getBody(),t=u,n=a.selection.getRng(),r=Cs(t?1:-1,e,n),o=Ba.fromRangeStart(r),!1===t&&ks(o)?A.some(Gl.remove(o.getNode(!0))):t&&Ss(o)?A.some(Gl.remove(o.getNode())):Zl(e,t,o)).map(function(e){return e.fold((o=a,i=u,function(e){return o._selectionOverrides.hideFakeCaret(),lf(o,i,qn.fromDom(e)),!0}),(n=a,r=u,function(e){var t=r?Ba.before(e):Ba.after(e);return n.selection.setRng(t.toRange()),!0}),(t=a,function(e){return t.selection.setRng(e.toRange()),!0}));var t,n,r,o,i}).getOr(!1)},df=function(e,t){var n,r=e.selection.getNode();return!!Ao.isContentEditableFalse(r)&&(n=qn.fromDom(e.getBody()),H.each(fu(n,".mce-offscreen-selection"),Ic.remove),lf(e,t,qn.fromDom(e.selection.getNode())),hl(e),!0)},mf=function(e,t){return e.selection.isCollapsed()?ff(e,t):df(e,t)},pf=function(e){var t,n=function(e,t){for(;t&&t!==e;){if(Ao.isContentEditableTrue(t)||Ao.isContentEditableFalse(t))return t;t=t.parentNode}return null}(e.getBody(),e.selection.getNode());return Ao.isContentEditableTrue(n)&&e.dom.isBlock(n)&&e.dom.isEmpty(n)&&(t=e.dom.create("br",{"data-mce-bogus":"1"}),e.dom.setHTML(n,""),n.appendChild(t),e.selection.setRng(Ba.before(t).toRange())),!0},gf=Ao.isText,hf=function(e){return gf(e)&&e.data[0]===Ei},vf=function(e){return gf(e)&&e.data[e.data.length-1]===Ei},yf=function(e){return e.ownerDocument.createTextNode(Ei)},bf=function(e,t){return e?function(e){if(gf(e.previousSibling))return vf(e.previousSibling)||e.previousSibling.appendData(Ei),e.previousSibling;if(gf(e))return hf(e)||e.insertData(0,Ei),e;var t=yf(e);return e.parentNode.insertBefore(t,e),t}(t):function(e){if(gf(e.nextSibling))return hf(e.nextSibling)||e.nextSibling.insertData(0,Ei),e.nextSibling;if(gf(e))return vf(e)||e.appendData(Ei),e;var t=yf(e);return e.nextSibling?e.parentNode.insertBefore(t,e.nextSibling):e.parentNode.appendChild(t),t}(t)},Cf=V.curry(bf,!0),xf=V.curry(bf,!1),wf=function(e,t){return Ao.isText(e.container())?bf(t,e.container()):bf(t,e.getNode())},Nf=function(e,t){var n=t.get();return n&&e.container()===n&&Ri(n)},Ef=function(n,e){return e.fold(function(e){Ua.remove(n.get());var t=Cf(e);return n.set(t),A.some(Ba(t,t.length-1))},function(e){return Ka.firstPositionIn(e).map(function(e){if(Nf(e,n))return Ba(n.get(),1);Ua.remove(n.get());var t=wf(e,!0);return n.set(t),Ba(t,1)})},function(e){return Ka.lastPositionIn(e).map(function(e){if(Nf(e,n))return Ba(n.get(),n.get().length-1);Ua.remove(n.get());var t=wf(e,!1);return n.set(t),Ba(t,t.length-1)})},function(e){Ua.remove(n.get());var t=xf(e);return n.set(t),A.some(Ba(t,1))})},Sf=function(e,t){for(var n=0;n<e.length;n++){var r=e[n].apply(null,t);if(r.isSome())return r}return A.none()},kf=Yl([{before:["element"]},{start:["element"]},{end:["element"]},{after:["element"]}]),Tf=function(e,t){var n=ms(t,e);return n||e},Af=function(e,t,n){var r=pl.normalizeForwards(n),o=Tf(t,r.container());return pl.findRootInline(e,o,r).fold(function(){return Ka.nextPosition(o,r).bind(V.curry(pl.findRootInline,e,o)).map(function(e){return kf.before(e)})},A.none)},Rf=function(e,t){return null===wc(e,t)},Bf=function(e,t,n){return pl.findRootInline(e,t,n).filter(V.curry(Rf,t))},_f=function(e,t,n){var r=pl.normalizeBackwards(n);return Bf(e,t,r).bind(function(e){return Ka.prevPosition(e,r).isNone()?A.some(kf.start(e)):A.none()})},Df=function(e,t,n){var r=pl.normalizeForwards(n);return Bf(e,t,r).bind(function(e){return Ka.nextPosition(e,r).isNone()?A.some(kf.end(e)):A.none()})},Of=function(e,t,n){var r=pl.normalizeBackwards(n),o=Tf(t,r.container());return pl.findRootInline(e,o,r).fold(function(){return Ka.prevPosition(o,r).bind(V.curry(pl.findRootInline,e,o)).map(function(e){return kf.after(e)})},A.none)},Pf=function(e){return!1===pl.isRtl(If(e))},Lf=function(e,t,n){return Sf([Af,_f,Df,Of],[e,t,n]).filter(Pf)},If=function(e){return e.fold(V.identity,V.identity,V.identity,V.identity)},Mf=function(e){return e.fold(V.constant("before"),V.constant("start"),V.constant("end"),V.constant("after"))},Ff=function(e){return e.fold(kf.before,kf.before,kf.after,kf.after)},zf=function(n,e,r,t,o,i){return sa([pl.findRootInline(e,r,t),pl.findRootInline(e,r,o)],function(e,t){return e!==t&&pl.hasSameParentBlock(r,e,t)?kf.after(n?e:t):i}).getOr(i)},Uf=function(e,r){return e.fold(V.constant(!0),function(e){return n=r,!(Mf(t=e)===Mf(n)&&If(t)===If(n));var t,n})},qf=function(e,t){return e?t.fold(V.compose(A.some,kf.start),A.none,V.compose(A.some,kf.after),A.none):t.fold(A.none,V.compose(A.some,kf.before),A.none,V.compose(A.some,kf.end))},Vf=function(a,u,s,c){var e=pl.normalizePosition(a,c),l=Lf(u,s,e);return Lf(u,s,e).bind(V.curry(qf,a)).orThunk(function(){return t=a,n=u,r=s,o=l,e=c,i=pl.normalizePosition(t,e),Ka.fromPosition(t,r,i).map(V.curry(pl.normalizePosition,t)).fold(function(){return o.map(Ff)},function(e){return Lf(n,r,e).map(V.curry(zf,t,n,r,i,e)).filter(V.curry(Uf,o))}).filter(Pf);var t,n,r,o,e,i})},Hf=Lf,jf=Vf,$f=(V.curry(Vf,!1),V.curry(Vf,!0),Ff),Wf=function(e){return e.fold(kf.start,kf.start,kf.end,kf.end)},Kf=function(e){return E.isFunction(e.selection.getSel().modify)},Xf=function(e,t,n){var r=e?1:-1;return t.setRng(Ba(n.container(),n.offset()+r).toRange()),t.getSel().modify("move",e?"forward":"backward","word"),!0},Yf=function(e,t){var n=t.selection.getRng(),r=e?Ba.fromRangeEnd(n):Ba.fromRangeStart(n);return!!Kf(t)&&(e&&Di(r)?Xf(!0,t.selection,r):!(e||!Oi(r))&&Xf(!1,t.selection,r))},Gf=function(e,t){var n=e.dom.createRng();n.setStart(t.container(),t.offset()),n.setEnd(t.container(),t.offset()),e.selection.setRng(n)},Jf=function(e){return!1!==e.settings.inline_boundaries},Qf=function(e,t){e?t.setAttribute("data-mce-selected","inline-boundary"):t.removeAttribute("data-mce-selected")},Zf=function(t,e,n){return Ef(e,n).map(function(e){return Gf(t,e),n})},ed=function(e,t,n){return function(){return!!Jf(t)&&Yf(e,t)}},td={move:function(a,u,s){return function(){return!!Jf(a)&&(t=a,n=u,e=s,r=t.getBody(),o=Ba.fromRangeStart(t.selection.getRng()),i=V.curry(pl.isInlineTarget,t),jf(e,i,r,o).bind(function(e){return Zf(t,n,e)})).isSome();var t,n,e,r,o,i}},moveNextWord:V.curry(ed,!0),movePrevWord:V.curry(ed,!1),setupSelectedState:function(a){var u=Ju(null),s=V.curry(pl.isInlineTarget,a);return a.on("NodeChange",function(e){var t,n,r,o,i;Jf(a)&&(t=s,n=a.dom,r=e.parents,o=H.filter(n.select('*[data-mce-selected="inline-boundary"]'),t),i=H.filter(r,t),H.each(H.difference(o,i),V.curry(Qf,!1)),H.each(H.difference(i,o),V.curry(Qf,!0)),function(e,t){if(e.selection.isCollapsed()&&!0!==e.composing&&t.get()){var n=Ba.fromRangeStart(e.selection.getRng());Ba.isTextPosition(n)&&!1===pl.isAtZwsp(n)&&(Gf(e,Ua.removeAndReposition(t.get(),n)),t.set(null))}}(a,u),function(n,r,o,e){if(r.selection.isCollapsed()){var t=H.filter(e,n);H.each(t,function(e){var t=Ba.fromRangeStart(r.selection.getRng());Hf(n,r.getBody(),t).bind(function(e){return Zf(r,o,e)})})}}(s,a,u,e.parents))}),u},setCaretPosition:Gf},nd=function(t,n){return function(e){return Ef(n,e).map(function(e){return td.setCaretPosition(t,e),!0}).getOr(!1)}},rd=function(r,o,i,a){var u=r.getBody(),s=V.curry(pl.isInlineTarget,r);r.undoManager.ignore(function(){var e,t,n;r.selection.setRng((e=i,t=a,(n=document.createRange()).setStart(e.container(),e.offset()),n.setEnd(t.container(),t.offset()),n)),r.execCommand("Delete"),Hf(s,u,Ba.fromRangeStart(r.selection.getRng())).map(Wf).map(nd(r,o))}),r.nodeChanged()},od=function(n,r,i,o){var e,t,a=(e=n.getBody(),t=o.container(),ms(t,e)||e),u=V.curry(pl.isInlineTarget,n),s=Hf(u,a,o);return s.bind(function(e){return i?e.fold(V.constant(A.some(Wf(e))),A.none,V.constant(A.some($f(e))),A.none):e.fold(A.none,V.constant(A.some($f(e))),A.none,V.constant(A.some(Wf(e))))}).map(nd(n,r)).getOrThunk(function(){var t=Ka.navigate(i,a,o),e=t.bind(function(e){return Hf(u,a,e)});return s.isSome()&&e.isSome()?pl.findRootInline(u,a,o).map(function(e){return o=e,!!sa([Ka.firstPositionIn(o),Ka.lastPositionIn(o)],function(e,t){var n=pl.normalizePosition(!0,e),r=pl.normalizePosition(!1,t);return Ka.nextPosition(o,n).map(function(e){return e.isEqual(r)}).getOr(!0)}).getOr(!0)&&(lf(n,i,qn.fromDom(e)),!0);var o}).getOr(!1):e.bind(function(e){return t.map(function(e){return i?rd(n,r,o,e):rd(n,r,e,o),!0})}).getOr(!1)})},id=function(e,t,n){if(e.selection.isCollapsed()&&!1!==e.settings.inline_boundaries){var r=Ba.fromRangeStart(e.selection.getRng());return od(e,t,n,r)}return!1},ad=wr.immutable("start","end"),ud=wr.immutable("rng","table","cells"),sd=Yl([{removeTable:["element"]},{emptyCells:["cells"]}]),cd=function(e,t){return xl(qn.fromDom(e),"td,th",t)},ld=function(e,t){return bl(e,"table",t)},fd=function(e){return!1===Or.eq(e.start(),e.end())},dd=function(e,n){return ld(e.start(),n).bind(function(t){return ld(e.end(),n).bind(function(e){return Or.eq(t,e)?A.some(t):A.none()})})},md=function(e){return fu(e,"td,th")},pd=function(r,e){var t=cd(e.startContainer,r),n=cd(e.endContainer,r);return e.collapsed?A.none():sa([t,n],ad).fold(function(){return t.fold(function(){return n.bind(function(t){return ld(t,r).bind(function(e){return H.head(md(e)).map(function(e){return ad(e,t)})})})},function(t){return ld(t,r).bind(function(e){return H.last(md(e)).map(function(e){return ad(t,e)})})})},function(e){return gd(r,e)?A.none():(n=r,ld((t=e).start(),n).bind(function(e){return H.last(md(e)).map(function(e){return ad(t.start(),e)})}));var t,n})},gd=function(e,t){return dd(t,e).isSome()},hd=function(e,t){var n,r,o,i,a,u=(n=e,V.curry(Or.eq,n));return(r=t,o=u,i=cd(r.startContainer,o),a=cd(r.endContainer,o),sa([i,a],ad).filter(fd).filter(function(e){return gd(o,e)}).orThunk(function(){return pd(o,r)})).bind(function(e){return dd(t=e,u).map(function(e){return ud(t,e,md(e))});var t})},vd=function(e,t){return H.findIndex(e,function(e){return Or.eq(e,t)})},yd=function(n){return(r=n,sa([vd(r.cells(),r.rng().start()),vd(r.cells(),r.rng().end())],function(e,t){return r.cells().slice(e,t+1)})).map(function(e){var t=n.cells();return e.length===t.length?sd.removeTable(n.table()):sd.emptyCells(e)});var r},bd=function(e,t){return hd(e,t).bind(yd)},Cd=function(e){var t=[];if(e)for(var n=0;n<e.rangeCount;n++)t.push(e.getRangeAt(n));return t},xd=Cd,wd=function(e){return H.bind(e,function(e){var t=ta(e);return t?[qn.fromDom(t)]:[]})},Nd=function(e){return 1<Cd(e).length},Ed=function(e){return H.filter(wd(e),vo)},Sd=function(e){return fu(e,"td[data-mce-selected],th[data-mce-selected]")},kd=function(e,t){var n=Sd(t),r=Ed(e);return 0<n.length?n:r},Td=kd,Ad=function(e){return kd(xd(e.selection.getSel()),qn.fromDom(e.getBody()))},Rd=function(e,t){return H.each(t,Uc),e.selection.setCursorLocation(t[0].dom(),0),!0},Bd=function(e,t){return lf(e,!1,t),!0},_d=function(n,e,r,t){return Od(e,t).fold(function(){return t=n,bd(e,r).map(function(e){return e.fold(V.curry(Bd,t),V.curry(Rd,t))});var t},function(e){return Pd(n,e)}).getOr(!1)},Dd=function(e,t){return H.find(Ml(t,e),vo)},Od=function(e,t){return H.find(Ml(t,e),function(e){return"caption"===Qn.name(e)})},Pd=function(e,t){return Uc(t),e.selection.setCursorLocation(t.dom(),0),A.some(!0)},Ld=function(u,s,c,l,f){return Ka.navigate(c,u.getBody(),f).bind(function(e){return r=l,o=c,i=f,a=e,Ka.firstPositionIn(r.dom()).bind(function(t){return Ka.lastPositionIn(r.dom()).map(function(e){return o?i.isEqual(t)&&a.isEqual(e):i.isEqual(e)&&a.isEqual(t)})}).getOr(!0)?Pd(u,l):(t=l,n=e,Od(s,qn.fromDom(n.getNode())).map(function(e){return!1===Or.eq(e,t)}));var t,n,r,o,i,a}).or(A.some(!0))},Id=function(a,u,s,e){var c=Ba.fromRangeStart(a.selection.getRng());return Dd(s,e).bind(function(e){return Al(e)?Pd(a,e):(t=a,n=s,r=u,o=e,i=c,Ka.navigate(r,t.getBody(),i).bind(function(e){return Dd(n,qn.fromDom(e.getNode())).map(function(e){return!1===Or.eq(e,o)})}));var t,n,r,o,i})},Md=function(a,u,e){var s=qn.fromDom(a.getBody());return Od(s,e).fold(function(){return Id(a,u,s,e)},function(e){return t=a,n=u,r=s,o=e,i=Ba.fromRangeStart(t.selection.getRng()),Al(o)?Pd(t,o):Ld(t,r,n,o,i);var t,n,r,o,i}).getOr(!1)},Fd=function(e,t){var n,r,o,i,a,u=qn.fromDom(e.selection.getStart(!0)),s=Ad(e);return e.selection.isCollapsed()&&0===s.length?Md(e,t,u):(n=e,r=u,o=qn.fromDom(n.getBody()),i=n.selection.getRng(),0!==(a=Ad(n)).length?Rd(n,a):_d(n,o,i,r))},zd=function(e,t){e.getDoc().execCommand(t,!1,null)},Ud={deleteCommand:function(e){mf(e,!1)||id(e,!1)||jl(e,!1)||Fd(e)||Xl(e,!1)||(zd(e,"Delete"),hl(e))},forwardDeleteCommand:function(e){mf(e,!0)||id(e,!0)||jl(e,!0)||Fd(e)||Xl(e,!0)||zd(e,"ForwardDelete")}},qd=function(s){return function(u,e){return A.from(e).map(qn.fromDom).filter(Qn.isElement).bind(function(e){return(r=s,o=u,i=e.dom(),a=function(e){return br(e,r)},el.closest(qn.fromDom(i),function(e){return a(e).isSome()},function(e){return Or.eq(qn.fromDom(o),e)}).bind(a)).or((t=s,n=e.dom(),A.from(di.DOM.getStyle(n,t,!0))));var t,n,r,o,i,a}).getOr("")}},Vd={getFontSize:qd("font-size"),getFontFamily:V.compose(function(e){return e.replace(/[\'\"\\]/g,"").replace(/,\s+/g,",")},qd("font-family")),toPt:function(e,t){return/[0-9.]+px$/.test(e)?(n=72*parseInt(e,10)/96,r=t||0,o=Math.pow(10,r),Math.round(n*o)/o+"pt"):e;var n,r,o}},Hd=function(e){return Ka.firstPositionIn(e.getBody()).map(function(e){var t=e.container();return Ao.isText(t)?t.parentNode:t})},jd=function(o){return A.from(o.selection.getRng()).bind(function(e){var t,n,r=o.getBody();return n=r,(t=e).startContainer===n&&0===t.startOffset?A.none():A.from(o.selection.getStart(!0))})},$d=function(e,t){var n=parseInt(t,10);if(1<=n&&n<=7){var r=Pu(e),o=Lu(e);return o?o[n-1]||t:r[n-1]||t}return t},Wd=function(e,t){e.formatter.toggle("fontname",{value:$d(e,t)}),e.nodeChanged()},Kd=function(t){return jd(t).fold(function(){return Hd(t).map(function(e){return Vd.getFontFamily(t.getBody(),e)}).getOr("")},function(e){return Vd.getFontFamily(t.getBody(),e)})},Xd=function(e,t){e.formatter.toggle("fontsize",{value:$d(e,t)}),e.nodeChanged()},Yd=function(t){return jd(t).fold(function(){return Hd(t).map(function(e){return Vd.getFontSize(t.getBody(),e)}).getOr("")},function(e){return Vd.getFontSize(t.getBody(),e)})},Gd={isEq:function(e,t){return e&&t&&e.startContainer===t.startContainer&&e.startOffset===t.startOffset&&e.endContainer===t.endContainer&&e.endOffset===t.endOffset}},Jd=function(e,t,n){return null!==function(e,t,n){for(;e&&e!==t;){if(n(e))return e;e=e.parentNode}return null}(e,t,n)},Qd=function(e,t,n){return Jd(e,t,function(e){return e.nodeName===n})},Zd=function(e){return e&&"TABLE"===e.nodeName},em=function(e,t,n){for(var r=new no(t,e.getParent(t.parentNode,e.isBlock)||e.getRoot());t=r[n?"prev":"next"]();)if(Ao.isBr(t))return!0},tm=function(e,t,n,r,o){var i,a,u,s,c,l,f=e.getRoot(),d=e.schema.getNonEmptyElements();if(u=e.getParent(o.parentNode,e.isBlock)||f,r&&Ao.isBr(o)&&t&&e.isEmpty(u))return A.some(Ta(o.parentNode,e.nodeIndex(o)));for(i=new no(o,u);s=i[r?"prev":"next"]();){if("false"===e.getContentEditableParent(s)||(l=f,Bi(c=s)&&!1===Jd(c,l,xc)))return A.none();if(Ao.isText(s)&&0<s.nodeValue.length)return!1===Qd(s,f,"A")?A.some(Ta(s,r?s.nodeValue.length:0)):A.none();if(e.isBlock(s)||d[s.nodeName.toLowerCase()])return A.none();a=s}return n&&a?A.some(Ta(a,0)):A.none()},nm=function(e,t,n,r){var o,i,a,u,s,c,l,f,d,m,p=e.getRoot(),g=!1;if(o=r[(n?"start":"end")+"Container"],i=r[(n?"start":"end")+"Offset"],l=Ao.isElement(o)&&i===o.childNodes.length,s=e.schema.getNonEmptyElements(),c=n,Bi(o))return A.none();if(Ao.isElement(o)&&i>o.childNodes.length-1&&(c=!1),Ao.isDocument(o)&&(o=p,i=0),o===p){if(c&&(u=o.childNodes[0<i?i-1:0])){if(Bi(u))return A.none();if(s[u.nodeName]||Zd(u))return A.none()}if(o.hasChildNodes()){if(i=Math.min(!c&&0<i?i-1:i,o.childNodes.length-1),o=o.childNodes[i],i=Ao.isText(o)&&l?o.data.length:0,!t&&o===p.lastChild&&Zd(o))return A.none();if(function(e,t){for(;t&&t!==e;){if(Ao.isContentEditableFalse(t))return!0;t=t.parentNode}return!1}(p,o)||Bi(o))return A.none();if(o.hasChildNodes()&&!1===Zd(o)){a=new no(u=o,p);do{if(Ao.isContentEditableFalse(u)||Bi(u)){g=!1;break}if(Ao.isText(u)&&0<u.nodeValue.length){i=c?0:u.nodeValue.length,o=u,g=!0;break}if(s[u.nodeName.toLowerCase()]&&(!(f=u)||!/^(TD|TH|CAPTION)$/.test(f.nodeName))){i=e.nodeIndex(u),o=u.parentNode,c||i++,g=!0;break}}while(u=c?a.next():a.prev())}}}return t&&(Ao.isText(o)&&0===i&&tm(e,l,t,!0,o).each(function(e){o=e.container(),i=e.offset(),g=!0}),Ao.isElement(o)&&((u=o.childNodes[i])||(u=o.childNodes[i-1]),!u||!Ao.isBr(u)||(m="A",(d=u).previousSibling&&d.previousSibling.nodeName===m)||em(e,u,!1)||em(e,u,!0)||tm(e,l,t,!0,u).each(function(e){o=e.container(),i=e.offset(),g=!0}))),c&&!t&&Ao.isText(o)&&i===o.nodeValue.length&&tm(e,l,t,!1,o).each(function(e){o=e.container(),i=e.offset(),g=!0}),g?A.some(Ta(o,i)):A.none()},rm={normalize:function(e,t){var n=t.collapsed,r=t.cloneRange(),o=Ta.fromRangeStart(t);return nm(e,n,!0,r).each(function(e){n&&Ta.isAbove(o,e)||r.setStart(e.container(),e.offset())}),n||nm(e,n,!1,r).each(function(e){r.setEnd(e.container(),e.offset())}),n&&r.collapse(!0),Gd.isEq(t,r)?A.none():A.some(r)}},om=function(e,t,n){var r=e.create("span",{}," ");n.parentNode.insertBefore(r,n),t.scrollIntoView(r),e.remove(r)},im=function(e,t,n,r){var o=e.createRng();r?(o.setStartBefore(n),o.setEndBefore(n)):(o.setStartAfter(n),o.setEndAfter(n)),t.setRng(o)},am=function(e,t){var n,r,o=e.selection,i=e.dom,a=o.getRng();rm.normalize(i,a).each(function(e){a.setStart(e.startContainer,e.startOffset),a.setEnd(e.endContainer,e.endOffset)});var u=a.startOffset,s=a.startContainer;if(1===s.nodeType&&s.hasChildNodes()){var c=u>s.childNodes.length-1;s=s.childNodes[Math.min(u,s.childNodes.length-1)]||s,u=c&&3===s.nodeType?s.nodeValue.length:0}var l=i.getParent(s,i.isBlock),f=l?i.getParent(l.parentNode,i.isBlock):null,d=f?f.nodeName.toUpperCase():"",m=t&&t.ctrlKey;"LI"!==d||m||(l=f),s&&3===s.nodeType&&u>=s.nodeValue.length&&(function(e,t,n){for(var r,o=new no(t,n),i=e.getNonEmptyElements();r=o.next();)if(i[r.nodeName.toLowerCase()]||0<r.length)return!0}(e.schema,s,l)||(n=i.create("br"),a.insertNode(n),a.setStartAfter(n),a.setEndAfter(n),r=!0)),n=i.create("br"),a.insertNode(n),om(i,o,n),im(i,o,n,r),e.undoManager.add()},um=function(e,t){var n=qn.fromTag("br");Fu.before(qn.fromDom(t),n),e.undoManager.add()},sm=function(e,t){cm(e.getBody(),t)||Fu.after(qn.fromDom(t),qn.fromTag("br"));var n=qn.fromTag("br");Fu.after(qn.fromDom(t),n),om(e.dom,e.selection,n.dom()),im(e.dom,e.selection,n.dom(),!1),e.undoManager.add()},cm=function(e,t){return n=Ba.after(t),!!Ao.isBr(n.getNode())||Ka.nextPosition(e,Ba.after(t)).map(function(e){return Ao.isBr(e.getNode())}).getOr(!1);var n},lm=function(e){return e&&"A"===e.nodeName&&"href"in e},fm=function(e){return e.fold(V.constant(!1),lm,lm,V.constant(!1))},dm=function(e,t){t.fold(V.noop,V.curry(um,e),V.curry(sm,e),V.noop)},mm={insert:function(e,t){var n,r,o,i=(n=e,r=V.curry(pl.isInlineTarget,n),o=Ba.fromRangeStart(n.selection.getRng()),Hf(r,n.getBody(),o).filter(fm));i.isSome()?i.each(V.curry(dm,e)):am(e,t)}},pm=Yl([{before:["element"]},{on:["element","offset"]},{after:["element"]}]),gm=(pm.before,pm.on,pm.after,function(e){return e.fold(V.identity,V.identity,V.identity)}),hm=Yl([{domRange:["rng"]},{relative:["startSitu","finishSitu"]},{exact:["start","soffset","finish","foffset"]}]),vm=wr.immutable("start","soffset","finish","foffset"),ym={domRange:hm.domRange,relative:hm.relative,exact:hm.exact,exactFromRange:function(e){return hm.exact(e.start(),e.soffset(),e.finish(),e.foffset())},range:vm,getWin:function(e){var t=e.match({domRange:function(e){return qn.fromDom(e.startContainer)},relative:function(e,t){return gm(e)},exact:function(e,t,n,r){return e}});return qr.defaultView(t)}},bm=zn.detect().browser,Cm=function(e,t){var n=Qn.isText(t)?Fc(t).length:qr.children(t).length+1;return n<e?n:e<0?0:e},xm=function(e){return ym.range(e.start(),Cm(e.soffset(),e.start()),e.finish(),Cm(e.foffset(),e.finish()))},wm=function(e,t){return Or.contains(e,t)||Or.eq(e,t)},Nm=function(t){return function(e){return wm(t,e.start())&&wm(t,e.finish())}},Em=function(e){return!0===e.inline||bm.isIE()},Sm=function(e){return ym.range(qn.fromDom(e.startContainer),e.startOffset,qn.fromDom(e.endContainer),e.endOffset)},km=function(e){var t=e.getSelection();return(t&&0!==t.rangeCount?A.from(t.getRangeAt(0)):A.none()).map(Sm)},Tm=function(e){var t=qr.defaultView(e);return km(t.dom()).filter(Nm(e))},Am=function(e,t){return A.from(t).filter(Nm(e)).map(xm)},Rm=function(e){var t=document.createRange();try{return t.setStart(e.start().dom(),e.soffset()),t.setEnd(e.finish().dom(),e.foffset()),A.some(t)}catch(n){return A.none()}},Bm=function(e){return(e.bookmark?e.bookmark:A.none()).bind(V.curry(Am,qn.fromDom(e.getBody()))).bind(Rm)},_m={store:function(e){var t=Em(e)?Tm(qn.fromDom(e.getBody())):A.none();e.bookmark=t.isSome()?t:e.bookmark},storeNative:function(e,t){var n=qn.fromDom(e.getBody()),r=(Em(e)?A.from(t):A.none()).map(Sm).filter(Nm(n));e.bookmark=r.isSome()?r:e.bookmark},readRange:km,restore:function(t){Bm(t).each(function(e){t.selection.setRng(e)})},getRng:Bm,getBookmark:Tm,validate:Am},Dm=function(e,t){var n=e.settings,r=e.dom,o=e.selection,i=e.formatter,a=/[a-z%]+$/i.exec(n.indentation)[0],u=parseInt(n.indentation,10),s=e.getParam("indent_use_margin",!1);e.queryCommandState("InsertUnorderedList")||e.queryCommandState("InsertOrderedList")||(n.forced_root_block||r.getParent(o.getNode(),r.isBlock)||i.apply("div"),H.each(o.getSelectedBlocks(),function(e){return function(e,t,n,r,o,i){if("false"!==e.getContentEditable(i)&&"LI"!==i.nodeName){var a=n?"margin":"padding";if(a="TABLE"===i.nodeName?"margin":a,a+="rtl"===e.getStyle(i,"direction",!0)?"Right":"Left","outdent"===t){var u=Math.max(0,parseInt(i.style[a]||0,10)-r);e.setStyle(i,a,u?u+o:"")}else u=parseInt(i.style[a]||0,10)+r+o,e.setStyle(i,a,u)}}(r,t,s,u,a,e)}))},Om=Lt.each,Pm=Lt.extend,Lm=Lt.map,Im=Lt.inArray;function Mm(s){var o,i,a,t,c={state:{},exec:{},value:{}},n=s.settings;s.on("PreInit",function(){o=s.dom,i=s.selection,n=s.settings,a=s.formatter});var r=function(e){var t;if(!s.quirks.isHidden()&&!s.removed){if(e=e.toLowerCase(),t=c.state[e])return t(e);try{return s.getDoc().queryCommandState(e)}catch(n){}return!1}},e=function(e,n){n=n||"exec",Om(e,function(t,e){Om(e.toLowerCase().split(","),function(e){c[n][e]=t})})},u=function(e,t,n){e=e.toLowerCase(),c.value[e]=function(){return t.call(n||s)}};Pm(this,{execCommand:function(t,n,r,e){var o,i,a=!1;if(!s.removed){if(/^(mceAddUndoLevel|mceEndUndoLevel|mceBeginUndoLevel|mceRepaint)$/.test(t)||e&&e.skip_focus?_m.restore(s):s.focus(),(e=s.fire("BeforeExecCommand",{command:t,ui:n,value:r})).isDefaultPrevented())return!1;if(i=t.toLowerCase(),o=c.exec[i])return o(i,n,r),s.fire("ExecCommand",{command:t,ui:n,value:r}),!0;if(Om(s.plugins,function(e){if(e.execCommand&&e.execCommand(t,n,r))return s.fire("ExecCommand",{command:t,ui:n,value:r}),!(a=!0)}),a)return a;if(s.theme&&s.theme.execCommand&&s.theme.execCommand(t,n,r))return s.fire("ExecCommand",{command:t,ui:n,value:r}),!0;try{a=s.getDoc().execCommand(t,n,r)}catch(u){}return!!a&&(s.fire("ExecCommand",{command:t,ui:n,value:r}),!0)}},queryCommandState:r,queryCommandValue:function(e){var t;if(!s.quirks.isHidden()&&!s.removed){if(e=e.toLowerCase(),t=c.value[e])return t(e);try{return s.getDoc().queryCommandValue(e)}catch(n){}}},queryCommandSupported:function(e){if(e=e.toLowerCase(),c.exec[e])return!0;try{return s.getDoc().queryCommandSupported(e)}catch(t){}return!1},addCommands:e,addCommand:function(e,o,i){e=e.toLowerCase(),c.exec[e]=function(e,t,n,r){return o.call(i||s,t,n,r)}},addQueryStateHandler:function(e,t,n){e=e.toLowerCase(),c.state[e]=function(){return t.call(n||s)}},addQueryValueHandler:u,hasCustomCommand:function(e){return e=e.toLowerCase(),!!c.exec[e]}});var l=function(e,t,n){return t===undefined&&(t=!1),n===undefined&&(n=null),s.getDoc().execCommand(e,t,n)},f=function(e){return a.match(e)},d=function(e,t){a.toggle(e,t?{value:t}:undefined),s.nodeChanged()},m=function(e){t=i.getBookmark(e)},p=function(){i.moveToBookmark(t)};e({"mceResetDesignMode,mceBeginUndoLevel":function(){},"mceEndUndoLevel,mceAddUndoLevel":function(){s.undoManager.add()},"Cut,Copy,Paste":function(e){var t,n=s.getDoc();try{l(e)}catch(o){t=!0}if("paste"!==e||n.queryCommandEnabled(e)||(t=!0),t||!n.queryCommandSupported(e)){var r=s.translate("Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.");ge.mac&&(r=r.replace(/Ctrl\+/g,"\u2318+")),s.notificationManager.open({text:r,type:"error"})}},unlink:function(){if(i.isCollapsed()){var e=s.dom.getParent(s.selection.getStart(),"a");e&&s.dom.remove(e,!0)}else a.remove("link")},"JustifyLeft,JustifyCenter,JustifyRight,JustifyFull,JustifyNone":function(e){var t=e.substring(7);"full"===t&&(t="justify"),Om("left,center,right,justify".split(","),function(e){t!==e&&a.remove("align"+e)}),"none"!==t&&d("align"+t)},"InsertUnorderedList,InsertOrderedList":function(e){var t,n;l(e),(t=o.getParent(i.getNode(),"ol,ul"))&&(n=t.parentNode,/^(H[1-6]|P|ADDRESS|PRE)$/.test(n.nodeName)&&(m(),o.split(n,t),p()))},"Bold,Italic,Underline,Strikethrough,Superscript,Subscript":function(e){d(e)},"ForeColor,HiliteColor":function(e,t,n){d(e,n)},FontName:function(e,t,n){Wd(s,n)},FontSize:function(e,t,n){Xd(s,n)},RemoveFormat:function(e){a.remove(e)},mceBlockQuote:function(){d("blockquote")},FormatBlock:function(e,t,n){return d(n||"p")},mceCleanup:function(){var e=i.getBookmark();s.setContent(s.getContent()),i.moveToBookmark(e)},mceRemoveNode:function(e,t,n){var r=n||i.getNode();r!==s.getBody()&&(m(),s.dom.remove(r,!0),p())},mceSelectNodeDepth:function(e,t,n){var r=0;o.getParent(i.getNode(),function(e){if(1===e.nodeType&&r++===n)return i.select(e),!1},s.getBody())},mceSelectNode:function(e,t,n){i.select(n)},mceInsertContent:function(e,t,n){Yc.insertAtCaret(s,n)},mceInsertRawHTML:function(e,t,n){var r=s.getContent();i.setContent("tiny_mce_marker"),s.setContent(r.replace(/tiny_mce_marker/g,function(){return n}))},mceToggleFormat:function(e,t,n){d(n)},mceSetContent:function(e,t,n){s.setContent(n)},"Indent,Outdent":function(e){Dm(s,e)},mceRepaint:function(){},InsertHorizontalRule:function(){s.execCommand("mceInsertContent",!1,"<hr />")},mceToggleVisualAid:function(){s.hasVisual=!s.hasVisual,s.addVisual()},mceReplaceContent:function(e,t,n){s.execCommand("mceInsertContent",!1,n.replace(/\{\$selection\}/g,i.getContent({format:"text"})))},mceInsertLink:function(e,t,n){var r;"string"==typeof n&&(n={href:n}),r=o.getParent(i.getNode(),"a"),n.href=n.href.replace(" ","%20"),r&&n.href||a.remove("link"),n.href&&a.apply("link",n,r)},selectAll:function(){var e=o.getParent(i.getStart(),Ao.isContentEditableTrue);if(e){var t=o.createRng();t.selectNodeContents(e),i.setRng(t)}},"delete":function(){Ud.deleteCommand(s)},forwardDelete:function(){Ud.forwardDeleteCommand(s)},mceNewDocument:function(){s.setContent("")},InsertLineBreak:function(e,t,n){return mm.insert(s,n),!0}}),e({"JustifyLeft,JustifyCenter,JustifyRight,JustifyFull":function(e){var t="align"+e.substring(7),n=i.isCollapsed()?[o.getParent(i.getNode(),o.isBlock)]:i.getSelectedBlocks(),r=Lm(n,function(e){return!!a.matchNode(e,t)});return-1!==Im(r,!0)},"Bold,Italic,Underline,Strikethrough,Superscript,Subscript":function(e){return f(e)},mceBlockQuote:function(){return f("blockquote")},Outdent:function(){var e;if(n.inline_styles){if((e=o.getParent(i.getStart(),o.isBlock))&&0<parseInt(e.style.paddingLeft,10))return!0;if((e=o.getParent(i.getEnd(),o.isBlock))&&0<parseInt(e.style.paddingLeft,10))return!0}return r("InsertUnorderedList")||r("InsertOrderedList")||!n.inline_styles&&!!o.getParent(i.getNode(),"BLOCKQUOTE")},"InsertUnorderedList,InsertOrderedList":function(e){var t=o.getParent(i.getNode(),"ul,ol");return t&&("insertunorderedlist"===e&&"UL"===t.tagName||"insertorderedlist"===e&&"OL"===t.tagName)}},"state"),e({Undo:function(){s.undoManager.undo()},Redo:function(){s.undoManager.redo()}}),u("FontName",function(){return Kd(s)},this),u("FontSize",function(){return Yd(s)},this)}var Fm=Lt.makeMap("focus blur focusin focusout click dblclick mousedown mouseup mousemove mouseover beforepaste paste cut copy selectionchange mouseout mouseenter mouseleave wheel keydown keypress keyup input contextmenu dragstart dragend dragover draggesture dragdrop drop drag submit compositionstart compositionend compositionupdate touchstart touchmove touchend"," "),zm=function(a){var u,s,c=this,l={},f=function(){return!1},d=function(){return!0};u=(a=a||{}).scope||c,s=a.toggleEvent||f;var r=function(e,t,n,r){var o,i,a;if(!1===t&&(t=f),t)for(t={func:t},r&&Lt.extend(t,r),a=(i=e.toLowerCase().split(" ")).length;a--;)e=i[a],(o=l[e])||(o=l[e]=[],s(e,!0)),n?o.unshift(t):o.push(t);return c},m=function(e,t){var n,r,o,i,a;if(e)for(n=(i=e.toLowerCase().split(" ")).length;n--;){if(e=i[n],r=l[e],!e){for(o in l)s(o,!1),delete l[o];return c}if(r){if(t)for(a=r.length;a--;)r[a].func===t&&(r=r.slice(0,a).concat(r.slice(a+1)),l[e]=r);else r.length=0;r.length||(s(e,!1),delete l[e])}}else{for(e in l)s(e,!1);l={}}return c};c.fire=function(e,t){var n,r,o,i;if(e=e.toLowerCase(),(t=t||{}).type=e,t.target||(t.target=u),t.preventDefault||(t.preventDefault=function(){t.isDefaultPrevented=d},t.stopPropagation=function(){t.isPropagationStopped=d},t.stopImmediatePropagation=function(){t.isImmediatePropagationStopped=d},t.isDefaultPrevented=f,t.isPropagationStopped=f,t.isImmediatePropagationStopped=f),a.beforeFire&&a.beforeFire(t),n=l[e])for(r=0,o=n.length;r<o;r++){if((i=n[r]).once&&m(e,i.func),t.isImmediatePropagationStopped())return t.stopPropagation(),t;if(!1===i.func.call(u,t))return t.preventDefault(),t}return t},c.on=r,c.off=m,c.once=function(e,t,n){return r(e,t,n,{once:!0})},c.has=function(e){return e=e.toLowerCase(),!(!l[e]||0===l[e].length)}};zm.isNative=function(e){return!!Fm[e.toLowerCase()]};var Um,qm=function(n){return n._eventDispatcher||(n._eventDispatcher=new zm({scope:n,toggleEvent:function(e,t){zm.isNative(e)&&n.toggleNativeEvent&&n.toggleNativeEvent(e,t)}})),n._eventDispatcher},Vm={fire:function(e,t,n){if(this.removed&&"remove"!==e)return t;if(t=qm(this).fire(e,t,n),!1!==n&&this.parent)for(var r=this.parent();r&&!t.isPropagationStopped();)r.fire(e,t,!1),r=r.parent();return t},on:function(e,t,n){return qm(this).on(e,t,n)},off:function(e,t){return qm(this).off(e,t)},once:function(e,t){return qm(this).once(e,t)},hasEventListeners:function(e){return qm(this).has(e)}},Hm=di.DOM,jm=function(e,t){return"selectionchange"===t?e.getDoc():!e.inline&&/^mouse|touch|click|contextmenu|drop|dragover|dragend/.test(t)?e.getDoc().documentElement:e.settings.event_root?(e.eventRoot||(e.eventRoot=Hm.select(e.settings.event_root)[0]),e.eventRoot):e.getBody()},$m=function(i,a){var e,t,u=function(e){return!e.hidden&&!e.readonly};if(i.delegates||(i.delegates={}),!i.delegates[a]&&!i.removed)if(e=jm(i,a),i.settings.event_root){if(Um||(Um={},i.editorManager.on("removeEditor",function(){var e;if(!i.editorManager.activeEditor&&Um){for(e in Um)i.dom.unbind(jm(i,e));Um=null}})),Um[a])return;t=function(e){for(var t=e.target,n=i.editorManager.get(),r=n.length;r--;){var o=n[r].getBody();(o===t||Hm.isChildOf(t,o))&&u(n[r])&&n[r].fire(a,e)}},Um[a]=t,Hm.bind(e,a,t)}else t=function(e){u(i)&&i.fire(a,e)},Hm.bind(e,a,t),i.delegates[a]=t},Wm={bindPendingEventDelegates:function(){var t=this;Lt.each(t._pendingNativeEvents,function(e){$m(t,e)})},toggleNativeEvent:function(e,t){var n=this;"focus"!==e&&"blur"!==e&&(t?n.initialized?$m(n,e):n._pendingNativeEvents?n._pendingNativeEvents.push(e):n._pendingNativeEvents=[e]:n.initialized&&(n.dom.unbind(jm(n,e),e,n.delegates[e]),delete n.delegates[e]))},unbindAllNativeEvents:function(){var e,t=this,n=t.getBody(),r=t.dom;if(t.delegates){for(e in t.delegates)t.dom.unbind(jm(t,e),e,t.delegates[e]);delete t.delegates}!t.inline&&n&&r&&(n.onload=null,r.unbind(t.getWin()),r.unbind(t.getDoc())),r&&(r.unbind(n),r.unbind(t.getContainer()))}},Km=Wm=Lt.extend({},Vm,Wm),Xm=function(e,t,n){try{e.getDoc().execCommand(t,!1,n)}catch(r){}},Ym=function(e,t){var n,r,o;e._clickBlocker&&(e._clickBlocker.unbind(),e._clickBlocker=null),t?(e._clickBlocker=(r=(n=e).getBody(),o=function(e){0<n.dom.getParents(e.target,"a").length&&e.preventDefault()},n.dom.bind(r,"click",o),{unbind:function(){n.dom.unbind(r,"click",o)}}),e.selection.controlSelection.hideResizeRect(),e.readonly=!0,e.getBody().contentEditable=!1):(e.readonly=!1,e.getBody().contentEditable=!0,Xm(e,"StyleWithCSS",!1),Xm(e,"enableInlineTableEditing",!1),Xm(e,"enableObjectResizing",!1),e.focus(),e.nodeChanged())},Gm=function(e,t){var n=e.readonly?"readonly":"design";t!==n&&(e.initialized?Ym(e,"readonly"===t):e.on("init",function(){Ym(e,"readonly"===t)}),e.fire("SwitchMode",{mode:t}))},Jm=Lt.each,Qm=Lt.explode,Zm={f9:120,f10:121,f11:122},ep=Lt.makeMap("alt,ctrl,shift,meta,access");function tp(i){var a={},r=[],u=function(e){var t,n,r={};for(n in Jm(Qm(e,"+"),function(e){e in ep?r[e]=!0:/^[0-9]{2,}$/.test(e)?r.keyCode=parseInt(e,10):(r.charCode=e.charCodeAt(0),r.keyCode=Zm[e]||e.toUpperCase().charCodeAt(0))}),t=[r.keyCode],ep)r[n]?t.push(n):r[n]=!1;return r.id=t.join(","),r.access&&(r.alt=!0,ge.mac?r.ctrl=!0:r.shift=!0),r.meta&&(ge.mac?r.meta=!0:(r.ctrl=!0,r.meta=!1)),r},s=function(e,t,n,r){var o;return(o=Lt.map(Qm(e,">"),u))[o.length-1]=Lt.extend(o[o.length-1],{func:n,scope:r||i}),Lt.extend(o[0],{desc:i.translate(t),subpatterns:o.slice(1)})},o=function(e,t){return!!t&&t.ctrl===e.ctrlKey&&t.meta===e.metaKey&&t.alt===e.altKey&&t.shift===e.shiftKey&&!!(e.keyCode===t.keyCode||e.charCode&&e.charCode===t.charCode)&&(e.preventDefault(),!0)},c=function(e){return e.func?e.func.call(e.scope):null};i.on("keyup keypress keydown",function(t){var e,n;((n=t).altKey||n.ctrlKey||n.metaKey||"keydown"===(e=t).type&&112<=e.keyCode&&e.keyCode<=123)&&!t.isDefaultPrevented()&&(Jm(a,function(e){if(o(t,e))return r=e.subpatterns.slice(0),"keydown"===t.type&&c(e),!0}),o(t,r[0])&&(1===r.length&&"keydown"===t.type&&c(r[0]),r.shift()))}),this.add=function(e,n,r,o){var t;return"string"==typeof(t=r)?r=function(){i.execCommand(t,!1,null)}:Lt.isArray(t)&&(r=function(){i.execCommand(t[0],t[1],t[2])}),Jm(Qm(Lt.trim(e.toLowerCase())),function(e){var t=s(e,n,r,o);a[t.id]=t}),!0},this.remove=function(e){var t=s(e);return!!a[t.id]&&(delete a[t.id],!0)}}var np=function(e){var t=e!==undefined?e.dom():document;return A.from(t.activeElement).map(qn.fromDom)},rp=function(e){var t=qr.owner(e).dom();return e.dom()===t.activeElement},op=function(t){return np(qr.owner(t)).filter(function(e){return t.dom().contains(e.dom())})},ip=function(t,e){return(n=e,n.collapsed?A.from(na(n.startContainer,n.startOffset)).map(qn.fromDom):A.none()).bind(function(e){return ho(e)?A.some(e):!1===Or.contains(t,e)?A.some(t):A.none()});var n},ap=function(t,e){ip(qn.fromDom(t.getBody()),e).bind(function(e){return Ka.firstPositionIn(e.dom())}).fold(function(){t.selection.normalize()},function(e){return t.selection.setRng(e.toRange())})},up=function(e){if(e.setActive)try{e.setActive()}catch(t){e.focus()}else e.focus()},sp=function(e){var t,n=e.getBody();return n&&(t=qn.fromDom(n),rp(t)||op(t).isSome())},cp=function(e){return e.inline?sp(e):(t=e).iframeElement&&rp(qn.fromDom(t.iframeElement));var t},lp=function(e){return e.editorManager.setActive(e)},fp=function(e,t){e.removed||(t?lp(e):function(t){var e=t.selection,n=t.settings.content_editable,r=t.getBody(),o=e.getRng();t.quirks.refreshContentEditable();var i,a,u=(i=t,a=e.getNode(),i.dom.getParent(a,function(e){return"true"===i.dom.getContentEditable(e)}));if(t.$.contains(r,u))return up(u),ap(t,o),lp(t);t.bookmark!==undefined&&!1===cp(t)&&_m.getRng(t).each(function(e){t.selection.setRng(e),o=e}),n||(ge.opera||up(r),t.getWin().focus()),(ge.gecko||n)&&(up(r),ap(t,o)),lp(t)}(e))},dp=cp,mp=function(e,t){return t.dom()[e]},pp=function(e,t){return parseInt(yr(t,e),10)},gp=V.curry(mp,"clientWidth"),hp=V.curry(mp,"clientHeight"),vp=V.curry(pp,"margin-top"),yp=V.curry(pp,"margin-left"),bp={isXYInContentArea:function(e,t,n){var r,o,i,a,u,s,c,l,f,d,m=qn.fromDom(e.getBody()),p=e.inline?m:qr.documentElement(m),g=(r=e.inline,i=t,a=n,u=(o=p).dom().getBoundingClientRect(),{x:i-(r?u.left+o.dom().clientLeft+yp(o):0),y:a-(r?u.top+o.dom().clientTop+vp(o):0)});return c=g.x,l=g.y,f=gp(s=p),d=hp(s),0<=c&&0<=l&&c<=f&&l<=d},isEditorAttachedToDom:function(e){var t,n=e.inline?e.getBody():e.getContentAreaContainer();return(t=n,A.from(t).map(qn.fromDom)).map(function(e){return Or.contains(qr.owner(e),e)}).getOr(!1)}};function Cp(n){var t,o=[],i=function(){var e,t=n.theme;return t&&t.getNotificationManagerImpl?t.getNotificationManagerImpl():{open:e=function(){throw new Error("Theme did not provide a NotificationManager implementation.")},close:e,reposition:e,getArgs:e}},a=function(){0<o.length&&i().reposition(o)},u=function(t){H.findIndex(o,function(e){return e===t}).each(function(e){o.splice(e,1)})},r=function(r){if(!n.removed&&bp.isEditorAttachedToDom(n))return H.find(o,function(e){return t=i().getArgs(e),n=r,!(t.type!==n.type||t.text!==n.text||t.progressBar||t.timeout||n.progressBar||n.timeout);var t,n}).getOrThunk(function(){n.editorManager.setActive(n);var e,t=i().open(r,function(){u(t),a()});return e=t,o.push(e),a(),t})};return(t=n).on("SkinLoaded",function(){var e=t.settings.service_message;e&&r({text:e,type:"warning",timeout:0,icon:""})}),t.on("ResizeEditor ResizeWindow",function(){Ce.requestAnimationFrame(a)}),t.on("remove",function(){H.each(o,function(e){i().close(e)})}),{open:r,close:function(){A.from(o[0]).each(function(e){i().close(e),u(e),a()})},getNotifications:function(){return o}}}function xp(r){var o=[],i=function(){var e,t=r.theme;return t&&t.getWindowManagerImpl?t.getWindowManagerImpl():{open:e=function(){throw new Error("Theme did not provide a WindowManager implementation.")},alert:e,confirm:e,close:e,getParams:e,setParams:e}},a=function(e,t){return function(){return t?t.apply(e,arguments):undefined}},u=function(e){var t;o.push(e),t=e,r.fire("OpenWindow",{win:t})},s=function(n){H.findIndex(o,function(e){return e===n}).each(function(e){var t;o.splice(e,1),t=n,r.fire("CloseWindow",{win:t}),0===o.length&&r.focus()})},e=function(){return A.from(o[o.length-1])};return r.on("remove",function(){H.each(o.slice(0),function(e){i().close(e)})}),{windows:o,open:function(e,t){r.editorManager.setActive(r),_m.store(r);var n=i().open(e,t,s);return u(n),n},alert:function(e,t,n){var r=i().alert(e,a(n||this,t),s);u(r)},confirm:function(e,t,n){var r=i().confirm(e,a(n||this,t),s);u(r)},close:function(){e().each(function(e){i().close(e),s(e)})},getParams:function(){return e().map(i().getParams).getOr(null)},setParams:function(t){e().each(function(e){i().setParams(e,t)})},getWindows:function(){return o}}}var wp=Ci.PluginManager,Np=function(e,t){var n=function(e,t){for(var n in wp.urls)if(wp.urls[n]+"/plugin"+t+".js"===e)return n;return null}(t,e.suffix);return n?"Failed to load plugin: "+n+" from url "+t:"Failed to load plugin url: "+t},Ep=function(e,t){e.notificationManager.open({type:"error",text:t})},Sp=function(e,t){e._skinLoaded?Ep(e,t):e.on("SkinLoaded",function(){Ep(e,t)})},kp={pluginLoadError:function(e,t){Sp(e,Np(e,t))},uploadError:function(e,t){Sp(e,"Failed to upload image: "+t)},displayError:Sp,initError:function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];var r=window.console;r&&(r.error?r.error.apply(r,arguments):r.log.apply(r,arguments))}},Tp=Ci.PluginManager,Ap=Ci.ThemeManager;function Rp(){return new(j.getOrDie("XMLHttpRequest"))}function Bp(u,s){var r={},n=function(e,r,o,t){var i,n;(i=new Rp).open("POST",s.url),i.withCredentials=s.credentials,i.upload.onprogress=function(e){t(e.loaded/e.total*100)},i.onerror=function(){o("Image upload failed due to a XHR Transport error. Code: "+i.status)},i.onload=function(){var e,t,n;i.status<200||300<=i.status?o("HTTP Error: "+i.status):(e=JSON.parse(i.responseText))&&"string"==typeof e.location?r((t=s.basePath,n=e.location,t?t.replace(/\/$/,"")+"/"+n.replace(/^\//,""):n)):o("Invalid JSON: "+i.responseText)},(n=new FormData).append("file",e.blob(),e.filename()),i.send(n)},c=function(e,t){return{url:t,blobInfo:e,status:!0}},l=function(e,t){return{url:"",blobInfo:e,status:!1,error:t}},f=function(e,t){Lt.each(r[e],function(e){e(t)}),delete r[e]},o=function(e,n){return e=Lt.grep(e,function(e){return!u.isUploaded(e.blobUri())}),he.all(Lt.map(e,function(e){return u.isPending(e.blobUri())?(t=e.blobUri(),new he(function(e){r[t]=r[t]||[],r[t].push(e)})):(o=e,i=s.handler,a=n,u.markPending(o.blobUri()),new he(function(t){var n;try{var r=function(){n&&n.close()};i(o,function(e){r(),u.markUploaded(o.blobUri(),e),f(o.blobUri(),c(o,e)),t(c(o,e))},function(e){r(),u.removeFailed(o.blobUri()),f(o.blobUri(),l(o,e)),t(l(o,e))},function(e){e<0||100<e||(n||(n=a()),n.progressBar.value(e))})}catch(e){t(l(o,e.message))}}));var o,i,a,t}))};return s=Lt.extend({credentials:!1,handler:n},s),{upload:function(e,t){return s.url||s.handler!==n?o(e,t):new he(function(e){e([])})}}}function _p(e,t){return new(j.getOrDie("Blob"))(e,t)}function Dp(){return new(j.getOrDie("FileReader"))}function Op(e){return new(j.getOrDie("Uint8Array"))(e)}var Pp=function(e){return j.getOrDie("atob")(e)},Lp=function(e){var t,n;return e=decodeURIComponent(e).split(","),(n=/data:([^;]+)/.exec(e[0]))&&(t=n[1]),{type:t,data:e[1]}},Ip=function(e){return 0===e.indexOf("blob:")?(i=e,new he(function(e,t){var n=function(){t("Cannot convert "+i+" to Blob. Resource might not exist or is inaccessible.")};try{var r=new Rp;r.open("GET",i,!0),r.responseType="blob",r.onload=function(){200===this.status?e(this.response):n()},r.onerror=n,r.send()}catch(o){n()}})):0===e.indexOf("data:")?(o=e,new he(function(e){var t,n,r;o=Lp(o);try{t=Pp(o.data)}catch(Zx){return void e(new _p([]))}for(n=new Op(t.length),r=0;r<n.length;r++)n[r]=t.charCodeAt(r);e(new _p([n],{type:o.type}))})):null;var i,o},Mp=function(n){return new he(function(e){var t=new Dp;t.onloadend=function(){e(t.result)},t.readAsDataURL(n)})},Fp=Lp,zp=0,Up=function(e){return(e||"blobid")+zp++},qp=function(n,r,o,t){var i,a;0!==r.src.indexOf("blob:")?(i=Fp(r.src).data,(a=n.findFirst(function(e){return e.base64()===i}))?o({image:r,blobInfo:a}):Ip(r.src).then(function(e){a=n.create(Up(),e,i),n.add(a),o({image:r,blobInfo:a})},function(e){t(e)})):(a=n.getByUri(r.src))?o({image:r,blobInfo:a}):Ip(r.src).then(function(t){Mp(t).then(function(e){i=Fp(e).data,a=n.create(Up(),t,i),n.add(a),o({image:r,blobInfo:a})})},function(e){t(e)})},Vp=function(e){return e?e.getElementsByTagName("img"):[]},Hp=0,jp={uuid:function(e){return e+Hp+++(t=function(){return Math.round(4294967295*Math.random()).toString(36)},"s"+(new Date).getTime().toString(36)+t()+t()+t());var t}};function $p(u){var n,o,i,t,e,a,r,s,c,l,f=(n=[],o=ua.constant,i=function(e){var t,n,r;if(!e.blob||!e.base64)throw new Error("blob and base64 representations of the image are required for BlobInfo to be created");return t=e.id||jp.uuid("blobid"),n=e.name||t,{id:o(t),name:o(n),filename:o(n+"."+(r=e.blob.type,{"image/jpeg":"jpg","image/jpg":"jpg","image/gif":"gif","image/png":"png"}[r.toLowerCase()]||"dat")),blob:o(e.blob),base64:o(e.base64),blobUri:o(e.blobUri||W.createObjectURL(e.blob)),uri:o(e.uri)}},{create:function(e,t,n,r){return i("object"==typeof e?e:{id:e,name:r,blob:t,base64:n})},add:function(e){t(e.id())||n.push(e)},get:t=function(t){return e(function(e){return e.id()===t})},getByUri:function(t){return e(function(e){return e.blobUri()===t})},findFirst:e=function(e){return Bt.filter(n,e)[0]},removeByUri:function(t){n=Bt.filter(n,function(e){return e.blobUri()!==t||(W.revokeObjectURL(e.blobUri()),!1)})},destroy:function(){Bt.each(n,function(e){W.revokeObjectURL(e.blobUri())}),n=[]}}),d=u.settings,m=(s={},c=function(e,t){return{status:e,resultUri:t}},{hasBlobUri:l=function(e){return e in s},getResultUri:function(e){var t=s[e];return t?t.resultUri:null},isPending:function(e){return!!l(e)&&1===s[e].status},isUploaded:function(e){return!!l(e)&&2===s[e].status},markPending:function(e){s[e]=c(1,null)},markUploaded:function(e,t){s[e]=c(2,t)},removeFailed:function(e){delete s[e]},destroy:function(){s={}}}),p=function(t){return function(e){return u.selection?t(e):[]}},g=function(e,t,n){for(var r=0;-1!==(r=e.indexOf(t,r))&&(e=e.substring(0,r)+n+e.substr(r+t.length),r+=n.length-t.length+1),-1!==r;);return e},h=function(e,t,n){return e=g(e,'src="'+t+'"','src="'+n+'"'),e=g(e,'data-mce-src="'+t+'"','data-mce-src="'+n+'"')},v=function(t,n){Bt.each(u.undoManager.data,function(e){"fragmented"===e.type?e.fragments=Bt.map(e.fragments,function(e){return h(e,t,n)}):e.content=h(e.content,t,n)})},y=function(){return u.notificationManager.open({text:u.translate("Image uploading..."),type:"info",timeout:-1,progressBar:!0})},b=function(e,t){f.removeByUri(e.src),v(e.src,t),u.$(e).attr({src:d.images_reuse_filename?t+"?"+(new Date).getTime():t,"data-mce-src":u.convertURL(t,"src")})},C=function(n){return a||(a=Bp(m,{url:d.images_upload_url,basePath:d.images_upload_base_path,credentials:d.images_upload_credentials,handler:d.images_upload_handler})),N().then(p(function(r){var e;return e=Bt.map(r,function(e){return e.blobInfo}),a.upload(e,y).then(p(function(e){var t=Bt.map(e,function(e,t){var n=r[t].image;return e.status&&!1!==u.settings.images_replace_blob_uris?b(n,e.url):e.error&&kp.uploadError(u,e.error),{element:n,status:e.status}});return n&&n(t),t}))}))},x=function(e){if(!1!==d.automatic_uploads)return C(e)},w=function(e){return!d.images_dataimg_filter||d.images_dataimg_filter(e)},N=function(){var o,i,a;return r||(o=m,i=f,a={},r={findAll:function(e,n){var t;n||(n=ua.constant(!0)),t=Bt.filter(Vp(e),function(e){var t=e.src;return!!ge.fileApi&&!e.hasAttribute("data-mce-bogus")&&!e.hasAttribute("data-mce-placeholder")&&!(!t||t===ge.transparentSrc)&&(0===t.indexOf("blob:")?!o.isUploaded(t):0===t.indexOf("data:")&&n(e))});var r=Bt.map(t,function(n){if(a[n.src])return new he(function(t){a[n.src].then(function(e){if("string"==typeof e)return e;t({image:n,blobInfo:e.blobInfo})})});var e=new he(function(e,t){qp(i,n,e,t)}).then(function(e){return delete a[e.image.src],e})["catch"](function(e){return delete a[n.src],e});return a[n.src]=e});return he.all(r)}}),r.findAll(u.getBody(),w).then(p(function(e){return e=Bt.filter(e,function(e){return"string"!=typeof e||(kp.displayError(u,e),!1)}),Bt.each(e,function(e){v(e.image.src,e.blobInfo.blobUri()),e.image.src=e.blobInfo.blobUri(),e.image.removeAttribute("data-mce-src")}),e}))},E=function(e){return e.replace(/src="(blob:[^"]+)"/g,function(e,n){var t=m.getResultUri(n);if(t)return'src="'+t+'"';var r=f.getByUri(n);return r||(r=Bt.reduce(u.editorManager.get(),function(e,t){return e||t.editorUpload&&t.editorUpload.blobCache.getByUri(n)},null)),r?'src="data:'+r.blob().type+";base64,"+r.base64()+'"':e})};return u.on("setContent",function(){!1!==u.settings.automatic_uploads?x():N()}),u.on("RawSaveContent",function(e){e.content=E(e.content)}),u.on("getContent",function(e){e.source_view||"raw"===e.format||(e.content=E(e.content))}),u.on("PostRender",function(){u.parser.addNodeFilter("img",function(e){Bt.each(e,function(e){var t=e.attr("src");if(!f.getByUri(t)){var n=m.getResultUri(t);n&&e.attr("src",n)}})})}),{blobCache:f,uploadImages:C,uploadImagesAuto:x,scanForImages:N,destroy:function(){f.destroy(),m.destroy(),r=a=null}}}var Wp=function(e,t){return e.hasOwnProperty(t.nodeName)},Kp=function(e,t){if(Ao.isText(t)){if(0===t.nodeValue.length)return!0;if(/^\s+$/.test(t.nodeValue)&&(!t.nextSibling||Wp(e,t.nextSibling)))return!0}return!1},Xp=function(e){var t,n,r,o,i,a,u,s,c,l,f,d=e.settings,m=e.dom,p=e.selection,g=e.schema,h=g.getBlockElements(),v=p.getStart(),y=e.getBody();if(f=d.forced_root_block,v&&Ao.isElement(v)&&f&&(l=y.nodeName.toLowerCase(),g.isValidChild(l,f.toLowerCase())&&(b=h,C=y,x=v,!H.exists(Il(qn.fromDom(x),qn.fromDom(C)),function(e){return Wp(b,e.dom())})))){var b,C,x,w,N;for(n=(t=p.getRng()).startContainer,r=t.startOffset,o=t.endContainer,i=t.endOffset,c=dp(e),v=y.firstChild;v;)if(w=h,N=v,Ao.isText(N)||Ao.isElement(N)&&!Wp(w,N)&&!Bc.isBookmarkNode(N)){if(Kp(h,v)){v=(u=v).nextSibling,m.remove(u);continue}a||(a=m.create(f,e.settings.forced_root_block_attrs),v.parentNode.insertBefore(a,v),s=!0),v=(u=v).nextSibling,a.appendChild(u)}else a=null,v=v.nextSibling;s&&c&&(t.setStart(n,r),t.setEnd(o,i),p.setRng(t),e.nodeChanged())}},Yp=function(e){e.settings.forced_root_block&&e.on("NodeChange",V.curry(Xp,e))};function Gp(i){var r,o=[];"onselectionchange"in i.getDoc()||i.on("NodeChange Click MouseUp KeyUp Focus",function(e){var t,n;n={startContainer:(t=i.selection.getRng()).startContainer,startOffset:t.startOffset,endContainer:t.endContainer,endOffset:t.endOffset},"nodechange"!==e.type&&Gd.isEq(n,r)||i.fire("SelectionChange"),r=n}),i.on("contextmenu",function(){i.fire("SelectionChange")}),i.on("SelectionChange",function(){var e=i.selection.getStart(!0);!e||!ge.range&&i.selection.isCollapsed()||!function(e){var t,n;if((n=i.$(e).parentsUntil(i.getBody()).add(e)).length===o.length){for(t=n.length;0<=t&&n[t]===o[t];t--);if(-1===t)return o=n,!0}return o=n,!1}(e)&&i.dom.isChildOf(e,i.getBody())&&i.nodeChanged({selectionChange:!0})}),i.on("MouseUp",function(e){e.isDefaultPrevented()||("IMG"===i.selection.getNode().nodeName?Ce.setEditorTimeout(i,function(){i.nodeChanged()}):i.nodeChanged())}),this.nodeChanged=function(e){var t,n,r,o=i.selection;i.initialized&&o&&!i.settings.disable_nodechange&&!i.readonly&&(r=i.getBody(),(t=o.getStart(!0)||r).ownerDocument===i.getDoc()&&i.dom.isChildOf(t,r)||(t=r),n=[],i.dom.getParent(t,function(e){if(e===r)return!0;n.push(e)}),(e=e||{}).element=t,e.parents=n,i.fire("NodeChange",e))}}var Jp,Qp,Zp=function(e){var t,n,r,o;return o=e.getBoundingClientRect(),n=(t=e.ownerDocument).documentElement,r=t.defaultView,{top:o.top+r.pageYOffset-n.clientTop,left:o.left+r.pageXOffset-n.clientLeft}},eg=function(e,t){return n=(u=e).inline?Zp(u.getBody()):{left:0,top:0},a=(i=e).getBody(),r=i.inline?{left:a.scrollLeft,top:a.scrollTop}:{left:0,top:0},{pageX:(o=function(e,t){if(t.target.ownerDocument!==e.getDoc()){var n=Zp(e.getContentAreaContainer()),r=(i=(o=e).getBody(),a=o.getDoc().documentElement,u={left:i.scrollLeft,top:i.scrollTop},s={left:i.scrollLeft||a.scrollLeft,top:i.scrollTop||a.scrollTop},o.inline?u:s);return{left:t.pageX-n.left+r.left,top:t.pageY-n.top+r.top}}var o,i,a,u,s;return{left:t.pageX,top:t.pageY}}(e,t)).left-n.left+r.left,pageY:o.top-n.top+r.top};var n,r,o,i,a,u},tg=Ao.isContentEditableFalse,ng=Ao.isContentEditableTrue,rg=function(e){e&&e.parentNode&&e.parentNode.removeChild(e)},og=function(u,s){return function(e){if(0===e.button){var t=Bt.find(s.dom.getParents(e.target),ua.or(tg,ng));if(i=s.getBody(),tg(a=t)&&a!==i){var n=s.dom.getPos(t),r=s.getBody(),o=s.getDoc().documentElement;u.element=t,u.screenX=e.screenX,u.screenY=e.screenY,u.maxX=(s.inline?r.scrollWidth:o.offsetWidth)-2,u.maxY=(s.inline?r.scrollHeight:o.offsetHeight)-2,u.relX=e.pageX-n.x,u.relY=e.pageY-n.y,u.width=t.offsetWidth,u.height=t.offsetHeight,u.ghost=function(e,t,n,r){var o=t.cloneNode(!0);e.dom.setStyles(o,{width:n,height:r}),e.dom.setAttrib(o,"data-mce-selected",null);var i=e.dom.create("div",{"class":"mce-drag-container","data-mce-bogus":"all",unselectable:"on",contenteditable:"false"});return e.dom.setStyles(i,{position:"absolute",opacity:.5,overflow:"hidden",border:0,padding:0,margin:0,width:n,height:r}),e.dom.setStyles(o,{margin:0,boxSizing:"border-box"}),i.appendChild(o),i}(s,t,u.width,u.height)}}var i,a}},ig=function(l,f){return function(e){if(l.dragging&&(s=(i=f).selection,c=s.getSel().getRangeAt(0).startContainer,a=3===c.nodeType?c.parentNode:c,u=l.element,a!==u&&!i.dom.isChildOf(a,u)&&!tg(a))){var t=(r=l.element,(o=r.cloneNode(!0)).removeAttribute("data-mce-selected"),o),n=f.fire("drop",{targetClone:t,clientX:e.clientX,clientY:e.clientY});n.isDefaultPrevented()||(t=n.targetClone,f.undoManager.transact(function(){rg(l.element),f.insertContent(f.dom.getOuterHTML(t)),f._selectionOverrides.hideFakeCaret()}))}var r,o,i,a,u,s,c;ag(l)}},ag=function(e){e.dragging=!1,e.element=null,rg(e.ghost)},ug=function(e){var t,n,r,o,i,a,g,h,v,u,s,c={};t=di.DOM,a=document,n=og(c,e),g=c,h=e,v=Ce.throttle(function(e,t){h._selectionOverrides.hideFakeCaret(),h.selection.placeCaretAt(e,t)},0),r=function(e){var t,n,r,o,i,a,u,s,c,l,f,d,m=Math.max(Math.abs(e.screenX-g.screenX),Math.abs(e.screenY-g.screenY));if(g.element&&!g.dragging&&10<m){if(h.fire("dragstart",{target:g.element}).isDefaultPrevented())return;g.dragging=!0,h.focus()}if(g.dragging){var p=(f=g,{pageX:(d=eg(h,e)).pageX-f.relX,pageY:d.pageY+5});c=g.ghost,l=h.getBody(),c.parentNode!==l&&l.appendChild(c),t=g.ghost,n=p,r=g.width,o=g.height,i=g.maxX,a=g.maxY,s=u=0,t.style.left=n.pageX+"px",t.style.top=n.pageY+"px",n.pageX+r>i&&(u=n.pageX+r-i),n.pageY+o>a&&(s=n.pageY+o-a),t.style.width=r-u+"px",t.style.height=o-s+"px",v(e.clientX,e.clientY)}},o=ig(c,e),u=c,i=function(){ag(u),u.dragging&&s.fire("dragend")},(s=e).on("mousedown",n),e.on("mousemove",r),e.on("mouseup",o),t.bind(a,"mousemove",r),t.bind(a,"mouseup",i),e.on("remove",function(){t.unbind(a,"mousemove",r),t.unbind(a,"mouseup",i)})},sg=function(e){var n;ug(e),(n=e).on("drop",function(e){var t="undefined"!=typeof e.clientX?n.getDoc().elementFromPoint(e.clientX,e.clientY):null;(tg(t)||tg(n.dom.getContentEditableParent(t)))&&e.preventDefault()})},cg=function(e){return Bt.reduce(e,function(e,t){return e.concat(function(t){var e=function(e){return Bt.map(e,function(e){return(e=Gi(e)).node=t,e})};if(Ao.isElement(t))return e(t.getClientRects());if(Ao.isText(t)){var n=t.ownerDocument.createRange();return n.setStart(t,0),n.setEnd(t,t.data.length),e(n.getClientRects())}}(t))},[])};(Qp=Jp||(Jp={}))[Qp.Up=-1]="Up",Qp[Qp.Down=1]="Down";var lg=function(o,i,a,e,u,t){var n,s,c=0,l=[],r=function(e){var t,n,r;for(r=cg([e]),-1===o&&(r=r.reverse()),t=0;t<r.length;t++)if(n=r[t],!a(n,s)){if(0<l.length&&i(n,Bt.last(l))&&c++,n.line=c,u(n))return!0;l.push(n)}};return(s=Bt.last(t.getClientRects()))&&(r(n=t.getNode()),function(e,t,n,r){for(;r=ds(r,e,Xi,t);)if(n(r))return}(o,e,r,n)),l},fg=V.curry(lg,Jp.Up,Zi,ea),dg=V.curry(lg,Jp.Down,ea,Zi),mg=function(n){return function(e){return t=n,e.line>t;var t}},pg=function(n){return function(e){return t=n,e.line===t;var t}},gg=Ao.isContentEditableFalse,hg=ds,vg=function(e,t){return Math.abs(e.left-t)},yg=function(e,t){return Math.abs(e.right-t)},bg=function(e,t){return e>=t.left&&e<=t.right},Cg=function(e,o){return Bt.reduce(e,function(e,t){var n,r;return n=Math.min(vg(e,o),yg(e,o)),r=Math.min(vg(t,o),yg(t,o)),bg(o,t)?t:bg(o,e)?e:r===n&&gg(t.node)?t:r<n?t:e})},xg=function(e,t,n,r){for(;r=hg(r,e,Xi,t);)if(n(r))return},wg=function(e,t,n){var r,o,i,a,u,s,c,l,f=cg((o=e,Bt.filter(Bt.toArray(o.getElementsByTagName("*")),ts))),d=Bt.filter(f,function(e){return n>=e.top&&n<=e.bottom});return(r=Cg(d,t))&&(r=Cg((u=e,l=function(t,e){var n;return n=Bt.filter(cg([e]),function(e){return!t(e,s)}),c=c.concat(n),0===n.length},(c=[]).push(s=r),xg(Jp.Up,u,V.curry(l,Zi),s.node),xg(Jp.Down,u,V.curry(l,ea),s.node),c),t))&&ts(r.node)?(a=t,{node:(i=r).node,before:vg(i,a)<yg(i,a)}):null},Ng=function(i,a,e){return!e.collapsed&&H.foldl(e.getClientRects(),function(e,t){return e||(o=a,(r=i)>=(n=t).left&&r<=n.right&&o>=n.top&&o<=n.bottom);var n,r,o},!1)},Eg=function(t,n){var r=null;return{cancel:function(){null!==r&&(clearTimeout(r),r=null)},throttle:function(){var e=arguments;null===r&&(r=setTimeout(function(){t.apply(null,e),e=r=null},n))}}},Sg=function(t){var e=Eg(function(){if(!t.removed&&t.selection.getRng().collapsed){var e=Za(t,t.selection.getRng(),!1);t.selection.setRng(e)}},0);t.on("focus",function(){e.throttle()}),t.on("blur",function(){e.cancel()})},kg={BACKSPACE:8,DELETE:46,DOWN:40,ENTER:13,LEFT:37,RIGHT:39,SPACEBAR:32,TAB:9,UP:38,modifierPressed:function(e){return e.shiftKey||e.ctrlKey||e.altKey||this.metaKeyPressed(e)},metaKeyPressed:function(e){return ge.mac?e.metaKey:e.ctrlKey&&!e.altKey}},Tg=Ao.isContentEditableTrue,Ag=Ao.isContentEditableFalse,Rg=ks,Bg=Ss,_g=function(e,t){for(var n=e.getBody();t&&t!==n;){if(Tg(t)||Ag(t))return t;t=t.parentNode}return null},Dg=function(p){var g,e,t,a=p.getBody(),o=es(p.getBody(),function(e){return p.dom.isBlock(e)},function(){return dp(p)}),h="sel-"+p.dom.uniqueId(),u=function(e){e&&p.selection.setRng(e)},s=function(){return p.selection.getRng()},v=function(e,t,n,r){return void 0===r&&(r=!0),p.fire("ShowCaret",{target:t,direction:e,before:n}).isDefaultPrevented()?null:(r&&p.selection.scrollIntoView(t,-1===e),o.show(n,t))},y=function(e,t){return t=Cs(e,a,t),-1===e?Ba.fromRangeStart(t):Ba.fromRangeEnd(t)},n=function(e){return Bi(e)||Li(e)||Ii(e)},b=function(e){return n(e.startContainer)||n(e.endContainer)},c=function(e,t){var n,r,o,i,a,u,s,c,l,f,d=p.$,m=p.dom;if(!e)return null;if(e.collapsed){if(!b(e))if(!1===t){if(c=y(-1,e),ts(c.getNode(!0)))return v(-1,c.getNode(!0),!1,!1);if(ts(c.getNode()))return v(-1,c.getNode(),!c.isAtEnd(),!1)}else{if(c=y(1,e),ts(c.getNode()))return v(1,c.getNode(),!c.isAtEnd(),!1);if(ts(c.getNode(!0)))return v(1,c.getNode(!0),!1,!1)}return null}return i=e.startContainer,a=e.startOffset,u=e.endOffset,3===i.nodeType&&0===a&&Ag(i.parentNode)&&(i=i.parentNode,a=m.nodeIndex(i),i=i.parentNode),1!==i.nodeType?null:(u===a+1&&(n=i.childNodes[a]),Ag(n)?(l=f=n.cloneNode(!0),(s=p.fire("ObjectSelected",{target:n,targetClone:l})).isDefaultPrevented()?null:(r=Cl(qn.fromDom(p.getBody()),"#"+h).fold(function(){return d([])},function(e){return d([e.dom()])}),l=s.targetClone,0===r.length&&(r=d('<div data-mce-bogus="all" class="mce-offscreen-selection"></div>').attr("id",h)).appendTo(p.getBody()),e=p.dom.createRng(),l===f&&ge.ie?(r.empty().append('<p style="font-size: 0" data-mce-bogus="all">\xa0</p>').append(l),e.setStartAfter(r[0].firstChild.firstChild),e.setEndAfter(l)):(r.empty().append("\xa0").append(l).append("\xa0"),e.setStart(r[0].firstChild,1),e.setEnd(r[0].lastChild,0)),r.css({top:m.getPos(n,p.getBody()).y}),r[0].focus(),(o=p.selection.getSel()).removeAllRanges(),o.addRange(e),H.each(fu(qn.fromDom(p.getBody()),"*[data-mce-selected]"),function(e){cr.remove(e,"data-mce-selected")}),n.setAttribute("data-mce-selected","1"),g=n,C(),e)):null)},l=function(){g&&(g.removeAttribute("data-mce-selected"),Cl(qn.fromDom(p.getBody()),"#"+h).each(Ic.remove),g=null)},C=function(){o.hide()};return ge.ceFalse&&(function(){p.on("mouseup",function(e){var t=s();t.collapsed&&bp.isXYInContentArea(p,e.clientX,e.clientY)&&u(Qa(p,t,!1))}),p.on("click",function(e){var t;(t=_g(p,e.target))&&(Ag(t)&&(e.preventDefault(),p.focus()),Tg(t)&&p.dom.isChildOf(t,p.selection.getNode())&&l())}),p.on("blur NewBlock",function(){l()}),p.on("ResizeWindow FullscreenStateChanged",function(){return o.reposition()});var n,r,i=function(e,t){var n,r,o=p.dom.getParent(e,p.dom.isBlock),i=p.dom.getParent(t,p.dom.isBlock);return!(!o||!p.dom.isChildOf(o,i)||!1!==Ag(_g(p,o)))||o&&(n=o,r=i,!(p.dom.getParent(n,p.dom.isBlock)===p.dom.getParent(r,p.dom.isBlock)))&&function(e){var t=js(e);if(!e.firstChild)return!1;var n=Ba.before(e.firstChild),r=t.next(n);return r&&!Bg(r)&&!Rg(r)}(o)};r=!1,(n=p).on("touchstart",function(){r=!1}),n.on("touchmove",function(){r=!0}),n.on("touchend",function(e){var t=_g(n,e.target);Ag(t)&&(r||(e.preventDefault(),c(Ja(n,t))))}),p.on("mousedown",function(e){var t,n=e.target;if((n===a||"HTML"===n.nodeName||p.dom.isChildOf(n,a))&&!1!==bp.isXYInContentArea(p,e.clientX,e.clientY))if(t=_g(p,n))Ag(t)?(e.preventDefault(),c(Ja(p,t))):(l(),Tg(t)&&e.shiftKey||Ng(e.clientX,e.clientY,p.selection.getRng())||p.selection.placeCaretAt(e.clientX,e.clientY));else if(!1===ts(n)){l(),C();var r=wg(a,e.clientX,e.clientY);if(r&&!i(e.target,r.node)){e.preventDefault();var o=v(1,r.node,r.before,!1);p.getBody().focus(),u(o)}}}),p.on("keypress",function(e){kg.modifierPressed(e)||(e.keyCode,Ag(p.selection.getNode())&&e.preventDefault())}),p.on("getSelectionRange",function(e){var t=e.range;if(g){if(!g.parentNode)return void(g=null);(t=t.cloneRange()).selectNode(g),e.range=t}}),p.on("setSelectionRange",function(e){var t;(t=c(e.range,e.forward))&&(e.range=t)}),p.on("AfterSetSelectionRange",function(e){var t,n=e.range;b(n)||C(),t=n.startContainer.parentNode,p.dom.hasClass(t,"mce-offscreen-selection")||l()}),p.on("copy",function(e){var t,n=e.clipboardData;if(!e.isDefaultPrevented()&&e.clipboardData&&!ge.ie){var r=(t=p.dom.get(h))?t.getElementsByTagName("*")[0]:t;r&&(e.preventDefault(),n.clearData(),n.setData("text/html",r.outerHTML),n.setData("text/plain",r.outerText))}}),sg(p),Sg(p)}(),e=p.contentStyles,t=".mce-content-body",e.push(o.getCss()),e.push(t+" .mce-offscreen-selection {position: absolute;left: -9999999999px;max-width: 1000000px;}"+t+" *[contentEditable=false] {cursor: default;}"+t+" *[contentEditable=true] {cursor: text;}")),{showCaret:v,showBlockCaretContainer:function(e){e.hasAttribute("data-mce-caret")&&(Mi(e),u(s()),p.selection.scrollIntoView(e[0]))},hideFakeCaret:C,destroy:function(){o.destroy(),g=null}}},Og=Lt.each,Pg=function(e){return 0===e.indexOf("data-")||0===e.indexOf("aria-")},Lg=function(e){return e.replace(/<!--|-->/g,"")},Ig=function(e,t,n){var r,o,i,a,u=1;for(a=e.getShortEndedElements(),(i=/<([!?\/])?([A-Za-z0-9\-_\:\.]+)((?:\s+[^"\'>]+(?:(?:"[^"]*")|(?:\'[^\']*\')|[^>]*))*|\/|\s+)>/g).lastIndex=r=n;o=i.exec(t);){if(r=i.lastIndex,"/"===o[1])u--;else if(!o[1]){if(o[2]in a)continue;u++}if(0===u)break}return r};function Mg(z,U){void 0===U&&(U=Zo());var t=function(){};!1!==(z=z||{}).fix_self_closing&&(z.fix_self_closing=!0),Og("comment cdata text start end pi doctype".split(" "),function(e){e&&(self[e]=z[e]||t)});var q=z.comment?z.comment:t,V=z.cdata?z.cdata:t,H=z.text?z.text:t,j=z.start?z.start:t,$=z.end?z.end:t,W=z.pi?z.pi:t,K=z.doctype?z.doctype:t;return{parse:function(e){var t,n,r,c,o,i,a,l,u,s,f,d,m,p,g,h,v,y,b,C,x,w,N,E,S,k,T,A,R,B=0,_=[],D=0,O=Vo.decode,P=Lt.makeMap("src,href,data,background,formaction,poster"),L=/((java|vb)script|mhtml):/i,I=/^data:/i,M=function(e){var t,n;for(t=_.length;t--&&_[t].name!==e;);if(0<=t){for(n=_.length-1;t<=n;n--)(e=_[n]).valid&&$(e.name);_.length=t}},F=function(e,t,n,r,o){var i,a;if(n=(t=t.toLowerCase())in f?t:O(n||r||o||""),m&&!l&&!1===Pg(t)){if(!(i=y[t])&&b){for(a=b.length;a--&&!(i=b[a]).pattern.test(t););-1===a&&(i=null)}if(!i)return;if(i.validValues&&!(n in i.validValues))return}if(P[t]&&!z.allow_script_urls){var u=n.replace(/[\s\u0000-\u001F]+/g,"");try{u=decodeURIComponent(u)}catch(s){u=unescape(u)}if(L.test(u))return;if(!z.allow_html_data_urls&&I.test(u)&&!/^data:image\//i.test(u))return}l&&(t in P||0===t.indexOf("on"))||(c.map[t]=n,c.push({name:t,value:n}))};for(S=new RegExp("<(?:(?:!--([\\w\\W]*?)--\x3e)|(?:!\\[CDATA\\[([\\w\\W]*?)\\]\\]>)|(?:!DOCTYPE([\\w\\W]*?)>)|(?:\\?([^\\s\\/<>]+) ?([\\w\\W]*?)[?/]>)|(?:\\/([A-Za-z][A-Za-z0-9\\-_\\:\\.]*)>)|(?:([A-Za-z][A-Za-z0-9\\-_\\:\\.]*)((?:\\s+[^\"'>]+(?:(?:\"[^\"]*\")|(?:'[^']*')|[^>]*))*|\\/|\\s+)>))","g"),k=/([\w:\-]+)(?:\s*=\s*(?:(?:\"((?:[^\"])*)\")|(?:\'((?:[^\'])*)\')|([^>\s]+)))?/g,s=U.getShortEndedElements(),E=z.self_closing_elements||U.getSelfClosingElements(),f=U.getBoolAttrs(),m=z.validate,u=z.remove_internals,R=z.fix_self_closing,T=U.getSpecialElements(),N=e+">";t=S.exec(N);){if(B<t.index&&H(O(e.substr(B,t.index-B))),n=t[6])":"===(n=n.toLowerCase()).charAt(0)&&(n=n.substr(1)),M(n);else if(n=t[7]){if(t.index+t[0].length>e.length){H(O(e.substr(t.index))),B=t.index+t[0].length;continue}if(":"===(n=n.toLowerCase()).charAt(0)&&(n=n.substr(1)),d=n in s,R&&E[n]&&0<_.length&&_[_.length-1].name===n&&M(n),!m||(p=U.getElementRule(n))){if(g=!0,m&&(y=p.attributes,b=p.attributePatterns),(v=t[8])?((l=-1!==v.indexOf("data-mce-type"))&&u&&(g=!1),(c=[]).map={},v.replace(k,F)):(c=[]).map={},m&&!l){if(C=p.attributesRequired,x=p.attributesDefault,w=p.attributesForced,p.removeEmptyAttrs&&!c.length&&(g=!1),w)for(o=w.length;o--;)a=(h=w[o]).name,"{$uid}"===(A=h.value)&&(A="mce_"+D++),c.map[a]=A,c.push({name:a,value:A});if(x)for(o=x.length;o--;)(a=(h=x[o]).name)in c.map||("{$uid}"===(A=h.value)&&(A="mce_"+D++),c.map[a]=A,c.push({name:a,value:A}));if(C){for(o=C.length;o--&&!(C[o]in c.map););-1===o&&(g=!1)}if(h=c.map["data-mce-bogus"]){if("all"===h){B=Ig(U,e,S.lastIndex),S.lastIndex=B;continue}g=!1}}g&&j(n,c,d)}else g=!1;if(r=T[n]){r.lastIndex=B=t.index+t[0].length,(t=r.exec(e))?(g&&(i=e.substr(B,t.index-B)),B=t.index+t[0].length):(i=e.substr(B),B=e.length),g&&(0<i.length&&H(i,!0),$(n)),S.lastIndex=B;continue}d||(v&&v.indexOf("/")===v.length-1?g&&$(n):_.push({name:n,valid:g}))}else(n=t[1])?(">"===n.charAt(0)&&(n=" "+n),z.allow_conditional_comments||"[if"!==n.substr(0,3).toLowerCase()||(n=" "+n),q(n)):(n=t[2])?V(Lg(n)):(n=t[3])?K(n):(n=t[4])&&W(n,t[5]);B=t.index+t[0].length}for(B<e.length&&H(O(e.substr(B))),o=_.length-1;0<=o;o--)(n=_[o]).valid&&$(n.name)}}}(Mg||(Mg={})).findEndTag=Ig;var Fg=Mg,zg=function(e,t){var n,r,o,i,a,u,s,c,l=t,f=/<(\w+) [^>]*data-mce-bogus="all"[^>]*>/g,d=e.schema;for(u=e.getTempAttrs(),s=l,c=new RegExp(["\\s?("+u.join("|")+')="[^"]+"'].join("|"),"gi"),l=s.replace(c,""),a=d.getShortEndedElements();i=f.exec(l);)r=f.lastIndex,o=i[0].length,n=a[i[1]]?r:Fg.findEndTag(d,l,r),l=l.substring(0,r-o)+l.substring(n),f.lastIndex=r-o;return Si(l)},Ug={trimExternal:zg,trimInternal:zg},qg=0,Vg=2,Hg=1,jg=function(p,g){var e=p.length+g.length+2,h=new Array(e),v=new Array(e),c=function(e,t,n,r,o){var i=l(e,t,n,r);if(null===i||i.start===t&&i.diag===t-r||i.end===e&&i.diag===e-n)for(var a=e,u=n;a<t||u<r;)a<t&&u<r&&p[a]===g[u]?(o.push([0,p[a]]),++a,++u):r-n<t-e?(o.push([2,p[a]]),++a):(o.push([1,g[u]]),++u);else{c(e,i.start,n,i.start-i.diag,o);for(var s=i.start;s<i.end;++s)o.push([0,p[s]]);c(i.end,t,i.end-i.diag,r,o)}},y=function(e,t,n,r){for(var o=e;o-t<r&&o<n&&p[o]===g[o-t];)++o;return{start:e,end:o,diag:t}},l=function(e,t,n,r){var o=t-e,i=r-n;if(0===o||0===i)return null;var a,u,s,c,l,f=o-i,d=i+o,m=(d%2==0?d:d+1)/2;for(h[1+m]=e,v[1+m]=t+1,a=0;a<=m;++a){for(u=-a;u<=a;u+=2){for(s=u+m,u===-a||u!==a&&h[s-1]<h[s+1]?h[s]=h[s+1]:h[s]=h[s-1]+1,l=(c=h[s])-e+n-u;c<t&&l<r&&p[c]===g[l];)h[s]=++c,++l;if(f%2!=0&&f-a<=u&&u<=f+a&&v[s-f]<=h[s])return y(v[s-f],u+e-n,t,r)}for(u=f-a;u<=f+a;u+=2){for(s=u+m-f,u===f-a||u!==f+a&&v[s+1]<=v[s-1]?v[s]=v[s+1]-1:v[s]=v[s-1],l=(c=v[s]-1)-e+n-u;e<=c&&n<=l&&p[c]===g[l];)v[s]=c--,l--;if(f%2==0&&-a<=u&&u<=a&&v[s]<=h[s+f])return y(v[s],u+e-n,t,r)}}},t=[];return c(0,p.length,0,g.length,t),t},$g=function(e){return Ao.isElement(e)?e.outerHTML:Ao.isText(e)?Vo.encodeRaw(e.data,!1):Ao.isComment(e)?"\x3c!--"+e.data+"--\x3e":""},Wg=function(e,t,n){var r=function(e){var t,n,r;for(r=document.createElement("div"),t=document.createDocumentFragment(),e&&(r.innerHTML=e);n=r.firstChild;)t.appendChild(n);return t}(t);if(e.hasChildNodes()&&n<e.childNodes.length){var o=e.childNodes[n];o.parentNode.insertBefore(r,o)}else e.appendChild(r)},Kg=function(e){return Bt.filter(Bt.map(e.childNodes,$g),function(e){return 0<e.length})},Xg=function(e,t){var n,r,o,i=Bt.map(t.childNodes,$g);return n=jg(i,e),r=t,o=0,Bt.each(n,function(e){e[0]===qg?o++:e[0]===Hg?(Wg(r,e[1],o),o++):e[0]===Vg&&function(e,t){if(e.hasChildNodes()&&t<e.childNodes.length){var n=e.childNodes[t];n.parentNode.removeChild(n)}}(r,o)}),t},Yg=function(e,t){var n=(t||document).createElement("div");return n.innerHTML=e,qr.children(qn.fromDom(n))},Gg=function(e){return e.dom().innerHTML},Jg=Gg,Qg=function(e,t){var n=qr.owner(e).dom(),r=qn.fromDom(n.createDocumentFragment()),o=Yg(t,n);Pc(r,o),Ic.empty(e),Fu.append(e,r)},Zg=function(e){return{type:"fragmented",fragments:e,content:"",bookmark:null,beforeBookmark:null}},eh=function(e){return{type:"complete",fragments:null,content:e,bookmark:null,beforeBookmark:null}},th=function(e){return"fragmented"===e.type?e.fragments.join(""):e.content},nh=function(e){var t=qn.fromTag("body");return Qg(t,th(e)),H.each(fu(t,"*[data-mce-bogus]"),Ic.unwrap),Jg(t)},rh={createFragmentedLevel:Zg,createCompleteLevel:eh,createFromEditor:function(n){var e,t,r;return e=Kg(n.getBody()),-1!==(t=(r=H.bind(e,function(e){var t=Ug.trimInternal(n.serializer,e);return 0<t.length?[t]:[]})).join("")).indexOf("</iframe>")?Zg(r):eh(t)},applyToEditor:function(e,t,n){"fragmented"===t.type?Xg(t.fragments,e.getBody()):e.setContent(t.content,{format:"raw"}),e.selection.moveToBookmark(n?t.beforeBookmark:t.bookmark)},isEq:function(e,t){return!(!e||!t)&&(r=t,th(e)===th(r)||(n=t,nh(e)===nh(n)));var n,r}};function oh(u){var s,r,o=this,c=0,l=[],t=0,f=function(){return 0===t},i=function(e){f()&&(o.typing=e)},d=function(e){u.setDirty(e)},a=function(e){i(!1),o.add({},e)},n=function(){o.typing&&(i(!1),o.add())};return u.on("init",function(){o.add()}),u.on("BeforeExecCommand",function(e){var t=e.command;"Undo"!==t&&"Redo"!==t&&"mceRepaint"!==t&&(n(),o.beforeChange())}),u.on("ExecCommand",function(e){var t=e.command;"Undo"!==t&&"Redo"!==t&&"mceRepaint"!==t&&a(e)}),u.on("ObjectResizeStart Cut",function(){o.beforeChange()}),u.on("SaveContent ObjectResized blur",a),u.on("DragEnd",a),u.on("KeyUp",function(e){var t=e.keyCode;e.isDefaultPrevented()||((33<=t&&t<=36||37<=t&&t<=40||45===t||e.ctrlKey)&&(a(),u.nodeChanged()),46!==t&&8!==t||u.nodeChanged(),r&&o.typing&&!1===rh.isEq(rh.createFromEditor(u),l[0])&&(!1===u.isDirty()&&(d(!0),u.fire("change",{level:l[0],lastLevel:null})),u.fire("TypingUndo"),r=!1,u.nodeChanged()))}),u.on("KeyDown",function(e){var t=e.keyCode;if(!e.isDefaultPrevented())if(33<=t&&t<=36||37<=t&&t<=40||45===t)o.typing&&a(e);else{var n=e.ctrlKey&&!e.altKey||e.metaKey;!(t<16||20<t)||224===t||91===t||o.typing||n||(o.beforeChange(),i(!0),o.add({},e),r=!0)}}),u.on("MouseDown",function(e){o.typing&&a(e)}),u.on("input",function(e){var t;e.inputType&&("insertReplacementText"===e.inputType||"insertText"===(t=e).inputType&&null===t.data)&&a(e)}),u.addShortcut("meta+z","","Undo"),u.addShortcut("meta+y,meta+shift+z","","Redo"),u.on("AddUndo Undo Redo ClearUndos",function(e){e.isDefaultPrevented()||u.nodeChanged()}),o={data:l,typing:!1,beforeChange:function(){f()&&(s=bc.getUndoBookmark(u.selection))},add:function(e,t){var n,r,o,i=u.settings;if(o=rh.createFromEditor(u),e=e||{},e=Lt.extend(e,o),!1===f()||u.removed)return null;if(r=l[c],u.fire("BeforeAddUndo",{level:e,lastLevel:r,originalEvent:t}).isDefaultPrevented())return null;if(r&&rh.isEq(r,e))return null;if(l[c]&&(l[c].beforeBookmark=s),i.custom_undo_redo_levels&&l.length>i.custom_undo_redo_levels){for(n=0;n<l.length-1;n++)l[n]=l[n+1];l.length--,c=l.length}e.bookmark=bc.getUndoBookmark(u.selection),c<l.length-1&&(l.length=c+1),l.push(e),c=l.length-1;var a={level:e,lastLevel:r,originalEvent:t};return u.fire("AddUndo",a),0<c&&(d(!0),u.fire("change",a)),e},undo:function(){var e;return o.typing&&(o.add(),o.typing=!1,i(!1)),0<c&&(e=l[--c],rh.applyToEditor(u,e,!0),d(!0),u.fire("undo",{level:e})),e},redo:function(){var e;return c<l.length-1&&(e=l[++c],rh.applyToEditor(u,e,!1),d(!0),u.fire("redo",{level:e})),e},clear:function(){l=[],c=0,o.typing=!1,o.data=l,u.fire("ClearUndos")},hasUndo:function(){return 0<c||o.typing&&l[0]&&!rh.isEq(rh.createFromEditor(u),l[0])},hasRedo:function(){return c<l.length-1&&!o.typing},transact:function(e){return n(),o.beforeChange(),o.ignore(e),o.add()},ignore:function(e){try{t++,e()}finally{t--}},extra:function(e,t){var n,r;o.transact(e)&&(r=l[c].bookmark,n=l[c-1],rh.applyToEditor(u,n,!0),o.transact(t)&&(l[c-1].beforeBookmark=r))}}}var ih,ah,uh=function(e){return e&&/^(IMG)$/.test(e.nodeName)},sh=function(e){return e&&3===e.nodeType&&/^([\t \r\n]+|)$/.test(e.nodeValue)},ch=function(e,t,n){return"color"!==n&&"backgroundColor"!==n||(t=e.toHex(t)),"fontWeight"===n&&700===t&&(t="bold"),"fontFamily"===n&&(t=t.replace(/[\'\"]/g,"").replace(/,\s+/g,",")),""+t},lh={isInlineBlock:uh,moveStart:function(e,t,n){var r,o,i,a=n.startOffset,u=n.startContainer;if((n.startContainer!==n.endContainer||!uh(n.startContainer.childNodes[n.startOffset]))&&1===u.nodeType)for(a<(i=u.childNodes).length?r=new no(u=i[a],e.getParent(u,e.isBlock)):(r=new no(u=i[i.length-1],e.getParent(u,e.isBlock))).next(!0),o=r.current();o;o=r.next())if(3===o.nodeType&&!sh(o))return n.setStart(o,0),void t.setRng(n)},getNonWhiteSpaceSibling:function(e,t,n){if(e)for(t=t?"nextSibling":"previousSibling",e=n?e:e[t];e;e=e[t])if(1===e.nodeType||!sh(e))return e},isTextBlock:function(e,t){return t.nodeType&&(t=t.nodeName),!!e.schema.getTextBlockElements()[t.toLowerCase()]},isValid:function(e,t,n){return e.schema.isValidChild(t,n)},isWhiteSpaceNode:sh,replaceVars:function(e,n){return"string"!=typeof e?e=e(n):n&&(e=e.replace(/%(\w+)/g,function(e,t){return n[t]||e})),e},isEq:function(e,t){return t=t||"",e=""+((e=e||"").nodeName||e),t=""+(t.nodeName||t),e.toLowerCase()===t.toLowerCase()},normalizeStyleValue:ch,getStyle:function(e,t,n){return ch(e,e.getStyle(t,n),n)},getTextDecoration:function(t,e){var n;return t.getParent(e,function(e){return(n=t.getStyle(e,"text-decoration"))&&"none"!==n}),n},getParents:function(e,t,n){return e.getParents(t,n,e.getRoot())}},fh=Bc.isBookmarkNode,dh=lh.getParents,mh=lh.isWhiteSpaceNode,ph=lh.isTextBlock,gh=function(e,t){for(void 0===t&&(t=3===e.nodeType?e.length:e.childNodes.length);e&&e.hasChildNodes();)(e=e.childNodes[t])&&(t=3===e.nodeType?e.length:e.childNodes.length);return{node:e,offset:t}},hh=function(e,t){for(var n=t;n;){if(1===n.nodeType&&e.getContentEditable(n))return"false"===e.getContentEditable(n)?n:t;n=n.parentNode}return t},vh=function(e,t,n,r){var o,i,a=n.nodeValue;return void 0===r&&(r=e?a.length:0),e?(o=a.lastIndexOf(" ",r),-1===(o=(i=a.lastIndexOf("\xa0",r))<o?o:i)||t||o++):(o=a.indexOf(" ",r),i=a.indexOf("\xa0",r),o=-1!==o&&(-1===i||o<i)?o:i),o},yh=function(e,t,n,r,o,i){var a,u,s,c;if(3===n.nodeType){if(-1!==(s=vh(o,i,n,r)))return{container:n,offset:s};c=n}for(a=new no(n,e.getParent(n,e.isBlock)||t);u=a[o?"prev":"next"]();)if(3===u.nodeType){if(-1!==(s=vh(o,i,c=u)))return{container:u,offset:s}}else if(e.isBlock(u))break;if(c)return{container:c,offset:r=o?0:c.length}},bh=function(e,t,n,r,o){var i,a,u,s;for(3===r.nodeType&&0===r.nodeValue.length&&r[o]&&(r=r[o]),i=dh(e,r),a=0;a<i.length;a++)for(u=0;u<t.length;u++)if(!("collapsed"in(s=t[u])&&s.collapsed!==n.collapsed)&&e.is(i[a],s.selector))return i[a];return r},Ch=function(t,e,n,r){var o,i=t.dom,a=i.getRoot();if(e[0].wrapper||(o=i.getParent(n,e[0].block,a)),!o){var u=i.getParent(n,"LI,TD,TH");o=i.getParent(3===n.nodeType?n.parentNode:n,function(e){return e!==a&&ph(t,e)},u)}if(o&&e[0].wrapper&&(o=dh(i,o,"ul,ol").reverse()[0]||o),!o)for(o=n;o[r]&&!i.isBlock(o[r])&&(o=o[r],!lh.isEq(o,"br")););return o||n},xh=function(e,t,n,r,o,i,a){var u,s,c,l,f,d;if(u=s=a?n:o,l=a?"previousSibling":"nextSibling",f=e.getRoot(),3===u.nodeType&&!mh(u)&&(a?0<r:i<u.nodeValue.length))return u;for(;;){if(!t[0].block_expand&&e.isBlock(s))return s;for(c=s[l];c;c=c[l])if(!fh(c)&&!mh(c)&&("BR"!==(d=c).nodeName||!d.getAttribute("data-mce-bogus")||d.nextSibling))return s;if(s===f||s.parentNode===f){u=s;break}s=s.parentNode}return u},wh=function(e,t,n,r){var o,i=t.startContainer,a=t.startOffset,u=t.endContainer,s=t.endOffset,c=e.dom;return 1===i.nodeType&&i.hasChildNodes()&&3===(i=na(i,a)).nodeType&&(a=0),1===u.nodeType&&u.hasChildNodes()&&3===(u=na(u,t.collapsed?s:s-1)).nodeType&&(s=u.nodeValue.length),i=hh(c,i),u=hh(c,u),(fh(i.parentNode)||fh(i))&&3===(i=(i=fh(i)?i:i.parentNode).nextSibling||i).nodeType&&(a=0),(fh(u.parentNode)||fh(u))&&3===(u=(u=fh(u)?u:u.parentNode).previousSibling||u).nodeType&&(s=u.length),n[0].inline&&(t.collapsed&&((o=yh(c,e.getBody(),i,a,!0,r))&&(i=o.container,a=o.offset),(o=yh(c,e.getBody(),u,s,!1,r))&&(u=o.container,s=o.offset)),u=r?u:function(e,t){var n=gh(e,t);if(n.node){for(;n.node&&0===n.offset&&n.node.previousSibling;)n=gh(n.node.previousSibling);n.node&&0<n.offset&&3===n.node.nodeType&&" "===n.node.nodeValue.charAt(n.offset-1)&&1<n.offset&&(e=n.node).splitText(n.offset-1)}return e}(u,s)),(n[0].inline||n[0].block_expand)&&(n[0].inline&&3===i.nodeType&&0!==a||(i=xh(c,n,i,a,u,s,!0)),n[0].inline&&3===u.nodeType&&s!==u.nodeValue.length||(u=xh(c,n,i,a,u,s,!1))),n[0].selector&&!1!==n[0].expand&&!n[0].inline&&(i=bh(c,n,t,i,"previousSibling"),u=bh(c,n,t,u,"nextSibling")),(n[0].block||n[0].selector)&&(i=Ch(e,n,i,"previousSibling"),u=Ch(e,n,u,"nextSibling"),n[0].block&&(c.isBlock(i)||(i=xh(c,n,i,a,u,s,!0)),c.isBlock(u)||(u=xh(c,n,i,a,u,s,!1)))),1===i.nodeType&&(a=c.nodeIndex(i),i=i.parentNode),1===u.nodeType&&(s=c.nodeIndex(u)+1,u=u.parentNode),{startContainer:i,startOffset:a,endContainer:u,endOffset:s}},Nh=lh.isEq,Eh=function(e,t,n){var r=e.formatter.get(n);if(r)for(var o=0;o<r.length;o++)if(!1===r[o].inherit&&e.dom.is(t,r[o].selector))return!0;return!1},Sh=function(t,e,n,r){var o=t.dom.getRoot();return e!==o&&(e=t.dom.getParent(e,function(e){return!!Eh(t,e,n)||e.parentNode===o||!!Ah(t,e,n,r,!0)}),Ah(t,e,n,r))},kh=function(e,t,n){return!!Nh(t,n.inline)||!!Nh(t,n.block)||(n.selector?1===t.nodeType&&e.is(t,n.selector):void 0)},Th=function(e,t,n,r,o,i){var a,u,s,c=n[r];if(n.onmatch)return n.onmatch(t,n,r);if(c)if("undefined"==typeof c.length){for(a in c)if(c.hasOwnProperty(a)){if(u="attributes"===r?e.getAttrib(t,a):lh.getStyle(e,t,a),o&&!u&&!n.exact)return;if((!o||n.exact)&&!Nh(u,lh.normalizeStyleValue(e,lh.replaceVars(c[a],i),a)))return}}else for(s=0;s<c.length;s++)if("attributes"===r?e.getAttrib(t,c[s]):lh.getStyle(e,t,c[s]))return n;return n},Ah=function(e,t,n,r,o){var i,a,u,s,c=e.formatter.get(n),l=e.dom;if(c&&t)for(a=0;a<c.length;a++)if(i=c[a],kh(e.dom,t,i)&&Th(l,t,i,"attributes",o,r)&&Th(l,t,i,"styles",o,r)){if(s=i.classes)for(u=0;u<s.length;u++)if(!e.dom.hasClass(t,s[u]))return;return i}},Rh={matchNode:Ah,matchName:kh,match:function(e,t,n,r){var o;return r?Sh(e,r,t,n):(r=e.selection.getNode(),!!Sh(e,r,t,n)||!((o=e.selection.getStart())===r||!Sh(e,o,t,n)))},matchAll:function(r,o,i){var e,a=[],u={};return e=r.selection.getStart(),r.dom.getParent(e,function(e){var t,n;for(t=0;t<o.length;t++)n=o[t],!u[n]&&Ah(r,e,n,i)&&(u[n]=!0,a.push(n))},r.dom.getRoot()),a},canApply:function(e,t){var n,r,o,i,a,u=e.formatter.get(t),s=e.dom;if(u)for(n=e.selection.getStart(),r=lh.getParents(s,n),i=u.length-1;0<=i;i--){if(!(a=u[i].selector)||u[i].defaultBlock)return!0;for(o=r.length-1;0<=o;o--)if(s.is(r[o],a))return!0}return!1},matchesUnInheritedFormatSelector:Eh},Bh=function(e,t){return e.splitText(t)},_h={split:function(e){var t=e.startContainer,n=e.startOffset,r=e.endContainer,o=e.endOffset;return t===r&&Ao.isText(t)?0<n&&n<t.nodeValue.length&&(t=(r=Bh(t,n)).previousSibling,n<o?(t=r=Bh(r,o-=n).previousSibling,o=r.nodeValue.length,n=0):o=0):(Ao.isText(t)&&0<n&&n<t.nodeValue.length&&(t=Bh(t,n),n=0),Ao.isText(r)&&0<o&&o<r.nodeValue.length&&(o=(r=Bh(r,o).previousSibling).nodeValue.length)),{startContainer:t,startOffset:n,endContainer:r,endOffset:o}}},Dh=Ei,Oh="_mce_caret",Ph=function(e){return 0<function(e){for(var t=[];e;){if(3===e.nodeType&&e.nodeValue!==Dh||1<e.childNodes.length)return[];1===e.nodeType&&t.push(e),e=e.firstChild}return t}(e).length},Lh=function(e){var t;if(e)for(e=(t=new no(e,e)).current();e;e=t.next())if(3===e.nodeType)return e;return null},Ih=function(e){var t=qn.fromTag("span");return cr.setAll(t,{id:Oh,"data-mce-bogus":"1","data-mce-type":"format-caret"}),e&&Fu.append(t,qn.fromText(Dh)),t},Mh=function(e,t,n,r){var o,i,a,u;o=t.getRng(!0),i=e.getParent(n,e.isBlock),Ph(n)?(!1!==r&&(o.setStartBefore(n),o.setEndBefore(n)),e.remove(n)):((u=Lh(n))&&u.nodeValue.charAt(0)===Dh&&u.deleteData(0,1),a=u,o.startContainer===a&&0<o.startOffset&&o.setStart(a,o.startOffset-1),o.endContainer===a&&0<o.endOffset&&o.setEnd(a,o.endOffset-1),e.remove(n,!0)),i&&e.isEmpty(i)&&Uc(qn.fromDom(i)),t.setRng(o)},Fh=function(e,t,n,r,o){if(r)Mh(t,n,r,o);else if(!(r=wc(e,n.getStart())))for(;r=t.get(Oh);)Mh(t,n,r,!1)},zh=function(e,t,n){var r=e.dom,o=r.getParent(n,ua.curry(lh.isTextBlock,e));o&&r.isEmpty(o)?n.parentNode.replaceChild(t,n):(zc(qn.fromDom(n)),r.isEmpty(n)?n.parentNode.replaceChild(t,n):r.insertAfter(t,n))},Uh=function(e,t){return e.appendChild(t),t},qh=function(e,t){var n=H.foldr(e,function(e,t){return Uh(e,t.cloneNode(!1))},t);return Uh(n,n.ownerDocument.createTextNode(Dh))},Vh=function(e){var i=e.dom,a=e.selection,u=e.getBody();e.on("mouseup keydown",function(e){var t,n,r,o;t=u,n=i,r=a,o=e.keyCode,Fh(t,n,r,null,!1),8===o&&r.isCollapsed()&&r.getStart().innerHTML===Dh&&Fh(t,n,r,wc(t,r.getStart())),37!==o&&39!==o||Fh(t,n,r,wc(t,r.getStart()))})},Hh=function(e,t){return e.schema.getTextInlineElements().hasOwnProperty(Qn.name(t))&&!xc(t.dom())&&!Ao.isBogus(t.dom())},jh={},$h=Bt.filter,Wh=Bt.each;ah=function(e){var t,n,r=e.selection.getRng();t=Ao.matchNodeNames("pre"),r.collapsed||(n=e.selection.getSelectedBlocks(),Wh($h($h(n,t),function(e){return t(e.previousSibling)&&-1!==Bt.indexOf(n,e.previousSibling)}),function(e){var t,n;t=e.previousSibling,en(n=e).remove(),en(t).append("<br><br>").append(n.childNodes)}))},jh[ih="pre"]||(jh[ih]=[]),jh[ih].push(ah);var Kh=function(e,t){Wh(jh[e],function(e){e(t)})},Xh=Lt.each,Yh={walk:function(e,t,o){var n,r,i,a,u,s,c,l=t.startContainer,f=t.startOffset,d=t.endContainer,m=t.endOffset;if(0<(c=e.select("td[data-mce-selected],th[data-mce-selected]")).length)Xh(c,function(e){o([e])});else{var p,g,h,v=function(e){var t;return 3===(t=e[0]).nodeType&&t===l&&f>=t.nodeValue.length&&e.splice(0,1),t=e[e.length-1],0===m&&0<e.length&&t===d&&3===t.nodeType&&e.splice(e.length-1,1),e},y=function(e,t,n){for(var r=[];e&&e!==n;e=e[t])r.push(e);return r},b=function(e,t){do{if(e.parentNode===t)return e;e=e.parentNode}while(e)},C=function(e,t,n){var r=n?"nextSibling":"previousSibling";for(u=(a=e).parentNode;a&&a!==t;a=u)u=a.parentNode,(s=y(a===e?a:a[r],r)).length&&(n||s.reverse(),o(v(s)))};if(1===l.nodeType&&l.hasChildNodes()&&(l=l.childNodes[f]),1===d.nodeType&&d.hasChildNodes()&&(g=m,h=(p=d).childNodes,--g>h.length-1?g=h.length-1:g<0&&(g=0),d=h[g]||p),l===d)return o(v([l]));for(n=e.findCommonAncestor(l,d),a=l;a;a=a.parentNode){if(a===d)return C(l,n,!0);if(a===n)break}for(a=d;a;a=a.parentNode){if(a===l)return C(d,n);if(a===n)break}r=b(l,n)||l,i=b(d,n)||d,C(l,r,!0),(s=y(r===l?r:r.nextSibling,"nextSibling",i===d?i.nextSibling:i)).length&&o(v(s)),C(d,i)}}},Gh=/^(src|href|style)$/,Jh=Lt.each,Qh=lh.isEq,Zh=function(e){return/^(TH|TD)$/.test(e.nodeName)},ev=function(e,t,n){var r,o,i;return r=t[n?"startContainer":"endContainer"],o=t[n?"startOffset":"endOffset"],Ao.isElement(r)&&(i=r.childNodes.length-1,!n&&o&&o--,r=r.childNodes[i<o?i:o]),Ao.isText(r)&&n&&o>=r.nodeValue.length&&(r=new no(r,e.getBody()).next()||r),Ao.isText(r)&&!n&&0===o&&(r=new no(r,e.getBody()).prev()||r),r},tv=function(e,t,n,r){var o=e.create(n,r);return t.parentNode.insertBefore(o,t),o.appendChild(t),o},nv=function(e,t,n,r){return!(t=lh.getNonWhiteSpaceSibling(t,n,r))||"BR"===t.nodeName||e.isBlock(t)},rv=function(e,n,r,o,i){var t,a,u,s,c,l,f,d,m,p,g,h,v,y,b=e.dom;if(c=b,!(Qh(l=o,(f=n).inline)||Qh(l,f.block)||(f.selector?Ao.isElement(l)&&c.is(l,f.selector):void 0)||(s=o,n.links&&"A"===s.tagName)))return!1;if("all"!==n.remove)for(Jh(n.styles,function(e,t){e=lh.normalizeStyleValue(b,lh.replaceVars(e,r),t),"number"==typeof t&&(t=e,i=0),(n.remove_similar||!i||Qh(lh.getStyle(b,i,t),e))&&b.setStyle(o,t,""),u=1}),u&&""===b.getAttrib(o,"style")&&(o.removeAttribute("style"),o.removeAttribute("data-mce-style")),Jh(n.attributes,function(e,t){var n;if(e=lh.replaceVars(e,r),"number"==typeof t&&(t=e,i=0),!i||Qh(b.getAttrib(i,t),e)){if("class"===t&&(e=b.getAttrib(o,t))&&(n="",Jh(e.split(/\s+/),function(e){/mce\-\w+/.test(e)&&(n+=(n?" ":"")+e)}),n))return void b.setAttrib(o,t,n);"class"===t&&o.removeAttribute("className"),Gh.test(t)&&o.removeAttribute("data-mce-"+t),o.removeAttribute(t)}}),Jh(n.classes,function(e){e=lh.replaceVars(e,r),i&&!b.hasClass(i,e)||b.removeClass(o,e)}),a=b.getAttribs(o),t=0;t<a.length;t++){var C=a[t].nodeName;if(0!==C.indexOf("_")&&0!==C.indexOf("data-"))return!1}return"none"!==n.remove?(d=e,p=n,h=(m=o).parentNode,v=d.dom,y=d.settings.forced_root_block,p.block&&(y?h===v.getRoot()&&(p.list_block&&Qh(m,p.list_block)||Jh(Lt.grep(m.childNodes),function(e){lh.isValid(d,y,e.nodeName.toLowerCase())?g?g.appendChild(e):(g=tv(v,e,y),v.setAttribs(g,d.settings.forced_root_block_attrs)):g=0})):v.isBlock(m)&&!v.isBlock(h)&&(nv(v,m,!1)||nv(v,m.firstChild,!0,1)||m.insertBefore(v.create("br"),m.firstChild),nv(v,m,!0)||nv(v,m.lastChild,!1,1)||m.appendChild(v.create("br")))),p.selector&&p.inline&&!Qh(p.inline,m)||v.remove(m,1),!0):void 0},ov={removeFormat:rv,remove:function(s,c,l,e,f){var t,n,d=s.formatter.get(c),m=d[0],a=!0,u=s.dom,r=s.selection,o=function(e){var n,t,r,o,i,a,u=(n=s,t=e,r=c,o=l,i=f,Jh(lh.getParents(n.dom,t.parentNode).reverse(),function(e){var t;a||"_start"===e.id||"_end"===e.id||(t=Rh.matchNode(n,e,r,o,i))&&!1!==t.split&&(a=e)}),a);return function(e,t,n,r,o,i,a,u){var s,c,l,f,d,m,p=e.dom;if(n){for(m=n.parentNode,s=r.parentNode;s&&s!==m;s=s.parentNode){for(c=p.clone(s,!1),d=0;d<t.length;d++)if(rv(e,t[d],u,c,c)){c=0;break}c&&(l&&c.appendChild(l),f||(f=c),l=c)}!i||a.mixed&&p.isBlock(n)||(r=p.split(n,r)),l&&(o.parentNode.insertBefore(l,o),f.appendChild(o))}return r}(s,d,u,e,e,!0,m,l)},p=function(e){var t,n,r,o,i;if(Ao.isElement(e)&&u.getContentEditable(e)&&(o=a,a="true"===u.getContentEditable(e),i=!0),t=Lt.grep(e.childNodes),a&&!i)for(n=0,r=d.length;n<r&&!rv(s,d[n],l,e,e);n++);if(m.deep&&t.length){for(n=0,r=t.length;n<r;n++)p(t[n]);i&&(a=o)}},i=function(e){var t=u.get(e?"_start":"_end"),n=t[e?"firstChild":"lastChild"];return Bc.isBookmarkNode(n)&&(n=n[e?"firstChild":"lastChild"]),Ao.isText(n)&&0===n.data.length&&(n=e?t.previousSibling||t.nextSibling:t.nextSibling||t.previousSibling),u.remove(t,!0),n},g=function(e){var t,n,r=e.commonAncestorContainer;if(e=wh(s,e,d,!0),m.split){if((t=ev(s,e,!0))!==(n=ev(s,e))){if(/^(TR|TH|TD)$/.test(t.nodeName)&&t.firstChild&&(t="TR"===t.nodeName?t.firstChild.firstChild||t:t.firstChild||t),r&&/^T(HEAD|BODY|FOOT|R)$/.test(r.nodeName)&&Zh(n)&&n.firstChild&&(n=n.firstChild||n),u.isChildOf(t,n)&&t!==n&&!u.isBlock(n)&&!Zh(t)&&!Zh(n))return t=tv(u,t,"span",{id:"_start","data-mce-type":"bookmark"}),o(t),void(t=i(!0));t=tv(u,t,"span",{id:"_start","data-mce-type":"bookmark"}),n=tv(u,n,"span",{id:"_end","data-mce-type":"bookmark"}),o(t),o(n),t=i(!0),n=i()}else t=n=o(t);e.startContainer=t.parentNode?t.parentNode:t,e.startOffset=u.nodeIndex(t),e.endContainer=n.parentNode?n.parentNode:n,e.endOffset=u.nodeIndex(n)+1}Yh.walk(u,e,function(e){Jh(e,function(e){p(e),Ao.isElement(e)&&"underline"===s.dom.getStyle(e,"text-decoration")&&e.parentNode&&"underline"===lh.getTextDecoration(u,e.parentNode)&&rv(s,{deep:!1,exact:!0,inline:"span",styles:{textDecoration:"underline"}},null,e)})})};if(e)e.nodeType?((n=u.createRng()).setStartBefore(e),n.setEndAfter(e),g(n)):g(e);else if("false"!==u.getContentEditable(r.getNode()))r.isCollapsed()&&m.inline&&!u.select("td[data-mce-selected],th[data-mce-selected]").length?function(e,t,n,r){var o,i,a,u,s,c,l,f=e.dom,d=e.selection,m=[],p=d.getRng();for(o=p.startContainer,i=p.startOffset,3===(s=o).nodeType&&(i!==o.nodeValue.length&&(u=!0),s=s.parentNode);s;){if(Rh.matchNode(e,s,t,n,r)){c=s;break}s.nextSibling&&(u=!0),m.push(s),s=s.parentNode}if(c)if(u){a=d.getBookmark(),p.collapse(!0);var g=wh(e,p,e.formatter.get(t),!0);g=_h.split(g),e.formatter.remove(t,n,g),d.moveToBookmark(a)}else{l=wc(e.getBody(),c);var h=Ih(!1).dom(),v=qh(m,h);zh(e,h,l||c),Mh(f,d,l,!1),d.setCursorLocation(v,1),f.isEmpty(c)&&f.remove(c)}}(s,c,l,f):(t=bc.getPersistentBookmark(s.selection,!0),g(r.getRng()),r.moveToBookmark(t),m.inline&&Rh.match(s,c,l,r.getStart())&&lh.moveStart(u,r,r.getRng()),s.nodeChanged());else{e=r.getNode();for(var h=0,v=d.length;h<v&&(!d[h].ceFalseOverride||!rv(s,d[h],l,e,e));h++);}}},iv=Lt.each,av=function(e){return e&&1===e.nodeType&&!Bc.isBookmarkNode(e)&&!xc(e)&&!Ao.isBogus(e)},uv=function(e,t){var n;for(n=e;n;n=n[t]){if(3===n.nodeType&&0!==n.nodeValue.length)return e;if(1===n.nodeType&&!Bc.isBookmarkNode(n))return n}return e},sv=function(e,t,n){var r,o,i=new Dc(e);if(t&&n&&(t=uv(t,"previousSibling"),n=uv(n,"nextSibling"),i.compare(t,n))){for(r=t.nextSibling;r&&r!==n;)r=(o=r).nextSibling,t.appendChild(o);return e.remove(n),Lt.each(Lt.grep(n.childNodes),function(e){t.appendChild(e)}),t}return n},cv=function(e,t,n){iv(e.childNodes,function(e){av(e)&&(t(e)&&n(e),e.hasChildNodes()&&cv(e,t,n))})},lv=function(n,e){return V.curry(function(e,t){return!(!t||!lh.getStyle(n,t,e))},e)},fv=function(r,e,t){return V.curry(function(e,t,n){r.setStyle(n,e,t),""===n.getAttribute("style")&&n.removeAttribute("style"),dv(r,n)},e,t)},dv=function(e,t){"SPAN"===t.nodeName&&0===e.getAttribs(t).length&&e.remove(t,!0)},mv=function(e,t){var n;1===t.nodeType&&t.parentNode&&1===t.parentNode.nodeType&&(n=lh.getTextDecoration(e,t.parentNode),e.getStyle(t,"color")&&n?e.setStyle(t,"text-decoration",n):e.getStyle(t,"text-decoration")===n&&e.setStyle(t,"text-decoration",null))},pv=function(n,e,r,o){iv(e,function(t){iv(n.dom.select(t.inline,o),function(e){av(e)&&ov.removeFormat(n,t,r,e,t.exact?e:null)}),function(r,e,t){if(e.clear_child_styles){var n=e.links?"*:not(a)":"*";iv(r.select(n,t),function(n){av(n)&&iv(e.styles,function(e,t){r.setStyle(n,t,"")})})}}(n.dom,t,o)})},gv=function(e,t,n,r){(t.styles.color||t.styles.textDecoration)&&(Lt.walk(r,V.curry(mv,e),"childNodes"),mv(e,r))},hv=function(e,t,n,r){t.styles&&t.styles.backgroundColor&&cv(r,lv(e,"fontSize"),fv(e,"backgroundColor",lh.replaceVars(t.styles.backgroundColor,n)))},vv=function(e,t,n,r){"sub"!==t.inline&&"sup"!==t.inline||(cv(r,lv(e,"fontSize"),fv(e,"fontSize","")),e.remove(e.select("sup"===t.inline?"sub":"sup",r),!0))},yv=function(e,t,n,r){r&&!1!==t.merge_siblings&&(r=sv(e,lh.getNonWhiteSpaceSibling(r),r),r=sv(e,r,lh.getNonWhiteSpaceSibling(r,!0)))},bv=function(t,n,r,o,i){Rh.matchNode(t,i.parentNode,r,o)&&ov.removeFormat(t,n,o,i)||n.merge_with_parents&&t.dom.getParent(i.parentNode,function(e){if(Rh.matchNode(t,e,r,o))return ov.removeFormat(t,n,o,i),!0})},Cv=Lt.each,xv=function(p,g,h,r){var e,t,v=p.formatter.get(g),y=v[0],o=!r&&p.selection.isCollapsed(),i=p.dom,n=p.selection,b=function(n,e){if(e=e||y,n){if(e.onformat&&e.onformat(n,e,h,r),Cv(e.styles,function(e,t){i.setStyle(n,t,lh.replaceVars(e,h))}),e.styles){var t=i.getAttrib(n,"style");t&&n.setAttribute("data-mce-style",t)}Cv(e.attributes,function(e,t){i.setAttrib(n,t,lh.replaceVars(e,h))}),Cv(e.classes,function(e){e=lh.replaceVars(e,h),i.hasClass(n,e)||i.addClass(n,e)})}},C=function(e,t){var n=!1;return!!y.selector&&(Cv(e,function(e){if(!("collapsed"in e&&e.collapsed!==o))return i.is(t,e.selector)&&!xc(t)?(b(t,e),!(n=!0)):void 0}),n)},a=function(s,e,t,c){var l,f,d=[],m=!0;l=y.inline||y.block,f=s.create(l),b(f),Yh.walk(s,e,function(e){var a,u=function(e){var t,n,r,o;if(o=m,t=e.nodeName.toLowerCase(),n=e.parentNode.nodeName.toLowerCase(),1===e.nodeType&&s.getContentEditable(e)&&(o=m,m="true"===s.getContentEditable(e),r=!0),lh.isEq(t,"br"))return a=0,void(y.block&&s.remove(e));if(y.wrapper&&Rh.matchNode(p,e,g,h))a=0;else{if(m&&!r&&y.block&&!y.wrapper&&lh.isTextBlock(p,t)&&lh.isValid(p,n,l))return e=s.rename(e,l),b(e),d.push(e),void(a=0);if(y.selector){var i=C(v,e);if(!y.inline||i)return void(a=0)}!m||r||!lh.isValid(p,l,t)||!lh.isValid(p,n,l)||!c&&3===e.nodeType&&1===e.nodeValue.length&&65279===e.nodeValue.charCodeAt(0)||xc(e)||y.inline&&s.isBlock(e)?(a=0,Cv(Lt.grep(e.childNodes),u),r&&(m=o),a=0):(a||(a=s.clone(f,!1),e.parentNode.insertBefore(a,e),d.push(a)),a.appendChild(e))}};Cv(e,u)}),!0===y.links&&Cv(d,function(e){var t=function(e){"A"===e.nodeName&&b(e,y),Cv(Lt.grep(e.childNodes),t)};t(e)}),Cv(d,function(e){var t,n,r,o,i,a=function(e){var n=!1;return Cv(e.childNodes,function(e){if((t=e)&&1===t.nodeType&&!Bc.isBookmarkNode(t)&&!xc(t)&&!Ao.isBogus(t))return n=e,!1;var t}),n};n=0,Cv(e.childNodes,function(e){lh.isWhiteSpaceNode(e)||Bc.isBookmarkNode(e)||n++}),t=n,!(1<d.length)&&s.isBlock(e)||0!==t?(y.inline||y.wrapper)&&(y.exact||1!==t||((o=a(r=e))&&!Bc.isBookmarkNode(o)&&Rh.matchName(s,o,y)&&(i=s.clone(o,!1),b(i),s.replace(i,r,!0),s.remove(o,1)),e=i||r),pv(p,v,h,e),bv(p,y,g,h,e),hv(s,y,h,e),vv(s,y,h,e),yv(s,y,h,e)):s.remove(e,1)})};if("false"!==i.getContentEditable(n.getNode())){if(y){if(r)r.nodeType?C(v,r)||((t=i.createRng()).setStartBefore(r),t.setEndAfter(r),a(i,wh(p,t,v),0,!0)):a(i,r,0,!0);else if(o&&y.inline&&!i.select("td[data-mce-selected],th[data-mce-selected]").length)!function(e,t,n){var r,o,i,a,u,s,c=e.selection;a=(r=c.getRng(!0)).startOffset,s=r.startContainer.nodeValue,(o=wc(e.getBody(),c.getStart()))&&(i=Lh(o));var l,f,d=/[^\s\u00a0\u00ad\u200b\ufeff]/;s&&0<a&&a<s.length&&d.test(s.charAt(a))&&d.test(s.charAt(a-1))?(u=c.getBookmark(),r.collapse(!0),r=wh(e,r,e.formatter.get(t)),r=_h.split(r),e.formatter.apply(t,n,r),c.moveToBookmark(u)):(o&&i.nodeValue===Dh||(l=e.getDoc(),f=Ih(!0).dom(),i=(o=l.importNode(f,!0)).firstChild,r.insertNode(o),a=1),e.formatter.apply(t,n,o),c.setCursorLocation(i,a))}(p,g,h);else{var u=p.selection.getNode();p.settings.forced_root_block||!v[0].defaultBlock||i.getParent(u,i.isBlock)||xv(p,v[0].defaultBlock),p.selection.setRng(Wc(p.selection.getRng())),e=bc.getPersistentBookmark(p.selection,!0),a(i,wh(p,n.getRng(),v)),y.styles&&gv(i,y,h,u),n.moveToBookmark(e),lh.moveStart(i,n,n.getRng()),p.nodeChanged()}Kh(g,p)}}else{r=n.getNode();for(var s=0,c=v.length;s<c;s++)if(v[s].ceFalseOverride&&i.is(r,v[s].selector))return void b(r,v[s])}},wv={applyFormat:xv},Nv=Lt.each,Ev={formatChanged:function(e,t,n,r,o){var i,a,u,s,c,l,f,d;null===t.get()&&(a=e,u={},(i=t).set({}),a.on("NodeChange",function(n){var r=lh.getParents(a.dom,n.element),o={};r=Lt.grep(r,function(e){return 1===e.nodeType&&!e.getAttribute("data-mce-bogus")}),Nv(i.get(),function(e,n){Nv(r,function(t){return a.formatter.matchNode(t,n,{},e.similar)?(u[n]||(Nv(e,function(e){e(!0,{node:t,format:n,parents:r})}),u[n]=e),o[n]=e,!1):!Rh.matchesUnInheritedFormatSelector(a,t,n)&&void 0})}),Nv(u,function(e,t){o[t]||(delete u[t],Nv(e,function(e){e(!1,{node:n.element,format:t,parents:r})}))})})),c=n,l=r,f=o,d=(s=t).get(),Nv(c.split(","),function(e){d[e]||(d[e]=[],d[e].similar=f),d[e].push(l)}),s.set(d)}},Sv={get:function(r){var t={valigntop:[{selector:"td,th",styles:{verticalAlign:"top"}}],valignmiddle:[{selector:"td,th",styles:{verticalAlign:"middle"}}],valignbottom:[{selector:"td,th",styles:{verticalAlign:"bottom"}}],alignleft:[{selector:"figure.image",collapsed:!1,classes:"align-left",ceFalseOverride:!0,preview:"font-family font-size"},{selector:"figure,p,h1,h2,h3,h4,h5,h6,td,th,tr,div,ul,ol,li",styles:{textAlign:"left"},inherit:!1,preview:!1,defaultBlock:"div"},{selector:"img,table",collapsed:!1,styles:{"float":"left"},preview:"font-family font-size"}],aligncenter:[{selector:"figure,p,h1,h2,h3,h4,h5,h6,td,th,tr,div,ul,ol,li",styles:{textAlign:"center"},inherit:!1,preview:"font-family font-size",defaultBlock:"div"},{selector:"figure.image",collapsed:!1,classes:"align-center",ceFalseOverride:!0,preview:"font-family font-size"},{selector:"img",collapsed:!1,styles:{display:"block",marginLeft:"auto",marginRight:"auto"},preview:!1},{selector:"table",collapsed:!1,styles:{marginLeft:"auto",marginRight:"auto"},preview:"font-family font-size"}],alignright:[{selector:"figure.image",collapsed:!1,classes:"align-right",ceFalseOverride:!0,preview:"font-family font-size"},{selector:"figure,p,h1,h2,h3,h4,h5,h6,td,th,tr,div,ul,ol,li",styles:{textAlign:"right"},inherit:!1,preview:"font-family font-size",defaultBlock:"div"},{selector:"img,table",collapsed:!1,styles:{"float":"right"},preview:"font-family font-size"}],alignjustify:[{selector:"figure,p,h1,h2,h3,h4,h5,h6,td,th,tr,div,ul,ol,li",styles:{textAlign:"justify"},inherit:!1,defaultBlock:"div",preview:"font-family font-size"}],bold:[{inline:"strong",remove:"all"},{inline:"span",styles:{fontWeight:"bold"}},{inline:"b",remove:"all"}],italic:[{inline:"em",remove:"all"},{inline:"span",styles:{fontStyle:"italic"}},{inline:"i",remove:"all"}],underline:[{inline:"span",styles:{textDecoration:"underline"},exact:!0},{inline:"u",remove:"all"}],strikethrough:[{inline:"span",styles:{textDecoration:"line-through"},exact:!0},{inline:"strike",remove:"all"}],forecolor:{inline:"span",styles:{color:"%value"},links:!0,remove_similar:!0,clear_child_styles:!0},hilitecolor:{inline:"span",styles:{backgroundColor:"%value"},links:!0,remove_similar:!0,clear_child_styles:!0},fontname:{inline:"span",toggle:!1,styles:{fontFamily:"%value"},clear_child_styles:!0},fontsize:{inline:"span",toggle:!1,styles:{fontSize:"%value"},clear_child_styles:!0},fontsize_class:{inline:"span",attributes:{"class":"%value"}},blockquote:{block:"blockquote",wrapper:1,remove:"all"},subscript:{inline:"sub"},superscript:{inline:"sup"},code:{inline:"code"},link:{inline:"a",selector:"a",remove:"all",split:!0,deep:!0,onmatch:function(){return!0},onformat:function(n,e,t){Lt.each(t,function(e,t){r.setAttrib(n,t,e)})}},removeformat:[{selector:"b,strong,em,i,font,u,strike,sub,sup,dfn,code,samp,kbd,var,cite,mark,q,del,ins",remove:"all",split:!0,expand:!1,block_expand:!0,deep:!0},{selector:"span",attributes:["style","class"],remove:"empty",split:!0,expand:!1,deep:!0},{selector:"*",attributes:["style","class"],split:!1,expand:!1,deep:!0}]};return Lt.each("p h1 h2 h3 h4 h5 h6 div address pre div dt dd samp".split(/\s/),function(e){t[e]={block:e,remove:"all"}}),t}},kv=Lt.each,Tv=di.DOM,Av=function(e,t){var n,o,r,m=t&&t.schema||Zo({}),p=function(e){var t,n,r;return o="string"==typeof e?{name:e,classes:[],attrs:{}}:e,t=Tv.create(o.name),n=t,(r=o).classes.length&&Tv.addClass(n,r.classes.join(" ")),Tv.setAttribs(n,r.attrs),t},g=function(n,e,t){var r,o,i,a,u,s,c,l,f=0<e.length&&e[0],d=f&&f.name;if(u=d,s="string"!=typeof(a=n)?a.nodeName.toLowerCase():a,c=m.getElementRule(s),i=!(!(l=c&&c.parentsRequired)||!l.length)&&(u&&-1!==Lt.inArray(l,u)?u:l[0]))d===i?(o=e[0],e=e.slice(1)):o=i;else if(f)o=e[0],e=e.slice(1);else if(!t)return n;return o&&(r=p(o)).appendChild(n),t&&(r||(r=Tv.create("div")).appendChild(n),Lt.each(t,function(e){var t=p(e);r.insertBefore(t,n)})),g(r,e,o&&o.siblings)};return e&&e.length?(o=e[0],n=p(o),(r=Tv.create("div")).appendChild(g(n,e.slice(1),o.siblings)),r):""},Rv=function(e){var t,a={classes:[],attrs:{}};return"*"!==(e=a.selector=Lt.trim(e))&&(t=e.replace(/(?:([#\.]|::?)([\w\-]+)|(\[)([^\]]+)\]?)/g,function(e,t,n,r,o){switch(t){case"#":a.attrs.id=n;break;case".":a.classes.push(n);break;case":":-1!==Lt.inArray("checked disabled enabled read-only required".split(" "),n)&&(a.attrs[n]=n)}if("["===r){var i=o.match(/([\w\-]+)(?:\=\"([^\"]+))?/);i&&(a.attrs[i[1]]=i[2])}return""})),a.name=t||"div",a},Bv=function(e){return e&&"string"==typeof e?(e=(e=e.split(/\s*,\s*/)[0]).replace(/\s*(~\+|~|\+|>)\s*/g,"$1"),Lt.map(e.split(/(?:>|\s+(?![^\[\]]+\]))/),function(e){var t=Lt.map(e.split(/(?:~\+|~|\+)/),Rv),n=t.pop();return t.length&&(n.siblings=t),n}).reverse()):[]},_v={getCssText:function(n,e){var t,r,o,i,a,u,s="";if(!1===(u=n.settings.preview_styles))return"";"string"!=typeof u&&(u="font-family font-size font-weight font-style text-decoration text-transform color background-color border border-radius outline text-shadow");var c=function(e){return e.replace(/%(\w+)/g,"")};if("string"==typeof e){if(!(e=n.formatter.get(e)))return;e=e[0]}return"preview"in e&&!1===(u=e.preview)?"":(t=e.block||e.inline||"span",(i=Bv(e.selector)).length?(i[0].name||(i[0].name=t),t=e.selector,r=Av(i,n)):r=Av([t],n),o=Tv.select(t,r)[0]||r.firstChild,kv(e.styles,function(e,t){(e=c(e))&&Tv.setStyle(o,t,e)}),kv(e.attributes,function(e,t){(e=c(e))&&Tv.setAttrib(o,t,e)}),kv(e.classes,function(e){e=c(e),Tv.hasClass(o,e)||Tv.addClass(o,e)}),n.fire("PreviewFormats"),Tv.setStyles(r,{position:"absolute",left:-65535}),n.getBody().appendChild(r),a=Tv.getStyle(n.getBody(),"fontSize",!0),a=/px$/.test(a)?parseInt(a,10):0,kv(u.split(" "),function(e){var t=Tv.getStyle(o,e,!0);if(!("background-color"===e&&/transparent|rgba\s*\([^)]+,\s*0\)/.test(t)&&(t=Tv.getStyle(n.getBody(),e,!0),"#ffffff"===Tv.toHex(t).toLowerCase())||"color"===e&&"#000000"===Tv.toHex(t).toLowerCase())){if("font-size"===e&&/em|%$/.test(t)){if(0===a)return;t=parseFloat(t)/(/%$/.test(t)?100:1)*a+"px"}"border"===e&&t&&(s+="padding:0 2px;"),s+=e+":"+t+";"}}),n.fire("AfterPreviewFormats"),Tv.remove(r),s)},parseSelector:Bv,selectorToHtml:function(e,t){return Av(Bv(e),t)}},Dv={toggle:function(e,t,n,r,o){var i=t.get(n);!Rh.match(e,n,r,o)||"toggle"in i[0]&&!i[0].toggle?wv.applyFormat(e,n,r,o):ov.remove(e,n,r,o)}},Ov={setup:function(e){e.addShortcut("meta+b","","Bold"),e.addShortcut("meta+i","","Italic"),e.addShortcut("meta+u","","Underline");for(var t=1;t<=6;t++)e.addShortcut("access+"+t,"",["FormatBlock",!1,"h"+t]);e.addShortcut("access+7","",["FormatBlock",!1,"p"]),e.addShortcut("access+8","",["FormatBlock",!1,"div"]),e.addShortcut("access+9","",["FormatBlock",!1,"address"])}};function Pv(e){var t,n,r,o=(t=e,n={},(r=function(e,t){e&&("string"!=typeof e?Lt.each(e,function(e,t){r(t,e)}):(t=t.length?t:[t],Lt.each(t,function(e){"undefined"==typeof e.deep&&(e.deep=!e.selector),"undefined"==typeof e.split&&(e.split=!e.selector||e.inline),"undefined"==typeof e.remove&&e.selector&&!e.inline&&(e.remove="none"),e.selector&&e.inline&&(e.mixed=!0,e.block_expand=!0),"string"==typeof e.classes&&(e.classes=e.classes.split(/\s+/))}),n[e]=t))})(Sv.get(t.dom)),r(t.settings.formats),{get:function(e){return e?n[e]:n},register:r,unregister:function(e){return e&&n[e]&&delete n[e],n}}),i=Ju(null);return Ov.setup(e),Vh(e),{get:o.get,register:o.register,unregister:o.unregister,apply:V.curry(wv.applyFormat,e),remove:V.curry(ov.remove,e),toggle:V.curry(Dv.toggle,e,o),match:V.curry(Rh.match,e),matchAll:V.curry(Rh.matchAll,e),matchNode:V.curry(Rh.matchNode,e),canApply:V.curry(Rh.canApply,e),formatChanged:V.curry(Ev.formatChanged,e,i),getCssText:V.curry(_v.getCssText,e)}}var Lv=function(a){return function(){for(var e=new Array(arguments.length),t=0;t<e.length;t++)e[t]=arguments[t];if(0===e.length)throw new Error("Can't merge zero objects");for(var n={},r=0;r<e.length;r++){var o=e[r];for(var i in o)o.hasOwnProperty(i)&&(n[i]=a(n[i],o[i]))}return n}},Iv=Lv(function(e,t){return E.isObject(e)&&E.isObject(t)?Iv(e,t):t}),Mv=Lv(function(e,t){return t}),Fv={deepMerge:Iv,merge:Mv},zv=function(e,t){return e.fire("PreProcess",t)},Uv=function(e,t){return e.fire("PostProcess",t)},qv=function(e){return e.fire("remove")},Vv={register:function(t,s,c){t.addAttributeFilter("data-mce-tabindex",function(e,t){for(var n,r=e.length;r--;)(n=e[r]).attr("tabindex",n.attributes.map["data-mce-tabindex"]),n.attr(t,null)}),t.addAttributeFilter("src,href,style",function(e,t){for(var n,r,o=e.length,i="data-mce-"+t,a=s.url_converter,u=s.url_converter_scope;o--;)(r=(n=e[o]).attributes.map[i])!==undefined?(n.attr(t,0<r.length?r:null),n.attr(i,null)):(r=n.attributes.map[t],"style"===t?r=c.serializeStyle(c.parseStyle(r),n.name):a&&(r=a.call(u,r,t,n.name)),n.attr(t,0<r.length?r:null))}),t.addAttributeFilter("class",function(e){for(var t,n,r=e.length;r--;)(n=(t=e[r]).attr("class"))&&(n=t.attr("class").replace(/(?:^|\s)mce-item-\w+(?!\S)/g,""),t.attr("class",0<n.length?n:null))}),t.addAttributeFilter("data-mce-type",function(e,t,n){for(var r,o=e.length;o--;)"bookmark"!==(r=e[o]).attributes.map["data-mce-type"]||n.cleanup||r.remove()}),t.addNodeFilter("noscript",function(e){for(var t,n=e.length;n--;)(t=e[n].firstChild)&&(t.value=Vo.decode(t.value))}),t.addNodeFilter("script,style",function(e,t){for(var n,r,o,i=e.length,a=function(e){return e.replace(/(<!--\[CDATA\[|\]\]-->)/g,"\n").replace(/^[\r\n]*|[\r\n]*$/g,"").replace(/^\s*((<!--)?(\s*\/\/)?\s*<!\[CDATA\[|(<!--\s*)?\/\*\s*<!\[CDATA\[\s*\*\/|(\/\/)?\s*<!--|\/\*\s*<!--\s*\*\/)\s*[\r\n]*/gi,"").replace(/\s*(\/\*\s*\]\]>\s*\*\/(-->)?|\s*\/\/\s*\]\]>(-->)?|\/\/\s*(-->)?|\]\]>|\/\*\s*-->\s*\*\/|\s*-->\s*)\s*$/g,"")};i--;)r=(n=e[i]).firstChild?n.firstChild.value:"","script"===t?((o=n.attr("type"))&&n.attr("type","mce-no/type"===o?null:o.replace(/^mce\-/,"")),"xhtml"===s.element_format&&0<r.length&&(n.firstChild.value="// <![CDATA[\n"+a(r)+"\n// ]]>")):"xhtml"===s.element_format&&0<r.length&&(n.firstChild.value="\x3c!--\n"+a(r)+"\n--\x3e")}),t.addNodeFilter("#comment",function(e){for(var t,n=e.length;n--;)0===(t=e[n]).value.indexOf("[CDATA[")?(t.name="#cdata",t.type=4,t.value=t.value.replace(/^\[CDATA\[|\]\]$/g,"")):0===t.value.indexOf("mce:protected ")&&(t.name="#text",t.type=3,t.raw=!0,t.value=unescape(t.value).substr(14))}),t.addNodeFilter("xml:namespace,input",function(e,t){for(var n,r=e.length;r--;)7===(n=e[r]).type?n.remove():1===n.type&&("input"!==t||"type"in n.attributes.map||n.attr("type","text"))}),t.addAttributeFilter("data-mce-type",function(e){H.each(e,function(e){"format-caret"===e.attr("data-mce-type")&&(e.isEmpty(t.schema.getNonEmptyElements())?e.remove():e.unwrap())})}),t.addAttributeFilter("data-mce-src,data-mce-href,data-mce-style,data-mce-selected,data-mce-expando,data-mce-type,data-mce-resize",function(e,t){for(var n=e.length;n--;)e[n].attr(t,null)})},trimTrailingBr:function(e){var t,n,r=function(e){return e&&"br"===e.name};r(t=e.lastChild)&&r(n=t.prev)&&(t.remove(),n.remove())}},Hv={process:function(e,t,n){return f=n,(l=e)&&l.hasEventListeners("PreProcess")&&!f.no_events?(o=t,i=n,c=(r=e).dom,o=o.cloneNode(!0),(a=document.implementation).createHTMLDocument&&(u=a.createHTMLDocument(""),Lt.each("BODY"===o.nodeName?o.childNodes:[o],function(e){u.body.appendChild(u.importNode(e,!0))}),o="BODY"!==o.nodeName?u.body.firstChild:u.body,s=c.doc,c.doc=u),zv(r,Fv.merge(i,{node:o})),s&&(c.doc=s),o):t;var r,o,i,a,u,s,c,l,f}},jv=function(e,u,s){e.addNodeFilter("font",function(e){H.each(e,function(e){var t,n,r=u.parse(e.attr("style")),o=e.attr("color"),i=e.attr("face"),a=e.attr("size");o&&(r.color=o),i&&(r["font-family"]=i),a&&(r["font-size"]=s[parseInt(e.attr("size"),10)-1]),e.name="span",e.attr("style",u.serialize(r)),t=e,n=["color","face","size"],H.each(n,function(e){t.attr(e,null)})})})},$v=function(e,t){var n,r=ti();t.convert_fonts_to_spans&&jv(e,r,Lt.explode(t.font_size_legacy_values)),n=r,e.addNodeFilter("strike",function(e){H.each(e,function(e){var t=n.parse(e.attr("style"));t["text-decoration"]="line-through",e.name="span",e.attr("style",n.serialize(t))})})},Wv={register:function(e,t){t.inline_styles&&$v(e,t)}},Kv=/^[ \t\r\n]*$/,Xv={"#text":3,"#comment":8,"#cdata":4,"#pi":7,"#doctype":10,"#document-fragment":11},Yv=function(e,t,n){var r,o,i=n?"lastChild":"firstChild",a=n?"prev":"next";if(e[i])return e[i];if(e!==t){if(r=e[a])return r;for(o=e.parent;o&&o!==t;o=o.parent)if(r=o[a])return r}},Gv=function(){function a(e,t){this.name=e,1===(this.type=t)&&(this.attributes=[],this.attributes.map={})}return a.create=function(e,t){var n,r;if(n=new a(e,Xv[e]||1),t)for(r in t)n.attr(r,t[r]);return n},a.prototype.replace=function(e){return e.parent&&e.remove(),this.insert(e,this),this.remove(),this},a.prototype.attr=function(e,t){var n,r;if("string"!=typeof e){for(r in e)this.attr(r,e[r]);return this}if(n=this.attributes){if(t!==undefined){if(null===t){if(e in n.map)for(delete n.map[e],r=n.length;r--;)if(n[r].name===e)return n=n.splice(r,1),this;return this}if(e in n.map){for(r=n.length;r--;)if(n[r].name===e){n[r].value=t;break}}else n.push({name:e,value:t});return n.map[e]=t,this}return n.map[e]}},a.prototype.clone=function(){var e,t,n,r,o,i=new a(this.name,this.type);if(n=this.attributes){for((o=[]).map={},e=0,t=n.length;e<t;e++)"id"!==(r=n[e]).name&&(o[o.length]={name:r.name,value:r.value},o.map[r.name]=r.value);i.attributes=o}return i.value=this.value,i.shortEnded=this.shortEnded,i},a.prototype.wrap=function(e){return this.parent.insert(e,this),e.append(this),this},a.prototype.unwrap=function(){var e,t;for(e=this.firstChild;e;)t=e.next,this.insert(e,this,!0),e=t;this.remove()},a.prototype.remove=function(){var e=this.parent,t=this.next,n=this.prev;return e&&(e.firstChild===this?(e.firstChild=t)&&(t.prev=null):n.next=t,e.lastChild===this?(e.lastChild=n)&&(n.next=null):t.prev=n,this.parent=this.next=this.prev=null),this},a.prototype.append=function(e){var t;return e.parent&&e.remove(),(t=this.lastChild)?((t.next=e).prev=t,this.lastChild=e):this.lastChild=this.firstChild=e,e.parent=this,e},a.prototype.insert=function(e,t,n){var r;return e.parent&&e.remove(),r=t.parent||this,n?(t===r.firstChild?r.firstChild=e:t.prev.next=e,e.prev=t.prev,(e.next=t).prev=e):(t===r.lastChild?r.lastChild=e:t.next.prev=e,e.next=t.next,(e.prev=t).next=e),e.parent=r,e},a.prototype.getAll=function(e){var t,n=[];for(t=this.firstChild;t;t=Yv(t,this))t.name===e&&n.push(t);return n},a.prototype.empty=function(){var e,t,n;if(this.firstChild){for(e=[],n=this.firstChild;n;n=Yv(n,this))e.push(n);for(t=e.length;t--;)(n=e[t]).parent=n.firstChild=n.lastChild=n.next=n.prev=null}return this.firstChild=this.lastChild=null,this},a.prototype.isEmpty=function(e,t,n){var r,o,i=this.firstChild;if(t=t||{},i)do{if(1===i.type){if(i.attributes.map["data-mce-bogus"])continue;if(e[i.name])return!1;for(r=i.attributes.length;r--;)if("name"===(o=i.attributes[r].name)||0===o.indexOf("data-mce-bookmark"))return!1}if(8===i.type)return!1;if(3===i.type&&!Kv.test(i.value))return!1;if(3===i.type&&i.parent&&t[i.parent.name]&&Kv.test(i.value))return!1;if(n&&n(i))return!1}while(i=Yv(i,this));return!0},a.prototype.walk=function(e){return Yv(this,null,e)},a}(),Jv=function(e,t,n,r){(e.padd_empty_with_br||t.insert)&&n[r.name]?r.empty().append(new Gv("br",1)).shortEnded=!0:r.empty().append(new Gv("#text",3)).value="\xa0"},Qv=function(e){return Zv(e,"#text")&&"\xa0"===e.firstChild.value},Zv=function(e,t){return e&&e.firstChild&&e.firstChild===e.lastChild&&e.firstChild.name===t},ey=function(r,e,t,n){return n.isEmpty(e,t,function(e){return t=e,(n=r.getElementRule(t.name))&&n.paddEmpty;var t,n})},ty=function(e,t){return e&&(t[e.name]||"br"===e.name)},ny=function(e,g){var h=e.schema;g.remove_trailing_brs&&e.addNodeFilter("br",function(e,t,n){var r,o,i,a,u,s,c,l,f=e.length,d=Lt.extend({},h.getBlockElements()),m=h.getNonEmptyElements(),p=h.getNonEmptyElements();for(d.body=1,r=0;r<f;r++)if(i=(o=e[r]).parent,d[o.parent.name]&&o===i.lastChild){for(u=o.prev;u;){if("span"!==(s=u.name)||"bookmark"!==u.attr("data-mce-type")){if("br"!==s)break;if("br"===s){o=null;break}}u=u.prev}o&&(o.remove(),ey(h,m,p,i)&&(c=h.getElementRule(i.name))&&(c.removeEmpty?i.remove():c.paddEmpty&&Jv(g,n,d,i)))}else{for(a=o;i&&i.firstChild===a&&i.lastChild===a&&!d[(a=i).name];)i=i.parent;a===i&&!0!==g.padd_empty_with_br&&((l=new Gv("#text",3)).value="\xa0",o.replace(l))}}),e.addAttributeFilter("href",function(e){var t,n,r,o=e.length;if(!g.allow_unsafe_link_target)for(;o--;)"a"===(t=e[o]).name&&"_blank"===t.attr("target")&&t.attr("rel",(n=t.attr("rel"),r=n?Lt.trim(n):"",/\b(noopener)\b/g.test(r)?r:r.split(" ").filter(function(e){return 0<e.length}).concat(["noopener"]).sort().join(" ")))}),g.allow_html_in_named_anchor||e.addAttributeFilter("id,name",function(e){for(var t,n,r,o,i=e.length;i--;)if("a"===(o=e[i]).name&&o.firstChild&&!o.attr("href"))for(r=o.parent,t=o.lastChild;n=t.prev,r.insert(t,o),t=n;);}),g.fix_list_elements&&e.addNodeFilter("ul,ol",function(e){for(var t,n,r=e.length;r--;)if("ul"===(n=(t=e[r]).parent).name||"ol"===n.name)if(t.prev&&"li"===t.prev.name)t.prev.append(t);else{var o=new Gv("li",1);o.attr("style","list-style-type: none"),t.wrap(o)}}),g.validate&&h.getValidClasses()&&e.addAttributeFilter("class",function(e){for(var t,n,r,o,i,a,u,s=e.length,c=h.getValidClasses();s--;){for(n=(t=e[s]).attr("class").split(" "),i="",r=0;r<n.length;r++)o=n[r],u=!1,(a=c["*"])&&a[o]&&(u=!0),a=c[t.name],!u&&a&&a[o]&&(u=!0),u&&(i&&(i+=" "),i+=o);i.length||(i=null),t.attr("class",i)}})},ry=Lt.makeMap,oy=Lt.each,iy=Lt.explode,ay=Lt.extend;function uy(k,T){void 0===T&&(T=Zo());var A={},R=[],B={},_={};(k=k||{}).validate=!("validate"in k)||k.validate,k.root_name=k.root_name||"body";var D=function(e){var t,n,r;n in A&&((r=B[n])?r.push(e):B[n]=[e]),t=R.length;for(;t--;)(n=R[t].name)in e.attributes.map&&((r=_[n])?r.push(e):_[n]=[e]);return e},e={schema:T,addAttributeFilter:function(e,n){oy(iy(e),function(e){var t;for(t=0;t<R.length;t++)if(R[t].name===e)return void R[t].callbacks.push(n);R.push({name:e,callbacks:[n]})})},getAttributeFilters:function(){return[].concat(R)},addNodeFilter:function(e,n){oy(iy(e),function(e){var t=A[e];t||(A[e]=t=[]),t.push(n)})},getNodeFilters:function(){var e=[];for(var t in A)A.hasOwnProperty(t)&&e.push({name:t,callbacks:A[t]});return e},filterNode:D,parse:function(e,a){var t,n,r,o,i,u,s,c,l,f,d,m=[];a=a||{},B={},_={},l=ay(ry("script,style,head,html,body,title,meta,param"),T.getBlockElements());var p=T.getNonEmptyElements(),g=T.children,h=k.validate,v="forced_root_block"in a?a.forced_root_block:k.forced_root_block,y=T.getWhiteSpaceElements(),b=/^[ \t\r\n]+/,C=/[ \t\r\n]+$/,x=/[ \t\r\n]+/g,w=/^[ \t\r\n]+$/,N=function(e,t){var n,r=new Gv(e,t);return e in A&&((n=B[e])?n.push(r):B[e]=[r]),r},E=function(e){var t,n,r,o,i=T.getBlockElements();for(t=e.prev;t&&3===t.type;){if(0<(r=t.value.replace(C,"")).length)return void(t.value=r);if(n=t.next){if(3===n.type&&n.value.length){t=t.prev;continue}if(!i[n.name]&&"script"!==n.name&&"style"!==n.name){t=t.prev;continue}}o=t.prev,t.remove(),t=o}};t=Fg({validate:h,allow_script_urls:k.allow_script_urls,allow_conditional_comments:k.allow_conditional_comments,self_closing_elements:function(e){var t,n={};for(t in e)"li"!==t&&"p"!==t&&(n[t]=e[t]);return n}(T.getSelfClosingElements()),cdata:function(e){d.append(N("#cdata",4)).value=e},text:function(e,t){var n;f||(e=e.replace(x," "),ty(d.lastChild,l)&&(e=e.replace(b,""))),0!==e.length&&((n=N("#text",3)).raw=!!t,d.append(n).value=e)},comment:function(e){d.append(N("#comment",8)).value=e},pi:function(e,t){d.append(N(e,7)).value=t,E(d)},doctype:function(e){d.append(N("#doctype",10)).value=e,E(d)},start:function(e,t,n){var r,o,i,a,u;if(i=h?T.getElementRule(e):{}){for((r=N(i.outputName||e,1)).attributes=t,r.shortEnded=n,d.append(r),(u=g[d.name])&&g[r.name]&&!u[r.name]&&m.push(r),o=R.length;o--;)(a=R[o].name)in t.map&&((s=_[a])?s.push(r):_[a]=[r]);l[e]&&E(r),n||(d=r),!f&&y[e]&&(f=!0)}},end:function(e){var t,n,r,o,i;if(n=h?T.getElementRule(e):{}){if(l[e]&&!f){if((t=d.firstChild)&&3===t.type)if(0<(r=t.value.replace(b,"")).length)t.value=r,t=t.next;else for(o=t.next,t.remove(),t=o;t&&3===t.type;)r=t.value,o=t.next,(0===r.length||w.test(r))&&(t.remove(),t=o),t=o;if((t=d.lastChild)&&3===t.type)if(0<(r=t.value.replace(C,"")).length)t.value=r,t=t.prev;else for(o=t.prev,t.remove(),t=o;t&&3===t.type;)r=t.value,o=t.prev,(0===r.length||w.test(r))&&(t.remove(),t=o),t=o}if(f&&y[e]&&(f=!1),n.removeEmpty&&ey(T,p,y,d)&&!d.attributes.map.name&&!d.attr("id"))return i=d.parent,l[d.name]?d.empty().remove():d.unwrap(),void(d=i);n.paddEmpty&&(Qv(d)||ey(T,p,y,d))&&Jv(k,a,l,d),d=d.parent}}},T);var S=d=new Gv(a.context||k.root_name,11);if(t.parse(e),h&&m.length&&(a.context?a.invalid=!0:function(e){var t,n,r,o,i,a,u,s,c,l,f,d,m,p,g,h;for(d=ry("tr,td,th,tbody,thead,tfoot,table"),l=T.getNonEmptyElements(),f=T.getWhiteSpaceElements(),m=T.getTextBlockElements(),p=T.getSpecialElements(),t=0;t<e.length;t++)if((n=e[t]).parent&&!n.fixed)if(m[n.name]&&"li"===n.parent.name){for(g=n.next;g&&m[g.name];)g.name="li",g.fixed=!0,n.parent.insert(g,n.parent),g=g.next;n.unwrap(n)}else{for(o=[n],r=n.parent;r&&!T.isValidChild(r.name,n.name)&&!d[r.name];r=r.parent)o.push(r);if(r&&1<o.length){for(o.reverse(),i=a=D(o[0].clone()),c=0;c<o.length-1;c++){for(T.isValidChild(a.name,o[c].name)?(u=D(o[c].clone()),a.append(u)):u=a,s=o[c].firstChild;s&&s!==o[c+1];)h=s.next,u.append(s),s=h;a=u}ey(T,l,f,i)?r.insert(n,o[0],!0):(r.insert(i,o[0],!0),r.insert(n,i)),r=o[0],(ey(T,l,f,r)||Zv(r,"br"))&&r.empty().remove()}else if(n.parent){if("li"===n.name){if((g=n.prev)&&("ul"===g.name||"ul"===g.name)){g.append(n);continue}if((g=n.next)&&("ul"===g.name||"ul"===g.name)){g.insert(n,g.firstChild,!0);continue}n.wrap(D(new Gv("ul",1)));continue}T.isValidChild(n.parent.name,"div")&&T.isValidChild("div",n.name)?n.wrap(D(new Gv("div",1))):p[n.name]?n.empty().remove():n.unwrap()}}}(m)),v&&("body"===S.name||a.isRootContent)&&function(){var e,t,n=S.firstChild,r=function(e){e&&((n=e.firstChild)&&3===n.type&&(n.value=n.value.replace(b,"")),(n=e.lastChild)&&3===n.type&&(n.value=n.value.replace(C,"")))};if(T.isValidChild(S.name,v.toLowerCase())){for(;n;)e=n.next,3===n.type||1===n.type&&"p"!==n.name&&!l[n.name]&&!n.attr("data-mce-type")?(t||((t=N(v,1)).attr(k.forced_root_block_attrs),S.insert(t,n)),t.append(n)):(r(t),t=null),n=e;r(t)}}(),!a.invalid){for(c in B){for(s=A[c],i=(n=B[c]).length;i--;)n[i].parent||n.splice(i,1);for(r=0,o=s.length;r<o;r++)s[r](n,c,a)}for(r=0,o=R.length;r<o;r++)if((s=R[r]).name in _){for(i=(n=_[s.name]).length;i--;)n[i].parent||n.splice(i,1);for(i=0,u=s.callbacks.length;i<u;i++)s.callbacks[i](n,s.name,a)}}return S}};return ny(e,k),Wv.register(e,k),e}var sy=function(e,t,n){-1===Lt.inArray(t,n)&&(e.addAttributeFilter(n,function(e,t){for(var n=e.length;n--;)e[n].attr(t,null)}),t.push(n))},cy=function(e,t,n){var r=Si(n.getInner?t.innerHTML:e.getOuterHTML(t));return n.selection?r:Lt.trim(r)},ly=function(e,t,n,r){var o=r.selection?Fv.merge({forced_root_block:!1},r):r,i=e.parse(n,o);return Vv.trimTrailingBr(i),i},fy=function(e,t,n,r,o){var i,a,u,s,c=(i=r,jc(t,n).serialize(i));return a=e,s=c,!(u=o).no_events&&a?Uv(a,Fv.merge(u,{content:s})).content:s};function dy(e,t){var a,u,s,c,l,n,r=(a=e,n=["data-mce-selected"],s=(u=t)&&u.dom?u.dom:di.DOM,c=u&&u.schema?u.schema:Zo(a),a.entity_encoding=a.entity_encoding||"named",a.remove_trailing_brs=!("remove_trailing_brs"in a)||a.remove_trailing_brs,l=uy(a,c),Vv.register(l,a,s),{schema:c,addNodeFilter:l.addNodeFilter,addAttributeFilter:l.addAttributeFilter,serialize:function(e,t){var n=Fv.merge({format:"html"},t||{}),r=Hv.process(u,e,n),o=cy(s,r,n),i=ly(l,s,o,n);return"tree"===n.format?i:fy(u,a,c,i,n)},addRules:function(e){c.addValidElements(e)},setRules:function(e){c.setValidElements(e)},addTempAttr:V.curry(sy,l,n),getTempAttrs:function(){return n}});return{schema:r.schema,addNodeFilter:r.addNodeFilter,addAttributeFilter:r.addAttributeFilter,serialize:r.serialize,addRules:r.addRules,setRules:r.setRules,addTempAttr:r.addTempAttr,getTempAttrs:r.getTempAttrs}}function my(e){return{getBookmark:V.curry(Bc.getBookmark,e),moveToBookmark:V.curry(Bc.moveToBookmark,e)}}(my||(my={})).isBookmarkNode=Bc.isBookmarkNode;var py=my,gy=Ao.isContentEditableFalse,hy=Ao.isContentEditableTrue,vy=function(r,a){var u,s,c,l,f,d,m,p,g,h,v,y,i,b,C,x,w,N=a.dom,E=Lt.each,S=a.getDoc(),k=document,T=Math.abs,A=Math.round,R=a.getBody();l={nw:[0,0,-1,-1],ne:[1,0,1,-1],se:[1,1,1,1],sw:[0,1,-1,1]};var e=".mce-content-body";a.contentStyles.push(e+" div.mce-resizehandle {position: absolute;border: 1px solid black;box-sizing: content-box;background: #FFF;width: 7px;height: 7px;z-index: 10000}"+e+" .mce-resizehandle:hover {background: #000}"+e+" img[data-mce-selected],"+e+" hr[data-mce-selected] {outline: 1px solid black;resize: none}"+e+" .mce-clonedresizable {position: absolute;"+(ge.gecko?"":"outline: 1px dashed black;")+"opacity: .5;filter: alpha(opacity=50);z-index: 10000}"+e+" .mce-resize-helper {background: #555;background: rgba(0,0,0,0.75);border-radius: 3px;border: 1px;color: white;display: none;font-family: sans-serif;font-size: 12px;white-space: nowrap;line-height: 14px;margin: 5px 10px;padding: 5px;position: absolute;z-index: 10001}");var B=function(e){return e&&("IMG"===e.nodeName||a.dom.is(e,"figure.image"))},n=function(e){var t,n,r=e.target;t=e,n=a.selection.getRng(),!B(t.target)||Ng(t.clientX,t.clientY,n)||e.isDefaultPrevented()||(e.preventDefault(),a.selection.select(r))},_=function(e){return a.dom.is(e,"figure.image")?e.querySelector("img"):e},D=function(e){var t=a.settings.object_resizing;return!1!==t&&!ge.iOS&&("string"!=typeof t&&(t="table,img,figure.image,div"),"false"!==e.getAttribute("data-mce-resize")&&e!==a.getBody()&&Br.is(qn.fromDom(e),t))},O=function(e){var t,n,r,o;t=e.screenX-d,n=e.screenY-m,b=t*f[2]+h,C=n*f[3]+v,b=b<5?5:b,C=C<5?5:C,(B(u)&&!1!==a.settings.resize_img_proportional?!kg.modifierPressed(e):kg.modifierPressed(e)||B(u)&&f[2]*f[3]!=0)&&(T(t)>T(n)?(C=A(b*y),b=A(C/y)):(b=A(C/y),C=A(b*y))),N.setStyles(_(s),{width:b,height:C}),r=0<(r=f.startPos.x+t)?r:0,o=0<(o=f.startPos.y+n)?o:0,N.setStyles(c,{left:r,top:o,display:"block"}),c.innerHTML=b+" × "+C,f[2]<0&&s.clientWidth<=b&&N.setStyle(s,"left",p+(h-b)),f[3]<0&&s.clientHeight<=C&&N.setStyle(s,"top",g+(v-C)),(t=R.scrollWidth-x)+(n=R.scrollHeight-w)!=0&&N.setStyles(c,{left:r-t,top:o-n}),i||(a.fire("ObjectResizeStart",{target:u,width:h,height:v}),i=!0)},P=function(){i=!1;var e=function(e,t){t&&(u.style[e]||!a.schema.isValid(u.nodeName.toLowerCase(),e)?N.setStyle(_(u),e,t):N.setAttrib(_(u),e,t))};e("width",b),e("height",C),N.unbind(S,"mousemove",O),N.unbind(S,"mouseup",P),k!==S&&(N.unbind(k,"mousemove",O),N.unbind(k,"mouseup",P)),N.remove(s),N.remove(c),o(u),a.fire("ObjectResized",{target:u,width:b,height:C}),N.setAttrib(u,"style",N.getAttrib(u,"style")),a.nodeChanged()},o=function(e){var t,r,o,n,i;L(),F(),t=N.getPos(e,R),p=t.x,g=t.y,i=e.getBoundingClientRect(),r=i.width||i.right-i.left,o=i.height||i.bottom-i.top,u!==e&&(u=e,b=C=0),n=a.fire("ObjectSelected",{target:e}),D(e)&&!n.isDefaultPrevented()?E(l,function(n,e){var t;(t=N.get("mceResizeHandle"+e))&&N.remove(t),t=N.add(R,"div",{id:"mceResizeHandle"+e,"data-mce-bogus":"all","class":"mce-resizehandle",unselectable:!0,style:"cursor:"+e+"-resize; margin:0; padding:0"}),ge.ie&&(t.contentEditable=!1),N.bind(t,"mousedown",function(e){var t;e.stopImmediatePropagation(),e.preventDefault(),d=(t=e).screenX,m=t.screenY,h=_(u).clientWidth,v=_(u).clientHeight,y=v/h,(f=n).startPos={x:r*n[0]+p,y:o*n[1]+g},x=R.scrollWidth,w=R.scrollHeight,s=u.cloneNode(!0),N.addClass(s,"mce-clonedresizable"),N.setAttrib(s,"data-mce-bogus","all"),s.contentEditable=!1,s.unSelectabe=!0,N.setStyles(s,{left:p,top:g,margin:0}),s.removeAttribute("data-mce-selected"),R.appendChild(s),N.bind(S,"mousemove",O),N.bind(S,"mouseup",P),k!==S&&(N.bind(k,"mousemove",O),N.bind(k,"mouseup",P)),c=N.add(R,"div",{"class":"mce-resize-helper","data-mce-bogus":"all"},h+" × "+v)}),n.elm=t,N.setStyles(t,{left:r*n[0]+p-t.offsetWidth/2,top:o*n[1]+g-t.offsetHeight/2})}):L(),u.setAttribute("data-mce-selected","1")},L=function(){var e,t;for(e in F(),u&&u.removeAttribute("data-mce-selected"),l)(t=N.get("mceResizeHandle"+e))&&(N.unbind(t),N.remove(t))},I=function(e){var t,n=function(e,t){if(e)do{if(e===t)return!0}while(e=e.parentNode)};i||a.removed||(E(N.select("img[data-mce-selected],hr[data-mce-selected]"),function(e){e.removeAttribute("data-mce-selected")}),t="mousedown"===e.type?e.target:r.getNode(),n(t=N.$(t).closest("table,img,figure.image,hr")[0],R)&&(z(),n(r.getStart(!0),t)&&n(r.getEnd(!0),t))?o(t):L())},M=function(e){return gy(function(e,t){for(;t&&t!==e;){if(hy(t)||gy(t))return t;t=t.parentNode}return null}(a.getBody(),e))},F=function(){for(var e in l){var t=l[e];t.elm&&(N.unbind(t.elm),delete t.elm)}},z=function(){try{a.getDoc().execCommand("enableObjectResizing",!1,!1)}catch(e){}};return a.on("init",function(){z(),ge.ie&&11<=ge.ie&&(a.on("mousedown click",function(e){var t=e.target,n=t.nodeName;i||!/^(TABLE|IMG|HR)$/.test(n)||M(t)||(2!==e.button&&a.selection.select(t,"TABLE"===n),"mousedown"===e.type&&a.nodeChanged())}),a.dom.bind(R,"mscontrolselect",function(e){var t=function(e){Ce.setEditorTimeout(a,function(){a.selection.select(e)})};if(M(e.target))return e.preventDefault(),void t(e.target);/^(TABLE|IMG|HR)$/.test(e.target.nodeName)&&(e.preventDefault(),"IMG"===e.target.tagName&&t(e.target))}));var t=Ce.throttle(function(e){a.composing||I(e)});a.on("nodechange ResizeEditor ResizeWindow drop FullscreenStateChanged",t),a.on("keyup compositionend",function(e){u&&"TABLE"===u.nodeName&&t(e)}),a.on("hide blur",L),a.on("contextmenu",n)}),a.on("remove",F),{isResizable:D,showResizeRect:o,hideResizeRect:L,updateResizeRect:I,destroy:function(){u=s=null}}},yy=function(e){return Ao.isContentEditableTrue(e)||Ao.isContentEditableFalse(e)},by={fromPoint:function(e,t,n){var r,o,i,a,u,s=n;if(s.caretPositionFromPoint)(o=s.caretPositionFromPoint(e,t))&&((r=n.createRange()).setStart(o.offsetNode,o.offset),r.collapse(!0));else if(n.caretRangeFromPoint)r=n.caretRangeFromPoint(e,t);else if(s.body.createTextRange){r=s.body.createTextRange();try{r.moveToPoint(e,t),r.collapse(!0)}catch(c){r=function(e,n,t){var r,o,i;if(r=t.elementFromPoint(e,n),o=t.body.createTextRange(),r&&"HTML"!==r.tagName||(r=t.body),o.moveToElementText(r),0<(i=(i=Lt.toArray(o.getClientRects())).sort(function(e,t){return(e=Math.abs(Math.max(e.top-n,e.bottom-n)))-(t=Math.abs(Math.max(t.top-n,t.bottom-n)))})).length){n=(i[0].bottom+i[0].top)/2;try{return o.moveToPoint(e,n),o.collapse(!0),o}catch(a){}}return null}(e,t,n)}return i=r,a=n.body,u=i&&i.parentElement?i.parentElement():null,Ao.isContentEditableFalse(function(e,t,n){for(;e&&e!==t;){if(n(e))return e;e=e.parentNode}return null}(u,a,yy))?null:i}return r}},Cy=function(n,e){return H.map(e,function(e){var t=n.fire("GetSelectionRange",{range:e});return t.range!==e?t.range:e})},xy=function(e,t){return qn.fromDom(e.dom().cloneNode(t))},wy=function(e){return xy(e,!0)},Ny=function(e){return xy(e,!1)},Ey=wy,Sy=function(e,t){var n=(t||document).createDocumentFragment();return H.each(e,function(e){n.appendChild(e.dom())}),qn.fromDom(n)},ky=function(t){return qr.firstChild(t).fold(V.constant([t]),function(e){return[t].concat(ky(e))})},Ty=function(t){return qr.lastChild(t).fold(V.constant([t]),function(e){return"br"===Qn.name(e)?qr.prevSibling(e).map(function(e){return[t].concat(Ty(e))}).getOr([]):[t].concat(Ty(e))})},Ay=function(o,e){return sa([(i=e,a=i.startContainer,u=i.startOffset,Ao.isText(a)?0===u?A.some(qn.fromDom(a)):A.none():A.from(a.childNodes[u]).map(qn.fromDom)),(t=e,n=t.endContainer,r=t.endOffset,Ao.isText(n)?r===n.data.length?A.some(qn.fromDom(n)):A.none():A.from(n.childNodes[r-1]).map(qn.fromDom))],function(e,t){var n=H.find(ky(o),V.curry(Or.eq,e)),r=H.find(Ty(o),V.curry(Or.eq,t));return n.isSome()&&r.isSome()}).getOr(!1);var t,n,r,i,a,u},Ry=function(e,t,n,r){var o=n,i=new no(n,o),a=e.schema.getNonEmptyElements();do{if(3===n.nodeType&&0!==Lt.trim(n.nodeValue).length)return void(r?t.setStart(n,0):t.setEnd(n,n.nodeValue.length));if(a[n.nodeName]&&!/^(TD|TH)$/.test(n.nodeName))return void(r?t.setStartBefore(n):"BR"===n.nodeName?t.setEndBefore(n):t.setEndAfter(n));if(ge.ie&&ge.ie<11&&e.isBlock(n)&&e.isEmpty(n))return void(r?t.setStart(n,0):t.setEnd(n,0))}while(n=r?i.next():i.prev());"BODY"===o.nodeName&&(r?t.setStart(o,0):t.setEnd(o,o.childNodes.length))},By=wr.immutable("element","width","rows"),_y=wr.immutable("element","cells"),Dy=wr.immutable("x","y"),Oy=function(e,t){var n=parseInt(cr.get(e,t),10);return isNaN(n)?1:n},Py=function(e){return H.foldl(e,function(e,t){return t.cells().length>e?t.cells().length:e},0)},Ly=function(e,t){for(var n=e.rows(),r=0;r<n.length;r++)for(var o=n[r].cells(),i=0;i<o.length;i++)if(Or.eq(o[i],t))return A.some(Dy(i,r));return A.none()},Iy=function(e,t,n,r,o){for(var i=[],a=e.rows(),u=n;u<=o;u++){var s=a[u].cells(),c=t<r?s.slice(t,r+1):s.slice(r,t+1);i.push(_y(a[u].element(),c))}return i},My=function(e){var o=By(Ny(e),0,[]);return H.each(fu(e,"tr"),function(n,r){H.each(fu(n,"td,th"),function(e,t){!function(e,t,n,r,o){for(var i=Oy(o,"rowspan"),a=Oy(o,"colspan"),u=e.rows(),s=n;s<n+i;s++){u[s]||(u[s]=_y(Ey(r),[]));for(var c=t;c<t+a;c++)u[s].cells()[c]=s===n&&c===t?o:Ny(o)}}(o,function(e,t,n){for(;r=t,o=n,i=void 0,((i=e.rows())[o]?i[o].cells():[])[r];)t++;var r,o,i;return t}(o,t,r),r,n,e)})}),By(o.element(),Py(o.rows()),o.rows())},Fy=function(e){return i=t=e,n=H.map(i.rows(),function(e){var t=H.map(e.cells(),function(e){var t=Ey(e);return cr.remove(t,"colspan"),cr.remove(t,"rowspan"),t}),n=Ny(e.element());return Pc(n,t),n}),r=Ny(t.element()),o=qn.fromTag("tbody"),Pc(o,n),Fu.append(r,o),r;var t,n,r,o,i},zy=function(l,e,t){return Ly(l,e).bind(function(c){return Ly(l,t).map(function(e){return t=l,r=e,o=(n=c).x(),i=n.y(),a=r.x(),u=r.y(),s=i<u?Iy(t,o,i,a,u):Iy(t,o,u,a,i),By(t.element(),Py(s),s);var t,n,r,o,i,a,u,s})})},Uy=function(n,t){return H.find(n,function(e){return"li"===Qn.name(e)&&Ay(e,t)}).fold(V.constant([]),function(e){return(t=n,H.find(t,function(e){return"ul"===Qn.name(e)||"ol"===Qn.name(e)})).map(function(e){return[qn.fromTag("li"),qn.fromTag(Qn.name(e))]}).getOr([]);var t})},qy=function(e,t){var n,r=qn.fromDom(t.commonAncestorContainer),o=Ml(r,e),i=H.filter(o,function(e){return co(e)||uo(e)}),a=Uy(o,t),u=i.concat(a.length?a:po(n=r)?qr.parent(n).filter(mo).fold(V.constant([]),function(e){return[n,e]}):mo(n)?[n]:[]);return H.map(u,Ny)},Vy=function(){return Sy([])},Hy=function(e,t){return n=qn.fromDom(t.cloneContents()),r=qy(e,t),o=H.foldl(r,function(e,t){return Fu.append(t,e),t},n),0<r.length?Sy([o]):o;var n,r,o},jy=function(e,o){return(t=e,n=o[0],bl(n,"table",V.curry(Or.eq,t))).bind(function(e){var t=o[0],n=o[o.length-1],r=My(e);return zy(r,t,n).map(function(e){return Sy([Fy(e)])})}).getOrThunk(Vy);var t,n},$y=function(e,t){var n,r,o=Td(t,e);return 0<o.length?jy(e,o):(n=e,0<(r=t).length&&r[0].collapsed?Vy():Hy(n,r[0]))},Wy=function(e,t){var n,r=e.selection.getRng(),o=e.dom.create("body"),i=e.selection.getSel(),a=Cy(e,xd(i));if((t=t||{}).get=!0,t.format=t.format||"html",t.selection=!0,(t=e.fire("BeforeGetContent",t)).isDefaultPrevented())return e.fire("GetContent",t),t.content;if("text"===t.format)return e.selection.isCollapsed()?"":Si(r.text||(i.toString?i.toString():""));r.cloneContents?(n=t.contextual?$y(qn.fromDom(e.getBody()),a).dom():r.cloneContents())&&o.appendChild(n):r.item!==undefined||r.htmlText!==undefined?(o.innerHTML="<br>"+(r.item?r.item(0).outerHTML:r.htmlText),o.removeChild(o.firstChild)):o.innerHTML=r.toString(),t.getInner=!0;var u=e.selection.serializer.serialize(o,t);return"tree"===t.format?u:(t.content=e.selection.isCollapsed()?"":u,e.fire("GetContent",t),t.content)},Ky=function(e,t,n){var r,o,i,a=e.selection.getRng(),u=e.getDoc();if((n=n||{format:"html"}).set=!0,n.selection=!0,n.content=t,n.no_events||!(n=e.fire("BeforeSetContent",n)).isDefaultPrevented()){if(t=n.content,a.insertNode){t+='<span id="__caret">_</span>',a.startContainer===u&&a.endContainer===u?u.body.innerHTML=t:(a.deleteContents(),0===u.body.childNodes.length?u.body.innerHTML=t:a.createContextualFragment?a.insertNode(a.createContextualFragment(t)):(o=u.createDocumentFragment(),i=u.createElement("div"),o.appendChild(i),i.outerHTML=t,a.insertNode(o))),r=e.dom.get("__caret"),(a=u.createRange()).setStartBefore(r),a.setEndBefore(r),e.selection.setRng(a),e.dom.remove("__caret");try{e.selection.setRng(a)}catch(s){}}else a.item&&(u.execCommand("Delete",!1,null),a=e.getRng()),/^\s+/.test(t)?(a.pasteHTML('<span id="__mce_tmp">_</span>'+t),e.dom.remove("__mce_tmp")):a.pasteHTML(t);n.no_events||e.fire("SetContent",n)}else e.fire("SetContent",n)},Xy=function(e,t,n,r,o){var i=n?t.startContainer:t.endContainer,a=n?t.startOffset:t.endOffset;return A.from(i).map(qn.fromDom).map(function(e){return r&&t.collapsed?e:qr.child(e,o(e,a)).getOr(e)}).bind(function(e){return Qn.isElement(e)?A.some(e):qr.parent(e)}).map(function(e){return e.dom()}).getOr(e)},Yy=function(e,t,n){return Xy(e,t,!0,n,function(e,t){return Math.min(qr.childNodesCount(e),t)})},Gy=function(e,t,n){return Xy(e,t,!1,n,function(e,t){return 0<t?t-1:t})},Jy=function(e,t){for(var n=e;e&&Ao.isText(e)&&0===e.length;)e=t?e.nextSibling:e.previousSibling;return e||n},Qy=Lt.each,Zy=function(e){return!!e.select},eb=function(e){return!(!e||!e.ownerDocument)&&Or.contains(qn.fromDom(e.ownerDocument),qn.fromDom(e))},tb=function(u,s,e,c){var n,t,l,f,a,r=function(e,t){return Ky(c,e,t)},o=function(e){var t=m();t.collapse(!!e),i(t)},d=function(){return s.getSelection?s.getSelection():s.document.selection},m=function(){var e,t,n,r,o=function(e,t,n){try{return t.compareBoundaryPoints(e,n)}catch(r){return-1}};if(!s)return null;if(null==(r=s.document))return null;if(c.bookmark!==undefined&&!1===dp(c)){var i=_m.getRng(c);if(i.isSome())return i.map(function(e){return Cy(c,[e])[0]}).getOr(r.createRange())}try{(e=d())&&(t=0<e.rangeCount?e.getRangeAt(0):e.createRange?e.createRange():r.createRange())}catch(a){}return(t=Cy(c,[t])[0])||(t=r.createRange?r.createRange():r.body.createTextRange()),t.setStart&&9===t.startContainer.nodeType&&t.collapsed&&(n=u.getRoot(),t.setStart(n,0),t.setEnd(n,0)),l&&f&&(0===o(t.START_TO_START,t,l)&&0===o(t.END_TO_END,t,l)?t=f:f=l=null),t},i=function(e,t){var n,r;if((o=e)&&(Zy(o)||eb(o.startContainer)&&eb(o.endContainer))){var o,i=Zy(e)?e:null;if(i){f=null;try{i.select()}catch(a){}}else{if(n=d(),e=c.fire("SetSelectionRange",{range:e,forward:t}).range,n){f=e;try{n.removeAllRanges(),n.addRange(e)}catch(a){}!1===t&&n.extend&&(n.collapse(e.endContainer,e.endOffset),n.extend(e.startContainer,e.startOffset)),l=0<n.rangeCount?n.getRangeAt(0):null}e.collapsed||e.startContainer!==e.endContainer||!n.setBaseAndExtent||ge.ie||e.endOffset-e.startOffset<2&&e.startContainer.hasChildNodes()&&(r=e.startContainer.childNodes[e.startOffset])&&"IMG"===r.tagName&&(n.setBaseAndExtent(e.startContainer,e.startOffset,e.endContainer,e.endOffset),n.anchorNode===e.startContainer&&n.focusNode===e.endContainer||n.setBaseAndExtent(r,0,r,1)),c.fire("AfterSetSelectionRange",{range:e,forward:t})}}},p=function(){var e,t,n=d();return!(n&&n.anchorNode&&n.focusNode)||((e=u.createRng()).setStart(n.anchorNode,n.anchorOffset),e.collapse(!0),(t=u.createRng()).setStart(n.focusNode,n.focusOffset),t.collapse(!0),e.compareBoundaryPoints(e.START_TO_START,t)<=0)},g={bookmarkManager:null,controlSelection:null,dom:u,win:s,serializer:e,editor:c,collapse:o,setCursorLocation:function(e,t){var n=u.createRng();e?(n.setStart(e,t),n.setEnd(e,t),i(n),o(!1)):(Ry(u,n,c.getBody(),!0),i(n))},getContent:function(e){return Wy(c,e)},setContent:r,getBookmark:function(e,t){return n.getBookmark(e,t)},moveToBookmark:function(e){return n.moveToBookmark(e)},select:function(e,t){var r,n,o;return(r=u,n=e,o=t,A.from(n).map(function(e){var t=r.nodeIndex(e),n=r.createRng();return n.setStart(e.parentNode,t),n.setEnd(e.parentNode,t+1),o&&(Ry(r,n,e,!0),Ry(r,n,e,!1)),n})).each(i),e},isCollapsed:function(){var e=m(),t=d();return!(!e||e.item)&&(e.compareEndPoints?0===e.compareEndPoints("StartToEnd",e):!t||e.collapsed)},isForward:p,setNode:function(e){return r(u.getOuterHTML(e)),e},getNode:function(){return e=c.getBody(),(t=m())?(r=t.startContainer,o=t.endContainer,i=t.startOffset,a=t.endOffset,n=t.commonAncestorContainer,!t.collapsed&&(r===o&&a-i<2&&r.hasChildNodes()&&(n=r.childNodes[i]),3===r.nodeType&&3===o.nodeType&&(r=r.length===i?Jy(r.nextSibling,!0):r.parentNode,o=0===a?Jy(o.previousSibling,!1):o.parentNode,r&&r===o))?r:n&&3===n.nodeType?n.parentNode:n):e;var e,t,n,r,o,i,a},getSel:d,setRng:i,getRng:m,getStart:function(e){return Yy(c.getBody(),m(),e)},getEnd:function(e){return Gy(c.getBody(),m(),e)},getSelectedBlocks:function(e,t){return function(e,t,n,r){var o,i,a=[];if(i=e.getRoot(),n=e.getParent(n||Yy(i,t,!1),e.isBlock),r=e.getParent(r||Gy(i,t,!1),e.isBlock),n&&n!==i&&a.push(n),n&&r&&n!==r)for(var u=new no(o=n,i);(o=u.next())&&o!==r;)e.isBlock(o)&&a.push(o);return r&&n!==r&&r!==i&&a.push(r),a}(u,m(),e,t)},normalize:function(){var e=m();if(!Nd(d())){var t=rm.normalize(u,e);return t.each(function(e){i(e,p())}),t.getOr(e)}return e},selectorChanged:function(e,t){var i;return a||(a={},i={},c.on("NodeChange",function(e){var n=e.element,r=u.getParents(n,null,u.getRoot()),o={};Qy(a,function(e,n){Qy(r,function(t){if(u.is(t,n))return i[n]||(Qy(e,function(e){e(!0,{node:t,selector:n,parents:r})}),i[n]=e),o[n]=e,!1})}),Qy(i,function(e,t){o[t]||(delete i[t],Qy(e,function(e){e(!1,{node:n,selector:t,parents:r})}))})})),a[e]||(a[e]=[]),a[e].push(t),g},getScrollContainer:function(){for(var e,t=u.getRoot();t&&"BODY"!==t.nodeName;){if(t.scrollHeight>t.clientHeight){e=t;break}t=t.parentNode}return e},scrollIntoView:function(e,t){return yu(c,e,t)},placeCaretAt:function(e,t){return i(by.fromPoint(e,t,c.getDoc()))},getBoundingClientRect:function(){var e=m();return e.collapsed?Ba.fromRangeStart(e).getClientRects()[0]:e.getBoundingClientRect()},destroy:function(){s=l=f=null,t.destroy()}};return n=py(g),t=vy(g,c),g.bookmarkManager=n,g.controlSelection=t,g},nb=Ao.isContentEditableFalse,rb=ta,ob=ks,ib=Ss,ab=function(e,t){for(;t=e(t);)if(t.isVisible())return t;return t},ub=function(e,t,n,r){var o,i,a,u,s,c,l=e===eu.Forwards,f=l?ib:ob;return!r.collapsed&&(o=rb(r),nb(o))?Ga(e,t,o,e===eu.Backwards,!0):(u=Ai(r.startContainer),f(i=Es(e,t.getBody(),r))?Ja(t,i.getNode(!l)):(i=n(i))?f(i)?Ga(e,t,i.getNode(!l),l,!0):f(a=n(i))&&(!(c=ps(s=i,a))&&Ao.isBr(s.getNode())||c)?Ga(e,t,a.getNode(!l),l,!0):u?Za(t,i.toRange(),!0):null:u?r:null)},sb=function(e,t,n,r){var o,i,a,u,s,c,l,f,d;if(d=rb(r),o=Es(e,t.getBody(),r),i=n(t.getBody(),mg(1),o),a=Bt.filter(i,pg(1)),s=Bt.last(o.getClientRects()),(ib(o)||Ts(o))&&(d=o.getNode()),(ob(o)||As(o))&&(d=o.getNode(!0)),!s)return null;if(c=s.left,(u=Cg(a,c))&&nb(u.node))return l=Math.abs(c-u.left),f=Math.abs(c-u.right),Ga(e,t,u.node,l<f,!0);if(d){var m=function(e,t,n,r){var o,i,a,u,s,c,l=js(t),f=[],d=0,m=function(e){return Bt.last(e.getClientRects())};1===e?(o=l.next,i=ea,a=Zi,u=Ba.after(r)):(o=l.prev,i=Zi,a=ea,u=Ba.before(r)),c=m(u);do{if(u.isVisible()&&!a(s=m(u),c)){if(0<f.length&&i(s,Bt.last(f))&&d++,(s=Gi(s)).position=u,s.line=d,n(s))return f;f.push(s)}}while(u=o(u));return f}(e,t.getBody(),mg(1),d);if(u=Cg(Bt.filter(m,pg(1)),c))return Za(t,u.position.toRange(),!0);if(u=Bt.last(Bt.filter(m,pg(0))))return Za(t,u.position.toRange(),!0)}},cb=function(e,t,n){var r,o,i,a,u=js(e.getBody()),s=ua.curry(ab,u.next),c=ua.curry(ab,u.prev);if(n.collapsed&&e.settings.forced_root_block){if(!(r=e.dom.getParent(n.startContainer,"PRE")))return;(1===t?s(Ba.fromRangeStart(n)):c(Ba.fromRangeStart(n)))||(a=(i=e).dom.create(i.settings.forced_root_block),(!ge.ie||11<=ge.ie)&&(a.innerHTML='<br data-mce-bogus="1">'),o=a,1===t?e.$(r).after(o):e.$(r).before(o),e.selection.select(o,!0),e.selection.collapse())}},lb=function(l,f){return function(){var e,t,n,r,o,i,a,u,s,c=(t=f,r=js((e=l).getBody()),o=ua.curry(ab,r.next),i=ua.curry(ab,r.prev),a=t?eu.Forwards:eu.Backwards,u=t?o:i,s=e.selection.getRng(),(n=ub(a,e,u,s))?n:(n=cb(e,a,s))||null);return!!c&&(l.selection.setRng(c),!0)}},fb=function(u,s){return function(){var e,t,n,r,o,i,a=(r=(t=s)?1:-1,o=t?dg:fg,i=(e=u).selection.getRng(),(n=sb(r,e,o,i))?n:(n=cb(e,r,i))||null);return!!a&&(u.selection.setRng(a),!0)}},db=function(e,r){return H.bind((t=e,H.map(t,function(e){return Fv.merge({shiftKey:!1,altKey:!1,ctrlKey:!1,metaKey:!1,keyCode:0,action:V.noop},e)})),function(e){return t=e,(n=r).keyCode===t.keyCode&&n.shiftKey===t.shiftKey&&n.altKey===t.altKey&&n.ctrlKey===t.ctrlKey&&n.metaKey===t.metaKey?[e]:[];var t,n});var t},mb=function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];var r=Array.prototype.slice.call(arguments,1);return function(){return e.apply(null,r)}},pb=function(e,t){return H.find(db(e,t),function(e){return e.action()})},gb=function(i,a){i.on("keydown",function(e){var t,n,r,o;!1===e.isDefaultPrevented()&&(t=i,n=a,r=e,o=zn.detect().os,pb([{keyCode:kg.RIGHT,action:lb(t,!0)},{keyCode:kg.LEFT,action:lb(t,!1)},{keyCode:kg.UP,action:fb(t,!1)},{keyCode:kg.DOWN,action:fb(t,!0)},{keyCode:kg.RIGHT,action:Yu(t,!0)},{keyCode:kg.LEFT,action:Yu(t,!1)},{keyCode:kg.UP,action:Gu(t,!1)},{keyCode:kg.DOWN,action:Gu(t,!0)},{keyCode:kg.RIGHT,action:td.move(t,n,!0)},{keyCode:kg.LEFT,action:td.move(t,n,!1)},{keyCode:kg.RIGHT,ctrlKey:!o.isOSX(),altKey:o.isOSX(),action:td.moveNextWord(t,n)},{keyCode:kg.LEFT,ctrlKey:!o.isOSX(),altKey:o.isOSX(),action:td.movePrevWord(t,n)}],r).each(function(e){r.preventDefault()}))})},hb=function(e){return 1===qr.children(e).length},vb=function(e,t,n,r){var o,i,a,u,s=V.curry(Hh,t),c=H.map(H.filter(r,s),function(e){return e.dom()});if(0===c.length)lf(t,e,n);else{var l=(o=n.dom(),i=c,a=Ih(!1),u=qh(i,a.dom()),Fu.before(qn.fromDom(o),a),Ic.remove(qn.fromDom(o)),Ba(u,0));t.selection.setRng(l.toRange())}},yb=function(n,r){var t,e=qn.fromDom(n.getBody()),o=qn.fromDom(n.selection.getStart()),i=H.filter((t=Ml(o,e),H.findIndex(t,so).fold(V.constant(t),function(e){return t.slice(0,e)})),hb);return H.last(i).map(function(e){var t=Ba.fromRangeStart(n.selection.getRng());return!!vl(r,t,e.dom())&&(vb(r,n,e,i),!0)}).getOr(!1)},bb=function(e,t){return!!e.selection.isCollapsed()&&yb(e,t)},Cb=function(o,i){o.on("keydown",function(e){var t,n,r;!1===e.isDefaultPrevented()&&(t=o,n=i,r=e,pb([{keyCode:kg.BACKSPACE,action:mb(mf,t,!1)},{keyCode:kg.DELETE,action:mb(mf,t,!0)},{keyCode:kg.BACKSPACE,action:mb(id,t,n,!1)},{keyCode:kg.DELETE,action:mb(id,t,n,!0)},{keyCode:kg.BACKSPACE,action:mb(Xl,t,!1)},{keyCode:kg.DELETE,action:mb(Xl,t,!0)},{keyCode:kg.BACKSPACE,action:mb(jl,t,!1)},{keyCode:kg.DELETE,action:mb(jl,t,!0)},{keyCode:kg.BACKSPACE,action:mb(Fd,t,!1)},{keyCode:kg.DELETE,action:mb(Fd,t,!0)},{keyCode:kg.BACKSPACE,action:mb(bb,t,!1)},{keyCode:kg.DELETE,action:mb(bb,t,!0)}],r).each(function(e){r.preventDefault()}))}),o.on("keyup",function(e){var t,n;!1===e.isDefaultPrevented()&&(t=o,n=e,pb([{keyCode:kg.BACKSPACE,action:mb(pf,t)},{keyCode:kg.DELETE,action:mb(pf,t)}],n))})},xb=function(e){return A.from(e.dom.getParent(e.selection.getStart(!0),e.dom.isBlock))},wb=function(e,t){var n,r,o,i=t,a=e.dom,u=e.schema.getMoveCaretBeforeOnEnterElements();if(t){if(/^(LI|DT|DD)$/.test(t.nodeName)){var s=function(e){for(;e;){if(1===e.nodeType||3===e.nodeType&&e.data&&/[\r\n\s]/.test(e.data))return e;e=e.nextSibling}}(t.firstChild);s&&/^(UL|OL|DL)$/.test(s.nodeName)&&t.insertBefore(a.doc.createTextNode("\xa0"),t.firstChild)}if(o=a.createRng(),t.normalize(),t.hasChildNodes()){for(n=new no(t,t);r=n.current();){if(Ao.isText(r)){o.setStart(r,0),o.setEnd(r,0);break}if(u[r.nodeName.toLowerCase()]){o.setStartBefore(r),o.setEndBefore(r);break}i=r,r=n.next()}r||(o.setStart(i,0),o.setEnd(i,0))}else Ao.isBr(t)?t.nextSibling&&a.isBlock(t.nextSibling)?(o.setStartBefore(t),o.setEndBefore(t)):(o.setStartAfter(t),o.setEndAfter(t)):(o.setStart(t,0),o.setEnd(t,0));e.selection.setRng(o),a.remove(void 0),e.selection.scrollIntoView(t)}},Nb=function(e,t){var n,r,o=e.getRoot();for(n=t;n!==o&&"false"!==e.getContentEditable(n);)"true"===e.getContentEditable(n)&&(r=n),n=n.parentNode;return n!==o?r:o},Eb=xb,Sb=function(e){return xb(e).fold(V.constant(""),function(e){return e.nodeName.toUpperCase()})},kb=function(e){return xb(e).filter(function(e){return po(qn.fromDom(e))}).isSome()},Tb=function(e,t){return e&&e.parentNode&&e.parentNode.nodeName===t},Ab=function(e){return e&&/^(OL|UL|LI)$/.test(e.nodeName)},Rb=function(e){var t=e.parentNode;return/^(LI|DT|DD)$/.test(t.nodeName)?t:e},Bb=function(e,t,n){for(var r=e[n?"firstChild":"lastChild"];r&&!Ao.isElement(r);)r=r[n?"nextSibling":"previousSibling"];return r===t},_b=function(e,t,n,r,o){var i=e.dom,a=e.selection.getRng();if(n!==e.getBody()){var u;Ab(u=n)&&Ab(u.parentNode)&&(o="LI");var s,c,l=o?t(o):i.create("BR");if(Bb(n,r,!0)&&Bb(n,r,!1))Tb(n,"LI")?i.insertAfter(l,Rb(n)):i.replace(l,n);else if(Bb(n,r,!0))Tb(n,"LI")?(i.insertAfter(l,Rb(n)),l.appendChild(i.doc.createTextNode(" ")),l.appendChild(n)):n.parentNode.insertBefore(l,n);else if(Bb(n,r,!1))i.insertAfter(l,Rb(n));else{n=Rb(n);var f=a.cloneRange();f.setStartAfter(r),f.setEndAfter(n);var d=f.extractContents();"LI"===o&&(c="LI",(s=d).firstChild&&s.firstChild.nodeName===c)?(l=d.firstChild,i.insertAfter(d,n)):(i.insertAfter(d,n),i.insertAfter(l,n))}i.remove(r),wb(e,l)}},Db=function(e){e.innerHTML='<br data-mce-bogus="1">'},Ob=function(e,t){return e.nodeName===t||e.previousSibling&&e.previousSibling.nodeName===t},Pb=function(e,t){return t&&e.isBlock(t)&&!/^(TD|TH|CAPTION|FORM)$/.test(t.nodeName)&&!/^(fixed|absolute)/i.test(t.style.position)&&"true"!==e.getContentEditable(t)},Lb=function(e,t,n){return!1===Ao.isText(t)?n:e?1===n&&t.data.charAt(n-1)===Ei?0:n:n===t.data.length-1&&t.data.charAt(n)===Ei?t.data.length:n},Ib=function(e,t){var n,r,o=e.getRoot();for(n=t;n!==o&&"false"!==e.getContentEditable(n);)"true"===e.getContentEditable(n)&&(r=n),n=n.parentNode;return n!==o?r:o},Mb=function(e,t){var n=Au(e);n&&n.toLowerCase()===t.tagName.toLowerCase()&&e.dom.setAttribs(t,Ru(e))},Fb=function(a,e){var t,u,s,i,c,n,r,o,l,f,d,m,p,g,h,v,y,b,C=a.dom,x=a.schema,w=x.getNonEmptyElements(),N=a.selection.getRng(),E=function(e){var t,n,r,o=s,i=x.getTextInlineElements();if(e||"TABLE"===f||"HR"===f?(t=C.create(e||m),Mb(a,t)):t=c.cloneNode(!1),r=t,!1===Du(a))C.setAttrib(t,"style",null),C.setAttrib(t,"class",null);else do{if(i[o.nodeName]){if(xc(o))continue;n=o.cloneNode(!1),C.setAttrib(n,"id",""),t.hasChildNodes()?n.appendChild(t.firstChild):r=n,t.appendChild(n)}}while((o=o.parentNode)&&o!==u);return Db(r),t},S=function(e){var t,n,r,o;if(o=Lb(e,s,i),Ao.isText(s)&&(e?0<o:o<s.nodeValue.length))return!1;if(s.parentNode===c&&p&&!e)return!0;if(e&&Ao.isElement(s)&&s===c.firstChild)return!0;if(Ob(s,"TABLE")||Ob(s,"HR"))return p&&!e||!p&&e;for(t=new no(s,c),Ao.isText(s)&&(e&&0===o?t.prev():e||o!==s.nodeValue.length||t.next());n=t.current();){if(Ao.isElement(n)){if(!n.getAttribute("data-mce-bogus")&&(r=n.nodeName.toLowerCase(),w[r]&&"br"!==r))return!1}else if(Ao.isText(n)&&!/^[ \t\r\n]*$/.test(n.nodeValue))return!1;e?t.prev():t.next()}return!0},k=function(){r=/^(H[1-6]|PRE|FIGURE)$/.test(f)&&"HGROUP"!==d?E(m):E(),Ou(a)&&Pb(C,l)&&C.isEmpty(c)?r=C.split(l,c):C.insertAfter(r,c),wb(a,r)};rm.normalize(C,N).each(function(e){N.setStart(e.startContainer,e.startOffset),N.setEnd(e.endContainer,e.endOffset)}),s=N.startContainer,i=N.startOffset,m=Au(a),n=e.shiftKey,Ao.isElement(s)&&s.hasChildNodes()&&(p=i>s.childNodes.length-1,s=s.childNodes[Math.min(i,s.childNodes.length-1)]||s,i=p&&Ao.isText(s)?s.nodeValue.length:0),(u=Ib(C,s))&&((m&&!n||!m&&n)&&(s=function(e,t,n,r,o){var i,a,u,s,c,l,f,d=t||"P",m=e.dom,p=Ib(m,r);if(!(a=m.getParent(r,m.isBlock))||!Pb(m,a)){if(l=(a=a||p)===e.getBody()||(f=a)&&/^(TD|TH|CAPTION)$/.test(f.nodeName)?a.nodeName.toLowerCase():a.parentNode.nodeName.toLowerCase(),!a.hasChildNodes())return i=m.create(d),Mb(e,i),a.appendChild(i),n.setStart(i,0),n.setEnd(i,0),i;for(s=r;s.parentNode!==a;)s=s.parentNode;for(;s&&!m.isBlock(s);)s=(u=s).previousSibling;if(u&&e.schema.isValidChild(l,d.toLowerCase())){for(i=m.create(d),Mb(e,i),u.parentNode.insertBefore(i,u),s=u;s&&!m.isBlock(s);)c=s.nextSibling,i.appendChild(s),s=c;n.setStart(r,o),n.setEnd(r,o)}}return r}(a,m,N,s,i)),c=C.getParent(s,C.isBlock),l=c?C.getParent(c.parentNode,C.isBlock):null,f=c?c.nodeName.toUpperCase():"","LI"!==(d=l?l.nodeName.toUpperCase():"")||e.ctrlKey||(l=(c=l).parentNode,f=d),/^(LI|DT|DD)$/.test(f)&&C.isEmpty(c)?_b(a,E,l,c,m):m&&c===a.getBody()||(m=m||"P",Ai(c)?(r=Mi(c),C.isEmpty(c)&&Db(c),wb(a,r)):S()?k():S(!0)?(r=c.parentNode.insertBefore(E(),c),wb(a,Ob(c,"HR")?r:c)):((t=(y=N,b=y.cloneRange(),b.setStart(y.startContainer,Lb(!0,y.startContainer,y.startOffset)),b.setEnd(y.endContainer,Lb(!1,y.endContainer,y.endOffset)),b).cloneRange()).setEndAfter(c),function(e){for(;Ao.isText(e)&&(e.nodeValue=e.nodeValue.replace(/^[\r\n]+/,"")),e=e.firstChild;);}(o=t.extractContents()),r=o.firstChild,C.insertAfter(o,c),function(e,t,n){var r,o=n,i=[];if(o){for(;o=o.firstChild;){if(e.isBlock(o))return;Ao.isElement(o)&&!t[o.nodeName.toLowerCase()]&&i.push(o)}for(r=i.length;r--;)!(o=i[r]).hasChildNodes()||o.firstChild===o.lastChild&&""===o.firstChild.nodeValue?e.remove(o):(a=o)&&"A"===a.nodeName&&0===Lt.trim(Si(a.innerText||a.textContent)).length&&e.remove(o);var a}}(C,w,r),g=C,(h=c).normalize(),(v=h.lastChild)&&!/^(left|right)$/gi.test(g.getStyle(v,"float",!0))||g.add(h,"br"),C.isEmpty(c)&&Db(c),r.normalize(),C.isEmpty(r)?(C.remove(r),k()):wb(a,r)),C.setAttrib(r,"id",""),a.fire("NewBlock",{newBlock:r})))},zb=function(e,t){return Eb(e).filter(function(e){return 0<t.length&&Br.is(qn.fromDom(e),t)}).isSome()},Ub=function(e){return zb(e,Bu(e))},qb=function(e){return zb(e,_u(e))},Vb=Yl([{br:[]},{block:[]},{none:[]}]),Hb=function(e,t){return qb(e)},jb=function(n){return function(e,t){return""===Au(e)===n}},$b=function(n){return function(e,t){return kb(e)===n}},Wb=function(n){return function(e,t){return"PRE"===Sb(e)===n}},Kb=function(n){return function(e,t){return Tu(e)===n}},Xb=function(e,t){return Ub(e)},Yb=function(e,t){return t},Gb=function(e){var t=Au(e),n=Nb(e.dom,e.selection.getStart());return n&&e.schema.isValidChild(n.nodeName,t||"P")},Jb=function(e,t){return function(n,r){return H.foldl(e,function(e,t){return e&&t(n,r)},!0)?A.some(t):A.none()}},Qb=function(e,t){return Sf([Jb([Hb],Vb.none()),Jb([Wb(!0),Kb(!1),Yb],Vb.br()),Jb([Wb(!0),Kb(!1)],Vb.block()),Jb([Wb(!0),Kb(!0),Yb],Vb.block()),Jb([Wb(!0),Kb(!0)],Vb.br()),Jb([$b(!0),Yb],Vb.br()),Jb([$b(!0)],Vb.block()),Jb([jb(!0),Yb,Gb],Vb.block()),Jb([jb(!0)],Vb.br()),Jb([Xb],Vb.br()),Jb([jb(!1),Yb],Vb.br()),Jb([Gb],Vb.block())],[e,t.shiftKey]).getOr(Vb.none())},Zb=function(e,t){Qb(e,t).fold(function(){mm.insert(e,t)},function(){Fb(e,t)},V.noop)},eC=function(o){o.on("keydown",function(e){var t,n,r;e.keyCode===kg.ENTER&&(t=o,(n=e).isDefaultPrevented()||(n.preventDefault(),(r=t.undoManager).typing&&(r.typing=!1,r.add()),t.undoManager.transact(function(){!1===t.selection.isCollapsed()&&t.execCommand("Delete"),Zb(t,n)})))})},tC=function(e,t,n){return u=t,!(!nC(n)||!Ao.isText(u.container())||(r=e,i=(o=t).container(),a=o.offset(),i.insertData(a,"\xa0"),r.selection.setCursorLocation(i,a+1),0));var r,o,i,a,u},nC=function(e){return e.fold(V.constant(!1),V.constant(!0),V.constant(!0),V.constant(!1))},rC=function(e){return!!e.selection.isCollapsed()&&(t=e,n=V.curry(pl.isInlineTarget,t),r=Ba.fromRangeStart(t.selection.getRng()),Hf(n,t.getBody(),r).map(V.curry(tC,t,r)).getOr(!1));var t,n,r},oC=function(r){r.on("keydown",function(e){var t,n;!1===e.isDefaultPrevented()&&(t=r,n=e,pb([{keyCode:kg.SPACEBAR,action:mb(rC,t)}],n).each(function(e){n.preventDefault()}))})},iC=function(e,t){var n;t.hasAttribute("data-mce-caret")&&(Mi(t),(n=e).selection.setRng(n.selection.getRng()),e.selection.scrollIntoView(t))},aC=function(e,t){var n,r=(n=e,Cl(qn.fromDom(n.getBody()),"*[data-mce-caret]").fold(V.constant(null),function(e){return e.dom()}));if(r)return"compositionstart"===t.type?(t.preventDefault(),t.stopPropagation(),void iC(e,r)):void(_i(r)&&(iC(e,r),e.undoManager.add()))},uC=function(e){e.on("keyup compositionstart",V.curry(aC,e))},sC=function(e){var t=td.setupSelectedState(e);uC(e),gb(e,t),Cb(e,t),eC(e),oC(e)};function cC(u){var s,n,r,o=Lt.each,c=kg.BACKSPACE,l=kg.DELETE,f=u.dom,d=u.selection,e=u.settings,t=u.parser,i=ge.gecko,a=ge.ie,m=ge.webkit,p="data:text/mce-internal,",g=a?"Text":"URL",h=function(e,t){try{u.getDoc().execCommand(e,!1,t)}catch(n){}},v=function(e){return e.isDefaultPrevented()},y=function(){u.shortcuts.add("meta+a",null,"SelectAll")},b=function(){u.on("keydown",function(e){if(!v(e)&&e.keyCode===c&&d.isCollapsed()&&0===d.getRng().startOffset){var t=d.getNode().previousSibling;if(t&&t.nodeName&&"table"===t.nodeName.toLowerCase())return e.preventDefault(),!1}})},C=function(){u.inline||(u.contentStyles.push("body {min-height: 150px}"),u.on("click",function(e){var t;if("HTML"===e.target.nodeName){if(11<ge.ie)return void u.getBody().focus();t=u.selection.getRng(),u.getBody().focus(),u.selection.setRng(t),u.selection.normalize(),u.nodeChanged()}}))};return u.on("keydown",function(e){var t,n,r,o,i;if(!v(e)&&e.keyCode===kg.BACKSPACE&&(n=(t=d.getRng()).startContainer,r=t.startOffset,o=f.getRoot(),i=n,t.collapsed&&0===r)){for(;i&&i.parentNode&&i.parentNode.firstChild===i&&i.parentNode!==o;)i=i.parentNode;"BLOCKQUOTE"===i.tagName&&(u.formatter.toggle("blockquote",null,i),(t=f.createRng()).setStart(n,0),t.setEnd(n,0),d.setRng(t))}}),s=function(e){var t=f.create("body"),n=e.cloneContents();return t.appendChild(n),d.serializer.serialize(t,{format:"html"})},u.on("keydown",function(e){var t,n,r,o,i,a=e.keyCode;if(!v(e)&&(a===l||a===c)){if(t=u.selection.isCollapsed(),n=u.getBody(),t&&!f.isEmpty(n))return;if(!t&&(r=u.selection.getRng(),o=s(r),(i=f.createRng()).selectNode(u.getBody()),o!==s(i)))return;e.preventDefault(),u.setContent(""),n.firstChild&&f.isBlock(n.firstChild)?u.selection.setCursorLocation(n.firstChild,0):u.selection.setCursorLocation(n,0),u.nodeChanged()}}),ge.windowsPhone||u.on("keyup focusin mouseup",function(e){kg.modifierPressed(e)||d.normalize()},!0),m&&(u.settings.content_editable||f.bind(u.getDoc(),"mousedown mouseup",function(e){var t;if(e.target===u.getDoc().documentElement)if(t=d.getRng(),u.getBody().focus(),"mousedown"===e.type){if(Bi(t.startContainer))return;d.placeCaretAt(e.clientX,e.clientY)}else d.setRng(t)}),u.on("click",function(e){var t=e.target;/^(IMG|HR)$/.test(t.nodeName)&&"false"!==f.getContentEditableParent(t)&&(e.preventDefault(),u.selection.select(t),u.nodeChanged()),"A"===t.nodeName&&f.hasClass(t,"mce-item-anchor")&&(e.preventDefault(),d.select(t))}),e.forced_root_block&&u.on("init",function(){h("DefaultParagraphSeparator",e.forced_root_block)}),u.on("init",function(){u.dom.bind(u.getBody(),"submit",function(e){e.preventDefault()})}),b(),t.addNodeFilter("br",function(e){for(var t=e.length;t--;)"Apple-interchange-newline"===e[t].attr("class")&&e[t].remove()}),ge.iOS?(u.inline||u.on("keydown",function(){document.activeElement===document.body&&u.getWin().focus()}),C(),u.on("click",function(e){var t=e.target;do{if("A"===t.tagName)return void e.preventDefault()}while(t=t.parentNode)}),u.contentStyles.push(".mce-content-body {-webkit-touch-callout: none}")):y()),11<=ge.ie&&(C(),b()),ge.ie&&(y(),h("AutoUrlDetect",!1),u.on("dragstart",function(e){var t,n,r;(t=e).dataTransfer&&(u.selection.isCollapsed()&&"IMG"===t.target.tagName&&d.select(t.target),0<(n=u.selection.getContent()).length&&(r=p+escape(u.id)+","+escape(n),t.dataTransfer.setData(g,r)))}),u.on("drop",function(e){if(!v(e)){var t=(i=e).dataTransfer&&(a=i.dataTransfer.getData(g))&&0<=a.indexOf(p)?(a=a.substr(p.length).split(","),{id:unescape(a[0]),html:unescape(a[1])}):null;if(t&&t.id!==u.id){e.preventDefault();var n=by.fromPoint(e.x,e.y,u.getDoc());d.setRng(n),r=t.html,o=!0,u.queryCommandSupported("mceInsertClipboardContent")?u.execCommand("mceInsertClipboardContent",!1,{content:r,internal:o}):u.execCommand("mceInsertContent",!1,r)}}var r,o,i,a})),i&&(u.on("keydown",function(e){if(!v(e)&&e.keyCode===c){if(!u.getBody().getElementsByTagName("hr").length)return;if(d.isCollapsed()&&0===d.getRng().startOffset){var t=d.getNode(),n=t.previousSibling;if("HR"===t.nodeName)return f.remove(t),void e.preventDefault();n&&n.nodeName&&"hr"===n.nodeName.toLowerCase()&&(f.remove(n),e.preventDefault())}}}),Range.prototype.getClientRects||u.on("mousedown",function(e){if(!v(e)&&"HTML"===e.target.nodeName){var t=u.getBody();t.blur(),Ce.setEditorTimeout(u,function(){t.focus()})}}),n=function(){var e=f.getAttribs(d.getStart().cloneNode(!1));return function(){var t=d.getStart();t!==u.getBody()&&(f.setAttrib(t,"style",null),o(e,function(e){t.setAttributeNode(e.cloneNode(!0))}))}},r=function(){return!d.isCollapsed()&&f.getParent(d.getStart(),f.isBlock)!==f.getParent(d.getEnd(),f.isBlock)},u.on("keypress",function(e){var t;if(!v(e)&&(8===e.keyCode||46===e.keyCode)&&r())return t=n(),u.getDoc().execCommand("delete",!1,null),t(),e.preventDefault(),!1}),f.bind(u.getDoc(),"cut",function(e){var t;!v(e)&&r()&&(t=n(),Ce.setEditorTimeout(u,function(){t()}))}),e.readonly||u.on("BeforeExecCommand MouseDown",function(){h("StyleWithCSS",!1),h("enableInlineTableEditing",!1),e.object_resizing||h("enableObjectResizing",!1)}),u.on("SetContent ExecCommand",function(e){"setcontent"!==e.type&&"mceInsertLink"!==e.command||o(f.select("a"),function(e){var t=e.parentNode,n=f.getRoot();if(t.lastChild===e){for(;t&&!f.isBlock(t);){if(t.parentNode.lastChild!==t||t===n)return;t=t.parentNode}f.add(t,"br",{"data-mce-bogus":1})}})}),u.contentStyles.push("img:-moz-broken {-moz-force-broken-image-icon:1;min-width:24px;min-height:24px}"),ge.mac&&u.on("keydown",function(e){!kg.metaKeyPressed(e)||e.shiftKey||37!==e.keyCode&&39!==e.keyCode||(e.preventDefault(),u.selection.getSel().modify("move",37===e.keyCode?"backward":"forward","lineboundary"))}),b()),{refreshContentEditable:function(){},isHidden:function(){var e;return!i||u.removed?0:!(e=u.selection.getSel())||!e.rangeCount||0===e.rangeCount}}}var lC=function(e){return Ao.isElement(e)&&fo(qn.fromDom(e))},fC=function(t){t.on("click",function(e){3===e.detail&&function(e){var t=e.selection.getRng(),n=Ta.fromRangeStart(t),r=Ta.fromRangeEnd(t);if(Ta.isElementPosition(n)){var o=n.container();lC(o)&&Ka.firstPositionIn(o).each(function(e){return t.setStart(e.container(),e.offset())})}Ta.isElementPosition(r)&&(o=n.container(),lC(o)&&Ka.lastPositionIn(o).each(function(e){return t.setEnd(e.container(),e.offset())})),e.selection.setRng(Wc(t))}(t)})},dC=di.DOM,mC=function(e){var t;e.bindPendingEventDelegates(),e.initialized=!0,e.fire("init"),e.focus(!0),e.nodeChanged({initial:!0}),e.execCallback("init_instance_callback",e),(t=e).settings.auto_focus&&Ce.setEditorTimeout(t,function(){var e;(e=!0===t.settings.auto_focus?t:t.editorManager.get(t.settings.auto_focus)).destroyed||e.focus()},100)},pC=function(t,e){var n,r,u,o,i,a,s,c,l,f=t.settings,d=t.getElement(),m=t.getDoc();f.inline||(t.getElement().style.visibility=t.orgVisibility),e||f.content_editable||(m.open(),m.write(t.iframeHTML),m.close()),f.content_editable&&(t.on("remove",function(){var e=this.getBody();dC.removeClass(e,"mce-content-body"),dC.removeClass(e,"mce-edit-focus"),dC.setAttrib(e,"contentEditable",null)}),dC.addClass(d,"mce-content-body"),t.contentDocument=m=f.content_document||document,t.contentWindow=f.content_window||window,t.bodyElement=d,f.content_document=f.content_window=null,f.root_name=d.nodeName.toLowerCase()),(n=t.getBody()).disabled=!0,t.readonly=f.readonly,t.readonly||(t.inline&&"static"===dC.getStyle(n,"position",!0)&&(n.style.position="relative"),n.contentEditable=t.getParam("content_editable_state",!0)),n.disabled=!1,t.editorUpload=$p(t),t.schema=Zo(f),t.dom=di(m,{keep_values:!0,url_converter:t.convertURL,url_converter_scope:t,hex_colors:f.force_hex_style_colors,class_filter:f.class_filter,update_styles:!0,root_element:t.inline?t.getBody():null,collect:f.content_editable,schema:t.schema,onSetAttrib:function(e){t.fire("SetAttrib",e)}}),t.parser=((o=uy((u=t).settings,u.schema)).addAttributeFilter("src,href,style,tabindex",function(e,t){for(var n,r,o,i=e.length,a=u.dom;i--;)if(r=(n=e[i]).attr(t),o="data-mce-"+t,!n.attributes.map[o]){if(0===r.indexOf("data:")||0===r.indexOf("blob:"))continue;"style"===t?((r=a.serializeStyle(a.parseStyle(r),n.name)).length||(r=null),n.attr(o,r),n.attr(t,r)):"tabindex"===t?(n.attr(o,r),n.attr(t,null)):n.attr(o,u.convertURL(r,t,n.name))}}),o.addNodeFilter("script",function(e){for(var t,n,r=e.length;r--;)0!==(n=(t=e[r]).attr("type")||"no/type").indexOf("mce-")&&t.attr("type","mce-"+n)}),o.addNodeFilter("#cdata",function(e){for(var t,n=e.length;n--;)(t=e[n]).type=8,t.name="#comment",t.value="[CDATA["+t.value+"]]"}),o.addNodeFilter("p,h1,h2,h3,h4,h5,h6,div",function(e){for(var t,n=e.length,r=u.schema.getNonEmptyElements();n--;)(t=e[n]).isEmpty(r)&&0===t.getAll("br").length&&(t.append(new Gv("br",1)).shortEnded=!0)}),o),t.serializer=dy(f,t),t.selection=tb(t.dom,t.getWin(),t.serializer,t),t.formatter=Pv(t),t.undoManager=oh(t),t._nodeChangeDispatcher=new Gp(t),t._selectionOverrides=Dg(t),fC(t),sC(t),Yp(t),t.fire("PreInit"),f.browser_spellcheck||f.gecko_spellcheck||(m.body.spellcheck=!1,dC.setAttrib(n,"spellcheck","false")),t.quirks=cC(t),t.fire("PostRender"),f.directionality&&(n.dir=f.directionality),f.nowrap&&(n.style.whiteSpace="nowrap"),f.protect&&t.on("BeforeSetContent",function(t){Lt.each(f.protect,function(e){t.content=t.content.replace(e,function(e){return"\x3c!--mce:protected "+escape(e)+"--\x3e"})})}),t.on("SetContent",function(){t.addVisual(t.getBody())}),t.load({initial:!0,format:"html"}),t.startContent=t.getContent({format:"raw"}),t.on("compositionstart compositionend",function(e){t.composing="compositionstart"===e.type}),0<t.contentStyles.length&&(r="",Lt.each(t.contentStyles,function(e){r+=e+"\r\n"}),t.dom.addStyle(r)),(i=t,i.inline?dC.styleSheetLoader:i.dom.styleSheetLoader).loadAll(t.contentCSS,function(e){mC(t)},function(e){mC(t)}),f.content_style&&(a=t,s=f.content_style,c=qn.fromDom(a.getDoc().head),l=qn.fromTag("style"),cr.set(l,"type","text/css"),Fu.append(l,qn.fromText(s)),Fu.append(c,l))},gC=di.DOM,hC=function(e,t){var n,r,o,i,a,u,s,c=e.editorManager.translate("Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help"),l=(n=e.id,r=c,o=t.height,i=xu(e),s=qn.fromTag("iframe"),cr.setAll(s,i),cr.setAll(s,{id:n+"_ifr",frameBorder:"0",allowTransparency:"true",title:r}),vr(s,{width:"100%",height:(a=o,u="number"==typeof a?a+"px":a,u||""),display:"block"}),s).dom();l.onload=function(){l.onload=null,e.fire("load")};var f,d,m,p,g=function(e,t){if(document.domain!==window.location.hostname&&ge.ie&&ge.ie<12){var n=jp.uuid("mce");e[n]=function(){pC(e)};var r='javascript:(function(){document.open();document.domain="'+document.domain+'";var ed = window.parent.tinymce.get("'+e.id+'");document.write(ed.iframeHTML);document.close();ed.'+n+"(true);})()";return gC.setAttrib(t,"src",r),!0}return!1}(e,l);return e.contentAreaContainer=t.iframeContainer,e.iframeElement=l,e.iframeHTML=(p=wu(f=e)+"<html><head>",Nu(f)!==f.documentBaseUrl&&(p+='<base href="'+f.documentBaseURI.getURI()+'" />'),p+='<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />',d=Eu(f),m=Su(f),ku(f)&&(p+='<meta http-equiv="Content-Security-Policy" content="'+ku(f)+'" />'),p+='</head><body id="'+d+'" class="mce-content-body '+m+'" data-id="'+f.id+'"><br></body></html>'),gC.add(t.iframeContainer,l),g},vC=function(e,t){var n=hC(e,t);t.editorContainer&&(gC.get(t.editorContainer).style.display=e.orgDisplay,e.hidden=gC.isHidden(t.editorContainer)),e.getElement().style.display="none",gC.setAttrib(e.id,"aria-hidden","true"),n||pC(e)},yC=di.DOM,bC=function(t,n,e){var r,o,i=Tp.get(e);if(r=Tp.urls[e]||t.documentBaseUrl.replace(/\/$/,""),e=Lt.trim(e),i&&-1===Lt.inArray(n,e)){if(Lt.each(Tp.dependencies(e),function(e){bC(t,n,e)}),t.plugins[e])return;o=new i(t,r,t.$),(t.plugins[e]=o).init&&(o.init(t,r),n.push(e))}},CC=function(e){return e.replace(/^\-/,"")},xC=function(e){return{editorContainer:e,iframeContainer:e}},wC=function(e){var t,n,r=e.getElement();return e.inline?xC(null):(t=r,n=yC.create("div"),yC.insertAfter(n,t),xC(n))},NC=function(e){var t,n,r,o,i,a,u,s,c,l,f,d=e.settings,m=e.getElement();return e.orgDisplay=m.style.display,E.isString(d.theme)?(l=(o=e).settings,f=o.getElement(),i=l.width||yC.getStyle(f,"width")||"100%",a=l.height||yC.getStyle(f,"height")||f.offsetHeight,u=l.min_height||100,(s=/^[0-9\.]+(|px)$/i).test(""+i)&&(i=Math.max(parseInt(i,10),100)),s.test(""+a)&&(a=Math.max(parseInt(a,10),u)),c=o.theme.renderUI({targetNode:f,width:i,height:a,deltaWidth:l.delta_width,deltaHeight:l.delta_height}),l.content_editable||(a=(c.iframeHeight||a)+("number"==typeof a?c.deltaHeight||0:""))<u&&(a=u),c.height=a,c):E.isFunction(d.theme)?(r=(t=e).getElement(),(n=t.settings.theme(t,r)).editorContainer.nodeType&&(n.editorContainer.id=n.editorContainer.id||t.id+"_parent"),n.iframeContainer&&n.iframeContainer.nodeType&&(n.iframeContainer.id=n.iframeContainer.id||t.id+"_iframecontainer"),n.height=n.iframeHeight?n.iframeHeight:r.offsetHeight,n):wC(e)},EC=function(t){var e,n,r,o,i,a,u=t.settings,s=t.getElement();return t.rtl=u.rtl_ui||t.editorManager.i18n.rtl,t.editorManager.i18n.setCode(u.language),u.aria_label=u.aria_label||yC.getAttrib(s,"aria-label",t.getLang("aria.rich_text_area")),t.fire("ScriptsLoaded"),o=(n=t).settings.theme,E.isString(o)?(n.settings.theme=CC(o),r=Ap.get(o),n.theme=new r(n,Ap.urls[o]),n.theme.init&&n.theme.init(n,Ap.urls[o]||n.documentBaseUrl.replace(/\/$/,""),n.$)):n.theme={},i=t,a=[],Lt.each(i.settings.plugins.split(/[ ,]/),function(e){bC(i,a,CC(e))}),e=NC(t),t.editorContainer=e.editorContainer?e.editorContainer:null,u.content_css&&Lt.each(Lt.explode(u.content_css),function(e){t.contentCSS.push(t.documentBaseURI.toAbsolute(e))}),u.content_editable?pC(t):vC(t,e)},SC=di.DOM,kC=function(e){return"-"===e.charAt(0)},TC=function(i,a){var u=vi.ScriptLoader;!function(e,t,n,r){var o=t.settings,i=o.theme;if(E.isString(i)){if(!kC(i)&&!Ap.urls.hasOwnProperty(i)){var a=o.theme_url;a?Ap.load(i,t.documentBaseURI.toAbsolute(a)):Ap.load(i,"themes/"+i+"/theme"+n+".js")}e.loadQueue(function(){Ap.waitFor(i,r)})}else r()}(u,i,a,function(){var e,t,n,r,o;e=u,(n=(t=i).settings).language&&"en"!==n.language&&!n.language_url&&(n.language_url=t.editorManager.baseURL+"/langs/"+n.language+".js"),n.language_url&&!t.editorManager.i18n.data[n.language]&&e.add(n.language_url),r=i.settings,o=a,Lt.isArray(r.plugins)&&(r.plugins=r.plugins.join(" ")),Lt.each(r.external_plugins,function(e,t){Tp.load(t,e),r.plugins+=" "+t}),Lt.each(r.plugins.split(/[ ,]/),function(e){if((e=Lt.trim(e))&&!Tp.urls[e])if(kC(e)){e=e.substr(1,e.length);var t=Tp.dependencies(e);Lt.each(t,function(e){var t={prefix:"plugins/",resource:e,suffix:"/plugin"+o+".js"};e=Tp.createUrl(t,e),Tp.load(e.resource,e)})}else Tp.load(e,{prefix:"plugins/",resource:e,suffix:"/plugin"+o+".js"})}),u.loadQueue(function(){i.removed||EC(i)},i,function(e){kp.pluginLoadError(i,e[0]),i.removed||EC(i)})})},AC=function(t){var e=t.settings,n=t.id,r=function(){SC.unbind(window,"ready",r),t.render()};if(Re.Event.domLoaded){if(t.getElement()&&ge.contentEditable){e.inline?t.inline=!0:(t.orgVisibility=t.getElement().style.visibility,t.getElement().style.visibility="hidden");var o=t.getElement().form||SC.getParent(n,"form");o&&(t.formElement=o,e.hidden_input&&!/TEXTAREA|INPUT/i.test(t.getElement().nodeName)&&(SC.insertAfter(SC.create("input",{type:"hidden",name:n}),n),t.hasHiddenInput=!0),t.formEventDelegate=function(e){t.fire(e.type,e)},SC.bind(o,"submit reset",t.formEventDelegate),t.on("reset",function(){t.setContent(t.startContent,{format:"raw"})}),!e.submit_patch||o.submit.nodeType||o.submit.length||o._mceOldSubmit||(o._mceOldSubmit=o.submit,o.submit=function(){return t.editorManager.triggerSave(),t.setDirty(!1),o._mceOldSubmit(o)})),t.windowManager=xp(t),t.notificationManager=Cp(t),"xml"===e.encoding&&t.on("GetContent",function(e){e.save&&(e.content=SC.encode(e.content))}),e.add_form_submit_trigger&&t.on("submit",function(){t.initialized&&t.save()}),e.add_unload_trigger&&(t._beforeUnload=function(){!t.initialized||t.destroyed||t.isHidden()||t.save({format:"raw",no_events:!0,set_dirty:!1})},t.editorManager.on("BeforeUnload",t._beforeUnload)),t.editorManager.add(t),TC(t,t.suffix)}}else SC.bind(window,"ready",r)},RC=function(e,t,n){var r=e.sidebars?e.sidebars:[];r.push({name:t,settings:n}),e.sidebars=r},BC=Lt.each,_C=Lt.trim,DC="source protocol authority userInfo user password host port relative path directory file query anchor".split(" "),OC={ftp:21,http:80,https:443,mailto:25},PC=function(r,e){var t,n,o=this;if(r=_C(r),t=(e=o.settings=e||{}).base_uri,/^([\w\-]+):([^\/]{2})/i.test(r)||/^\s*#/.test(r))o.source=r;else{var i=0===r.indexOf("//");0!==r.indexOf("/")||i||(r=(t&&t.protocol||"http")+"://mce_host"+r),/^[\w\-]*:?\/\//.test(r)||(n=e.base_uri?e.base_uri.path:new PC(document.location.href).directory,""==e.base_uri.protocol?r="//mce_host"+o.toAbsPath(n,r):(r=/([^#?]*)([#?]?.*)/.exec(r),r=(t&&t.protocol||"http")+"://mce_host"+o.toAbsPath(n,r[1])+r[2])),r=r.replace(/@@/g,"(mce_at)"),r=/^(?:(?![^:@]+:[^:@\/]*@)([^:\/?#.]+):)?(?:\/\/)?((?:(([^:@\/]*):?([^:@\/]*))?@)?([^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/.exec(r),BC(DC,function(e,t){var n=r[t];n&&(n=n.replace(/\(mce_at\)/g,"@@")),o[e]=n}),t&&(o.protocol||(o.protocol=t.protocol),o.userInfo||(o.userInfo=t.userInfo),o.port||"mce_host"!==o.host||(o.port=t.port),o.host&&"mce_host"!==o.host||(o.host=t.host),o.source=""),i&&(o.protocol="")}};PC.prototype={setPath:function(e){e=/^(.*?)\/?(\w+)?$/.exec(e),this.path=e[0],this.directory=e[1],this.file=e[2],this.source="",this.getURI()},toRelative:function(e){var t;if("./"===e)return e;if("mce_host"!==(e=new PC(e,{base_uri:this})).host&&this.host!==e.host&&e.host||this.port!==e.port||this.protocol!==e.protocol&&""!==e.protocol)return e.getURI();var n=this.getURI(),r=e.getURI();return n===r||"/"===n.charAt(n.length-1)&&n.substr(0,n.length-1)===r?n:(t=this.toRelPath(this.path,e.path),e.query&&(t+="?"+e.query),e.anchor&&(t+="#"+e.anchor),t)},toAbsolute:function(e,t){return(e=new PC(e,{base_uri:this})).getURI(t&&this.isSameOrigin(e))},isSameOrigin:function(e){if(this.host==e.host&&this.protocol==e.protocol){if(this.port==e.port)return!0;var t=OC[this.protocol];if(t&&(this.port||t)==(e.port||t))return!0}return!1},toRelPath:function(e,t){var n,r,o,i=0,a="";if(e=(e=e.substring(0,e.lastIndexOf("/"))).split("/"),n=t.split("/"),e.length>=n.length)for(r=0,o=e.length;r<o;r++)if(r>=n.length||e[r]!==n[r]){i=r+1;break}if(e.length<n.length)for(r=0,o=n.length;r<o;r++)if(r>=e.length||e[r]!==n[r]){i=r+1;break}if(1===i)return t;for(r=0,o=e.length-(i-1);r<o;r++)a+="../";for(r=i-1,o=n.length;r<o;r++)a+=r!==i-1?"/"+n[r]:n[r];return a},toAbsPath:function(e,t){var n,r,o,i=0,a=[];for(r=/\/$/.test(t)?"/":"",e=e.split("/"),t=t.split("/"),BC(e,function(e){e&&a.push(e)}),e=a,n=t.length-1,a=[];0<=n;n--)0!==t[n].length&&"."!==t[n]&&(".."!==t[n]?0<i?i--:a.push(t[n]):i++);return 0!==(o=(n=e.length-i)<=0?a.reverse().join("/"):e.slice(0,n).join("/")+"/"+a.reverse().join("/")).indexOf("/")&&(o="/"+o),r&&o.lastIndexOf("/")!==o.length-1&&(o+=r),o},getURI:function(e){var t,n=this;return n.source&&!e||(t="",e||(n.protocol?t+=n.protocol+"://":t+="//",n.userInfo&&(t+=n.userInfo+"@"),n.host&&(t+=n.host),n.port&&(t+=":"+n.port)),n.path&&(t+=n.path),n.query&&(t+="?"+n.query),n.anchor&&(t+="#"+n.anchor),n.source=t),n.source}},PC.parseDataUri=function(e){var t,n;return e=decodeURIComponent(e).split(","),(n=/data:([^;]+)/.exec(e[0]))&&(t=n[1]),{type:t,data:e[1]}},PC.getDocumentBaseUrl=function(e){var t;return t=0!==e.protocol.indexOf("http")&&"file:"!==e.protocol?e.href:e.protocol+"//"+e.host+e.pathname,/^[^:]+:\/\/\/?[^\/]+\//.test(t)&&(t=t.replace(/[\?#].*$/,"").replace(/[\/\\][^\/]+$/,""),/[\/\\]$/.test(t)||(t+="/")),t};var LC=function(e,t){t(e),e.firstChild&&LC(e.firstChild,t),e.next&&LC(e.next,t)},IC=function(e,t,n){var r=function(e,n,t){var r={},o={},i=[];for(var a in t.firstChild&&LC(t.firstChild,function(t){H.each(e,function(e){e.name===t.name&&(r[e.name]?r[e.name].nodes.push(t):r[e.name]={filter:e,nodes:[t]})}),H.each(n,function(e){"string"==typeof t.attr(e.name)&&(o[e.name]?o[e.name].nodes.push(t):o[e.name]={filter:e,nodes:[t]})})}),r)r.hasOwnProperty(a)&&i.push(r[a]);for(var u in o)o.hasOwnProperty(u)&&i.push(o[u]);return i}(e,t,n);H.each(r,function(t){H.each(t.filter.callbacks,function(e){e(t.nodes,t.filter.name,{})})})},MC=function(e){return e instanceof Gv},FC=function(e,t,n){var r,o,i,a,u;if(t.format=t.format?t.format:"html",t.get=!0,t.getInner=!0,t.no_events||e.fire("BeforeGetContent",t),"raw"===t.format)r=Lt.trim(Ug.trimExternal(e.serializer,n.innerHTML));else if("text"===t.format)r=Si(n.innerText||n.textContent);else{if("tree"===t.format)return e.serializer.serialize(n,t);i=(o=e).serializer.serialize(n,t),a=Au(o),u=new RegExp("^(<"+a+"[^>]*>( | |\\s|\xa0|<br \\/>|)<\\/"+a+">[\r\n]*|<br \\/>[\r\n]*)$"),r=i.replace(u,"")}return"text"!==t.format?t.content=Lt.trim(r):t.content=r,t.no_events||e.fire("GetContent",t),t.content},zC=function(u,s,c){return void 0===c&&(c={}),c.format=c.format?c.format:"html",c.set=!0,c.content=MC(s)?"":s,MC(s)||c.no_events||(u.fire("BeforeSetContent",c),s=c.content),A.from(u.getBody()).fold(V.constant(s),function(e){return MC(s)?function(e,t,n,r){IC(e.parser.getNodeFilters(),e.parser.getAttributeFilters(),n);var o=jc({validate:e.validate},e.schema).serialize(n);return r.content=Lt.trim(o),e.dom.setHTML(t,r.content),r.no_events||e.fire("SetContent",r),n}(u,e,s,c):(t=u,n=e,o=c,0===(r=s).length||/^\s+$/.test(r)?(a='<br data-mce-bogus="1">',"TABLE"===n.nodeName?r="<tr><td>"+a+"</td></tr>":/^(UL|OL)$/.test(n.nodeName)&&(r="<li>"+a+"</li>"),(i=Au(t))&&t.schema.isValidChild(n.nodeName.toLowerCase(),i.toLowerCase())?(r=a,r=t.dom.createHTML(i,t.settings.forced_root_block_attrs,r)):r||(r='<br data-mce-bogus="1">'),t.dom.setHTML(n,r),t.fire("SetContent",o)):("raw"!==o.format&&(r=jc({validate:t.validate},t.schema).serialize(t.parser.parse(r,{isRootContent:!0,insert:!0}))),o.content=Lt.trim(r),t.dom.setHTML(n,o.content),o.no_events||t.fire("SetContent",o)),o.content);var t,n,r,o,i,a})},UC=di.DOM,qC=function(e){return A.from(e).each(function(e){return e.destroy()})},VC=function(e){if(!e.removed){var t=e._selectionOverrides,n=e.editorUpload,r=e.getBody(),o=e.getElement();r&&e.save(),e.removed=!0,e.unbindAllNativeEvents(),e.hasHiddenInput&&o&&UC.remove(o.nextSibling),!e.inline&&r&&(i=e,UC.setStyle(i.id,"display",i.orgDisplay)),qv(e),e.editorManager.remove(e),UC.remove(e.getContainer()),qC(t),qC(n),e.destroy()}var i},HC=function(e,t){var n,r,o,i=e.selection,a=e.dom;e.destroyed||(t||e.removed?(t||(e.editorManager.off("beforeunload",e._beforeUnload),e.theme&&e.theme.destroy&&e.theme.destroy(),qC(i),qC(a)),(r=(n=e).formElement)&&(r._mceOldSubmit&&(r.submit=r._mceOldSubmit,r._mceOldSubmit=null),UC.unbind(r,"submit reset",n.formEventDelegate)),(o=e).contentAreaContainer=o.formElement=o.container=o.editorContainer=null,o.bodyElement=o.contentDocument=o.contentWindow=null,o.iframeElement=o.targetElm=null,o.selection&&(o.selection=o.selection.win=o.selection.dom=o.selection.dom.doc=null),e.destroyed=!0):e.remove())},jC=di.DOM,$C=Lt.extend,WC=Lt.each,KC=Lt.resolve,XC=ge.ie,YC=function(e,t,n){var r,o,i,a,u,s,c,l=this,f=l.documentBaseUrl=n.documentBaseURL,d=n.baseURI;r=l,o=e,i=f,a=n.defaultSettings,u=t,c={id:o,theme:"modern",delta_width:0,delta_height:0,popup_css:"",plugins:"",document_base_url:i,add_form_submit_trigger:!0,submit_patch:!0,add_unload_trigger:!0,convert_urls:!0,relative_urls:!0,remove_script_host:!0,object_resizing:!0,doctype:"<!DOCTYPE html>",visual:!0,font_size_style_values:"xx-small,x-small,small,medium,large,x-large,xx-large",font_size_legacy_values:"xx-small,small,medium,large,x-large,xx-large,300%",forced_root_block:"p",hidden_input:!0,render_ui:!0,indentation:"30px",inline_styles:!0,convert_fonts_to_spans:!0,indent:"simple",indent_before:"p,h1,h2,h3,h4,h5,h6,blockquote,div,title,style,pre,script,td,th,ul,ol,li,dl,dt,dd,area,table,thead,tfoot,tbody,tr,section,article,hgroup,aside,figure,figcaption,option,optgroup,datalist",indent_after:"p,h1,h2,h3,h4,h5,h6,blockquote,div,title,style,pre,script,td,th,ul,ol,li,dl,dt,dd,area,table,thead,tfoot,tbody,tr,section,article,hgroup,aside,figure,figcaption,option,optgroup,datalist",entity_encoding:"named",url_converter:(s=r).convertURL,url_converter_scope:s,ie7_compat:!0},t=sl(nl,c,a,u),l.settings=t,Ci.language=t.language||"en",Ci.languageLoad=t.language_load,Ci.baseURL=n.baseURL,l.id=e,l.setDirty(!1),l.plugins={},l.documentBaseURI=new PC(t.document_base_url,{base_uri:d}),l.baseURI=d,l.contentCSS=[],l.contentStyles=[],l.shortcuts=new tp(l),l.loadedCSS={},l.editorCommands=new Mm(l),l.suffix=n.suffix,l.editorManager=n,l.inline=t.inline,l.buttons={},l.menuItems={},t.cache_suffix&&(ge.cacheSuffix=t.cache_suffix.replace(/^[\?\&]+/,"")),!1===t.override_viewport&&(ge.overrideViewPort=!1),n.fire("SetupEditor",{editor:l}),l.execCallback("setup",l),l.$=en.overrideDefaults(function(){return{context:l.inline?l.getBody():l.getDoc(),element:l.getBody()}})};$C(YC.prototype={render:function(){AC(this)},focus:function(e){fp(this,e)},hasFocus:function(){return dp(this)},execCallback:function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];var r,o=this.settings[e];if(o)return this.callbackLookup&&(r=this.callbackLookup[e])&&(o=r.func,r=r.scope),"string"==typeof o&&(r=(r=o.replace(/\.\w+$/,""))?KC(r):0,o=KC(o),this.callbackLookup=this.callbackLookup||{},this.callbackLookup[e]={func:o,scope:r}),o.apply(r||this,Array.prototype.slice.call(arguments,1))},translate:function(e){if(e&&Lt.is(e,"string")){var n=this.settings.language||"en",r=this.editorManager.i18n;e=r.data[n+"."+e]||e.replace(/\{\#([^\}]+)\}/g,function(e,t){return r.data[n+"."+t]||"{#"+t+"}"})}return this.editorManager.translate(e)},getLang:function(e,t){return this.editorManager.i18n.data[(this.settings.language||"en")+"."+e]||(t!==undefined?t:"{#"+e+"}")},getParam:function(e,t,n){return fl(this,e,t,n)},nodeChanged:function(e){this._nodeChangeDispatcher.nodeChanged(e)},addButton:function(e,t){var n=this;t.cmd&&(t.onclick=function(){n.execCommand(t.cmd)}),t.stateSelector&&"undefined"==typeof t.active&&(t.active=!1),t.text||t.icon||(t.icon=e),n.buttons=n.buttons,t.tooltip=t.tooltip||t.title,n.buttons[e]=t},addSidebar:function(e,t){return RC(this,e,t)},addMenuItem:function(e,t){var n=this;t.cmd&&(t.onclick=function(){n.execCommand(t.cmd)}),n.menuItems=n.menuItems,n.menuItems[e]=t},addContextToolbar:function(e,t){var n,r=this;r.contextToolbars=r.contextToolbars||[],"string"==typeof e&&(n=e,e=function(e){return r.dom.is(e,n)}),r.contextToolbars.push({id:jp.uuid("mcet"),predicate:e,items:t})},addCommand:function(e,t,n){this.editorCommands.addCommand(e,t,n)},addQueryStateHandler:function(e,t,n){this.editorCommands.addQueryStateHandler(e,t,n)},addQueryValueHandler:function(e,t,n){this.editorCommands.addQueryValueHandler(e,t,n)},addShortcut:function(e,t,n,r){this.shortcuts.add(e,t,n,r)},execCommand:function(e,t,n,r){return this.editorCommands.execCommand(e,t,n,r)},queryCommandState:function(e){return this.editorCommands.queryCommandState(e)},queryCommandValue:function(e){return this.editorCommands.queryCommandValue(e)},queryCommandSupported:function(e){return this.editorCommands.queryCommandSupported(e)},show:function(){this.hidden&&(this.hidden=!1,this.inline?this.getBody().contentEditable=!0:(jC.show(this.getContainer()),jC.hide(this.id)),this.load(),this.fire("show"))},hide:function(){var e=this,t=e.getDoc();e.hidden||(XC&&t&&!e.inline&&t.execCommand("SelectAll"),e.save(),e.inline?(e.getBody().contentEditable=!1,e===e.editorManager.focusedEditor&&(e.editorManager.focusedEditor=null)):(jC.hide(e.getContainer()),jC.setStyle(e.id,"display",e.orgDisplay)),e.hidden=!0,e.fire("hide"))},isHidden:function(){return!!this.hidden},setProgressState:function(e,t){this.fire("ProgressState",{state:e,time:t})},load:function(e){var t,n=this.getElement();return this.removed?"":n?((e=e||{}).load=!0,t=this.setContent(n.value!==undefined?n.value:n.innerHTML,e),e.element=n,e.no_events||this.fire("LoadContent",e),e.element=n=null,t):void 0},save:function(e){var t,n,r=this,o=r.getElement();if(o&&r.initialized&&!r.removed)return(e=e||{}).save=!0,e.element=o,e.content=r.getContent(e),e.no_events||r.fire("SaveContent",e),"raw"===e.format&&r.fire("RawSaveContent",e),t=e.content,/TEXTAREA|INPUT/i.test(o.nodeName)?o.value=t:(r.inline||(o.innerHTML=t),(n=jC.getParent(r.id,"form"))&&WC(n.elements,function(e){if(e.name===r.id)return e.value=t,!1})),e.element=o=null,!1!==e.set_dirty&&r.setDirty(!1),t},setContent:function(e,t){return zC(this,e,t)},getContent:function(e){return t=this,void 0===(n=e)&&(n={}),A.from(t.getBody()).fold(V.constant("tree"===n.format?new Gv("body",11):""),function(e){return FC(t,n,e)});var t,n},insertContent:function(e,t){t&&(e=$C({content:e},t)),this.execCommand("mceInsertContent",!1,e)},isDirty:function(){return!this.isNotDirty},setDirty:function(e){var t=!this.isNotDirty;this.isNotDirty=!e,e&&e!==t&&this.fire("dirty")},setMode:function(e){Gm(this,e)},getContainer:function(){return this.container||(this.container=jC.get(this.editorContainer||this.id+"_parent")),this.container},getContentAreaContainer:function(){return this.contentAreaContainer},getElement:function(){return this.targetElm||(this.targetElm=jC.get(this.id)),this.targetElm},getWin:function(){var e;return this.contentWindow||(e=this.iframeElement)&&(this.contentWindow=e.contentWindow),this.contentWindow},getDoc:function(){var e;return this.contentDocument||(e=this.getWin())&&(this.contentDocument=e.document),this.contentDocument},getBody:function(){var e=this.getDoc();return this.bodyElement||(e?e.body:null)},convertURL:function(e,t,n){var r=this.settings;return r.urlconverter_callback?this.execCallback("urlconverter_callback",e,n,!0,t):!r.convert_urls||n&&"LINK"===n.nodeName||0===e.indexOf("file:")||0===e.length?e:r.relative_urls?this.documentBaseURI.toRelative(e):e=this.documentBaseURI.toAbsolute(e,r.remove_script_host)},addVisual:function(e){var n,r=this,o=r.settings,i=r.dom;e=e||r.getBody(),r.hasVisual===undefined&&(r.hasVisual=o.visual),WC(i.select("table,a",e),function(e){var t;switch(e.nodeName){case"TABLE":return n=o.visual_table_class||"mce-item-table",void((t=i.getAttrib(e,"border"))&&"0"!==t||!r.hasVisual?i.removeClass(e,n):i.addClass(e,n));case"A":return void(i.getAttrib(e,"href")||(t=i.getAttrib(e,"name")||e.id,n=o.visual_anchor_class||"mce-item-anchor",t&&r.hasVisual?i.addClass(e,n):i.removeClass(e,n)))}}),r.fire("VisualAid",{element:e,hasVisual:r.hasVisual})},remove:function(){VC(this)},destroy:function(e){HC(this,e)},uploadImages:function(e){return this.editorUpload.uploadImages(e)},_scanForImages:function(){return this.editorUpload.scanForImages()}},Km);var GC,JC,QC,ZC={isEditorUIElement:function(e){return-1!==e.className.toString().indexOf("mce-")}},ex=function(n,e){var t,r,o=zn.detect().browser;o.isIE()||o.isEdge()?(r=n).on("focusout",function(){_m.store(r)}):(t=e,n.on("mouseup touchend",function(e){t.throttle()})),n.on("keyup nodechange",function(e){var t;"nodechange"===(t=e).type&&t.selectionChange||_m.store(n)})},tx=function(e){var t,n,r,o=Eg(function(){_m.store(e)},0);e.inline&&(t=e,n=o,r=function(){n.throttle()},di.DOM.bind(document,"mouseup",r),t.on("remove",function(){di.DOM.unbind(document,"mouseup",r)})),e.on("init",function(){ex(e,o)}),e.on("remove",function(){o.cancel()})},nx=di.DOM,rx=function(e){return ZC.isEditorUIElement(e)},ox=function(t,e){var n=t?t.settings.custom_ui_selector:"";return null!==nx.getParent(e,function(e){return rx(e)||!!n&&t.dom.is(e,n)})},ix=function(r,e){var t=e.editor;tx(t),t.on("focusin",function(){var e=r.focusedEditor;e!==this&&(e&&e.fire("blur",{focusedEditor:this}),r.setActive(this),(r.focusedEditor=this).fire("focus",{blurredEditor:e}),this.focus(!0))}),t.on("focusout",function(){var t=this;Ce.setEditorTimeout(t,function(){var e=r.focusedEditor;ox(t,function(){try{return document.activeElement}catch(e){return document.body}}())||e!==t||(t.fire("blur",{focusedEditor:null}),r.focusedEditor=null)})}),GC||(GC=function(e){var t,n=r.activeEditor;t=e.target,n&&t.ownerDocument===document&&(t===document.body||ox(n,t)||r.focusedEditor!==n||(n.fire("blur",{focusedEditor:null}),r.focusedEditor=null))},nx.bind(document,"focusin",GC))},ax=function(e,t){e.focusedEditor===t.editor&&(e.focusedEditor=null),e.activeEditor||(nx.unbind(document,"focusin",GC),GC=null)},ux=function(e){e.on("AddEditor",V.curry(ix,e)),e.on("RemoveEditor",V.curry(ax,e))},sx={},cx="en",lx={setCode:function(e){e&&(cx=e,this.rtl=!!this.data[e]&&"rtl"===this.data[e]._dir)},getCode:function(){return cx},rtl:!1,add:function(e,t){var n=sx[e];for(var r in n||(sx[e]=n={}),t)n[r]=t[r];this.setCode(e)},translate:function(e){var t=sx[cx]||{},n=function(e){return Lt.is(e,"function")?Object.prototype.toString.call(e):r(e)?"":""+e},r=function(e){return""===e||null===e||Lt.is(e,"undefined")},o=function(e){return e=n(e),Lt.hasOwn(t,e)?n(t[e]):e};if(r(e))return"";if(Lt.is(e,"object")&&Lt.hasOwn(e,"raw"))return n(e.raw);if(Lt.is(e,"array")){var i=e.slice(1);e=o(e[0]).replace(/\{([0-9]+)\}/g,function(e,t){return Lt.hasOwn(i,t)?n(i[t]):e})}return o(e).replace(/{context:\w+}$/,"")},data:sx},fx=di.DOM,dx=Lt.explode,mx=Lt.each,px=Lt.extend,gx=0,hx=!1,vx=[],yx=[],bx=function(t){mx(QC.get(),function(e){"scroll"===t.type?e.fire("ScrollWindow",t):e.fire("ResizeWindow",t)})},Cx=function(e){e!==hx&&(e?en(window).on("resize scroll",bx):en(window).off("resize scroll",bx),hx=e)},xx=function(t){var e=yx;delete vx[t.id];for(var n=0;n<vx.length;n++)if(vx[n]===t){vx.splice(n,1);break}return yx=H.filter(yx,function(e){return t!==e}),QC.activeEditor===t&&(QC.activeEditor=0<yx.length?yx[0]:null),QC.focusedEditor===t&&(QC.focusedEditor=null),e.length!==yx.length};px(QC={defaultSettings:{},$:en,majorVersion:"4",minorVersion:"7.11",releaseDate:"2018-04-11",editors:vx,i18n:lx,activeEditor:null,settings:{},setup:function(){var e,t,n,r,o="";if(t=PC.getDocumentBaseUrl(document.location),/^[^:]+:\/\/\/?[^\/]+\//.test(t)&&(t=t.replace(/[\?#].*$/,"").replace(/[\/\\][^\/]+$/,""),/[\/\\]$/.test(t)||(t+="/")),n=window.tinymce||window.tinyMCEPreInit)e=n.base||n.baseURL,o=n.suffix;else{for(var i=document.getElementsByTagName("script"),a=0;a<i.length;a++){var u=(r=i[a].src).substring(r.lastIndexOf("/"));if(/tinymce(\.full|\.jquery|)(\.min|\.dev|)\.js/.test(r)){-1!==u.indexOf(".min")&&(o=".min"),e=r.substring(0,r.lastIndexOf("/"));break}}!e&&document.currentScript&&(-1!==(r=document.currentScript.src).indexOf(".min")&&(o=".min"),e=r.substring(0,r.lastIndexOf("/")))}this.baseURL=new PC(t).toAbsolute(e),this.documentBaseURL=t,this.baseURI=new PC(this.baseURL),this.suffix=o,ux(this)},overrideDefaults:function(e){var t,n;(t=e.base_url)&&(this.baseURL=new PC(this.documentBaseURL).toAbsolute(t.replace(/\/+$/,"")),this.baseURI=new PC(this.baseURL)),n=e.suffix,e.suffix&&(this.suffix=n);var r=(this.defaultSettings=e).plugin_base_urls;for(var o in r)Ci.PluginManager.urls[o]=r[o]},init:function(r){var n,u,s=this;u=Lt.makeMap("area base basefont br col frame hr img input isindex link meta param embed source wbr track colgroup option tbody tfoot thead tr script noscript style textarea video audio iframe object menu"," ");var c=function(e){var t=e.id;return t||(t=(t=e.name)&&!fx.get(t)?e.name:fx.uniqueId(),e.setAttribute("id",t)),t},l=function(e,t){return t.constructor===RegExp?t.test(e.className):fx.hasClass(e,t)},f=function(e){n=e},e=function(){var o,i=0,a=[],n=function(e,t,n){var r=new YC(e,t,s);a.push(r),r.on("init",function(){++i===o.length&&f(a)}),r.targetElm=r.targetElm||n,r.render()};fx.unbind(window,"ready",e),function(e){var t=r[e];t&&t.apply(s,Array.prototype.slice.call(arguments,2))}("onpageload"),o=en.unique(function(t){var e,n=[];if(ge.ie&&ge.ie<11)return kp.initError("TinyMCE does not support the browser you are using. For a list of supported browsers please see: https://www.tinymce.com/docs/get-started/system-requirements/"),[];if(t.types)return mx(t.types,function(e){n=n.concat(fx.select(e.selector))}),n;if(t.selector)return fx.select(t.selector);if(t.target)return[t.target];switch(t.mode){case"exact":0<(e=t.elements||"").length&&mx(dx(e),function(t){var e;(e=fx.get(t))?n.push(e):mx(document.forms,function(e){mx(e.elements,function(e){e.name===t&&(t="mce_editor_"+gx++,fx.setAttrib(e,"id",t),n.push(e))})})});break;case"textareas":case"specific_textareas":mx(fx.select("textarea"),function(e){t.editor_deselector&&l(e,t.editor_deselector)||t.editor_selector&&!l(e,t.editor_selector)||n.push(e)})}return n}(r)),r.types?mx(r.types,function(t){Lt.each(o,function(e){return!fx.is(e,t.selector)||(n(c(e),px({},r,t),e),!1)})}):(Lt.each(o,function(e){var t;(t=s.get(e.id))&&t.initialized&&!(t.getContainer()||t.getBody()).parentNode&&(xx(t),t.unbindAllNativeEvents(),t.destroy(!0),t.removed=!0,t=null)}),0===(o=Lt.grep(o,function(e){return!s.get(e.id)})).length?f([]):mx(o,function(e){var t;t=e,r.inline&&t.tagName.toLowerCase()in u?kp.initError("Could not initialize inline editor on invalid inline target element",e):n(c(e),r,e)}))};return s.settings=r,fx.bind(window,"ready",e),new he(function(t){n?t(n):f=function(e){t(e)}})},get:function(t){return 0===arguments.length?yx.slice(0):E.isString(t)?H.find(yx,function(e){return e.id===t}).getOr(null):E.isNumber(t)&&yx[t]?yx[t]:null},add:function(e){var t=this;return vx[e.id]===e||(null===t.get(e.id)&&("length"!==e.id&&(vx[e.id]=e),vx.push(e),yx.push(e)),Cx(!0),t.activeEditor=e,t.fire("AddEditor",{editor:e}),JC||(JC=function(){t.fire("BeforeUnload")},fx.bind(window,"beforeunload",JC))),e},createEditor:function(e,t){return this.add(new YC(e,t,this))},remove:function(e){var t,n,r=this;if(e)return E.isString(e)?(e=e.selector||e,void mx(fx.select(e),function(e){(n=r.get(e.id))&&r.remove(n)})):(n=e,E.isNull(r.get(n.id))?null:(xx(n)&&r.fire("RemoveEditor",{editor:n}),0===yx.length&&fx.unbind(window,"beforeunload",JC),n.remove(),Cx(0<yx.length),n));for(t=yx.length-1;0<=t;t--)r.remove(yx[t])},execCommand:function(e,t,n){var r=this.get(n);switch(e){case"mceAddEditor":return this.get(n)||new YC(n,this.settings,this).render(),!0;case"mceRemoveEditor":return r&&r.remove(),!0;case"mceToggleEditor":return r?r.isHidden()?r.show():r.hide():this.execCommand("mceAddEditor",0,n),!0}return!!this.activeEditor&&this.activeEditor.execCommand(e,t,n)},triggerSave:function(){mx(yx,function(e){e.save()})},addI18n:function(e,t){lx.add(e,t)},translate:function(e){return lx.translate(e)},setActive:function(e){var t=this.activeEditor;this.activeEditor!==e&&(t&&t.fire("deactivate",{relatedTarget:e}),e.fire("activate",{relatedTarget:t})),this.activeEditor=e}},Vm),QC.setup();var wx,Nx=QC;function Ex(n){return{walk:function(e,t){return Yh.walk(n,e,t)},split:_h.split,normalize:function(t){return rm.normalize(n,t).fold(V.constant(!1),function(e){return t.setStart(e.startContainer,e.startOffset),t.setEnd(e.endContainer,e.endOffset),!0})}}}(wx=Ex||(Ex={})).compareRanges=Gd.isEq,wx.getCaretRangeFromPoint=by.fromPoint,wx.getSelectedNode=ta,wx.getNode=na;var Sx,kx,Tx=Ex,Ax=Math.min,Rx=Math.max,Bx=Math.round,_x=function(e,t,n){var r,o,i,a,u,s;return r=t.x,o=t.y,i=e.w,a=e.h,u=t.w,s=t.h,"b"===(n=(n||"").split(""))[0]&&(o+=s),"r"===n[1]&&(r+=u),"c"===n[0]&&(o+=Bx(s/2)),"c"===n[1]&&(r+=Bx(u/2)),"b"===n[3]&&(o-=a),"r"===n[4]&&(r-=i),"c"===n[3]&&(o-=Bx(a/2)),"c"===n[4]&&(r-=Bx(i/2)),Dx(r,o,i,a)},Dx=function(e,t,n,r){return{x:e,y:t,w:n,h:r}},Ox={inflate:function(e,t,n){return Dx(e.x-t,e.y-n,e.w+2*t,e.h+2*n)},relativePosition:_x,findBestRelativePosition:function(e,t,n,r){var o,i;for(i=0;i<r.length;i++)if((o=_x(e,t,r[i])).x>=n.x&&o.x+o.w<=n.w+n.x&&o.y>=n.y&&o.y+o.h<=n.h+n.y)return r[i];return null},intersect:function(e,t){var n,r,o,i;return n=Rx(e.x,t.x),r=Rx(e.y,t.y),o=Ax(e.x+e.w,t.x+t.w),i=Ax(e.y+e.h,t.y+t.h),o-n<0||i-r<0?null:Dx(n,r,o-n,i-r)},clamp:function(e,t,n){var r,o,i,a,u,s,c,l,f,d;return u=e.x,s=e.y,c=e.x+e.w,l=e.y+e.h,f=t.x+t.w,d=t.y+t.h,r=Rx(0,t.x-u),o=Rx(0,t.y-s),i=Rx(0,c-f),a=Rx(0,l-d),u+=r,s+=o,n&&(c+=r,l+=o,u-=i,s-=a),Dx(u,s,(c-=i)-u,(l-=a)-s)},create:Dx,fromClientRect:function(e){return Dx(e.left,e.top,e.width,e.height)}},Px={},Lx={add:function(e,t){Px[e.toLowerCase()]=t},has:function(e){return!!Px[e.toLowerCase()]},get:function(e){var t=e.toLowerCase(),n=Px.hasOwnProperty(t)?Px[t]:null;if(null===n)throw new Error("Could not find module for type: "+e);return n},create:function(e,t){var n;if("string"==typeof e?(t=t||{}).type=e:e=(t=e).type,e=e.toLowerCase(),!(n=Px[e]))throw new Error("Could not find control by type: "+e);return(n=new n(t)).type=e,n}},Ix=Lt.each,Mx=Lt.extend,Fx=function(){};Fx.extend=Sx=function(n){var e,t,r,o=this.prototype,i=function(){var e,t,n;if(!kx&&(this.init&&this.init.apply(this,arguments),t=this.Mixins))for(e=t.length;e--;)(n=t[e]).init&&n.init.apply(this,arguments)},a=function(){return this},u=function(n,r){return function(){var e,t=this._super;return this._super=o[n],e=r.apply(this,arguments),this._super=t,e}};for(t in kx=!0,e=new this,kx=!1,n.Mixins&&(Ix(n.Mixins,function(e){for(var t in e)"init"!==t&&(n[t]=e[t])}),o.Mixins&&(n.Mixins=o.Mixins.concat(n.Mixins))),n.Methods&&Ix(n.Methods.split(","),function(e){n[e]=a}),n.Properties&&Ix(n.Properties.split(","),function(e){var t="_"+e;n[e]=function(e){return e!==undefined?(this[t]=e,this):this[t]}}),n.Statics&&Ix(n.Statics,function(e,t){i[t]=e}),n.Defaults&&o.Defaults&&(n.Defaults=Mx({},o.Defaults,n.Defaults)),n)"function"==typeof(r=n[t])&&o[t]?e[t]=u(t,r):e[t]=r;return i.prototype=e,(i.constructor=i).extend=Sx,i};var zx=Math.min,Ux=Math.max,qx=Math.round,Vx=function(e,n){var r,o,t,i;if(n=n||'"',null===e)return"null";if("string"==(t=typeof e))return o="\bb\tt\nn\ff\rr\"\"''\\\\",n+e.replace(/([\u0080-\uFFFF\x00-\x1f\"\'\\])/g,function(e,t){return'"'===n&&"'"===e?e:(r=o.indexOf(t))+1?"\\"+o.charAt(r+1):(e=t.charCodeAt().toString(16),"\\u"+"0000".substring(e.length)+e)})+n;if("object"===t){if(e.hasOwnProperty&&"[object Array]"===Object.prototype.toString.call(e)){for(r=0,o="[";r<e.length;r++)o+=(0<r?",":"")+Vx(e[r],n);return o+"]"}for(i in o="{",e)e.hasOwnProperty(i)&&(o+="function"!=typeof e[i]?(1<o.length?","+n:n)+i+n+":"+Vx(e[i],n):"");return o+"}"}return""+e},Hx={serialize:Vx,parse:function(e){try{return JSON.parse(e)}catch(t){}}},jx={callbacks:{},count:0,send:function(t){var n=this,r=di.DOM,o=t.count!==undefined?t.count:n.count,i="tinymce_jsonp_"+o;n.callbacks[o]=function(e){r.remove(i),delete n.callbacks[o],t.callback(e)},r.add(r.doc.body,"script",{id:i,src:t.url,type:"text/javascript"}),n.count++}},$x={send:function(e){var t,n=0,r=function(){!e.async||4===t.readyState||1e4<n++?(e.success&&n<1e4&&200===t.status?e.success.call(e.success_scope,""+t.responseText,t,e):e.error&&e.error.call(e.error_scope,1e4<n?"TIMED_OUT":"GENERAL",t,e),t=null):setTimeout(r,10)};if(e.scope=e.scope||this,e.success_scope=e.success_scope||e.scope,e.error_scope=e.error_scope||e.scope,e.async=!1!==e.async,e.data=e.data||"",$x.fire("beforeInitialize",{settings:e}),t=new Rp){if(t.overrideMimeType&&t.overrideMimeType(e.content_type),t.open(e.type||(e.data?"POST":"GET"),e.url,e.async),e.crossDomain&&(t.withCredentials=!0),e.content_type&&t.setRequestHeader("Content-Type",e.content_type),e.requestheaders&&Lt.each(e.requestheaders,function(e){t.setRequestHeader(e.key,e.value)}),t.setRequestHeader("X-Requested-With","XMLHttpRequest"),(t=$x.fire("beforeSend",{xhr:t,settings:e}).xhr).send(e.data),!e.async)return r();setTimeout(r,10)}}};Lt.extend($x,Vm);var Wx=Lt.extend,Kx=function(e){this.settings=Wx({},e),this.count=0};Kx.sendRPC=function(e){return(new Kx).send(e)},Kx.prototype={send:function(n){var r=n.error,o=n.success;(n=Wx(this.settings,n)).success=function(e,t){void 0===(e=Hx.parse(e))&&(e={error:"JSON Parse error."}),e.error?r.call(n.error_scope||n.scope,e.error,t):o.call(n.success_scope||n.scope,e.result)},n.error=function(e,t){r&&r.call(n.error_scope||n.scope,e,t)},n.data=Hx.serialize({id:n.id||"c"+this.count++,method:n.method,params:n.params}),n.content_type="application/json",$x.send(n)}};var Xx,Yx=window.localStorage,Gx=Nx,Jx={geom:{Rect:Ox},util:{Promise:he,Delay:Ce,Tools:Lt,VK:kg,URI:PC,Class:Fx,EventDispatcher:zm,Observable:Vm,I18n:lx,XHR:$x,JSON:Hx,JSONRequest:Kx,JSONP:jx,LocalStorage:Yx,Color:function(e){var n={},u=0,s=0,c=0,t=function(e){var t;return"object"==typeof e?"r"in e?(u=e.r,s=e.g,c=e.b):"v"in e&&function(e,t,n){var r,o,i,a;if(e=(parseInt(e,10)||0)%360,t=parseInt(t,10)/100,n=parseInt(n,10)/100,t=Ux(0,zx(t,1)),n=Ux(0,zx(n,1)),0!==t){switch(r=e/60,i=(o=n*t)*(1-Math.abs(r%2-1)),a=n-o,Math.floor(r)){case 0:u=o,s=i,c=0;break;case 1:u=i,s=o,c=0;break;case 2:u=0,s=o,c=i;break;case 3:u=0,s=i,c=o;break;case 4:u=i,s=0,c=o;break;case 5:u=o,s=0,c=i;break;default:u=s=c=0}u=qx(255*(u+a)),s=qx(255*(s+a)),c=qx(255*(c+a))}else u=s=c=qx(255*n)}(e.h,e.s,e.v):(t=/rgb\s*\(\s*([0-9]+)\s*,\s*([0-9]+)\s*,\s*([0-9]+)[^\)]*\)/gi.exec(e))?(u=parseInt(t[1],10),s=parseInt(t[2],10),c=parseInt(t[3],10)):(t=/#([0-F]{2})([0-F]{2})([0-F]{2})/gi.exec(e))?(u=parseInt(t[1],16),s=parseInt(t[2],16),c=parseInt(t[3],16)):(t=/#([0-F])([0-F])([0-F])/gi.exec(e))&&(u=parseInt(t[1]+t[1],16),s=parseInt(t[2]+t[2],16),c=parseInt(t[3]+t[3],16)),u=u<0?0:255<u?255:u,s=s<0?0:255<s?255:s,c=c<0?0:255<c?255:c,n};return e&&t(e),n.toRgb=function(){return{r:u,g:s,b:c}},n.toHsv=function(){return e=u,t=s,n=c,o=0,(i=zx(e/=255,zx(t/=255,n/=255)))===(a=Ux(e,Ux(t,n)))?{h:0,s:0,v:100*(o=i)}:(r=(a-i)/a,{h:qx(60*((e===i?3:n===i?1:5)-(e===i?t-n:n===i?e-t:n-e)/((o=a)-i))),s:qx(100*r),v:qx(100*o)});var e,t,n,r,o,i,a},n.toHex=function(){var e=function(e){return 1<(e=parseInt(e,10).toString(16)).length?e:"0"+e};return"#"+e(u)+e(s)+e(c)},n.parse=t,n}},dom:{EventUtils:Re,Sizzle:dt,DomQuery:en,TreeWalker:no,DOMUtils:di,ScriptLoader:vi,RangeUtils:Tx,Serializer:dy,ControlSelection:vy,BookmarkManager:py,Selection:tb,Event:Re.Event},html:{Styles:ti,Entities:Vo,Node:Gv,Schema:Zo,SaxParser:Fg,DomParser:uy,Writer:Hc,Serializer:jc},ui:{Factory:Lx},Env:ge,AddOnManager:Ci,Formatter:Pv,UndoManager:oh,EditorCommands:Mm,WindowManager:xp,NotificationManager:Cp,EditorObservable:Km,Shortcuts:tp,Editor:YC,FocusManager:ZC,EditorManager:Nx,DOM:di.DOM,ScriptLoader:vi.ScriptLoader,PluginManager:Ci.PluginManager,ThemeManager:Ci.ThemeManager,trim:Lt.trim,isArray:Lt.isArray,is:Lt.is,toArray:Lt.toArray,makeMap:Lt.makeMap,each:Lt.each,map:Lt.map,grep:Lt.grep,inArray:Lt.inArray,extend:Lt.extend,create:Lt.create,walk:Lt.walk,createNS:Lt.createNS,resolve:Lt.resolve,explode:Lt.explode,_addCacheSuffix:Lt._addCacheSuffix,isOpera:ge.opera,isWebKit:ge.webkit,isIE:ge.ie,isGecko:ge.gecko,isMac:ge.mac},Qx=Gx=Lt.extend(Gx,Jx);Xx=Qx,window.tinymce=Xx,window.tinyMCE=Xx,function(e){if("object"==typeof module)try{module.exports=e}catch(t){}}(Qx)}();
\ No newline at end of file
-- Data for Name: maillayouts; Type: TABLE DATA; Schema: public; Owner: -
--
-INSERT INTO public.maillayouts (id, layoutname, mailtemplate) VALUES (1, 'juridig_basic', '<html>
- <head>
- <meta http-equiv="content-type" content="text/html; charset=UTF-8">
- <style>
- body,html {
- margin: 0;
- background-color: #fff;
- }
- </style>
- </head>
- <body bgcolor="#fff">
- <div class="maincontainer" align="center" style="padding-top: 5px; padding-bottom: 5px; width: auto; background-color: #fff; color: #000;">
- <img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgaWQ9InN2ZzgiCiAgIHZlcnNpb249IjEuMSIKICAgdmlld0JveD0iMCAwIDY3LjQ2ODc1IDEzLjIyOTE2NyIKICAgaGVpZ2h0PSI1MCIKICAgd2lkdGg9IjI1NSI+CiAgPGRlZnMKICAgICBpZD0iZGVmczIiIC8+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNSI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGcKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0yODMuNzcwOCkiCiAgICAgaWQ9ImxheWVyMSI+CiAgICA8ZwogICAgICAgaWQ9InRleHQ4MjciCiAgICAgICBzdHlsZT0iZm9udC12YXJpYW50Om5vcm1hbDtmb250LXdlaWdodDpub3JtYWw7Zm9udC1zdHJldGNoOm5vcm1hbDtmb250LXNpemU6MTAuOTA3Nzg4MjhweDtmb250LWZhbWlseTonR29vZCBUaW1lcyBSZyc7LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjpHb29kVGltZXNSZy1SZWd1bGFyO3dyaXRpbmctbW9kZTpsci10YjtmaWxsOiNkZmRjZDI7ZmlsbC1vcGFjaXR5OjE7ZmlsbC1ydWxlOm5vbnplcm87c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjAuMjQ3Njk0ODUiCiAgICAgICBhcmlhLWxhYmVsPSJKIj4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGg5MjYiCiAgICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC4yNDc2OTQ4NSIKICAgICAgICAgZD0ibSAxMC41ODAyMzcsMjkyLjI1NDM2IHYgLTEuMzg1MjkgaCAyLjkwMTQ3MiBxIDEuMzg1Mjg5LDAgMS45OTYxMjUsLTAuNTM0NDggMC42MTA4MzYsLTAuNTM0NDggMC42MTA4MzYsLTEuNjkwNyB2IC00LjMxOTQ5IGggMS4zODUyODkgdiA0LjMxOTQ5IHEgMCwxLjg0MzQxIC0wLjk1OTg4NSwyLjcyNjk0IC0wLjk1OTg4NiwwLjg4MzUzIC0zLjAzMjM2NSwwLjg4MzUzIHoiIC8+CiAgICA8L2c+CiAgICA8ZwogICAgICAgaWQ9InRleHQ4MzEiCiAgICAgICBzdHlsZT0iZm9udC12YXJpYW50Om5vcm1hbDtmb250LXdlaWdodDpub3JtYWw7Zm9udC1zdHJldGNoOm5vcm1hbDtmb250LXNpemU6OS4wMzM4MDI5OXB4O2ZvbnQtZmFtaWx5OidHb29kIFRpbWVzIFJnJzstaW5rc2NhcGUtZm9udC1zcGVjaWZpY2F0aW9uOkdvb2RUaW1lc1JnLVJlZ3VsYXI7d3JpdGluZy1tb2RlOmxyLXRiO2ZpbGw6I2I0YjRiMztmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MC4yNDc2OTQ4NSIKICAgICAgIGFyaWEtbGFiZWw9InVyaSI+CiAgICAgIDxwYXRoCiAgICAgICAgIGlkPSJwYXRoOTE5IgogICAgICAgICBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ3Njk0ODUiCiAgICAgICAgIGQ9Im0gMTguNTEwNzY0LDI5Mi4yNTQzNiB6IG0gNS45NzEzNDQsLTYuNTY3NTcgaCAxLjEyMDE5MSB2IDMuNjY3NzIgcSAwLDAuNzU4ODQgLTAuMTk4NzQzLDEuMzI3OTcgLTAuMTk4NzQ0LDAuNTYwMSAtMC42MjMzMzMsMC45MzA0OCAtMC40MjQ1ODksMC4zNzAzOSAtMS4xMDIxMjQsMC41NTEwNyAtMC42Njg1MDEsMC4xODA2NyAtMS42MjYwODQsMC4xODA2NyAtMC45NDg1NSwwIC0xLjYyNjA4NSwtMC4xODA2NyAtMC42Njg1MDEsLTAuMTgwNjggLTEuMDkzMDksLTAuNTUxMDcgLTAuNDI0NTg5LC0wLjM3MDM4IC0wLjYyMzMzMiwtMC45MzA0OCAtMC4xOTg3NDQsLTAuNTY5MTMgLTAuMTk4NzQ0LC0xLjMyNzk3IHYgLTMuNjY3NzIgaCAxLjE4MzQyOCB2IDMuNjY3NzIgcSAwLDAuNDk2ODYgMC4xMTc0MzksMC44NDkxOCAwLjEyNjQ3NCwwLjM1MjMyIDAuMzk3NDg4LDAuNTc4MTYgMC4yODAwNDgsMC4yMjU4NSAwLjc0MDc3MiwwLjMzNDI1IDAuNDYwNzI0LDAuMDk5NCAxLjEzODI1OSwwLjA5OTQgMC42Nzc1MzUsMCAxLjEzODI1OSwtMC4wOTk0IDAuNDYwNzI0LC0wLjEwODQgMC43MzE3MzgsLTAuMzM0MjUgMC4yODAwNDgsLTAuMjI1ODQgMC4zOTc0ODcsLTAuNTc4MTYgMC4xMjY0NzQsLTAuMzUyMzIgMC4xMjY0NzQsLTAuODQ5MTggeiIgLz4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGg5MjEiCiAgICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC4yNDc2OTQ4NSIKICAgICAgICAgZD0ibSAyNi42NDExODcsMjkyLjI1NDM2IHogbSA2LjA5NzgxNywwIC0xLjY2MjIxOSwtMS44MjQ4MiBIIDI4LjYxOTU5IHYgLTEuMDExNzkgaCAyLjczNzI0MiBxIDAuNjIzMzMzLDAgMC45Mzk1MTYsLTAuMzM0MjUgMC4zMTYxODMsLTAuMzQzMjkgMC4zMTYxODMsLTAuOTg0NjkgMCwtMC42NDE0IC0wLjMzNDI1MSwtMC45NDg1NCAtMC4zMjUyMTcsLTAuMzE2MTkgLTAuOTIxNDQ4LC0wLjMxNjE5IGggLTMuNTc3Mzg2IHYgNS40MjAyOCBoIC0xLjEzODI1OSB2IC02LjU2NzU3IGggNC43MTU2NDUgcSAwLjU2MDA5NiwwIDEuMDAyNzUzLDAuMTcxNjQgMC40NDI2NTYsMC4xNjI2MSAwLjc0OTgwNSwwLjQ3ODc5IDAuMzA3MTUsMC4zMDcxNSAwLjQ2OTc1OCwwLjc0OTgxIDAuMTYyNjA4LDAuNDQyNjYgMC4xNjI2MDgsMC45OTM3MiAwLDAuODIyMDcgLTAuMzYxMzUyLDEuMzgyMTcgLTAuMzUyMzE4LDAuNTUxMDYgLTAuOTkzNzE4LDAuNzk0OTcgbCAxLjk3ODQwMywxLjk5NjQ3IHoiIC8+CiAgICAgIDxwYXRoCiAgICAgICAgIGlkPSJwYXRoOTIzIgogICAgICAgICBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ3Njk0ODUiCiAgICAgICAgIGQ9Im0gMzUuMDI0NTU1LDI5Mi4yNTQzNiB6IG0gMCwwIHYgLTYuNTY3NTcgaCAxLjE0NzI5MyB2IDYuNTY3NTcgeiIgLz4KICAgIDwvZz4KICAgIDxnCiAgICAgICBpZD0idGV4dDgzNSIKICAgICAgIHN0eWxlPSJmb250LXZhcmlhbnQ6bm9ybWFsO2ZvbnQtd2VpZ2h0Om5vcm1hbDtmb250LXN0cmV0Y2g6bm9ybWFsO2ZvbnQtc2l6ZToxMC45MDc3ODgyOHB4O2ZvbnQtZmFtaWx5OidHb29kIFRpbWVzIFJnJzstaW5rc2NhcGUtZm9udC1zcGVjaWZpY2F0aW9uOkdvb2RUaW1lc1JnLVJlZ3VsYXI7d3JpdGluZy1tb2RlOmxyLXRiO2ZpbGw6I2RmZGNkMjtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MC4yNDc2OTQ4NSIKICAgICAgIGFyaWEtbGFiZWw9IkQiPgogICAgICA8cGF0aAogICAgICAgICBpZD0icGF0aDkxNiIKICAgICAgICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjI0NzY5NDg1IgogICAgICAgICBkPSJtIDM3LjQ5MTMyOSwyOTIuMjU0MzYgdiAtNy45Mjk5NiBoIDQuNTkyMTc5IHEgMC44Mzk4OTksMCAxLjU0ODkwNiwwLjI4MzYgMC43MDkwMDYsMC4yODM2MSAxLjIyMTY3MiwwLjc5NjI3IDAuNTEyNjY2LDAuNTEyNjcgMC43OTYyNjgsMS4yMzI1OCAwLjI5NDUxMSwwLjcwOTAxIDAuMjk0NTExLDEuNTcwNzIgMCwwLjg2MTcyIC0wLjI5NDUxMSwxLjYwMzQ1IC0wLjI4MzYwMiwwLjc0MTczIC0wLjc5NjI2OCwxLjI4NzEyIC0wLjUxMjY2NiwwLjUzNDQ4IC0xLjIyMTY3MiwwLjg1MDgxIC0wLjcwOTAwNywwLjMwNTQxIC0xLjU0ODkwNiwwLjMwNTQxIHogbSA0LjU5MjE3OSwtMS4zODUyOSBxIDAuNTM0NDgxLDAgMC45ODE3MDEsLTAuMTk2MzQgMC40NTgxMjcsLTAuMTk2MzQgMC43ODUzNiwtMC41MzQ0OCAwLjMzODE0MiwtMC4zNDkwNSAwLjUyMzU3NCwtMC44Mjg5OSAwLjE4NTQzMywtMC40Nzk5NCAwLjE4NTQzMywtMS4wMzYyNCAwLC0wLjU1NjMgLTAuMTg1NDMzLC0xLjAyNTMzIC0wLjE4NTQzMiwtMC40Nzk5NCAtMC41MjM1NzQsLTAuODE4MDggLTAuMzI3MjMzLC0wLjMzODE1IC0wLjc4NTM2LC0wLjUyMzU4IC0wLjQ0NzIyLC0wLjE5NjM0IC0wLjk4MTcwMSwtMC4xOTYzNCBIIDM4Ljg2NTcxIHYgNS4xNTkzOCB6IiAvPgogICAgPC9nPgogICAgPGcKICAgICAgIGlkPSJ0ZXh0ODM5IgogICAgICAgc3R5bGU9ImZvbnQtdmFyaWFudDpub3JtYWw7Zm9udC13ZWlnaHQ6bm9ybWFsO2ZvbnQtc3RyZXRjaDpub3JtYWw7Zm9udC1zaXplOjkuMDMzODAyOTlweDtmb250LWZhbWlseTonR29vZCBUaW1lcyBSZyc7LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjpHb29kVGltZXNSZy1SZWd1bGFyO3dyaXRpbmctbW9kZTpsci10YjtmaWxsOiNiNGI0YjM7ZmlsbC1vcGFjaXR5OjE7ZmlsbC1ydWxlOm5vbnplcm87c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjAuMjQ3Njk0ODUiCiAgICAgICBhcmlhLWxhYmVsPSJpZyI+CiAgICAgIDxwYXRoCiAgICAgICAgIGlkPSJwYXRoOTExIgogICAgICAgICBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ3Njk0ODUiCiAgICAgICAgIGQ9Im0gNDcuMDI0NDAzLDI5Mi4yNTQzNiB6IG0gMCwwIHYgLTYuNTY3NTcgaCAxLjE0NzI5MyB2IDYuNTY3NTcgeiIgLz4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGg5MTMiCiAgICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC4yNDc2OTQ4NSIKICAgICAgICAgZD0ibSA0OS4xODM0ODIsMjkyLjI1NDM2IHogbSAzLjE4ODkzMiwwIHEgLTAuNjg2NTY5LDAgLTEuMjczNzY2LC0wLjI1Mjk0IC0wLjU3ODE2NCwtMC4yNjE5OCAtMS4wMTE3ODYsLTAuNzA0NjQgLTAuNDI0NTg5LC0wLjQ1MTY5IC0wLjY2ODUwMiwtMS4wNjU5OSAtMC4yMzQ4NzgsLTAuNjE0MyAtMC4yMzQ4NzgsLTEuMzI3OTcgMCwtMC43MjI3IDAuMjM0ODc4LC0xLjMxODkzIDAuMjQzOTEzLC0wLjU5NjIzIDAuNjY4NTAyLC0xLjAxMTc5IDAuNDMzNjIyLC0wLjQyNDU5IDEuMDExNzg2LC0wLjY1MDQzIDAuNTg3MTk3LC0wLjIzNDg4IDEuMjczNzY2LC0wLjIzNDg4IGggMy41NTkzMTggdiAxLjE0NzI5IGggLTMuNTU5MzE4IHEgLTAuNDQyNjU2LDAgLTAuODIyMDc2LDAuMTYyNjEgLTAuMzcwMzg2LDAuMTUzNTggLTAuNjQxNCwwLjQzMzYyIC0wLjI3MTAxNCwwLjI4MDA1IC0wLjQyNDU4OSwwLjY2ODUgLTAuMTUzNTc0LDAuMzg4NDYgLTAuMTUzNTc0LDAuODU4MjIgMCwwLjQ2MDcyIDAuMTUzNTc0LDAuODU4MjEgMC4xNTM1NzUsMC4zOTc0OCAwLjQyNDU4OSwwLjY4NjU3IDAuMjcxMDE0LDAuMjgwMDQgMC42NDE0LDAuNDQyNjUgMC4zNzk0MiwwLjE2MjYxIDAuODIyMDc2LDAuMTYyNjEgaCAyLjgwOTUxMyB2IC0xLjcwNzM5IGggLTIuOTYzMDg4IHYgLTAuOTY2NjEgaCA0LjExOTQxNSB2IDMuODIxMjkgeiIgLz4KICAgIDwvZz4KICAgIDxnCiAgICAgICBpZD0idGV4dDg0MyIKICAgICAgIHN0eWxlPSJmb250LXZhcmlhbnQ6bm9ybWFsO2ZvbnQtd2VpZ2h0Om5vcm1hbDtmb250LXN0cmV0Y2g6bm9ybWFsO2ZvbnQtc2l6ZTozLjY3OTg1MzY4cHg7Zm9udC1mYW1pbHk6J0dvb2QgVGltZXMgUmcnOy1pbmtzY2FwZS1mb250LXNwZWNpZmljYXRpb246R29vZFRpbWVzUmctUmVndWxhcjt3cml0aW5nLW1vZGU6bHItdGI7ZmlsbDojYjViNWIzO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDowLjI0NzY5NDg1IgogICAgICAgYXJpYS1sYWJlbD0iTOKAmWF2b2NhdCBlbiDDqHJlIE51bcOpcmlxdWUiPgogICAgICA8cGF0aAogICAgICAgICBpZD0icGF0aDg2NiIKICAgICAgICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjI0NzY5NDg1IgogICAgICAgICBkPSJtIDAuNTI5MTY2NjIsMjk2Ljk2MzIgdiAtMi42NzUyNiBoIDAuNDY3MzQxNDEgdiAyLjIwNzkxIEggMi43OTU5NTY1IHYgMC40NjczNSB6IiAvPgogICAgICA8cGF0aAogICAgICAgICBpZD0icGF0aDg2OCIKICAgICAgICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjI0NzY5NDg1IgogICAgICAgICBkPSJtIDIuNjE1NjQzNywyOTUuMjQ0NyB2IC0wLjk1Njc2IEggMy4wODY2NjUgbCAtMC4xODM5OTI3LDAuOTU2NzYgeiIgLz4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGg4NzAiCiAgICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC4yNDc2OTQ4NSIKICAgICAgICAgZD0ibSAyLjk1NDE5MDIsMjk2Ljk2MzIgeiBtIDIuOTY5NjQyLDAgLTAuNDAxMTA0MSwtMC42NzM0MiBIIDQuMjU2ODU4NCBsIDAuMjIwNzkxMywtMC4zNzkwMiBIIDUuMjk4MjU3IEwgNC43MDIxMjA3LDI5NC45MDk4NCAzLjQ4Nzc2OSwyOTYuOTYzMiBIIDIuOTU0MTkwMiBsIDEuNTM4MTc4OSwtMi41NjExOCBxIDAuMDQwNDc4LC0wLjA2OTkgMC4wOTU2NzYsLTAuMTEwNCAwLjA1NTE5OCwtMC4wNDA1IDAuMTMyNDc0NywtMC4wNDA1IDAuMDc3Mjc3LDAgMC4xMjg3OTQ5LDAuMDQwNSAwLjA1NTE5OCwwLjA0MDUgMC4wOTU2NzYsMC4xMTA0IGwgMS41NDE4NTg3LDIuNTYxMTggeiIgLz4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGg4NzIiCiAgICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC4yNDc2OTQ4NSIKICAgICAgICAgZD0ibSA1LjczMjQ3OTYsMjk2Ljk2MzIgeiBtIDAsLTIuNjc1MjYgaCAwLjU3MDM3NzMgbCAxLjIxNDM1MTcsMi4wNjA3MiAxLjIxMDY3MTksLTIuMDYwNzIgaCAwLjUzNzI1ODYgbCAtMS41NDE4NTg3LDIuNTYxMTggcSAtMC4wNDA0NzgsMC4wNjk5IC0wLjA5NTY3NiwwLjExMDQgLTAuMDU1MTk4LDAuMDQwNSAtMC4xMjg3OTQ5LDAuMDQwNSAtMC4wNzcyNzcsMCAtMC4xMzI0NzQ3LC0wLjA0MDUgLTAuMDU1MTk4LC0wLjA0MDUgLTAuMDk1Njc2LC0wLjExMDQgeiIgLz4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGg4NzQiCiAgICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC4yNDc2OTQ4NSIKICAgICAgICAgZD0ibSA5LjExNzk0NTIsMjk2Ljk2MzIgeiBtIDEuMjk4OTg4OCwwIHEgLTAuMjc5NjY5LDAgLTAuNTE4ODU5OSwtMC4xMDMwNCAtMC4yMzU1MTA2LC0wLjEwNjcyIC0wLjQxMjE0MzYsLTAuMjg3MDMgLTAuMTcyOTUzMSwtMC4xODM5OSAtMC4yNzIzMDkxLC0wLjQzNDIyIC0wLjA5NTY3NiwtMC4yNTAyMyAtMC4wOTU2NzYsLTAuNTQwOTQgMCwtMC4yOTQzOSAwLjA5NTY3NiwtMC41MzcyNiAwLjA5OTM1NiwtMC4yNDI4NyAwLjI3MjMwOTEsLTAuNDEyMTQgMC4xNzY2MzMsLTAuMTcyOTYgMC40MTIxNDM2LC0wLjI2NDk1IDAuMjM5MTkwOSwtMC4wOTU3IDAuNTE4ODU5OSwtMC4wOTU3IGggMC42NTEzMzQgcSAwLjI5MDcwOCwwIDAuNTI5ODk5LDAuMDk1NyAwLjI0Mjg3LDAuMDk1NyAwLjQxNTgyMywwLjI2ODYzIDAuMTcyOTUzLDAuMTcyOTUgMC4yNjg2MjksMC40MTU4MiAwLjA5NTY4LDAuMjM5MTkgMC4wOTU2OCwwLjUyOTkgMCwwLjI5MDcxIC0wLjA5OTM2LDAuNTQwOTQgLTAuMDk1NjgsMC4yNTAyMyAtMC4yNzIzMDksMC40MzQyMiAtMC4xNzI5NTMsMC4xODAzMSAtMC40MTIxNDMsMC4yODcwMyAtMC4yMzkxOTEsMC4xMDMwNCAtMC41MjYyMTksMC4xMDMwNCB6IG0gMC42NTEzMzQsLTAuNDY3MzUgcSAwLjE4Mzk5MiwwIDAuMzM4NTQ2LC0wLjA2NjIgMC4xNTQ1NTQsLTAuMDY2MiAwLjI2NDk1LC0wLjE4MDMyIDAuMTE0MDc1LC0wLjExNzc1IDAuMTc2NjMzLC0wLjI3OTY2IDAuMDYyNTYsLTAuMTYxOTIgMC4wNjI1NiwtMC4zNDk1OSAwLC0wLjE4NzY3IC0wLjA2MjU2LC0wLjM0NTkxIC0wLjA2MjU2LC0wLjE2MTkxIC0wLjE3NjYzMywtMC4yNzU5OSAtMC4xMTAzOTYsLTAuMTE0MDcgLTAuMjY0OTUsLTAuMTc2NjMgLTAuMTU0NTU0LC0wLjA2NjIgLTAuMzM4NTQ2LC0wLjA2NjIgaCAtMC42NTEzMzQgcSAtMC4xODAzMTMsMCAtMC4zMzQ4NjcsMC4wNjYyIC0wLjE1MDg3NDIsMC4wNjI2IC0wLjI2MTI2OTgsMC4xNzY2MyAtMC4xMTAzOTU2LDAuMTE0MDggLTAuMTcyOTUzMSwwLjI3MjMxIC0wLjA2MjU1OCwwLjE1ODI0IC0wLjA2MjU1OCwwLjM0OTU5IDAsMC4xODc2NyAwLjA2MjU1OCwwLjM0OTU5IDAuMDYyNTU4LDAuMTYxOTEgMC4xNzI5NTMxLDAuMjc5NjYgMC4xMTAzOTU2LDAuMTE0MDggMC4yNjEyNjk4LDAuMTgwMzIgMC4xNTQ1NTQsMC4wNjYyIDAuMzM0ODY3LDAuMDY2MiB6IiAvPgogICAgICA8cGF0aAogICAgICAgICBpZD0icGF0aDg3NiIKICAgICAgICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjI0NzY5NDg1IgogICAgICAgICBkPSJtIDEyLjY4MDA0NCwyOTYuOTYzMiB6IG0gMS4yOTg5ODgsMCBxIC0wLjI3OTY2OSwwIC0wLjUxODg1OSwtMC4xMDMwNCAtMC4yMzU1MTEsLTAuMTA2NzIgLTAuNDEyMTQ0LC0wLjI4NzAzIC0wLjE3Mjk1MywtMC4xODM5OSAtMC4yNzIzMDksLTAuNDM0MjIgLTAuMDk1NjgsLTAuMjUwMjMgLTAuMDk1NjgsLTAuNTQwOTQgMCwtMC4yOTQzOSAwLjA5NTY4LC0wLjUzNzI2IDAuMDk5MzYsLTAuMjQyODcgMC4yNzIzMDksLTAuNDEyMTQgMC4xNzY2MzMsLTAuMTcyOTYgMC40MTIxNDQsLTAuMjY0OTUgMC4yMzkxOSwtMC4wOTU3IDAuNTE4ODU5LC0wLjA5NTcgaCAxLjQ0OTg2MiB2IDAuNDY3MzQgaCAtMS40NDk4NjIgcSAtMC4xODAzMTMsMCAtMC4zMzQ4NjcsMC4wNjYyIC0wLjE1MDg3NCwwLjA2MjYgLTAuMjYxMjY5LDAuMTc2NjMgLTAuMTEwMzk2LDAuMTE0MDggLTAuMTcyOTUzLDAuMjcyMzEgLTAuMDYyNTYsMC4xNTgyNCAtMC4wNjI1NiwwLjM0OTU5IDAsMC4xODc2NyAwLjA2MjU2LDAuMzQ5NTkgMC4wNjI1NiwwLjE2MTkxIDAuMTcyOTUzLDAuMjc5NjYgMC4xMTAzOTUsMC4xMTQwOCAwLjI2MTI2OSwwLjE4MDMyIDAuMTU0NTU0LDAuMDY2MiAwLjMzNDg2NywwLjA2NjIgaCAxLjQ0OTg2MiB2IDAuNDY3MzUgeiIgLz4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGg4NzgiCiAgICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC4yNDc2OTQ4NSIKICAgICAgICAgZD0ibSAxNS42Mjc2MDcsMjk2Ljk2MzIgeiBtIDIuOTY5NjQyLDAgLTAuNDAxMTA0LC0wLjY3MzQyIGggLTEuMjY1ODcgbCAwLjIyMDc5MSwtMC4zNzkwMiBoIDAuODIwNjA4IGwgLTAuNTk2MTM3LC0xLjAwMDkyIC0xLjIxNDM1MSwyLjA1MzM2IGggLTAuNTMzNTc5IGwgMS41MzgxNzksLTIuNTYxMTggcSAwLjA0MDQ4LC0wLjA2OTkgMC4wOTU2OCwtMC4xMTA0IDAuMDU1MiwtMC4wNDA1IDAuMTMyNDc1LC0wLjA0MDUgMC4wNzcyOCwwIDAuMTI4Nzk1LDAuMDQwNSAwLjA1NTIsMC4wNDA1IDAuMDk1NjgsMC4xMTA0IGwgMS41NDE4NTgsMi41NjExOCB6IiAvPgogICAgICA8cGF0aAogICAgICAgICBpZD0icGF0aDg4MCIKICAgICAgICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjI0NzY5NDg1IgogICAgICAgICBkPSJtIDE4LjgxNDM2LDI5Ni45NjMyIHogbSAxLjAxNTYzOSwwIHYgLTIuMjA3OTIgSCAxOC44MTQzNiB2IC0wLjQ2NzM0IGggMi40OTg2MiB2IDAuNDY3MzQgaCAtMS4wMTU2MzkgdiAyLjIwNzkyIHoiIC8+CiAgICAgIDxwYXRoCiAgICAgICAgIGlkPSJwYXRoODgyIgogICAgICAgICBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ3Njk0ODUiCiAgICAgICAgIGQ9Im0gMjIuNzAzOTY0LDI5Ni45NjMyIHogbSAwLDAgdiAtMi42NzUyNiBoIDIuMzg4MjI1IHYgMC40NjczNCBoIC0xLjkyNDU2MyB2IDEuNzQwNTcgaCAxLjkyODI0MyB2IDAuNDY3MzUgeiBtIDAuODA1ODg4LC0xLjE2Mjg0IHYgLTAuMzkzNzQgaCAxLjQ4Mjk4MSB2IDAuMzkzNzQgeiIgLz4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGg4ODQiCiAgICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC4yNDc2OTQ4NSIKICAgICAgICAgZD0ibSAyNS40ODU5MzQsMjk2Ljk2MzIgeiBtIDAuNDQ1MjYyLC0xLjk1NzY5IHYgMS45NTc2OSBoIC0wLjQ0NTI2MiB2IC0yLjQyODcxIHEgMCwtMC4xMjg3OSAwLjA2MjU2LC0wLjIwMjM5IDAuMDY2MjQsLTAuMDc3MyAwLjE3NjYzMywtMC4wNzczIDAuMDUxNTIsMCAwLjA5OTM2LDAuMDIyMSAwLjA0Nzg0LDAuMDIyMSAwLjA5OTM2LDAuMDczNiBsIDEuODg3NzY1LDEuODczMDUgdiAtMS45NTc2OSBoIDAuNDQ1MjYyIHYgMi40NTA3OSBxIDAsMC4xMzI0NyAtMC4wNjYyNCwwLjIwNjA3IC0wLjA2MjU2LDAuMDczNiAtMC4xNjU1OTMsMC4wNzM2IC0wLjExNDA3NiwwIC0wLjIxMzQzMiwtMC4wOTk0IHoiIC8+CiAgICAgIDxwYXRoCiAgICAgICAgIGlkPSJwYXRoODg2IgogICAgICAgICBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ3Njk0ODUiCiAgICAgICAgIGQ9Im0gMjkuNzkxMzYzLDI5Ni45NjMyIHogbSAwLDAgdiAtMi42NzUyNiBoIDIuMzg4MjI1IHYgMC40NjczNCBoIC0xLjkyNDU2MyB2IDEuNzQwNTcgaCAxLjkyODI0MyB2IDAuNDY3MzUgeiBtIDAuODA1ODg4LC0xLjE2Mjg0IHYgLTAuMzkzNzQgaCAxLjQ4Mjk4MSB2IDAuMzkzNzQgeiBtIC0wLjIyNDQ3MSwtMS44ODA0IHYgLTAuMjkwNzEgbCAwLjk0MjA0MiwwLjI4MzM1IHYgMC4yMDk3NSB6IiAvPgogICAgICA8cGF0aAogICAgICAgICBpZD0icGF0aDg4OCIKICAgICAgICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjI0NzY5NDg1IgogICAgICAgICBkPSJtIDMyLjU4NDM3LDI5Ni45NjMyIHogbSAyLjQ4MzkwMSwwIC0wLjY3NzA5MywtMC43NDMzMyBoIC0xLjAwMDkyIHYgLTAuNDEyMTUgaCAxLjExNDk5NSBxIDAuMjUzOTEsMCAwLjM4MjcwNSwtMC4xMzYxNSAwLjEyODc5NSwtMC4xMzk4NCAwLjEyODc5NSwtMC40MDExMSAwLC0wLjI2MTI3IC0wLjEzNjE1NCwtMC4zODYzOCAtMC4xMzI0NzUsLTAuMTI4OCAtMC4zNzUzNDYsLTAuMTI4OCBoIC0xLjQ1NzIyMiB2IDIuMjA3OTIgSCAzMi41ODQzNyB2IC0yLjY3NTI2IGggMS45MjA4ODMgcSAwLjIyODE1MSwwIDAuNDA4NDY0LDAuMDY5OSAwLjE4MDMxMywwLjA2NjIgMC4zMDU0MjgsMC4xOTUwMyAwLjEyNTExNSwwLjEyNTEyIDAuMTkxMzUyLDAuMzA1NDMgMC4wNjYyNCwwLjE4MDMxIDAuMDY2MjQsMC40MDQ3OCAwLDAuMzM0ODcgLTAuMTQ3MTk0LDAuNTYzMDIgLTAuMTQzNTE1LDAuMjI0NDcgLTAuNDA0Nzg0LDAuMzIzODMgbCAwLjgwNTg4OCwwLjgxMzI1IHoiIC8+CiAgICAgIDxwYXRoCiAgICAgICAgIGlkPSJwYXRoODkwIgogICAgICAgICBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ3Njk0ODUiCiAgICAgICAgIGQ9Im0gMzUuOTczNTE5LDI5Ni45NjMyIHogbSAwLDAgdiAtMi42NzUyNiBoIDIuMzg4MjI1IHYgMC40NjczNCBIIDM2LjQzNzE4IHYgMS43NDA1NyBoIDEuOTI4MjQzIHYgMC40NjczNSB6IG0gMC44MDU4ODgsLTEuMTYyODQgdiAtMC4zOTM3NCBoIDEuNDgyOTgxIHYgMC4zOTM3NCB6IiAvPgogICAgICA8cGF0aAogICAgICAgICBpZD0icGF0aDg5MiIKICAgICAgICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjI0NzY5NDg1IgogICAgICAgICBkPSJtIDQwLjI4MjYyNywyOTUuMDA1NTEgdiAxLjk1NzY5IGggLTAuNDQ1MjYyIHYgLTIuNDI4NzEgcSAwLC0wLjEyODc5IDAuMDYyNTYsLTAuMjAyMzkgMC4wNjYyNCwtMC4wNzczIDAuMTc2NjMzLC0wLjA3NzMgMC4wNTE1MiwwIDAuMDk5MzYsMC4wMjIxIDAuMDQ3ODQsMC4wMjIxIDAuMDk5MzYsMC4wNzM2IGwgMS44ODc3NjUsMS44NzMwNSB2IC0xLjk1NzY5IGggMC40NDUyNjIgdiAyLjQ1MDc5IHEgMCwwLjEzMjQ3IC0wLjA2NjI0LDAuMjA2MDcgLTAuMDYyNTYsMC4wNzM2IC0wLjE2NTU5MywwLjA3MzYgLTAuMTE0MDc2LDAgLTAuMjEzNDMyLC0wLjA5OTQgeiIgLz4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGg4OTQiCiAgICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC4yNDc2OTQ4NSIKICAgICAgICAgZD0ibSA0My4wMjA0MzksMjk2Ljk2MzIgeiBtIDIuNDMyMzgzLC0yLjY3NTI2IGggMC40NTYzMDIgdiAxLjQ5NDAyIHEgMCwwLjMwOTExIC0wLjA4MDk2LDAuNTQwOTQgLTAuMDgwOTYsMC4yMjgxNSAtMC4yNTM5MSwwLjM3OTAzIC0wLjE3Mjk1MywwLjE1MDg3IC0wLjQ0ODk0MiwwLjIyNDQ3IC0wLjI3MjMwOSwwLjA3MzYgLTAuNjYyMzc0LDAuMDczNiAtMC4zODYzODQsMCAtMC42NjIzNzMsLTAuMDczNiAtMC4yNzIzMDksLTAuMDczNiAtMC40NDUyNjMsLTAuMjI0NDcgLTAuMTcyOTUzLC0wLjE1MDg4IC0wLjI1MzkxLC0wLjM3OTAzIC0wLjA4MDk2LC0wLjIzMTgzIC0wLjA4MDk2LC0wLjU0MDk0IHYgLTEuNDk0MDIgSCA0My41MDI1IHYgMS40OTQwMiBxIDAsMC4yMDIzOSAwLjA0Nzg0LDAuMzQ1OTEgMC4wNTE1MiwwLjE0MzUxIDAuMTYxOTEzLDAuMjM1NTEgMC4xMTQwNzYsMC4wOTIgMC4zMDE3NDgsMC4xMzYxNSAwLjE4NzY3MywwLjA0MDUgMC40NjM2NjIsMC4wNDA1IDAuMjc1OTg5LDAgMC40NjM2NjEsLTAuMDQwNSAwLjE4NzY3MywtMC4wNDQyIDAuMjk4MDY4LC0wLjEzNjE1IDAuMTE0MDc2LC0wLjA5MiAwLjE2MTkxNCwtMC4yMzU1MSAwLjA1MTUyLC0wLjE0MzUyIDAuMDUxNTIsLTAuMzQ1OTEgeiIgLz4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGg4OTYiCiAgICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC4yNDc2OTQ4NSIKICAgICAgICAgZD0ibSA0Ni4wNDE1OTgsMjk2Ljk2MzIgeiBtIDMuNDczNzgyLDAgLTAuNTExNSwtMS44ODA0MSAtMC43NTgwNSwxLjc0MDU3IHEgLTAuMDQwNDgsMC4wODQ2IC0wLjA5OTM2LDAuMTMyNDggLTAuMDU1MiwwLjA0NDIgLTAuMTM5ODM0LDAuMDQ0MiAtMC4xNjU1OTQsMCAtMC4yMzkxOTEsLTAuMTc2NjMgbCAtMC43NTQzNywtMS43NDA1NyAtMC41MTE0OTksMS44ODA0MSBoIC0wLjQ1OTk4MiBsIDAuNjg4MTMzLC0yLjUxNzAyIHEgMC4wNDc4NCwtMC4xOTEzNiAwLjIzMTgzLC0wLjE5MTM2IDAuMDczNiwwIDAuMTM2MTU1LDAuMDQwNSAwLjA2NjI0LDAuMDQwNSAwLjA5OTM2LDAuMTE3NzYgbCAwLjgyNDI4NywxLjg5MTQ0IDAuODI0Mjg3LC0xLjg5MTQ0IHEgMC4wNjYyNCwtMC4xNTgyNCAwLjIyNDQ3MSwtMC4xNTgyNCAwLjE2OTI3NCwwIDAuMjI0NDcyLDAuMTkxMzYgbCAwLjY4NDQ1MiwyLjUxNzAyIHoiIC8+CiAgICAgIDxwYXRoCiAgICAgICAgIGlkPSJwYXRoODk4IgogICAgICAgICBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ3Njk0ODUiCiAgICAgICAgIGQ9Im0gNTAuMjg4MTUxLDI5Ni45NjMyIHogbSAwLDAgdiAtMi42NzUyNiBoIDIuMzg4MjI1IHYgMC40NjczNCBoIC0xLjkyNDU2MyB2IDEuNzQwNTcgaCAxLjkyODI0MyB2IDAuNDY3MzUgeiBtIDAuODA1ODg4LC0xLjE2Mjg0IHYgLTAuMzkzNzQgaCAxLjQ4Mjk4MSB2IDAuMzkzNzQgeiBtIC0wLjAwMzcsLTEuNjc4MDEgdiAtMC4yMDk3NSBsIDAuOTQyMDQzLC0wLjI4MzM1IHYgMC4yOTA3MSB6IiAvPgogICAgICA8cGF0aAogICAgICAgICBpZD0icGF0aDkwMCIKICAgICAgICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjI0NzY5NDg1IgogICAgICAgICBkPSJtIDUzLjA4MTE1OCwyOTYuOTYzMiB6IG0gMi40ODM5MDEsMCAtMC42NzcwOTMsLTAuNzQzMzMgaCAtMS4wMDA5MiB2IC0wLjQxMjE1IGggMS4xMTQ5OTUgcSAwLjI1MzkxLDAgMC4zODI3MDUsLTAuMTM2MTUgMC4xMjg3OTUsLTAuMTM5ODQgMC4xMjg3OTUsLTAuNDAxMTEgMCwtMC4yNjEyNyAtMC4xMzYxNTQsLTAuMzg2MzggLTAuMTMyNDc1LC0wLjEyODggLTAuMzc1MzQ2LC0wLjEyODggaCAtMS40NTcyMjIgdiAyLjIwNzkyIGggLTAuNDYzNjYxIHYgLTIuNjc1MjYgaCAxLjkyMDg4MyBxIDAuMjI4MTUxLDAgMC40MDg0NjQsMC4wNjk5IDAuMTgwMzEzLDAuMDY2MiAwLjMwNTQyOCwwLjE5NTAzIDAuMTI1MTE1LDAuMTI1MTIgMC4xOTEzNTIsMC4zMDU0MyAwLjA2NjI0LDAuMTgwMzEgMC4wNjYyNCwwLjQwNDc4IDAsMC4zMzQ4NyAtMC4xNDcxOTQsMC41NjMwMiAtMC4xNDM1MTUsMC4yMjQ0NyAtMC40MDQ3ODQsMC4zMjM4MyBsIDAuODA1ODg4LDAuODEzMjUgeiIgLz4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGg5MDIiCiAgICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC4yNDc2OTQ4NSIKICAgICAgICAgZD0ibSA1Ni40OTYwNjYsMjk2Ljk2MzIgeiBtIDAsMCB2IC0yLjY3NTI2IGggMC40NjczNDEgdiAyLjY3NTI2IHoiIC8+CiAgICAgIDxwYXRoCiAgICAgICAgIGlkPSJwYXRoOTA0IgogICAgICAgICBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ3Njk0ODUiCiAgICAgICAgIGQ9Im0gNTcuMzc1NTQ3LDI5Ni45NjMyIHogbSAyLjc3MDkzLDAgLTAuMTgzOTkzLC0wLjE1ODI0IHEgLTAuMTM5ODM0LDAuMDczNiAtMC4zMDE3NDgsMC4xMTc3NiAtMC4xNTgyMzQsMC4wNDA1IC0wLjMzNDg2NywwLjA0MDUgaCAtMC42NTEzMzQgcSAtMC4yNzk2NjksMCAtMC41MTg4NTksLTAuMTAzMDQgLTAuMjM1NTExLC0wLjEwNjcyIC0wLjQxMjE0NCwtMC4yODcwMyAtMC4xNzI5NTMsLTAuMTgzOTkgLTAuMjcyMzA5LC0wLjQzNDIyIC0wLjA5NTY4LC0wLjI1MDIzIC0wLjA5NTY4LC0wLjU0MDk0IDAsLTAuMjk0MzkgMC4wOTU2OCwtMC41MzcyNiAwLjA5OTM2LC0wLjI0Mjg3IDAuMjcyMzA5LC0wLjQxMjE0IDAuMTc2NjMzLC0wLjE3Mjk2IDAuNDEyMTQ0LC0wLjI2NDk1IDAuMjM5MTksLTAuMDk1NyAwLjUxODg1OSwtMC4wOTU3IGggMC42NTEzMzQgcSAwLjI5MDcwOSwwIDAuNTI5ODk5LDAuMDk1NyAwLjI0Mjg3MSwwLjA5NTcgMC40MTU4MjQsMC4yNjg2MyAwLjE3Mjk1MywwLjE3Mjk1IDAuMjY4NjI5LDAuNDE1ODIgMC4wOTU2OCwwLjIzOTE5IDAuMDk1NjgsMC41Mjk5IDAsMC4yOTQzOSAtMC4wOTkzNiwwLjU0NDYyIC0wLjA5NTY4LDAuMjQ2NTUgLTAuMjcyMzA5LDAuNDMwNTQgbCAwLjUwNDE0LDAuMzkwMDcgeiBtIC0xLjM2MTU0NiwtMS4xMDM5NiBoIDAuNjE4MjE1IGwgMC40OTY3ODEsMC40MTk1IHEgMC4xMjUxMTUsLTAuMTE3NzUgMC4xOTUwMzIsLTAuMjg3MDMgMC4wNzM2LC0wLjE2OTI3IDAuMDczNiwtMC4zNzE2NiAwLC0wLjE4NzY3IC0wLjA2MjU2LC0wLjM0NTkxIC0wLjA2MjU2LC0wLjE2MTkxIC0wLjE3NjYzMywtMC4yNzU5OSAtMC4xMTAzOTUsLTAuMTE0MDcgLTAuMjY0OTQ5LC0wLjE3NjYzIC0wLjE1NDU1NCwtMC4wNjYyIC0wLjMzODU0NywtMC4wNjYyIGggLTAuNjUxMzM0IHEgLTAuMTgwMzEzLDAgLTAuMzM0ODY2LDAuMDY2MiAtMC4xNTA4NzQsMC4wNjI2IC0wLjI2MTI3LDAuMTc2NjMgLTAuMTEwMzk2LDAuMTE0MDggLTAuMTcyOTUzLDAuMjcyMzEgLTAuMDYyNTYsMC4xNTgyNCAtMC4wNjI1NiwwLjM0OTU5IDAsMC4xODc2NyAwLjA2MjU2LDAuMzQ5NTkgMC4wNjI1NiwwLjE2MTkxIDAuMTcyOTUzLDAuMjc5NjYgMC4xMTAzOTYsMC4xMTQwOCAwLjI2MTI3LDAuMTgwMzIgMC4xNTQ1NTMsMC4wNjYyIDAuMzM0ODY2LDAuMDY2MiBoIDAuNjUxMzM0IHEgMC4xMTQwNzYsMCAwLjIzMTgzMSwtMC4wMjk0IHoiIC8+CiAgICAgIDxwYXRoCiAgICAgICAgIGlkPSJwYXRoOTA2IgogICAgICAgICBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ3Njk0ODUiCiAgICAgICAgIGQ9Im0gNjAuOTc0NDQ1LDI5Ni45NjMyIHogbSAyLjQzMjM4MywtMi42NzUyNiBoIDAuNDU2MzAyIHYgMS40OTQwMiBxIDAsMC4zMDkxMSAtMC4wODA5NiwwLjU0MDk0IC0wLjA4MDk2LDAuMjI4MTUgLTAuMjUzOTEsMC4zNzkwMyAtMC4xNzI5NTMsMC4xNTA4NyAtMC40NDg5NDIsMC4yMjQ0NyAtMC4yNzIzMDksMC4wNzM2IC0wLjY2MjM3MywwLjA3MzYgLTAuMzg2Mzg1LDAgLTAuNjYyMzc0LC0wLjA3MzYgLTAuMjcyMzA5LC0wLjA3MzYgLTAuNDQ1MjYyLC0wLjIyNDQ3IC0wLjE3Mjk1NCwtMC4xNTA4OCAtMC4yNTM5MSwtMC4zNzkwMyAtMC4wODA5NiwtMC4yMzE4MyAtMC4wODA5NiwtMC41NDA5NCB2IC0xLjQ5NDAyIGggMC40ODIwNjEgdiAxLjQ5NDAyIHEgMCwwLjIwMjM5IDAuMDQ3ODQsMC4zNDU5MSAwLjA1MTUyLDAuMTQzNTEgMC4xNjE5MTMsMC4yMzU1MSAwLjExNDA3NiwwLjA5MiAwLjMwMTc0OCwwLjEzNjE1IDAuMTg3NjczLDAuMDQwNSAwLjQ2MzY2MiwwLjA0MDUgMC4yNzU5ODksMCAwLjQ2MzY2MiwtMC4wNDA1IDAuMTg3NjcyLC0wLjA0NDIgMC4yOTgwNjgsLTAuMTM2MTUgMC4xMTQwNzUsLTAuMDkyIDAuMTYxOTEzLC0wLjIzNTUxIDAuMDUxNTIsLTAuMTQzNTIgMC4wNTE1MiwtMC4zNDU5MSB6IiAvPgogICAgICA8cGF0aAogICAgICAgICBpZD0icGF0aDkwOCIKICAgICAgICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjI0NzY5NDg1IgogICAgICAgICBkPSJtIDY0LjI4NjMxMiwyOTYuOTYzMiB6IG0gMCwwIHYgLTIuNjc1MjYgaCAyLjM4ODIyNSB2IDAuNDY3MzQgaCAtMS45MjQ1NjMgdiAxLjc0MDU3IGggMS45MjgyNDMgdiAwLjQ2NzM1IHogbSAwLjgwNTg4OCwtMS4xNjI4NCB2IC0wLjM5Mzc0IGggMS40ODI5ODEgdiAwLjM5Mzc0IHoiIC8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K" alt="juridig">
- <div style="background-color: #fff;">
- <div class="mailcontent" align="left" style="padding: 5px; margin: 5px;">
- %%BODYCONTENT%%
- </div>
- </div>
- </div>
- </body>
+INSERT INTO public.maillayouts (id, layoutname, mailtemplate) VALUES (1, 'juridig_basic', '<html>\r
+ <head>\r
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8">\r
+ <style>\r
+ body,html {\r
+ margin: 0;\r
+ background-color: #fff;\r
+ }\r
+ </style>\r
+ </head>\r
+ <body bgcolor="#fff">\r
+ <div class="maincontainer" align="center" style="padding-top: 5px; padding-bottom: 5px; width: auto; background-color: #fff; color: #000;">\r
+ <img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgaWQ9InN2ZzgiCiAgIHZlcnNpb249IjEuMSIKICAgdmlld0JveD0iMCAwIDY3LjQ2ODc1IDEzLjIyOTE2NyIKICAgaGVpZ2h0PSI1MCIKICAgd2lkdGg9IjI1NSI+CiAgPGRlZnMKICAgICBpZD0iZGVmczIiIC8+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNSI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGcKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0yODMuNzcwOCkiCiAgICAgaWQ9ImxheWVyMSI+CiAgICA8ZwogICAgICAgaWQ9InRleHQ4MjciCiAgICAgICBzdHlsZT0iZm9udC12YXJpYW50Om5vcm1hbDtmb250LXdlaWdodDpub3JtYWw7Zm9udC1zdHJldGNoOm5vcm1hbDtmb250LXNpemU6MTAuOTA3Nzg4MjhweDtmb250LWZhbWlseTonR29vZCBUaW1lcyBSZyc7LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjpHb29kVGltZXNSZy1SZWd1bGFyO3dyaXRpbmctbW9kZTpsci10YjtmaWxsOiNkZmRjZDI7ZmlsbC1vcGFjaXR5OjE7ZmlsbC1ydWxlOm5vbnplcm87c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjAuMjQ3Njk0ODUiCiAgICAgICBhcmlhLWxhYmVsPSJKIj4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGg5MjYiCiAgICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC4yNDc2OTQ4NSIKICAgICAgICAgZD0ibSAxMC41ODAyMzcsMjkyLjI1NDM2IHYgLTEuMzg1MjkgaCAyLjkwMTQ3MiBxIDEuMzg1Mjg5LDAgMS45OTYxMjUsLTAuNTM0NDggMC42MTA4MzYsLTAuNTM0NDggMC42MTA4MzYsLTEuNjkwNyB2IC00LjMxOTQ5IGggMS4zODUyODkgdiA0LjMxOTQ5IHEgMCwxLjg0MzQxIC0wLjk1OTg4NSwyLjcyNjk0IC0wLjk1OTg4NiwwLjg4MzUzIC0zLjAzMjM2NSwwLjg4MzUzIHoiIC8+CiAgICA8L2c+CiAgICA8ZwogICAgICAgaWQ9InRleHQ4MzEiCiAgICAgICBzdHlsZT0iZm9udC12YXJpYW50Om5vcm1hbDtmb250LXdlaWdodDpub3JtYWw7Zm9udC1zdHJldGNoOm5vcm1hbDtmb250LXNpemU6OS4wMzM4MDI5OXB4O2ZvbnQtZmFtaWx5OidHb29kIFRpbWVzIFJnJzstaW5rc2NhcGUtZm9udC1zcGVjaWZpY2F0aW9uOkdvb2RUaW1lc1JnLVJlZ3VsYXI7d3JpdGluZy1tb2RlOmxyLXRiO2ZpbGw6I2I0YjRiMztmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MC4yNDc2OTQ4NSIKICAgICAgIGFyaWEtbGFiZWw9InVyaSI+CiAgICAgIDxwYXRoCiAgICAgICAgIGlkPSJwYXRoOTE5IgogICAgICAgICBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ3Njk0ODUiCiAgICAgICAgIGQ9Im0gMTguNTEwNzY0LDI5Mi4yNTQzNiB6IG0gNS45NzEzNDQsLTYuNTY3NTcgaCAxLjEyMDE5MSB2IDMuNjY3NzIgcSAwLDAuNzU4ODQgLTAuMTk4NzQzLDEuMzI3OTcgLTAuMTk4NzQ0LDAuNTYwMSAtMC42MjMzMzMsMC45MzA0OCAtMC40MjQ1ODksMC4zNzAzOSAtMS4xMDIxMjQsMC41NTEwNyAtMC42Njg1MDEsMC4xODA2NyAtMS42MjYwODQsMC4xODA2NyAtMC45NDg1NSwwIC0xLjYyNjA4NSwtMC4xODA2NyAtMC42Njg1MDEsLTAuMTgwNjggLTEuMDkzMDksLTAuNTUxMDcgLTAuNDI0NTg5LC0wLjM3MDM4IC0wLjYyMzMzMiwtMC45MzA0OCAtMC4xOTg3NDQsLTAuNTY5MTMgLTAuMTk4NzQ0LC0xLjMyNzk3IHYgLTMuNjY3NzIgaCAxLjE4MzQyOCB2IDMuNjY3NzIgcSAwLDAuNDk2ODYgMC4xMTc0MzksMC44NDkxOCAwLjEyNjQ3NCwwLjM1MjMyIDAuMzk3NDg4LDAuNTc4MTYgMC4yODAwNDgsMC4yMjU4NSAwLjc0MDc3MiwwLjMzNDI1IDAuNDYwNzI0LDAuMDk5NCAxLjEzODI1OSwwLjA5OTQgMC42Nzc1MzUsMCAxLjEzODI1OSwtMC4wOTk0IDAuNDYwNzI0LC0wLjEwODQgMC43MzE3MzgsLTAuMzM0MjUgMC4yODAwNDgsLTAuMjI1ODQgMC4zOTc0ODcsLTAuNTc4MTYgMC4xMjY0NzQsLTAuMzUyMzIgMC4xMjY0NzQsLTAuODQ5MTggeiIgLz4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGg5MjEiCiAgICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC4yNDc2OTQ4NSIKICAgICAgICAgZD0ibSAyNi42NDExODcsMjkyLjI1NDM2IHogbSA2LjA5NzgxNywwIC0xLjY2MjIxOSwtMS44MjQ4MiBIIDI4LjYxOTU5IHYgLTEuMDExNzkgaCAyLjczNzI0MiBxIDAuNjIzMzMzLDAgMC45Mzk1MTYsLTAuMzM0MjUgMC4zMTYxODMsLTAuMzQzMjkgMC4zMTYxODMsLTAuOTg0NjkgMCwtMC42NDE0IC0wLjMzNDI1MSwtMC45NDg1NCAtMC4zMjUyMTcsLTAuMzE2MTkgLTAuOTIxNDQ4LC0wLjMxNjE5IGggLTMuNTc3Mzg2IHYgNS40MjAyOCBoIC0xLjEzODI1OSB2IC02LjU2NzU3IGggNC43MTU2NDUgcSAwLjU2MDA5NiwwIDEuMDAyNzUzLDAuMTcxNjQgMC40NDI2NTYsMC4xNjI2MSAwLjc0OTgwNSwwLjQ3ODc5IDAuMzA3MTUsMC4zMDcxNSAwLjQ2OTc1OCwwLjc0OTgxIDAuMTYyNjA4LDAuNDQyNjYgMC4xNjI2MDgsMC45OTM3MiAwLDAuODIyMDcgLTAuMzYxMzUyLDEuMzgyMTcgLTAuMzUyMzE4LDAuNTUxMDYgLTAuOTkzNzE4LDAuNzk0OTcgbCAxLjk3ODQwMywxLjk5NjQ3IHoiIC8+CiAgICAgIDxwYXRoCiAgICAgICAgIGlkPSJwYXRoOTIzIgogICAgICAgICBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ3Njk0ODUiCiAgICAgICAgIGQ9Im0gMzUuMDI0NTU1LDI5Mi4yNTQzNiB6IG0gMCwwIHYgLTYuNTY3NTcgaCAxLjE0NzI5MyB2IDYuNTY3NTcgeiIgLz4KICAgIDwvZz4KICAgIDxnCiAgICAgICBpZD0idGV4dDgzNSIKICAgICAgIHN0eWxlPSJmb250LXZhcmlhbnQ6bm9ybWFsO2ZvbnQtd2VpZ2h0Om5vcm1hbDtmb250LXN0cmV0Y2g6bm9ybWFsO2ZvbnQtc2l6ZToxMC45MDc3ODgyOHB4O2ZvbnQtZmFtaWx5OidHb29kIFRpbWVzIFJnJzstaW5rc2NhcGUtZm9udC1zcGVjaWZpY2F0aW9uOkdvb2RUaW1lc1JnLVJlZ3VsYXI7d3JpdGluZy1tb2RlOmxyLXRiO2ZpbGw6I2RmZGNkMjtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MC4yNDc2OTQ4NSIKICAgICAgIGFyaWEtbGFiZWw9IkQiPgogICAgICA8cGF0aAogICAgICAgICBpZD0icGF0aDkxNiIKICAgICAgICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjI0NzY5NDg1IgogICAgICAgICBkPSJtIDM3LjQ5MTMyOSwyOTIuMjU0MzYgdiAtNy45Mjk5NiBoIDQuNTkyMTc5IHEgMC44Mzk4OTksMCAxLjU0ODkwNiwwLjI4MzYgMC43MDkwMDYsMC4yODM2MSAxLjIyMTY3MiwwLjc5NjI3IDAuNTEyNjY2LDAuNTEyNjcgMC43OTYyNjgsMS4yMzI1OCAwLjI5NDUxMSwwLjcwOTAxIDAuMjk0NTExLDEuNTcwNzIgMCwwLjg2MTcyIC0wLjI5NDUxMSwxLjYwMzQ1IC0wLjI4MzYwMiwwLjc0MTczIC0wLjc5NjI2OCwxLjI4NzEyIC0wLjUxMjY2NiwwLjUzNDQ4IC0xLjIyMTY3MiwwLjg1MDgxIC0wLjcwOTAwNywwLjMwNTQxIC0xLjU0ODkwNiwwLjMwNTQxIHogbSA0LjU5MjE3OSwtMS4zODUyOSBxIDAuNTM0NDgxLDAgMC45ODE3MDEsLTAuMTk2MzQgMC40NTgxMjcsLTAuMTk2MzQgMC43ODUzNiwtMC41MzQ0OCAwLjMzODE0MiwtMC4zNDkwNSAwLjUyMzU3NCwtMC44Mjg5OSAwLjE4NTQzMywtMC40Nzk5NCAwLjE4NTQzMywtMS4wMzYyNCAwLC0wLjU1NjMgLTAuMTg1NDMzLC0xLjAyNTMzIC0wLjE4NTQzMiwtMC40Nzk5NCAtMC41MjM1NzQsLTAuODE4MDggLTAuMzI3MjMzLC0wLjMzODE1IC0wLjc4NTM2LC0wLjUyMzU4IC0wLjQ0NzIyLC0wLjE5NjM0IC0wLjk4MTcwMSwtMC4xOTYzNCBIIDM4Ljg2NTcxIHYgNS4xNTkzOCB6IiAvPgogICAgPC9nPgogICAgPGcKICAgICAgIGlkPSJ0ZXh0ODM5IgogICAgICAgc3R5bGU9ImZvbnQtdmFyaWFudDpub3JtYWw7Zm9udC13ZWlnaHQ6bm9ybWFsO2ZvbnQtc3RyZXRjaDpub3JtYWw7Zm9udC1zaXplOjkuMDMzODAyOTlweDtmb250LWZhbWlseTonR29vZCBUaW1lcyBSZyc7LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjpHb29kVGltZXNSZy1SZWd1bGFyO3dyaXRpbmctbW9kZTpsci10YjtmaWxsOiNiNGI0YjM7ZmlsbC1vcGFjaXR5OjE7ZmlsbC1ydWxlOm5vbnplcm87c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjAuMjQ3Njk0ODUiCiAgICAgICBhcmlhLWxhYmVsPSJpZyI+CiAgICAgIDxwYXRoCiAgICAgICAgIGlkPSJwYXRoOTExIgogICAgICAgICBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ3Njk0ODUiCiAgICAgICAgIGQ9Im0gNDcuMDI0NDAzLDI5Mi4yNTQzNiB6IG0gMCwwIHYgLTYuNTY3NTcgaCAxLjE0NzI5MyB2IDYuNTY3NTcgeiIgLz4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGg5MTMiCiAgICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC4yNDc2OTQ4NSIKICAgICAgICAgZD0ibSA0OS4xODM0ODIsMjkyLjI1NDM2IHogbSAzLjE4ODkzMiwwIHEgLTAuNjg2NTY5LDAgLTEuMjczNzY2LC0wLjI1Mjk0IC0wLjU3ODE2NCwtMC4yNjE5OCAtMS4wMTE3ODYsLTAuNzA0NjQgLTAuNDI0NTg5LC0wLjQ1MTY5IC0wLjY2ODUwMiwtMS4wNjU5OSAtMC4yMzQ4NzgsLTAuNjE0MyAtMC4yMzQ4NzgsLTEuMzI3OTcgMCwtMC43MjI3IDAuMjM0ODc4LC0xLjMxODkzIDAuMjQzOTEzLC0wLjU5NjIzIDAuNjY4NTAyLC0xLjAxMTc5IDAuNDMzNjIyLC0wLjQyNDU5IDEuMDExNzg2LC0wLjY1MDQzIDAuNTg3MTk3LC0wLjIzNDg4IDEuMjczNzY2LC0wLjIzNDg4IGggMy41NTkzMTggdiAxLjE0NzI5IGggLTMuNTU5MzE4IHEgLTAuNDQyNjU2LDAgLTAuODIyMDc2LDAuMTYyNjEgLTAuMzcwMzg2LDAuMTUzNTggLTAuNjQxNCwwLjQzMzYyIC0wLjI3MTAxNCwwLjI4MDA1IC0wLjQyNDU4OSwwLjY2ODUgLTAuMTUzNTc0LDAuMzg4NDYgLTAuMTUzNTc0LDAuODU4MjIgMCwwLjQ2MDcyIDAuMTUzNTc0LDAuODU4MjEgMC4xNTM1NzUsMC4zOTc0OCAwLjQyNDU4OSwwLjY4NjU3IDAuMjcxMDE0LDAuMjgwMDQgMC42NDE0LDAuNDQyNjUgMC4zNzk0MiwwLjE2MjYxIDAuODIyMDc2LDAuMTYyNjEgaCAyLjgwOTUxMyB2IC0xLjcwNzM5IGggLTIuOTYzMDg4IHYgLTAuOTY2NjEgaCA0LjExOTQxNSB2IDMuODIxMjkgeiIgLz4KICAgIDwvZz4KICAgIDxnCiAgICAgICBpZD0idGV4dDg0MyIKICAgICAgIHN0eWxlPSJmb250LXZhcmlhbnQ6bm9ybWFsO2ZvbnQtd2VpZ2h0Om5vcm1hbDtmb250LXN0cmV0Y2g6bm9ybWFsO2ZvbnQtc2l6ZTozLjY3OTg1MzY4cHg7Zm9udC1mYW1pbHk6J0dvb2QgVGltZXMgUmcnOy1pbmtzY2FwZS1mb250LXNwZWNpZmljYXRpb246R29vZFRpbWVzUmctUmVndWxhcjt3cml0aW5nLW1vZGU6bHItdGI7ZmlsbDojYjViNWIzO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpub256ZXJvO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDowLjI0NzY5NDg1IgogICAgICAgYXJpYS1sYWJlbD0iTOKAmWF2b2NhdCBlbiDDqHJlIE51bcOpcmlxdWUiPgogICAgICA8cGF0aAogICAgICAgICBpZD0icGF0aDg2NiIKICAgICAgICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjI0NzY5NDg1IgogICAgICAgICBkPSJtIDAuNTI5MTY2NjIsMjk2Ljk2MzIgdiAtMi42NzUyNiBoIDAuNDY3MzQxNDEgdiAyLjIwNzkxIEggMi43OTU5NTY1IHYgMC40NjczNSB6IiAvPgogICAgICA8cGF0aAogICAgICAgICBpZD0icGF0aDg2OCIKICAgICAgICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjI0NzY5NDg1IgogICAgICAgICBkPSJtIDIuNjE1NjQzNywyOTUuMjQ0NyB2IC0wLjk1Njc2IEggMy4wODY2NjUgbCAtMC4xODM5OTI3LDAuOTU2NzYgeiIgLz4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGg4NzAiCiAgICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC4yNDc2OTQ4NSIKICAgICAgICAgZD0ibSAyLjk1NDE5MDIsMjk2Ljk2MzIgeiBtIDIuOTY5NjQyLDAgLTAuNDAxMTA0MSwtMC42NzM0MiBIIDQuMjU2ODU4NCBsIDAuMjIwNzkxMywtMC4zNzkwMiBIIDUuMjk4MjU3IEwgNC43MDIxMjA3LDI5NC45MDk4NCAzLjQ4Nzc2OSwyOTYuOTYzMiBIIDIuOTU0MTkwMiBsIDEuNTM4MTc4OSwtMi41NjExOCBxIDAuMDQwNDc4LC0wLjA2OTkgMC4wOTU2NzYsLTAuMTEwNCAwLjA1NTE5OCwtMC4wNDA1IDAuMTMyNDc0NywtMC4wNDA1IDAuMDc3Mjc3LDAgMC4xMjg3OTQ5LDAuMDQwNSAwLjA1NTE5OCwwLjA0MDUgMC4wOTU2NzYsMC4xMTA0IGwgMS41NDE4NTg3LDIuNTYxMTggeiIgLz4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGg4NzIiCiAgICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC4yNDc2OTQ4NSIKICAgICAgICAgZD0ibSA1LjczMjQ3OTYsMjk2Ljk2MzIgeiBtIDAsLTIuNjc1MjYgaCAwLjU3MDM3NzMgbCAxLjIxNDM1MTcsMi4wNjA3MiAxLjIxMDY3MTksLTIuMDYwNzIgaCAwLjUzNzI1ODYgbCAtMS41NDE4NTg3LDIuNTYxMTggcSAtMC4wNDA0NzgsMC4wNjk5IC0wLjA5NTY3NiwwLjExMDQgLTAuMDU1MTk4LDAuMDQwNSAtMC4xMjg3OTQ5LDAuMDQwNSAtMC4wNzcyNzcsMCAtMC4xMzI0NzQ3LC0wLjA0MDUgLTAuMDU1MTk4LC0wLjA0MDUgLTAuMDk1Njc2LC0wLjExMDQgeiIgLz4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGg4NzQiCiAgICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC4yNDc2OTQ4NSIKICAgICAgICAgZD0ibSA5LjExNzk0NTIsMjk2Ljk2MzIgeiBtIDEuMjk4OTg4OCwwIHEgLTAuMjc5NjY5LDAgLTAuNTE4ODU5OSwtMC4xMDMwNCAtMC4yMzU1MTA2LC0wLjEwNjcyIC0wLjQxMjE0MzYsLTAuMjg3MDMgLTAuMTcyOTUzMSwtMC4xODM5OSAtMC4yNzIzMDkxLC0wLjQzNDIyIC0wLjA5NTY3NiwtMC4yNTAyMyAtMC4wOTU2NzYsLTAuNTQwOTQgMCwtMC4yOTQzOSAwLjA5NTY3NiwtMC41MzcyNiAwLjA5OTM1NiwtMC4yNDI4NyAwLjI3MjMwOTEsLTAuNDEyMTQgMC4xNzY2MzMsLTAuMTcyOTYgMC40MTIxNDM2LC0wLjI2NDk1IDAuMjM5MTkwOSwtMC4wOTU3IDAuNTE4ODU5OSwtMC4wOTU3IGggMC42NTEzMzQgcSAwLjI5MDcwOCwwIDAuNTI5ODk5LDAuMDk1NyAwLjI0Mjg3LDAuMDk1NyAwLjQxNTgyMywwLjI2ODYzIDAuMTcyOTUzLDAuMTcyOTUgMC4yNjg2MjksMC40MTU4MiAwLjA5NTY4LDAuMjM5MTkgMC4wOTU2OCwwLjUyOTkgMCwwLjI5MDcxIC0wLjA5OTM2LDAuNTQwOTQgLTAuMDk1NjgsMC4yNTAyMyAtMC4yNzIzMDksMC40MzQyMiAtMC4xNzI5NTMsMC4xODAzMSAtMC40MTIxNDMsMC4yODcwMyAtMC4yMzkxOTEsMC4xMDMwNCAtMC41MjYyMTksMC4xMDMwNCB6IG0gMC42NTEzMzQsLTAuNDY3MzUgcSAwLjE4Mzk5MiwwIDAuMzM4NTQ2LC0wLjA2NjIgMC4xNTQ1NTQsLTAuMDY2MiAwLjI2NDk1LC0wLjE4MDMyIDAuMTE0MDc1LC0wLjExNzc1IDAuMTc2NjMzLC0wLjI3OTY2IDAuMDYyNTYsLTAuMTYxOTIgMC4wNjI1NiwtMC4zNDk1OSAwLC0wLjE4NzY3IC0wLjA2MjU2LC0wLjM0NTkxIC0wLjA2MjU2LC0wLjE2MTkxIC0wLjE3NjYzMywtMC4yNzU5OSAtMC4xMTAzOTYsLTAuMTE0MDcgLTAuMjY0OTUsLTAuMTc2NjMgLTAuMTU0NTU0LC0wLjA2NjIgLTAuMzM4NTQ2LC0wLjA2NjIgaCAtMC42NTEzMzQgcSAtMC4xODAzMTMsMCAtMC4zMzQ4NjcsMC4wNjYyIC0wLjE1MDg3NDIsMC4wNjI2IC0wLjI2MTI2OTgsMC4xNzY2MyAtMC4xMTAzOTU2LDAuMTE0MDggLTAuMTcyOTUzMSwwLjI3MjMxIC0wLjA2MjU1OCwwLjE1ODI0IC0wLjA2MjU1OCwwLjM0OTU5IDAsMC4xODc2NyAwLjA2MjU1OCwwLjM0OTU5IDAuMDYyNTU4LDAuMTYxOTEgMC4xNzI5NTMxLDAuMjc5NjYgMC4xMTAzOTU2LDAuMTE0MDggMC4yNjEyNjk4LDAuMTgwMzIgMC4xNTQ1NTQsMC4wNjYyIDAuMzM0ODY3LDAuMDY2MiB6IiAvPgogICAgICA8cGF0aAogICAgICAgICBpZD0icGF0aDg3NiIKICAgICAgICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjI0NzY5NDg1IgogICAgICAgICBkPSJtIDEyLjY4MDA0NCwyOTYuOTYzMiB6IG0gMS4yOTg5ODgsMCBxIC0wLjI3OTY2OSwwIC0wLjUxODg1OSwtMC4xMDMwNCAtMC4yMzU1MTEsLTAuMTA2NzIgLTAuNDEyMTQ0LC0wLjI4NzAzIC0wLjE3Mjk1MywtMC4xODM5OSAtMC4yNzIzMDksLTAuNDM0MjIgLTAuMDk1NjgsLTAuMjUwMjMgLTAuMDk1NjgsLTAuNTQwOTQgMCwtMC4yOTQzOSAwLjA5NTY4LC0wLjUzNzI2IDAuMDk5MzYsLTAuMjQyODcgMC4yNzIzMDksLTAuNDEyMTQgMC4xNzY2MzMsLTAuMTcyOTYgMC40MTIxNDQsLTAuMjY0OTUgMC4yMzkxOSwtMC4wOTU3IDAuNTE4ODU5LC0wLjA5NTcgaCAxLjQ0OTg2MiB2IDAuNDY3MzQgaCAtMS40NDk4NjIgcSAtMC4xODAzMTMsMCAtMC4zMzQ4NjcsMC4wNjYyIC0wLjE1MDg3NCwwLjA2MjYgLTAuMjYxMjY5LDAuMTc2NjMgLTAuMTEwMzk2LDAuMTE0MDggLTAuMTcyOTUzLDAuMjcyMzEgLTAuMDYyNTYsMC4xNTgyNCAtMC4wNjI1NiwwLjM0OTU5IDAsMC4xODc2NyAwLjA2MjU2LDAuMzQ5NTkgMC4wNjI1NiwwLjE2MTkxIDAuMTcyOTUzLDAuMjc5NjYgMC4xMTAzOTUsMC4xMTQwOCAwLjI2MTI2OSwwLjE4MDMyIDAuMTU0NTU0LDAuMDY2MiAwLjMzNDg2NywwLjA2NjIgaCAxLjQ0OTg2MiB2IDAuNDY3MzUgeiIgLz4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGg4NzgiCiAgICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC4yNDc2OTQ4NSIKICAgICAgICAgZD0ibSAxNS42Mjc2MDcsMjk2Ljk2MzIgeiBtIDIuOTY5NjQyLDAgLTAuNDAxMTA0LC0wLjY3MzQyIGggLTEuMjY1ODcgbCAwLjIyMDc5MSwtMC4zNzkwMiBoIDAuODIwNjA4IGwgLTAuNTk2MTM3LC0xLjAwMDkyIC0xLjIxNDM1MSwyLjA1MzM2IGggLTAuNTMzNTc5IGwgMS41MzgxNzksLTIuNTYxMTggcSAwLjA0MDQ4LC0wLjA2OTkgMC4wOTU2OCwtMC4xMTA0IDAuMDU1MiwtMC4wNDA1IDAuMTMyNDc1LC0wLjA0MDUgMC4wNzcyOCwwIDAuMTI4Nzk1LDAuMDQwNSAwLjA1NTIsMC4wNDA1IDAuMDk1NjgsMC4xMTA0IGwgMS41NDE4NTgsMi41NjExOCB6IiAvPgogICAgICA8cGF0aAogICAgICAgICBpZD0icGF0aDg4MCIKICAgICAgICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjI0NzY5NDg1IgogICAgICAgICBkPSJtIDE4LjgxNDM2LDI5Ni45NjMyIHogbSAxLjAxNTYzOSwwIHYgLTIuMjA3OTIgSCAxOC44MTQzNiB2IC0wLjQ2NzM0IGggMi40OTg2MiB2IDAuNDY3MzQgaCAtMS4wMTU2MzkgdiAyLjIwNzkyIHoiIC8+CiAgICAgIDxwYXRoCiAgICAgICAgIGlkPSJwYXRoODgyIgogICAgICAgICBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ3Njk0ODUiCiAgICAgICAgIGQ9Im0gMjIuNzAzOTY0LDI5Ni45NjMyIHogbSAwLDAgdiAtMi42NzUyNiBoIDIuMzg4MjI1IHYgMC40NjczNCBoIC0xLjkyNDU2MyB2IDEuNzQwNTcgaCAxLjkyODI0MyB2IDAuNDY3MzUgeiBtIDAuODA1ODg4LC0xLjE2Mjg0IHYgLTAuMzkzNzQgaCAxLjQ4Mjk4MSB2IDAuMzkzNzQgeiIgLz4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGg4ODQiCiAgICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC4yNDc2OTQ4NSIKICAgICAgICAgZD0ibSAyNS40ODU5MzQsMjk2Ljk2MzIgeiBtIDAuNDQ1MjYyLC0xLjk1NzY5IHYgMS45NTc2OSBoIC0wLjQ0NTI2MiB2IC0yLjQyODcxIHEgMCwtMC4xMjg3OSAwLjA2MjU2LC0wLjIwMjM5IDAuMDY2MjQsLTAuMDc3MyAwLjE3NjYzMywtMC4wNzczIDAuMDUxNTIsMCAwLjA5OTM2LDAuMDIyMSAwLjA0Nzg0LDAuMDIyMSAwLjA5OTM2LDAuMDczNiBsIDEuODg3NzY1LDEuODczMDUgdiAtMS45NTc2OSBoIDAuNDQ1MjYyIHYgMi40NTA3OSBxIDAsMC4xMzI0NyAtMC4wNjYyNCwwLjIwNjA3IC0wLjA2MjU2LDAuMDczNiAtMC4xNjU1OTMsMC4wNzM2IC0wLjExNDA3NiwwIC0wLjIxMzQzMiwtMC4wOTk0IHoiIC8+CiAgICAgIDxwYXRoCiAgICAgICAgIGlkPSJwYXRoODg2IgogICAgICAgICBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ3Njk0ODUiCiAgICAgICAgIGQ9Im0gMjkuNzkxMzYzLDI5Ni45NjMyIHogbSAwLDAgdiAtMi42NzUyNiBoIDIuMzg4MjI1IHYgMC40NjczNCBoIC0xLjkyNDU2MyB2IDEuNzQwNTcgaCAxLjkyODI0MyB2IDAuNDY3MzUgeiBtIDAuODA1ODg4LC0xLjE2Mjg0IHYgLTAuMzkzNzQgaCAxLjQ4Mjk4MSB2IDAuMzkzNzQgeiBtIC0wLjIyNDQ3MSwtMS44ODA0IHYgLTAuMjkwNzEgbCAwLjk0MjA0MiwwLjI4MzM1IHYgMC4yMDk3NSB6IiAvPgogICAgICA8cGF0aAogICAgICAgICBpZD0icGF0aDg4OCIKICAgICAgICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjI0NzY5NDg1IgogICAgICAgICBkPSJtIDMyLjU4NDM3LDI5Ni45NjMyIHogbSAyLjQ4MzkwMSwwIC0wLjY3NzA5MywtMC43NDMzMyBoIC0xLjAwMDkyIHYgLTAuNDEyMTUgaCAxLjExNDk5NSBxIDAuMjUzOTEsMCAwLjM4MjcwNSwtMC4xMzYxNSAwLjEyODc5NSwtMC4xMzk4NCAwLjEyODc5NSwtMC40MDExMSAwLC0wLjI2MTI3IC0wLjEzNjE1NCwtMC4zODYzOCAtMC4xMzI0NzUsLTAuMTI4OCAtMC4zNzUzNDYsLTAuMTI4OCBoIC0xLjQ1NzIyMiB2IDIuMjA3OTIgSCAzMi41ODQzNyB2IC0yLjY3NTI2IGggMS45MjA4ODMgcSAwLjIyODE1MSwwIDAuNDA4NDY0LDAuMDY5OSAwLjE4MDMxMywwLjA2NjIgMC4zMDU0MjgsMC4xOTUwMyAwLjEyNTExNSwwLjEyNTEyIDAuMTkxMzUyLDAuMzA1NDMgMC4wNjYyNCwwLjE4MDMxIDAuMDY2MjQsMC40MDQ3OCAwLDAuMzM0ODcgLTAuMTQ3MTk0LDAuNTYzMDIgLTAuMTQzNTE1LDAuMjI0NDcgLTAuNDA0Nzg0LDAuMzIzODMgbCAwLjgwNTg4OCwwLjgxMzI1IHoiIC8+CiAgICAgIDxwYXRoCiAgICAgICAgIGlkPSJwYXRoODkwIgogICAgICAgICBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ3Njk0ODUiCiAgICAgICAgIGQ9Im0gMzUuOTczNTE5LDI5Ni45NjMyIHogbSAwLDAgdiAtMi42NzUyNiBoIDIuMzg4MjI1IHYgMC40NjczNCBIIDM2LjQzNzE4IHYgMS43NDA1NyBoIDEuOTI4MjQzIHYgMC40NjczNSB6IG0gMC44MDU4ODgsLTEuMTYyODQgdiAtMC4zOTM3NCBoIDEuNDgyOTgxIHYgMC4zOTM3NCB6IiAvPgogICAgICA8cGF0aAogICAgICAgICBpZD0icGF0aDg5MiIKICAgICAgICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjI0NzY5NDg1IgogICAgICAgICBkPSJtIDQwLjI4MjYyNywyOTUuMDA1NTEgdiAxLjk1NzY5IGggLTAuNDQ1MjYyIHYgLTIuNDI4NzEgcSAwLC0wLjEyODc5IDAuMDYyNTYsLTAuMjAyMzkgMC4wNjYyNCwtMC4wNzczIDAuMTc2NjMzLC0wLjA3NzMgMC4wNTE1MiwwIDAuMDk5MzYsMC4wMjIxIDAuMDQ3ODQsMC4wMjIxIDAuMDk5MzYsMC4wNzM2IGwgMS44ODc3NjUsMS44NzMwNSB2IC0xLjk1NzY5IGggMC40NDUyNjIgdiAyLjQ1MDc5IHEgMCwwLjEzMjQ3IC0wLjA2NjI0LDAuMjA2MDcgLTAuMDYyNTYsMC4wNzM2IC0wLjE2NTU5MywwLjA3MzYgLTAuMTE0MDc2LDAgLTAuMjEzNDMyLC0wLjA5OTQgeiIgLz4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGg4OTQiCiAgICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC4yNDc2OTQ4NSIKICAgICAgICAgZD0ibSA0My4wMjA0MzksMjk2Ljk2MzIgeiBtIDIuNDMyMzgzLC0yLjY3NTI2IGggMC40NTYzMDIgdiAxLjQ5NDAyIHEgMCwwLjMwOTExIC0wLjA4MDk2LDAuNTQwOTQgLTAuMDgwOTYsMC4yMjgxNSAtMC4yNTM5MSwwLjM3OTAzIC0wLjE3Mjk1MywwLjE1MDg3IC0wLjQ0ODk0MiwwLjIyNDQ3IC0wLjI3MjMwOSwwLjA3MzYgLTAuNjYyMzc0LDAuMDczNiAtMC4zODYzODQsMCAtMC42NjIzNzMsLTAuMDczNiAtMC4yNzIzMDksLTAuMDczNiAtMC40NDUyNjMsLTAuMjI0NDcgLTAuMTcyOTUzLC0wLjE1MDg4IC0wLjI1MzkxLC0wLjM3OTAzIC0wLjA4MDk2LC0wLjIzMTgzIC0wLjA4MDk2LC0wLjU0MDk0IHYgLTEuNDk0MDIgSCA0My41MDI1IHYgMS40OTQwMiBxIDAsMC4yMDIzOSAwLjA0Nzg0LDAuMzQ1OTEgMC4wNTE1MiwwLjE0MzUxIDAuMTYxOTEzLDAuMjM1NTEgMC4xMTQwNzYsMC4wOTIgMC4zMDE3NDgsMC4xMzYxNSAwLjE4NzY3MywwLjA0MDUgMC40NjM2NjIsMC4wNDA1IDAuMjc1OTg5LDAgMC40NjM2NjEsLTAuMDQwNSAwLjE4NzY3MywtMC4wNDQyIDAuMjk4MDY4LC0wLjEzNjE1IDAuMTE0MDc2LC0wLjA5MiAwLjE2MTkxNCwtMC4yMzU1MSAwLjA1MTUyLC0wLjE0MzUyIDAuMDUxNTIsLTAuMzQ1OTEgeiIgLz4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGg4OTYiCiAgICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC4yNDc2OTQ4NSIKICAgICAgICAgZD0ibSA0Ni4wNDE1OTgsMjk2Ljk2MzIgeiBtIDMuNDczNzgyLDAgLTAuNTExNSwtMS44ODA0MSAtMC43NTgwNSwxLjc0MDU3IHEgLTAuMDQwNDgsMC4wODQ2IC0wLjA5OTM2LDAuMTMyNDggLTAuMDU1MiwwLjA0NDIgLTAuMTM5ODM0LDAuMDQ0MiAtMC4xNjU1OTQsMCAtMC4yMzkxOTEsLTAuMTc2NjMgbCAtMC43NTQzNywtMS43NDA1NyAtMC41MTE0OTksMS44ODA0MSBoIC0wLjQ1OTk4MiBsIDAuNjg4MTMzLC0yLjUxNzAyIHEgMC4wNDc4NCwtMC4xOTEzNiAwLjIzMTgzLC0wLjE5MTM2IDAuMDczNiwwIDAuMTM2MTU1LDAuMDQwNSAwLjA2NjI0LDAuMDQwNSAwLjA5OTM2LDAuMTE3NzYgbCAwLjgyNDI4NywxLjg5MTQ0IDAuODI0Mjg3LC0xLjg5MTQ0IHEgMC4wNjYyNCwtMC4xNTgyNCAwLjIyNDQ3MSwtMC4xNTgyNCAwLjE2OTI3NCwwIDAuMjI0NDcyLDAuMTkxMzYgbCAwLjY4NDQ1MiwyLjUxNzAyIHoiIC8+CiAgICAgIDxwYXRoCiAgICAgICAgIGlkPSJwYXRoODk4IgogICAgICAgICBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ3Njk0ODUiCiAgICAgICAgIGQ9Im0gNTAuMjg4MTUxLDI5Ni45NjMyIHogbSAwLDAgdiAtMi42NzUyNiBoIDIuMzg4MjI1IHYgMC40NjczNCBoIC0xLjkyNDU2MyB2IDEuNzQwNTcgaCAxLjkyODI0MyB2IDAuNDY3MzUgeiBtIDAuODA1ODg4LC0xLjE2Mjg0IHYgLTAuMzkzNzQgaCAxLjQ4Mjk4MSB2IDAuMzkzNzQgeiBtIC0wLjAwMzcsLTEuNjc4MDEgdiAtMC4yMDk3NSBsIDAuOTQyMDQzLC0wLjI4MzM1IHYgMC4yOTA3MSB6IiAvPgogICAgICA8cGF0aAogICAgICAgICBpZD0icGF0aDkwMCIKICAgICAgICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjI0NzY5NDg1IgogICAgICAgICBkPSJtIDUzLjA4MTE1OCwyOTYuOTYzMiB6IG0gMi40ODM5MDEsMCAtMC42NzcwOTMsLTAuNzQzMzMgaCAtMS4wMDA5MiB2IC0wLjQxMjE1IGggMS4xMTQ5OTUgcSAwLjI1MzkxLDAgMC4zODI3MDUsLTAuMTM2MTUgMC4xMjg3OTUsLTAuMTM5ODQgMC4xMjg3OTUsLTAuNDAxMTEgMCwtMC4yNjEyNyAtMC4xMzYxNTQsLTAuMzg2MzggLTAuMTMyNDc1LC0wLjEyODggLTAuMzc1MzQ2LC0wLjEyODggaCAtMS40NTcyMjIgdiAyLjIwNzkyIGggLTAuNDYzNjYxIHYgLTIuNjc1MjYgaCAxLjkyMDg4MyBxIDAuMjI4MTUxLDAgMC40MDg0NjQsMC4wNjk5IDAuMTgwMzEzLDAuMDY2MiAwLjMwNTQyOCwwLjE5NTAzIDAuMTI1MTE1LDAuMTI1MTIgMC4xOTEzNTIsMC4zMDU0MyAwLjA2NjI0LDAuMTgwMzEgMC4wNjYyNCwwLjQwNDc4IDAsMC4zMzQ4NyAtMC4xNDcxOTQsMC41NjMwMiAtMC4xNDM1MTUsMC4yMjQ0NyAtMC40MDQ3ODQsMC4zMjM4MyBsIDAuODA1ODg4LDAuODEzMjUgeiIgLz4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGg5MDIiCiAgICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC4yNDc2OTQ4NSIKICAgICAgICAgZD0ibSA1Ni40OTYwNjYsMjk2Ljk2MzIgeiBtIDAsMCB2IC0yLjY3NTI2IGggMC40NjczNDEgdiAyLjY3NTI2IHoiIC8+CiAgICAgIDxwYXRoCiAgICAgICAgIGlkPSJwYXRoOTA0IgogICAgICAgICBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ3Njk0ODUiCiAgICAgICAgIGQ9Im0gNTcuMzc1NTQ3LDI5Ni45NjMyIHogbSAyLjc3MDkzLDAgLTAuMTgzOTkzLC0wLjE1ODI0IHEgLTAuMTM5ODM0LDAuMDczNiAtMC4zMDE3NDgsMC4xMTc3NiAtMC4xNTgyMzQsMC4wNDA1IC0wLjMzNDg2NywwLjA0MDUgaCAtMC42NTEzMzQgcSAtMC4yNzk2NjksMCAtMC41MTg4NTksLTAuMTAzMDQgLTAuMjM1NTExLC0wLjEwNjcyIC0wLjQxMjE0NCwtMC4yODcwMyAtMC4xNzI5NTMsLTAuMTgzOTkgLTAuMjcyMzA5LC0wLjQzNDIyIC0wLjA5NTY4LC0wLjI1MDIzIC0wLjA5NTY4LC0wLjU0MDk0IDAsLTAuMjk0MzkgMC4wOTU2OCwtMC41MzcyNiAwLjA5OTM2LC0wLjI0Mjg3IDAuMjcyMzA5LC0wLjQxMjE0IDAuMTc2NjMzLC0wLjE3Mjk2IDAuNDEyMTQ0LC0wLjI2NDk1IDAuMjM5MTksLTAuMDk1NyAwLjUxODg1OSwtMC4wOTU3IGggMC42NTEzMzQgcSAwLjI5MDcwOSwwIDAuNTI5ODk5LDAuMDk1NyAwLjI0Mjg3MSwwLjA5NTcgMC40MTU4MjQsMC4yNjg2MyAwLjE3Mjk1MywwLjE3Mjk1IDAuMjY4NjI5LDAuNDE1ODIgMC4wOTU2OCwwLjIzOTE5IDAuMDk1NjgsMC41Mjk5IDAsMC4yOTQzOSAtMC4wOTkzNiwwLjU0NDYyIC0wLjA5NTY4LDAuMjQ2NTUgLTAuMjcyMzA5LDAuNDMwNTQgbCAwLjUwNDE0LDAuMzkwMDcgeiBtIC0xLjM2MTU0NiwtMS4xMDM5NiBoIDAuNjE4MjE1IGwgMC40OTY3ODEsMC40MTk1IHEgMC4xMjUxMTUsLTAuMTE3NzUgMC4xOTUwMzIsLTAuMjg3MDMgMC4wNzM2LC0wLjE2OTI3IDAuMDczNiwtMC4zNzE2NiAwLC0wLjE4NzY3IC0wLjA2MjU2LC0wLjM0NTkxIC0wLjA2MjU2LC0wLjE2MTkxIC0wLjE3NjYzMywtMC4yNzU5OSAtMC4xMTAzOTUsLTAuMTE0MDcgLTAuMjY0OTQ5LC0wLjE3NjYzIC0wLjE1NDU1NCwtMC4wNjYyIC0wLjMzODU0NywtMC4wNjYyIGggLTAuNjUxMzM0IHEgLTAuMTgwMzEzLDAgLTAuMzM0ODY2LDAuMDY2MiAtMC4xNTA4NzQsMC4wNjI2IC0wLjI2MTI3LDAuMTc2NjMgLTAuMTEwMzk2LDAuMTE0MDggLTAuMTcyOTUzLDAuMjcyMzEgLTAuMDYyNTYsMC4xNTgyNCAtMC4wNjI1NiwwLjM0OTU5IDAsMC4xODc2NyAwLjA2MjU2LDAuMzQ5NTkgMC4wNjI1NiwwLjE2MTkxIDAuMTcyOTUzLDAuMjc5NjYgMC4xMTAzOTYsMC4xMTQwOCAwLjI2MTI3LDAuMTgwMzIgMC4xNTQ1NTMsMC4wNjYyIDAuMzM0ODY2LDAuMDY2MiBoIDAuNjUxMzM0IHEgMC4xMTQwNzYsMCAwLjIzMTgzMSwtMC4wMjk0IHoiIC8+CiAgICAgIDxwYXRoCiAgICAgICAgIGlkPSJwYXRoOTA2IgogICAgICAgICBzdHlsZT0ic3Ryb2tlLXdpZHRoOjAuMjQ3Njk0ODUiCiAgICAgICAgIGQ9Im0gNjAuOTc0NDQ1LDI5Ni45NjMyIHogbSAyLjQzMjM4MywtMi42NzUyNiBoIDAuNDU2MzAyIHYgMS40OTQwMiBxIDAsMC4zMDkxMSAtMC4wODA5NiwwLjU0MDk0IC0wLjA4MDk2LDAuMjI4MTUgLTAuMjUzOTEsMC4zNzkwMyAtMC4xNzI5NTMsMC4xNTA4NyAtMC40NDg5NDIsMC4yMjQ0NyAtMC4yNzIzMDksMC4wNzM2IC0wLjY2MjM3MywwLjA3MzYgLTAuMzg2Mzg1LDAgLTAuNjYyMzc0LC0wLjA3MzYgLTAuMjcyMzA5LC0wLjA3MzYgLTAuNDQ1MjYyLC0wLjIyNDQ3IC0wLjE3Mjk1NCwtMC4xNTA4OCAtMC4yNTM5MSwtMC4zNzkwMyAtMC4wODA5NiwtMC4yMzE4MyAtMC4wODA5NiwtMC41NDA5NCB2IC0xLjQ5NDAyIGggMC40ODIwNjEgdiAxLjQ5NDAyIHEgMCwwLjIwMjM5IDAuMDQ3ODQsMC4zNDU5MSAwLjA1MTUyLDAuMTQzNTEgMC4xNjE5MTMsMC4yMzU1MSAwLjExNDA3NiwwLjA5MiAwLjMwMTc0OCwwLjEzNjE1IDAuMTg3NjczLDAuMDQwNSAwLjQ2MzY2MiwwLjA0MDUgMC4yNzU5ODksMCAwLjQ2MzY2MiwtMC4wNDA1IDAuMTg3NjcyLC0wLjA0NDIgMC4yOTgwNjgsLTAuMTM2MTUgMC4xMTQwNzUsLTAuMDkyIDAuMTYxOTEzLC0wLjIzNTUxIDAuMDUxNTIsLTAuMTQzNTIgMC4wNTE1MiwtMC4zNDU5MSB6IiAvPgogICAgICA8cGF0aAogICAgICAgICBpZD0icGF0aDkwOCIKICAgICAgICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjI0NzY5NDg1IgogICAgICAgICBkPSJtIDY0LjI4NjMxMiwyOTYuOTYzMiB6IG0gMCwwIHYgLTIuNjc1MjYgaCAyLjM4ODIyNSB2IDAuNDY3MzQgaCAtMS45MjQ1NjMgdiAxLjc0MDU3IGggMS45MjgyNDMgdiAwLjQ2NzM1IHogbSAwLjgwNTg4OCwtMS4xNjI4NCB2IC0wLjM5Mzc0IGggMS40ODI5ODEgdiAwLjM5Mzc0IHoiIC8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K" alt="juridig">\r
+ <div style="background-color: #fff;">\r
+ <div class="mailcontent" align="left" style="padding: 5px; margin: 5px;">\r
+ %%BODYCONTENT%%\r
+ </div>\r
+ </div>\r
+ </div>\r
+ </body>\r
</html>');
-- Data for Name: mailtemplates; Type: TABLE DATA; Schema: public; Owner: -
--
-INSERT INTO public.mailtemplates (id, templatename, emailtext, emaildatasql, mailfrom, mailsubject, id_maillayout, successmsg, errormsg) VALUES (1, 'user_registration', 'Bonjour %%prename%% %%surname%%,<br/>
-<br/>
-Merci pour votre création de compte sur juridig.lu,
-<br/><br/>
-votre login: <strong>%%username%%</strong><br/>
-votre mot de passe: <strong>%%password%%</strong>
-<br/>
-Meilleurs salutations,<br/>
-<br/>
+INSERT INTO public.mailtemplates (id, templatename, emailtext, emaildatasql, mailfrom, mailsubject, id_maillayout, successmsg, errormsg) VALUES (1, 'user_registration', 'Bonjour %%prename%% %%surname%%,<br/>\r
+<br/>\r
+Merci pour votre création de compte sur juridig.lu,\r
+<br/><br/>\r
+votre login: <strong>%%username%%</strong><br/>\r
+votre mot de passe: <strong>%%password%%</strong>\r
+<br/>\r
+Meilleurs salutations,<br/>\r
+<br/>\r
Juridig.lu Support Team', 'select prename,surname,username from users where id=''%%id%%'';', 'support@dks.lu', 'Confirmation requis pour votre création de compte sur juridig.lu', 1, '', '');
-INSERT INTO public.mailtemplates (id, templatename, emailtext, emaildatasql, mailfrom, mailsubject, id_maillayout, successmsg, errormsg) VALUES (9, 'user_forgotpasswd', 'Bonjour %%prename%% %%surname%%,<br/><br/>
-
-vous avez demandé un nouveau mot de passe via juridig.lu!<br/>
-nouveau mot de passe: <strong>%%newpassword%%</strong><br/><br/>
-<br/>
-Meilleurs salutations,<br/>
-<br/>
-Juridig.lu Support Team
-
-
-
+INSERT INTO public.mailtemplates (id, templatename, emailtext, emaildatasql, mailfrom, mailsubject, id_maillayout, successmsg, errormsg) VALUES (9, 'user_forgotpasswd', 'Bonjour %%prename%% %%surname%%,<br/><br/>\r
+\r
+vous avez demandé un nouveau mot de passe via juridig.lu!<br/>\r
+nouveau mot de passe: <strong>%%newpassword%%</strong><br/><br/>\r
+<br/>\r
+Meilleurs salutations,<br/>\r
+<br/>\r
+Juridig.lu Support Team\r
+\r
+\r
+\r
', 'select prename,surname from users where id=''%%id%%'';', 'support@dks.lu', 'Nouveau mot de passe pour le site juridig.lu', 1, NULL, NULL);
-INSERT INTO public.mailtemplates (id, templatename, emailtext, emaildatasql, mailfrom, mailsubject, id_maillayout, successmsg, errormsg) VALUES (5, 'client_rendezvous_confirmation', '<p>Bonjour,<br/>
-<br/>
-Vous avez demandé un rendez-vous via juridig.lu,</p>
-<br/>
-<a href="%%siteurl%%/rendezvousevent?uuid=%%clientuuid%%&setstatus=confirm">Confirmer la demande</a><br/><br/>
-<a href="%%siteurl%%/rendezvousevent?uuid=%%clientuuid%%&setstatus=cancel">Annuler la demande</a><br/>
-<br/>
-Meilleurs Salutations,<br/>
-<br/>
-votre équipe de juridig.lu<br/>
-
+INSERT INTO public.mailtemplates (id, templatename, emailtext, emaildatasql, mailfrom, mailsubject, id_maillayout, successmsg, errormsg) VALUES (5, 'client_rendezvous_confirmation', '<p>Bonjour,<br/>\r
+<br/>\r
+Vous avez demandé un rendez-vous via juridig.lu,</p>\r
+<br/>\r
+<a href="%%siteurl%%/rendezvousevent?uuid=%%clientuuid%%&setstatus=confirm">Confirmer la demande</a><br/><br/>\r
+<a href="%%siteurl%%/rendezvousevent?uuid=%%clientuuid%%&setstatus=cancel">Annuler la demande</a><br/>\r
+<br/>\r
+Meilleurs Salutations,<br/>\r
+<br/>\r
+votre équipe de juridig.lu<br/>\r
+\r
', 'select clientuuid from events where eventuuid=''%%eventuuid%%'';', 'support@dks.lu', 'Votre demande de rendezvous via juridig.lu', 1, NULL, NULL);
-INSERT INTO public.mailtemplates (id, templatename, emailtext, emaildatasql, mailfrom, mailsubject, id_maillayout, successmsg, errormsg) VALUES (6, 'client_rendezvous_status_change', '<p>Bonjour,<br/>
-<br/>
-Le status de votre demande de rendez-vous via juridig.lu à été changé,</p>
-
-<a href="%%siteurl%%/rendezvousevent?uuid=%%clientuuid%%">Voir la demande</a><br/>
-
-<br/>
-Meilleurs Salutations,<br/>
-<br/>
+INSERT INTO public.mailtemplates (id, templatename, emailtext, emaildatasql, mailfrom, mailsubject, id_maillayout, successmsg, errormsg) VALUES (6, 'client_rendezvous_status_change', '<p>Bonjour,<br/>\r
+<br/>\r
+Le status de votre demande de rendez-vous via juridig.lu à été changé,</p>\r
+\r
+<a href="%%siteurl%%/rendezvousevent?uuid=%%clientuuid%%">Voir la demande</a><br/>\r
+\r
+<br/>\r
+Meilleurs Salutations,<br/>\r
+<br/>\r
votre équipe de juridig.lu<br/>', 'select clientuuid from events where eventuuid=''%%eventuuid%%'';', 'support@dks.lu', 'Votre demande de rendezvous via juridig.lu', 1, NULL, NULL);
-INSERT INTO public.mailtemplates (id, templatename, emailtext, emaildatasql, mailfrom, mailsubject, id_maillayout, successmsg, errormsg) VALUES (7, 'user_rendezvous', '<p>Bonjour,<br/>
-<br/>
-nouvelle demande d''un rendez-vous via juridig.lu,</p>
-<br/>
-<a href="%%siteurl%%/rendezvousevent?uuid=%%useruuid%%">Voir la demande</a><br/><br/>
-<a href="%%siteurl%%/rendezvousevent?uuid=%%useruuid%%&setstatus=confirm">Confirmer la demande</a><br/><br/>
-<a href="%%siteurl%%/rendezvousevent?uuid=%%useruuid%%&setstatus=cancel">Annuler la demande</a><br/><br/>
-<br/>
-Meilleurs Salutations,<br/>
-<br/>
-votre équipe de juridig.lu<br/>
+INSERT INTO public.mailtemplates (id, templatename, emailtext, emaildatasql, mailfrom, mailsubject, id_maillayout, successmsg, errormsg) VALUES (7, 'user_rendezvous', '<p>Bonjour,<br/>\r
+<br/>\r
+nouvelle demande d''un rendez-vous via juridig.lu,</p>\r
+<br/>\r
+<a href="%%siteurl%%/rendezvousevent?uuid=%%useruuid%%">Voir la demande</a><br/><br/>\r
+<a href="%%siteurl%%/rendezvousevent?uuid=%%useruuid%%&setstatus=confirm">Confirmer la demande</a><br/><br/>\r
+<a href="%%siteurl%%/rendezvousevent?uuid=%%useruuid%%&setstatus=cancel">Annuler la demande</a><br/><br/>\r
+<br/>\r
+Meilleurs Salutations,<br/>\r
+<br/>\r
+votre équipe de juridig.lu<br/>\r
', 'select useruuid from events where eventuuid=''%%eventuuid%%'';', 'support@dks.lu', 'Nouvelle demande de rendez-vous via juridig.lu', 1, NULL, NULL);
-INSERT INTO public.mailtemplates (id, templatename, emailtext, emaildatasql, mailfrom, mailsubject, id_maillayout, successmsg, errormsg) VALUES (8, 'user_rendezvous_status_change', '<p>Bonjour,<br/>
-<br/>
-Le status d''une demande de rendez-vous via juridig.lu à été changé,</p>
-<br/>
-<a href="%%siteurl%%/rendezvousevent?uuid=%%useruuid%%">Voir la demande</a><br/>
-<br/>
-Meilleurs Salutations,<br/>
-<br/>
+INSERT INTO public.mailtemplates (id, templatename, emailtext, emaildatasql, mailfrom, mailsubject, id_maillayout, successmsg, errormsg) VALUES (8, 'user_rendezvous_status_change', '<p>Bonjour,<br/>\r
+<br/>\r
+Le status d''une demande de rendez-vous via juridig.lu à été changé,</p>\r
+<br/>\r
+<a href="%%siteurl%%/rendezvousevent?uuid=%%useruuid%%">Voir la demande</a><br/>\r
+<br/>\r
+Meilleurs Salutations,<br/>\r
+<br/>\r
votre équipe de juridig.lu<br/>', 'select useruuid from events where eventuuid=''%%eventuuid%%'';', 'support@dks.lu', 'Changement de status d''une demande de rendez-vous via juridig.lu', 1, NULL, NULL);
-INSERT INTO public.mailtemplates (id, templatename, emailtext, emaildatasql, mailfrom, mailsubject, id_maillayout, successmsg, errormsg) VALUES (4, 'user_expiration_notice', 'Bonjour %%prename%% %%surname%%,<br/>
-<br/>
-Votre souscription au site juridig.lu expire bientôt,
-<br/><br/>
-n''oublié pas à la prolonger!
-<a href="%%siteurl%%/profile/application">Prolonger maintenant</a>
-<br/>
-Meilleurs salutations,<br/>
-<br/>
+INSERT INTO public.mailtemplates (id, templatename, emailtext, emaildatasql, mailfrom, mailsubject, id_maillayout, successmsg, errormsg) VALUES (4, 'user_expiration_notice', 'Bonjour %%prename%% %%surname%%,<br/>\r
+<br/>\r
+Votre souscription au site juridig.lu expire bientôt,\r
+<br/><br/>\r
+n''oublié pas à la prolonger!\r
+<a href="%%siteurl%%/profile/application">Prolonger maintenant</a>\r
+<br/>\r
+Meilleurs salutations,<br/>\r
+<br/>\r
Juridig.lu Support Team', 'select prename,surname from users where id=''%%id%%'';', 'support@dks.lu', 'Notice d''expiration de votre souscription sur juridig.lu', 1, NULL, NULL);
-INSERT INTO public.mailtemplates (id, templatename, emailtext, emaildatasql, mailfrom, mailsubject, id_maillayout, successmsg, errormsg) VALUES (3, 'user_invoice_paypal', 'Bonjour %%prename%% %%surname%%,<br/>
-<br/>
-En annexe vous trouvez la facture pour votre souscription au site juridig.lu,
-<br/>
-<b>Vous avez Payé déjà via PayPal!</b>
-
-Meilleurs salutations,<br/>
-<br/>
+INSERT INTO public.mailtemplates (id, templatename, emailtext, emaildatasql, mailfrom, mailsubject, id_maillayout, successmsg, errormsg) VALUES (3, 'user_invoice_paypal', 'Bonjour %%prename%% %%surname%%,<br/>\r
+<br/>\r
+En annexe vous trouvez la facture pour votre souscription au site juridig.lu,\r
+<br/>\r
+<b>Vous avez Payé déjà via PayPal!</b>\r
+\r
+Meilleurs salutations,<br/>\r
+<br/>\r
Juridig.lu Support Team', 'select prename,surname from users where id=''%%id%%'';', 'support@dks.lu', 'Info facture pour votre souscription sur juridig.lu', 1, NULL, NULL);
-INSERT INTO public.mailtemplates (id, templatename, emailtext, emaildatasql, mailfrom, mailsubject, id_maillayout, successmsg, errormsg) VALUES (2, 'nouse_client_registration_confirmation', 'Bonjour %%clientprename%% %%clientsurname%%,<br/>
-<br/>
-Merci pour votre création de compte sur juridig.lu,
-<br/><br/>
-Pour confirmer et activer votre compte nous vous prions de
-clicker sur le liens ci dessous.<br/><br/>
-
-<a href="%%activationlink%%">Confimer l''activation</a>
-
-si c''étais pas vous, nous vous prions de clicker sur le liens ci-dessous pour que nous pouvons bloquer, respectivement supprimer les coordonnées de cette addresse de juridig.lu!<br/>
-
-<a href="%%revocationlink%%">Refuser l''activation</a>
-
-Meilleurs salutations,
-
+INSERT INTO public.mailtemplates (id, templatename, emailtext, emaildatasql, mailfrom, mailsubject, id_maillayout, successmsg, errormsg) VALUES (2, 'nouse_client_registration_confirmation', 'Bonjour %%clientprename%% %%clientsurname%%,<br/>\r
+<br/>\r
+Merci pour votre création de compte sur juridig.lu,\r
+<br/><br/>\r
+Pour confirmer et activer votre compte nous vous prions de\r
+clicker sur le liens ci dessous.<br/><br/>\r
+\r
+<a href="%%activationlink%%">Confimer l''activation</a>\r
+\r
+si c''étais pas vous, nous vous prions de clicker sur le liens ci-dessous pour que nous pouvons bloquer, respectivement supprimer les coordonnées de cette addresse de juridig.lu!<br/>\r
+\r
+<a href="%%revocationlink%%">Refuser l''activation</a>\r
+\r
+Meilleurs salutations,\r
+\r
Juridig.lu Support Team', 'select * from clients where clientemail=''%%clientemail%%'';', 'support@dks.lu', 'Confirmation requis pour votre création de compte sur juridig.lu', 1, NULL, NULL);
-INSERT INTO public.mailtemplates (id, templatename, emailtext, emaildatasql, mailfrom, mailsubject, id_maillayout, successmsg, errormsg) VALUES (10, 'user_invoice', 'Bonjour %%prename%% %%surname%%,<br/>
-<br/>
-En annexe vous trouvez la facture pour votre souscription au site juridig.lu,
-<br/>
-
-Meilleurs salutations,<br/>
-<br/>
+INSERT INTO public.mailtemplates (id, templatename, emailtext, emaildatasql, mailfrom, mailsubject, id_maillayout, successmsg, errormsg) VALUES (10, 'user_invoice', 'Bonjour %%prename%% %%surname%%,<br/>\r
+<br/>\r
+En annexe vous trouvez la facture pour votre souscription au site juridig.lu,\r
+<br/>\r
+\r
+Meilleurs salutations,<br/>\r
+<br/>\r
Juridig.lu Support Team', 'select prename,surname from users where id=''%%id%%'';', 'support@dks.lu', 'Facture concernant votre souscription sur juridig.lu', 1, NULL, NULL);
-- Data for Name: reporttemplates; Type: TABLE DATA; Schema: public; Owner: -
--
-INSERT INTO public.reporttemplates (id, report, structure, data_de, data_fr, data_en) VALUES (1, 'invoice_dks', '{
- "13headerimg":{"x":50,"y":755,"width":160,"type":"image"},
- "02headerline":{"type":"line","color":"black","width":1,"start":{"x":50,"y":753},"end":{"x":285,"y":753}},
- "03dkstext":{"type":"text","align":"center","font":{"name":"Helvetica","size":9},"x":200,"y":743},
- "04dksfooter":{"type":"text","align":"center","font":{"name":"Helvetica","size":10},"x":297.5,"y":50,"lineheight":15},
- "05adrline":{"type":"line","color":"black","width":1,"start":{"x":52,"y":662},"end":{"x":280,"y":662}},
- "06header_right":{"type":"text","align":"right","font":{"name":"Helvetica","size":11},"x":550,"y":820,"lineheight":14},
- "07reporttype":{"type":"text","align":"right","font":{"name":"HelveticaBold","size":30},"x":550,"y":704,"lineheight":14},
- "08tbladdress":{"type":"table","x":"50","w":"230","font":"Helvetica","font_size":"11","start_y":"680","start_h":"620","next_y":"750","next_h":"500","padding":"2","padding_bottom":"3","padding_top":"3","padding_right":"5","column_props":[{ "min_w":"200", "max_w":"200", "justify":"left" }],"header_props":[{ "font_size":"11", "font":"HelveticaBold", "bg_color":"white", "font_color":"black", "repeat":"1", "justify":"left" }],"border":"0"},
- "09tblinvoicedata":{"type":"table","x":"390","w":"175","font":"Helvetica","font_size":"11","start_y":"680","start_h":"620","next_y":"750","next_h":"500","padding":"2","padding_bottom":"3","padding_top":"3","padding_right":"5","column_props":[ { "min_w":"70","max_w":"70","justify":"left" },{ "min_w":"90","max_w":"90","justify":"left","font":"HelveticaBold" } ],"border":"0"},
- "10tblproductdata":{"type":"table","x":"50","w":"500","font":"Helvetica","font_size":"11","start_y":"570","start_h":"300","next_y":"750","next_h":"500","padding":"2","padding_left":"5","padding_bottom":"10","padding_top":"5","padding_right":"5","header_props":[{"font_size":"11","font":"HelveticaBold","bg_color":"#e6e6e6","font_color":"black","repeat":"1","justify":"center" }],"column_props":[ { },{ "min_w":"40","max_w":"40","justify":"right" },{ "min_w":"20","max_w":"20","justify":"right" },{ "min_w":"50","max_w":"50","justify":"right","font":"Helvetica" } ],"border":"0.5"},
- "11totalsums":{"type":"table","x":"349.5","w":"201","font":"Helvetica","font_size":"11","start_y":"%%10tblproductdata:y%%","start_h":"150","next_y":"750","next_h":"500","padding":"2","padding_left":"5","padding_bottom":"10","padding_top":"5","padding_right":"5","column_props":[ { "justify":"right" },{ "min_w":"70","max_w":"70","justify":"right","font":"HelveticaBold" } ],"border":"0.5"},
- "12payementnote":{"type":"text","align":"left","font":{"name":"Helvetica","size":12},"x":50,"y":"%%11totalsums:y%%","lineheight":15}
- }', '{
- "13headerimg":{"src":"dks_1000.png"},
- "03dkstext":{"text":["Database Knowledge Solutions - Simplify IT!"]},
- "04dksfooter":{"text":["DKS, Société à responsabilité limitée, RC Luxembourg,B168572 - TVA: LU 2537 5617 - No. Aut: 10024550 / 0","IBAN: LU25 0020 1100 2783 8700; BIC: BILLLULL"]},
- "06header_right":{"text":["DKS s.à r.l.","8b, rue du Moulin","6914 Roodt/Syre","Tel: +352 691 504574","info@dks.lu / www.dks.lu"]},
- "08tbladdress":{"text":[ ["An:"], ["%%RECIPIENT%%"], ["%%ADDRESS%%"], ["%%COUNTRYSHORT%%-%%ZIP%% %%CITY%%"] ]},
- "07reporttype":{"text":["Rechnung"]},
- "09tblinvoicedata":{"text":[ ["Rechnungs-Nr.","%%REFERENCE%%"], ["Datum","%%INVOICEDATE%%"], ["Fälligkeit","%%REMINDERDATE%%"], ["Kunden-Nr.","%%CLIENTNUMBER%%"], ["Ust-Id","%%VATID%%"] ]},
- "10tblproductdata":{"text":[ ["Produkt", "Anzahl","EinzelPreis","Netto-Preis"], ["%%PRODUCT%%", "%%QUANTITY%% %%UNIT%%","%%UNITAMOUNT%% %%CURRENCY%%","%%NETAMOUNT%% %%CURRENCY%%"] ]},
- "11totalsums":{"text":[ ["Gesamt Netto :","%%SUMNETAMOUNT%% %%CURRENCY%%"], ["MwSt. (%%VATPERCENT%%%) :","%%SUMVATAMOUNT%% %%CURRENCY%%€"], ["Gesamt Brutto :","%%SUMGROSSAMOUNT%% %%CURRENCY%%"] ]}
- }', '{
- "13headerimg":{"src":"dks_1000.png"},
- "03dkstext":{"text":"Database Knowledge Solutions - Simplify IT!"},
- "04dksfooter":{"text":"DKS, Société à responsabilité limitée<NL>RC Luxembourg,B168572 - TVA: LU 2537 5617 - No. Aut: 10024550 / 0<NL>IBAN: LU25 0020 1100 2783 8700; BIC: BILLLULL"},
- "06header_right":{"text":"DKS s.à r.l.<NL>8b, rue du Moulin<NL>6914 Roodt/Syre<NL>Tel: +352 691 504574<NL>info@dks.lu / www.dks.lu"},
- "08tbladdress":{"text":[ ["À:"], ["%%RECIPIENT%%"], ["%%ADDRESS%%"], ["%%COUNTRYSHORT%%-%%ZIP%% %%CITY%%"] ]},
- "07reporttype":{"text":"Facture"},
- "09tblinvoicedata":{"text":[ ["NO. Facture","%%REFERENCE%%"], ["Date","%%INVOICEDATE%%"], ["Échéance","%%REMINDERDATE%%"], ["No Client","%%CLIENTNUMBER%%"] ]},
- "10tblproductdata":{"text":[ ["Produit", "Quantité","Prix Unitaire","Prix Net"],["%%PRODUCTLIST:START%%"], ["%%PRODUCT%%", "%%QUANTITY%% %%UNIT%%","%%UNITAMOUNT%% %%CURRENCY%%","%%NETAMOUNT%% %%CURRENCY%%"],["%%PRODUCTLIST:END%%"] ]},
- "11totalsums":{"text":[ ["Total Net :","%%SUMNETAMOUNT%% %%CURRENCY%%"], ["TVA (%%VATPERCENT%%%) :","%%SUMVATAMOUNT%% %%CURRENCY%%"], ["Total à payer:","%%SUMGROSSAMOUNT%% %%CURRENCY%%"] ]},
- "12payementnote":{"text":"%%PAYEMENTNOTE%%"}
- }', '{
- "13headerimg":{"src":"dks_1000.png"},
- "03dkstext":{"text":["Database Knowledge Solutions - Simplify IT!"]},
- "04dksfooter":{"text":["DKS, Société à responsabilité limitée, RC Luxembourg,B168572 - TVA: LU 2537 5617 - No. Aut: 10024550 / 0","IBAN: LU25 0020 1100 2783 8700; BIC: BILLLULL"]},
- "06header_right":{"text":["DKS s.à r.l.","8b, rue du Moulin","6914 Roodt/Syre","Tel: +352 691 504574","info@dks.lu / www.dks.lu"]},
- "08tbladdress":{"text":[ ["To:"],["%%RECIPIENT%%"], ["%%ADDRESS%%"], ["%%COUNTRYSHORT%%-%%ZIP%% %%CITY%%"] ]},
- "07reporttype":{"text":["Invoice"]},
- "09tblinvoicedata":{"text":[ ["Reference.","%%REFERENCE%%"], ["Date","%%INVOICEDATE%%"], ["Due Date","%%REMINDERDATE%"], ["Client-Id","%%CLIENTNUMBER%%"], ["VAT-Id","%%VATID%%"] ]},
- "10tblproductdata":{"text":[ ["Product", "Quantity","Unit Amount","Net Amount"], ["%%PRODUCT%%", "%%QUANTITY%% %%UNIT%%","%%UNITAMOUNT%% %%CURRENCY%%","%%NETAMOUNT%% %%CURRENCY%%"] ]},
- "11totalsums":{"text":[ ["Net Total :","%%SUMNETAMOUNT%% %%CURRENCY%%"], ["VAT (%%VATPERCENT%%%) :","%%SUMVATAMOUNT%% %%CURRENCY%%€"], ["Total to Pay:","%%SUMGROSSAMOUNT%% %%CURRENCY%%"] ]
- }
+INSERT INTO public.reporttemplates (id, report, structure, data_de, data_fr, data_en) VALUES (1, 'invoice_dks', '{\r
+ "13headerimg":{"x":50,"y":755,"width":160,"type":"image"},\r
+ "02headerline":{"type":"line","color":"black","width":1,"start":{"x":50,"y":753},"end":{"x":285,"y":753}},\r
+ "03dkstext":{"type":"text","align":"center","font":{"name":"Helvetica","size":9},"x":200,"y":743},\r
+ "04dksfooter":{"type":"text","align":"center","font":{"name":"Helvetica","size":10},"x":297.5,"y":50,"lineheight":15},\r
+ "05adrline":{"type":"line","color":"black","width":1,"start":{"x":52,"y":662},"end":{"x":280,"y":662}},\r
+ "06header_right":{"type":"text","align":"right","font":{"name":"Helvetica","size":11},"x":550,"y":820,"lineheight":14},\r
+ "07reporttype":{"type":"text","align":"right","font":{"name":"HelveticaBold","size":30},"x":550,"y":704,"lineheight":14},\r
+ "08tbladdress":{"type":"table","x":"50","w":"230","font":"Helvetica","font_size":"11","start_y":"680","start_h":"620","next_y":"750","next_h":"500","padding":"2","padding_bottom":"3","padding_top":"3","padding_right":"5","column_props":[{ "min_w":"200", "max_w":"200", "justify":"left" }],"header_props":[{ "font_size":"11", "font":"HelveticaBold", "bg_color":"white", "font_color":"black", "repeat":"1", "justify":"left" }],"border":"0"},\r
+ "09tblinvoicedata":{"type":"table","x":"390","w":"175","font":"Helvetica","font_size":"11","start_y":"680","start_h":"620","next_y":"750","next_h":"500","padding":"2","padding_bottom":"3","padding_top":"3","padding_right":"5","column_props":[ { "min_w":"70","max_w":"70","justify":"left" },{ "min_w":"90","max_w":"90","justify":"left","font":"HelveticaBold" } ],"border":"0"},\r
+ "10tblproductdata":{"type":"table","x":"50","w":"500","font":"Helvetica","font_size":"11","start_y":"570","start_h":"300","next_y":"750","next_h":"500","padding":"2","padding_left":"5","padding_bottom":"10","padding_top":"5","padding_right":"5","header_props":[{"font_size":"11","font":"HelveticaBold","bg_color":"#e6e6e6","font_color":"black","repeat":"1","justify":"center" }],"column_props":[ { },{ "min_w":"40","max_w":"40","justify":"right" },{ "min_w":"20","max_w":"20","justify":"right" },{ "min_w":"50","max_w":"50","justify":"right","font":"Helvetica" } ],"border":"0.5"},\r
+ "11totalsums":{"type":"table","x":"349.5","w":"201","font":"Helvetica","font_size":"11","start_y":"%%10tblproductdata:y%%","start_h":"150","next_y":"750","next_h":"500","padding":"2","padding_left":"5","padding_bottom":"10","padding_top":"5","padding_right":"5","column_props":[ { "justify":"right" },{ "min_w":"70","max_w":"70","justify":"right","font":"HelveticaBold" } ],"border":"0.5"},\r
+ "12payementnote":{"type":"text","align":"left","font":{"name":"Helvetica","size":12},"x":50,"y":"%%11totalsums:y%%","lineheight":15}\r
+ }', '{\r
+ "13headerimg":{"src":"dks_1000.png"},\r
+ "03dkstext":{"text":["Database Knowledge Solutions - Simplify IT!"]},\r
+ "04dksfooter":{"text":["DKS, Société à responsabilité limitée, RC Luxembourg,B168572 - TVA: LU 2537 5617 - No. Aut: 10024550 / 0","IBAN: LU25 0020 1100 2783 8700; BIC: BILLLULL"]},\r
+ "06header_right":{"text":["DKS s.à r.l.","8b, rue du Moulin","6914 Roodt/Syre","Tel: +352 691 504574","info@dks.lu / www.dks.lu"]},\r
+ "08tbladdress":{"text":[ ["An:"], ["%%RECIPIENT%%"], ["%%ADDRESS%%"], ["%%COUNTRYSHORT%%-%%ZIP%% %%CITY%%"] ]},\r
+ "07reporttype":{"text":["Rechnung"]},\r
+ "09tblinvoicedata":{"text":[ ["Rechnungs-Nr.","%%REFERENCE%%"], ["Datum","%%INVOICEDATE%%"], ["Fälligkeit","%%REMINDERDATE%%"], ["Kunden-Nr.","%%CLIENTNUMBER%%"], ["Ust-Id","%%VATID%%"] ]},\r
+ "10tblproductdata":{"text":[ ["Produkt", "Anzahl","EinzelPreis","Netto-Preis"], ["%%PRODUCT%%", "%%QUANTITY%% %%UNIT%%","%%UNITAMOUNT%% %%CURRENCY%%","%%NETAMOUNT%% %%CURRENCY%%"] ]},\r
+ "11totalsums":{"text":[ ["Gesamt Netto :","%%SUMNETAMOUNT%% %%CURRENCY%%"], ["MwSt. (%%VATPERCENT%%%) :","%%SUMVATAMOUNT%% %%CURRENCY%%€"], ["Gesamt Brutto :","%%SUMGROSSAMOUNT%% %%CURRENCY%%"] ]}\r
+ }', '{\r
+ "13headerimg":{"src":"dks_1000.png"},\r
+ "03dkstext":{"text":"Database Knowledge Solutions - Simplify IT!"},\r
+ "04dksfooter":{"text":"DKS, Société à responsabilité limitée<NL>RC Luxembourg,B168572 - TVA: LU 2537 5617 - No. Aut: 10024550 / 0<NL>IBAN: LU25 0020 1100 2783 8700; BIC: BILLLULL"},\r
+ "06header_right":{"text":"DKS s.à r.l.<NL>8b, rue du Moulin<NL>6914 Roodt/Syre<NL>Tel: +352 691 504574<NL>info@dks.lu / www.dks.lu"},\r
+ "08tbladdress":{"text":[ ["À:"], ["%%RECIPIENT%%"], ["%%ADDRESS%%"], ["%%COUNTRYSHORT%%-%%ZIP%% %%CITY%%"] ]},\r
+ "07reporttype":{"text":"Facture"},\r
+ "09tblinvoicedata":{"text":[ ["NO. Facture","%%REFERENCE%%"], ["Date","%%INVOICEDATE%%"], ["Échéance","%%REMINDERDATE%%"], ["No Client","%%CLIENTNUMBER%%"] ]},\r
+ "10tblproductdata":{"text":[ ["Produit", "Quantité","Prix Unitaire","Prix Net"],["%%PRODUCTLIST:START%%"], ["%%PRODUCT%%", "%%QUANTITY%% %%UNIT%%","%%UNITAMOUNT%% %%CURRENCY%%","%%NETAMOUNT%% %%CURRENCY%%"],["%%PRODUCTLIST:END%%"] ]},\r
+ "11totalsums":{"text":[ ["Total Net :","%%SUMNETAMOUNT%% %%CURRENCY%%"], ["TVA (%%VATPERCENT%%%) :","%%SUMVATAMOUNT%% %%CURRENCY%%"], ["Total à payer:","%%SUMGROSSAMOUNT%% %%CURRENCY%%"] ]},\r
+ "12payementnote":{"text":"%%PAYEMENTNOTE%%"}\r
+ }', '{\r
+ "13headerimg":{"src":"dks_1000.png"},\r
+ "03dkstext":{"text":["Database Knowledge Solutions - Simplify IT!"]},\r
+ "04dksfooter":{"text":["DKS, Société à responsabilité limitée, RC Luxembourg,B168572 - TVA: LU 2537 5617 - No. Aut: 10024550 / 0","IBAN: LU25 0020 1100 2783 8700; BIC: BILLLULL"]},\r
+ "06header_right":{"text":["DKS s.à r.l.","8b, rue du Moulin","6914 Roodt/Syre","Tel: +352 691 504574","info@dks.lu / www.dks.lu"]},\r
+ "08tbladdress":{"text":[ ["To:"],["%%RECIPIENT%%"], ["%%ADDRESS%%"], ["%%COUNTRYSHORT%%-%%ZIP%% %%CITY%%"] ]},\r
+ "07reporttype":{"text":["Invoice"]},\r
+ "09tblinvoicedata":{"text":[ ["Reference.","%%REFERENCE%%"], ["Date","%%INVOICEDATE%%"], ["Due Date","%%REMINDERDATE%"], ["Client-Id","%%CLIENTNUMBER%%"], ["VAT-Id","%%VATID%%"] ]},\r
+ "10tblproductdata":{"text":[ ["Product", "Quantity","Unit Amount","Net Amount"], ["%%PRODUCT%%", "%%QUANTITY%% %%UNIT%%","%%UNITAMOUNT%% %%CURRENCY%%","%%NETAMOUNT%% %%CURRENCY%%"] ]},\r
+ "11totalsums":{"text":[ ["Net Total :","%%SUMNETAMOUNT%% %%CURRENCY%%"], ["VAT (%%VATPERCENT%%%) :","%%SUMVATAMOUNT%% %%CURRENCY%%€"], ["Total to Pay:","%%SUMGROSSAMOUNT%% %%CURRENCY%%"] ]\r
+ }\r
}');
-- Data for Name: timesheets; Type: TABLE DATA; Schema: public; Owner: -
--
-INSERT INTO public.timesheets (id, id_user, startdate, enddate, rdvoption, rdvhours, hourinterval, starttime, endtime) VALUES (2, 4, '2019-06-21', '2019-08-31', '{ "name":"Service",
- "values": ["Service 1","Service 2","Service 3"]
-}', '{
- "1":["08:00","09:00","10:00","15:00","16:00"],
- "3":["08:00","09:00","10:00","15:00","16:00"],
- "5":["08:00","09:00","10:00","15:00","16:00"]
+INSERT INTO public.timesheets (id, id_user, startdate, enddate, rdvoption, rdvhours, hourinterval, starttime, endtime) VALUES (2, 4, '2019-06-21', '2019-08-31', '{ "name":"Service",\r
+ "values": ["Service 1","Service 2","Service 3"]\r
+}', '{\r
+ "1":["08:00","09:00","10:00","15:00","16:00"],\r
+ "3":["08:00","09:00","10:00","15:00","16:00"],\r
+ "5":["08:00","09:00","10:00","15:00","16:00"]\r
}', 60, '08:00:00', '17:00:00');
-INSERT INTO public.timesheets (id, id_user, startdate, enddate, rdvoption, rdvhours, hourinterval, starttime, endtime) VALUES (1, 4, '2019-06-01', '2019-06-20', '{ "name":"Service",
- "values": ["Service 1","Service 2","Service 3"]
-}', '{
- "1":["08:00","09:00","10:00","15:00","16:00"],
- "2":["08:00","09:00","10:00","15:00","16:00"],
- "4":["08:00","09:00","10:00","15:00","16:00"]
+INSERT INTO public.timesheets (id, id_user, startdate, enddate, rdvoption, rdvhours, hourinterval, starttime, endtime) VALUES (1, 4, '2019-06-01', '2019-06-20', '{ "name":"Service",\r
+ "values": ["Service 1","Service 2","Service 3"]\r
+}', '{\r
+ "1":["08:00","09:00","10:00","15:00","16:00"],\r
+ "2":["08:00","09:00","10:00","15:00","16:00"],\r
+ "4":["08:00","09:00","10:00","15:00","16:00"]\r
}', 30, '08:00:00', '17:00:00');
-CREATE OR REPLACE FUNCTION public.geteventsbydisponibility(userid integer, evstartdate date, evenddate date)
- RETURNS SETOF typ_event
- LANGUAGE plpgsql
-AS $function$
- declare
- myts record;
- dailytimes record;
- weekdays record;
- retrec typ_event;
- cdate date := evstartdate;
- cweekday text;
- begin
-
- for myts in select * from timesheets where startdate <= evenddate and enddate >= evstartdate order by startdate,enddate
- loop
- while evenddate >= cdate loop
- select null,userid,'libre','free','free',cdate,cdate,null,null into retrec;
- cweekday := to_char(cdate,'ID');
--- select json_object_keys(myts.rdvhours) into weekdays;
- for weekdays in select json_object_keys(myts.rdvhours) as wday
- loop
- if weekdays.wday = cweekday then
- for dailytimes in execute 'select json_array_elements(rdvhours->''' || cweekday || ''') as ctime from timesheets where id=' || myts.id
- loop
- retrec.id_event := regexp_replace(userid || to_char(cdate,'YYMMDD') || (dailytimes.ctime)::TEXT, '[^0-9]+', '', 'g');
- retrec.starttime := dailytimes.ctime;
- execute 'select ''' || retrec.starttime || ''' + interval '''|| myts.hourinterval || ' minutes''' into retrec.endtime;
- return next retrec;
- end loop;
-
- end if;
- end loop;
- cdate := cdate + interval '1 day';
- end loop;
- end loop;
- return;
- END;
-$function$
-;
-
-CREATE OR REPLACE FUNCTION public.unaccent_string(input_string text)
- RETURNS text
- LANGUAGE plpgsql
-AS $function$
-
-BEGIN
- input_string := lower(input_string);
- input_string := translate(input_string, 'áàâãäåāăą', 'aaaaaaaaa');
- input_string := translate(input_string, 'èéêëēĕėęě', 'eeeeeeeee');
- input_string := translate(input_string, 'èéêëēĕėęě', 'eeeeeeeee');
- input_string := translate(input_string, 'ìíîïìĩīĭ' , 'iiiiiiii');
- input_string := translate(input_string, 'òóôõöōŏő' , 'oooooooo');
- input_string := translate(input_string, 'ùúûüũūŭů' , 'uuuuuuuu');
- input_string := replace(input_string,'ß','ss');
- input_string := replace(input_string,'ç','c');
- input_string := replace(input_string,'œ','oe');
-return input_string;
-END;
-$function$
-;
+CREATE OR REPLACE FUNCTION public.geteventsbydisponibility(userid integer, evstartdate date, evenddate date)\r
+ RETURNS SETOF typ_event\r
+ LANGUAGE plpgsql\r
+AS $function$\r
+ declare\r
+ myts record;\r
+ dailytimes record;\r
+ weekdays record;\r
+ retrec typ_event;\r
+ cdate date := evstartdate;\r
+ cweekday text;\r
+ begin\r
+ \r
+ for myts in select * from timesheets where startdate <= evenddate and enddate >= evstartdate order by startdate,enddate\r
+ loop\r
+ while evenddate >= cdate loop\r
+ select null,userid,'libre','free','free',cdate,cdate,null,null into retrec;\r
+ cweekday := to_char(cdate,'ID');\r
+-- select json_object_keys(myts.rdvhours) into weekdays;\r
+ for weekdays in select json_object_keys(myts.rdvhours) as wday\r
+ loop\r
+ if weekdays.wday = cweekday then\r
+ for dailytimes in execute 'select json_array_elements(rdvhours->''' || cweekday || ''') as ctime from timesheets where id=' || myts.id\r
+ loop\r
+ retrec.id_event := regexp_replace(userid || to_char(cdate,'YYMMDD') || (dailytimes.ctime)::TEXT, '[^0-9]+', '', 'g');\r
+ retrec.starttime := dailytimes.ctime;\r
+ execute 'select ''' || retrec.starttime || ''' + interval '''|| myts.hourinterval || ' minutes''' into retrec.endtime; \r
+ return next retrec;\r
+ end loop;\r
+ \r
+ end if;\r
+ end loop;\r
+ cdate := cdate + interval '1 day'; \r
+ end loop; \r
+ end loop;\r
+ return;\r
+ END;\r
+$function$\r
+;\r
+\r
+CREATE OR REPLACE FUNCTION public.unaccent_string(input_string text)\r
+ RETURNS text\r
+ LANGUAGE plpgsql\r
+AS $function$\r
+\r
+BEGIN\r
+ input_string := lower(input_string);\r
+ input_string := translate(input_string, 'áàâãäåāăą', 'aaaaaaaaa');\r
+ input_string := translate(input_string, 'èéêëēĕėęě', 'eeeeeeeee');\r
+ input_string := translate(input_string, 'èéêëēĕėęě', 'eeeeeeeee');\r
+ input_string := translate(input_string, 'ìíîïìĩīĭ' , 'iiiiiiii');\r
+ input_string := translate(input_string, 'òóôõöōŏő' , 'oooooooo');\r
+ input_string := translate(input_string, 'ùúûüũūŭů' , 'uuuuuuuu');\r
+ input_string := replace(input_string,'ß','ss');\r
+ input_string := replace(input_string,'ç','c');\r
+ input_string := replace(input_string,'œ','oe');\r
+return input_string;\r
+END;\r
+$function$\r
+;\r
-1cbbaf4 - 2019-07-09 09:23:45 +0200
+138e08f - 2019-07-09 09:55:35 +0200
-package pgsql;
-use strict;
-use DBI;
-use File::Basename;
-#use DBD::mysql;
-use Data::Dumper;
-use Digest::SHA::PurePerl qw(sha256_hex);
-
-# use lib (dirname($0).'/../lib');
-use lib ('.');
-use lib ('./lib');
-use DBD::PgPP;
-use URI::Encode qw(uri_encode uri_decode);
-#use DBD::SQLite;
-use Encode;
-
-sub new {
- my $class = shift;
- my $p = shift;
- my $self = bless {}, $class;
- #foreach my $x (keys(%{$p})){
- # $self->{$x} = $p->{$x};
- #}
- $self->{dbtype} = 'PgPP'; #PgPP,SQLite
- #$self->{dbhost} = 'sql629.your-server.de';
- $self->{dbhost} = 'localhost';
- $self->{dbname} = 'juridiglu_db';
- $self->{dbuser} = 'juridiglu_user';
- $self->{dbpassword} = 'hfdR2C9pK9rQV4cH';
- return $self;
-}
-
-sub securetext(){
- my $self = shift;
- my $text = shift;
- $text =~ s/'/''/g;
- return $text;
-}
-
-sub dbquery(){
- my $self = shift;
- my $key = shift;
- my $stat = shift;
- #my $retempty = shift;
- my $retdata =();
- my $dbh = DBI->connect('DBI:'.$self->{dbtype}.':dbname='.$self->{dbname}.';host='.$self->{dbhost},$self->{dbuser},$self->{dbpassword},{PrintError=>0,RaiseError=>0,AutoCommit=>1}) or return $retdata->{error} = "dbquery Connection Error!".$!;
- $stat = encode("utf8", $stat);
-
- open FILE,">>sql.log";
- print FILE "$stat\n";
- close FILE;
- my $sth = $dbh->prepare($stat);
- $sth->execute() or return $retdata->{error} = "dbquery: ".$stat;
- while(my $data = $sth->fetchrow_hashref())
- {
- if (exists $data->{$key}){
- foreach my $k (keys %{$data}){
- #if ($k ne $key){
-
- $retdata->{$data->{$key}}{$k} =$data->{$k};
- #}
- }
- }
- }
- if (keys(%{$retdata}) == 0){
- $retdata =();
- }
- $sth->finish();
- $dbh->disconnect();
- return $retdata;
-}
-
-sub dbquerysorted(){
- my $self = shift;
- my $stat = shift;
- my $vw_info = shift;
- my $retdata;
- my $dbh = DBI->connect('DBI:'.$self->{dbtype}.':dbname='.$self->{dbname}.';host='.$self->{dbhost},$self->{dbuser},$self->{dbpassword},{PrintError=>0,RaiseError=>0,AutoCommit=>1}) or return $retdata->{error} = "dbquery Connection Error!".$!;
- $stat = encode("utf8", $stat);
- open FILE,">>sql.log";
- print FILE "$stat\n";
- close FILE;
- my $sth = $dbh->prepare($stat);
-
-
- $sth->execute() or return $retdata->{error} = "dbquery: ".$sth->errstr;
- my $count = 0;
-
- while(my $data = $sth->fetchrow_hashref())
- {
- #$retdata->{$count} = $data;
- foreach my $k (keys %{$data}){
- $retdata->{$count}->{$k} = $data->{$k};
- }
- $count++;
- }
-
-# my $qstruct = ();
-# my $num_fields = $sth->{NUM_OF_FIELDS};
-
-# for ( my $i=0; $i< $num_fields; $i++ ) {
-# $qstruct->{$i}->{name} = $sth->{NAME}->[$i];
-# #$qstruct->{$i}->{type} = $sth->{COMMENT}->[$i];
-# #$qstruct->{$i}->{precision} = $sth->{PRECISION}->[$i];
-# }
-
- $sth->finish();
- $dbh->disconnect();
-
- return $retdata;
-}
-
-sub dbexec(){
- my $self = shift;
- my $stat = shift;
- my $retdata;
- my $dbh = DBI->connect('DBI:'.$self->{dbtype}.':dbname='.$self->{dbname}.';host='.$self->{dbhost},$self->{dbuser},$self->{dbpassword},{PrintError=>0,RaiseError=>0,AutoCommit=>1}) or return $retdata->{error} = "dbquery Connection Error!".$!;
- $stat = decode("UTF-8", $stat);
- open FILE,">>sql.log";
- print FILE "$stat\n";
- close FILE;
- my $sth = $dbh->prepare($stat);
- $retdata->{success} = $dbh->do($stat) or return $retdata->{error} = "dbexec ".$dbh->errstr. "- SQL: ".$stat;
- $dbh->disconnect();
- return $retdata;
-}
-
-#sub dbqueryarray(){
-# my $self = shift;
-# my $stat = shift;
-# my @retdata = ();
-# my $dbh = DBI->connect('DBI:SQLite:dbname='.$self->{dbfile},"","",{PrintError=>1,RaiseError=>1,AutoCommit=>1,mysql_enable_utf8 => 1}) or return $retdata[0]->{error} = "dbquery Connection Error!".$!;
-# #$stat = encode("utf8", $stat);
-# #open FILE,">>/tmp/sql.log";
-# #print "$stat\n";
-# # close FILE;
-# my $sth = $dbh->prepare($stat);
-#
-# $sth->execute() or print "dbquery: ".$sth->errstr;
-# my $count = 0;
-#
-# while(my $valdata = $sth->fetchrow_arrayref())
-# {
-# if ($valdata == undef){ last;}
-# my @rdata = ();
-# foreach my $k (@{$valdata}){
-# push @rdata,decode( "utf8", $k);
-# }
-# push @retdata,\@rdata;
-# }
-#
-# $sth->finish();
-# $dbh->disconnect();
-# #%retdata = sort {$a <=> $b} keys %retdata;
-# return @retdata;
-#}
-
-
-sub create_ddl_insert(){
- my $self = shift;
- my $data = shift;
- my $fields = ();
- my @ddl = ();
- foreach my $f (keys(%{$data})){
- if ($f =~ /\_/){
- my $t = substr($f,0,index($f,"_"));
- my $c = substr($f,length($t)+1);
- #my ($t,$c) = $f =~ m/(.+)\_(.+)/;
- $fields->{$t}->{$c} = $data->{$f};
- }
- }
-
- foreach my $tb (keys(%{$fields})){
- my @sqlcol = ();
- my @sqlval = ();
- foreach my $c (keys(%{$fields->{$tb}})){
- my $v = $fields->{$tb}->{$c};
- $v =~ s/'/''/g;
- push (@sqlcol,$c);
- if ($v eq ''){
- $v = 'null';
- } else {
- $v = "'".$v."'";
- }
- push (@sqlval,$v);
- }
- push(@ddl,"INSERT INTO ".$tb." (".join(",",@sqlcol).") VALUES (".join(",",@sqlval).");");
- }
- return @ddl;
-}
-
-sub create_ddl_insert_json(){
- my $self = shift;
- my $schema = shift;
- my $table = shift;
- my $columns = shift;
- my $data = shift;
- my @ddl = ();
- my @sqlcol = ();
- my @sqlval = ();
- foreach my $c (keys(%{$data})){
- #if (exists($columns->{$c})){
- push (@sqlcol,'"'.$c.'"');
- my $v = $data->{$c};
-
- if ($v eq ''){
- $v = 'null';
- }elsif ($v =~ /^data:.+;base64,/){
- $v =~ s/'/''/g;
- $v = "'".$v."'";
- }
- else {
- $v= uri_decode($v);
- $v =~ s/'/''/g;
- if ($columns->{$c}->{data_type} eq "ARRAY"){
- if (ref($data->{$c}) eq "ARRAY"){
- $v = "{\"".join("\",\"",@{$data->{$c}})."\"}";
- }
- else {
- $v = 'null';
- }
- $v =~ s/""/null/g;
- }elsif ($columns->{$c}->{data_type} =~ /^timestamp/ ){
-
- }elsif($columns->{$c}->{data_type} eq "date"){
-
- }elsif($columns->{$c}->{data_type} eq "time"){
-
- }
- $v = "'".$v."'";
- }
- push (@sqlval,$v);
- #}
- }
- return "INSERT INTO ".$schema.".\"".$table."\" (".join(",",@sqlcol).") VALUES (".join(",",@sqlval).");";
-}
-
-sub create_ddl_update(){
- my $self = shift;
- my $data = shift;
- my $fields = ();
- my @ddl = ();
- foreach my $f (keys(%{$data})){
- if ($f =~ /^ident_/){
- my $fx = substr($f,6);
- my $t = substr($fx,0,index($fx,"_"));
- my $c = substr($fx,length($t)+1);
- #my ($t,$c) = $f =~ m/^ident_(.+)\_([a-z0-9|\_]+)/;
- $fields->{$t}->{cond}->{$c} = $data->{$f};
- } elsif ( ($f !~ /^ident/) && ($f =~ /.+\_.+/) ){
- my $t = substr($f,0,index($f,"_"));
- my $c = substr($f,length($t)+1);
- #my ($t,$c) = $f =~ m/^(.+)\_([a-z0-9|\_]+)/;
- $fields->{$t}->{fields}->{$c} = $data->{$f};
- }
- }
- foreach my $tb (keys(%{$fields})){
- my @sqlupd = ();
- my @sqlcond = ();
- foreach my $c (keys(%{$fields->{$tb}->{fields}})){
-
- my $v = $fields->{$tb}->{fields}->{$c};
- $v =~ s/'/''/g;
- if ($v eq ''){
- $v = 'null';
- } else {
- $v = "'".$v."'";
- }
- push (@sqlupd,$c."=".$v);
- }
- foreach my $c (keys(%{$fields->{$tb}->{cond}})){
- my $v = $fields->{$tb}->{cond}->{$c};
- $v =~ s/'/''/g;
- if ($v eq ''){
- $v = 'null';
- } else {
- $v = "'".$v."'";
- }
- push (@sqlcond,$c."=".$v);
- }
- push(@ddl,"UPDATE ".$tb." SET ".join(",",@sqlupd)." WHERE ".join(" AND ",@sqlcond).";");
- }
-
- return @ddl;
-}
-
-sub create_ddl_delete(){
- my $self = shift;
- my $data = shift;
- my $fields = ();
- my @ddl = ();
- my @refcols = ();
- my $refdata = ();
- foreach my $f (keys(%{$data})){
- if ($f =~ /^ident_/){
- my ($t,$c) = $f =~ m/ident_(.+)\_(.+)/;
-
- $fields->{$t}->{cond}->{$c} = $data->{$f};
- push(@refcols,"'".$c.'_'.$t."'");
- $refdata->{$c.'_'.$t} = $data->{$f};
- }
- }
-
-# my $ref = $self->dbquerysorted("select TABLE_NAME,COLUMN_NAME from information_schema.KEY_COLUMN_USAGE where COLUMN_NAME in (".join(",",@refcols).") and CONSTRAINT_SCHEMA='".$self->{dbname}."';");
-# foreach my $r (keys(%{$ref})){
-# my $refv = $refdata->{$ref->{$r}->{COLUMN_NAME}};
-# if ($refv eq ''){
-# $refv = ' is null';
-# } else {
-# $refv =~ s/'/''/g;
-# $refv = "='".$refv."'";
-# }
-# push(@ddl,"DELETE from ".$ref->{$r}->{TABLE_NAME}." where ".$ref->{$r}->{COLUMN_NAME}.$refv.";");
-# }
- foreach my $tb (keys(%{$fields})){
- my @sqlcond = ();
- foreach my $c (keys(%{$fields->{$tb}->{cond}})){
- my $v = $fields->{$tb}->{cond}->{$c};
- $v =~ s/'/''/g;
- push (@sqlcond,$c."='".$v."'");
- }
- push(@ddl,"DELETE FROM ".$tb." WHERE ".join(" AND ",@sqlcond).";");
- }
- return @ddl;
-}
-
-1;
+package pgsql;\r
+use strict;\r
+use DBI;\r
+use File::Basename;\r
+#use DBD::mysql;\r
+use Data::Dumper;\r
+use Digest::SHA::PurePerl qw(sha256_hex);\r
+\r
+# use lib (dirname($0).'/../lib');\r
+use lib ('.');\r
+use lib ('./lib');\r
+use DBD::PgPP;\r
+use URI::Encode qw(uri_encode uri_decode);\r
+#use DBD::SQLite;\r
+use Encode;\r
+\r
+sub new {\r
+ my $class = shift;\r
+ my $p = shift;\r
+ my $self = bless {}, $class;\r
+ #foreach my $x (keys(%{$p})){\r
+ # $self->{$x} = $p->{$x};\r
+ #}\r
+ $self->{dbtype} = 'PgPP'; #PgPP,SQLite\r
+ #$self->{dbhost} = 'sql629.your-server.de';\r
+ $self->{dbhost} = 'localhost';\r
+ $self->{dbname} = 'juridiglu_db';\r
+ $self->{dbuser} = 'juridiglu_user';\r
+ $self->{dbpassword} = 'hfdR2C9pK9rQV4cH';\r
+ return $self;\r
+}\r
+\r
+sub securetext(){\r
+ my $self = shift;\r
+ my $text = shift;\r
+ $text =~ s/'/''/g;\r
+ return $text;\r
+}\r
+\r
+sub dbquery(){\r
+ my $self = shift;\r
+ my $key = shift;\r
+ my $stat = shift;\r
+ #my $retempty = shift;\r
+ my $retdata =();\r
+ my $dbh = DBI->connect('DBI:'.$self->{dbtype}.':dbname='.$self->{dbname}.';host='.$self->{dbhost},$self->{dbuser},$self->{dbpassword},{PrintError=>0,RaiseError=>0,AutoCommit=>1}) or return $retdata->{error} = "dbquery Connection Error!".$!;\r
+ $stat = encode("utf8", $stat);\r
+\r
+ open FILE,">>sql.log";\r
+ print FILE "$stat\n";\r
+ close FILE;\r
+ my $sth = $dbh->prepare($stat);\r
+ $sth->execute() or return $retdata->{error} = "dbquery: ".$stat;\r
+ while(my $data = $sth->fetchrow_hashref())\r
+ {\r
+ if (exists $data->{$key}){\r
+ foreach my $k (keys %{$data}){\r
+ #if ($k ne $key){\r
+\r
+ $retdata->{$data->{$key}}{$k} =$data->{$k};\r
+ #}\r
+ }\r
+ }\r
+ }\r
+ if (keys(%{$retdata}) == 0){\r
+ $retdata =();\r
+ }\r
+ $sth->finish();\r
+ $dbh->disconnect();\r
+ return $retdata;\r
+}\r
+\r
+sub dbquerysorted(){\r
+ my $self = shift;\r
+ my $stat = shift;\r
+ my $vw_info = shift;\r
+ my $retdata;\r
+ my $dbh = DBI->connect('DBI:'.$self->{dbtype}.':dbname='.$self->{dbname}.';host='.$self->{dbhost},$self->{dbuser},$self->{dbpassword},{PrintError=>0,RaiseError=>0,AutoCommit=>1}) or return $retdata->{error} = "dbquery Connection Error!".$!;\r
+ $stat = encode("utf8", $stat);\r
+ open FILE,">>sql.log";\r
+ print FILE "$stat\n";\r
+ close FILE;\r
+ my $sth = $dbh->prepare($stat);\r
+\r
+ \r
+ $sth->execute() or return $retdata->{error} = "dbquery: ".$sth->errstr;\r
+ my $count = 0;\r
+\r
+ while(my $data = $sth->fetchrow_hashref())\r
+ {\r
+ #$retdata->{$count} = $data;\r
+ foreach my $k (keys %{$data}){\r
+ $retdata->{$count}->{$k} = $data->{$k};\r
+ }\r
+ $count++;\r
+ }\r
+ \r
+# my $qstruct = ();\r
+# my $num_fields = $sth->{NUM_OF_FIELDS};\r
+\r
+# for ( my $i=0; $i< $num_fields; $i++ ) {\r
+# $qstruct->{$i}->{name} = $sth->{NAME}->[$i]; \r
+# #$qstruct->{$i}->{type} = $sth->{COMMENT}->[$i];\r
+# #$qstruct->{$i}->{precision} = $sth->{PRECISION}->[$i];\r
+# }\r
+ \r
+ $sth->finish();\r
+ $dbh->disconnect();\r
+ \r
+ return $retdata;\r
+}\r
+\r
+sub dbexec(){\r
+ my $self = shift;\r
+ my $stat = shift;\r
+ my $retdata;\r
+ my $dbh = DBI->connect('DBI:'.$self->{dbtype}.':dbname='.$self->{dbname}.';host='.$self->{dbhost},$self->{dbuser},$self->{dbpassword},{PrintError=>0,RaiseError=>0,AutoCommit=>1}) or return $retdata->{error} = "dbquery Connection Error!".$!;\r
+ $stat = decode("UTF-8", $stat);\r
+ open FILE,">>sql.log";\r
+ print FILE "$stat\n";\r
+ close FILE;\r
+ my $sth = $dbh->prepare($stat);\r
+ $retdata->{success} = $dbh->do($stat) or return $retdata->{error} = "dbexec ".$dbh->errstr. "- SQL: ".$stat;\r
+ $dbh->disconnect();\r
+ return $retdata;\r
+}\r
+\r
+#sub dbqueryarray(){\r
+# my $self = shift;\r
+# my $stat = shift;\r
+# my @retdata = ();\r
+# my $dbh = DBI->connect('DBI:SQLite:dbname='.$self->{dbfile},"","",{PrintError=>1,RaiseError=>1,AutoCommit=>1,mysql_enable_utf8 => 1}) or return $retdata[0]->{error} = "dbquery Connection Error!".$!;\r
+# #$stat = encode("utf8", $stat);\r
+# #open FILE,">>/tmp/sql.log";\r
+# #print "$stat\n";\r
+# # close FILE;\r
+# my $sth = $dbh->prepare($stat);\r
+#\r
+# $sth->execute() or print "dbquery: ".$sth->errstr;\r
+# my $count = 0;\r
+# \r
+# while(my $valdata = $sth->fetchrow_arrayref())\r
+# {\r
+# if ($valdata == undef){ last;}\r
+# my @rdata = ();\r
+# foreach my $k (@{$valdata}){\r
+# push @rdata,decode( "utf8", $k);\r
+# }\r
+# push @retdata,\@rdata;\r
+# }\r
+#\r
+# $sth->finish();\r
+# $dbh->disconnect();\r
+# #%retdata = sort {$a <=> $b} keys %retdata;\r
+# return @retdata;\r
+#}\r
+\r
+\r
+sub create_ddl_insert(){\r
+ my $self = shift;\r
+ my $data = shift;\r
+ my $fields = ();\r
+ my @ddl = ();\r
+ foreach my $f (keys(%{$data})){\r
+ if ($f =~ /\_/){\r
+ my $t = substr($f,0,index($f,"_"));\r
+ my $c = substr($f,length($t)+1);\r
+ #my ($t,$c) = $f =~ m/(.+)\_(.+)/;\r
+ $fields->{$t}->{$c} = $data->{$f};\r
+ }\r
+ }\r
+ \r
+ foreach my $tb (keys(%{$fields})){\r
+ my @sqlcol = ();\r
+ my @sqlval = ();\r
+ foreach my $c (keys(%{$fields->{$tb}})){\r
+ my $v = $fields->{$tb}->{$c};\r
+ $v =~ s/'/''/g;\r
+ push (@sqlcol,$c);\r
+ if ($v eq ''){\r
+ $v = 'null';\r
+ } else {\r
+ $v = "'".$v."'";\r
+ }\r
+ push (@sqlval,$v);\r
+ }\r
+ push(@ddl,"INSERT INTO ".$tb." (".join(",",@sqlcol).") VALUES (".join(",",@sqlval).");");\r
+ }\r
+ return @ddl;\r
+}\r
+\r
+sub create_ddl_insert_json(){\r
+ my $self = shift;\r
+ my $schema = shift;\r
+ my $table = shift;\r
+ my $columns = shift;\r
+ my $data = shift;\r
+ my @ddl = ();\r
+ my @sqlcol = ();\r
+ my @sqlval = ();\r
+ foreach my $c (keys(%{$data})){\r
+ #if (exists($columns->{$c})){\r
+ push (@sqlcol,'"'.$c.'"');\r
+ my $v = $data->{$c};\r
+ \r
+ if ($v eq ''){\r
+ $v = 'null';\r
+ }elsif ($v =~ /^data:.+;base64,/){\r
+ $v =~ s/'/''/g;\r
+ $v = "'".$v."'";\r
+ } \r
+ else {\r
+ $v= uri_decode($v);\r
+ $v =~ s/'/''/g;\r
+ if ($columns->{$c}->{data_type} eq "ARRAY"){\r
+ if (ref($data->{$c}) eq "ARRAY"){\r
+ $v = "{\"".join("\",\"",@{$data->{$c}})."\"}"; \r
+ }\r
+ else {\r
+ $v = 'null'; \r
+ }\r
+ $v =~ s/""/null/g; \r
+ }elsif ($columns->{$c}->{data_type} =~ /^timestamp/ ){\r
+ \r
+ }elsif($columns->{$c}->{data_type} eq "date"){\r
+ \r
+ }elsif($columns->{$c}->{data_type} eq "time"){\r
+ \r
+ }\r
+ $v = "'".$v."'";\r
+ } \r
+ push (@sqlval,$v);\r
+ #} \r
+ }\r
+ return "INSERT INTO ".$schema.".\"".$table."\" (".join(",",@sqlcol).") VALUES (".join(",",@sqlval).");";\r
+}\r
+\r
+sub create_ddl_update(){\r
+ my $self = shift;\r
+ my $data = shift;\r
+ my $fields = ();\r
+ my @ddl = ();\r
+ foreach my $f (keys(%{$data})){\r
+ if ($f =~ /^ident_/){\r
+ my $fx = substr($f,6);\r
+ my $t = substr($fx,0,index($fx,"_"));\r
+ my $c = substr($fx,length($t)+1);\r
+ #my ($t,$c) = $f =~ m/^ident_(.+)\_([a-z0-9|\_]+)/;\r
+ $fields->{$t}->{cond}->{$c} = $data->{$f};\r
+ } elsif ( ($f !~ /^ident/) && ($f =~ /.+\_.+/) ){\r
+ my $t = substr($f,0,index($f,"_"));\r
+ my $c = substr($f,length($t)+1);\r
+ #my ($t,$c) = $f =~ m/^(.+)\_([a-z0-9|\_]+)/;\r
+ $fields->{$t}->{fields}->{$c} = $data->{$f};\r
+ }\r
+ }\r
+ foreach my $tb (keys(%{$fields})){\r
+ my @sqlupd = ();\r
+ my @sqlcond = ();\r
+ foreach my $c (keys(%{$fields->{$tb}->{fields}})){\r
+ \r
+ my $v = $fields->{$tb}->{fields}->{$c};\r
+ $v =~ s/'/''/g;\r
+ if ($v eq ''){\r
+ $v = 'null';\r
+ } else {\r
+ $v = "'".$v."'";\r
+ }\r
+ push (@sqlupd,$c."=".$v);\r
+ }\r
+ foreach my $c (keys(%{$fields->{$tb}->{cond}})){\r
+ my $v = $fields->{$tb}->{cond}->{$c};\r
+ $v =~ s/'/''/g;\r
+ if ($v eq ''){\r
+ $v = 'null';\r
+ } else {\r
+ $v = "'".$v."'";\r
+ }\r
+ push (@sqlcond,$c."=".$v);\r
+ }\r
+ push(@ddl,"UPDATE ".$tb." SET ".join(",",@sqlupd)." WHERE ".join(" AND ",@sqlcond).";");\r
+ } \r
+ \r
+ return @ddl; \r
+}\r
+\r
+sub create_ddl_delete(){\r
+ my $self = shift;\r
+ my $data = shift;\r
+ my $fields = ();\r
+ my @ddl = ();\r
+ my @refcols = ();\r
+ my $refdata = ();\r
+ foreach my $f (keys(%{$data})){\r
+ if ($f =~ /^ident_/){\r
+ my ($t,$c) = $f =~ m/ident_(.+)\_(.+)/;\r
+ \r
+ $fields->{$t}->{cond}->{$c} = $data->{$f};\r
+ push(@refcols,"'".$c.'_'.$t."'");\r
+ $refdata->{$c.'_'.$t} = $data->{$f};\r
+ } \r
+ }\r
+ \r
+# my $ref = $self->dbquerysorted("select TABLE_NAME,COLUMN_NAME from information_schema.KEY_COLUMN_USAGE where COLUMN_NAME in (".join(",",@refcols).") and CONSTRAINT_SCHEMA='".$self->{dbname}."';");\r
+# foreach my $r (keys(%{$ref})){\r
+# my $refv = $refdata->{$ref->{$r}->{COLUMN_NAME}};\r
+# if ($refv eq ''){\r
+# $refv = ' is null';\r
+# } else {\r
+# $refv =~ s/'/''/g;\r
+# $refv = "='".$refv."'";\r
+# }\r
+# push(@ddl,"DELETE from ".$ref->{$r}->{TABLE_NAME}." where ".$ref->{$r}->{COLUMN_NAME}.$refv.";");\r
+# }\r
+ foreach my $tb (keys(%{$fields})){\r
+ my @sqlcond = ();\r
+ foreach my $c (keys(%{$fields->{$tb}->{cond}})){\r
+ my $v = $fields->{$tb}->{cond}->{$c};\r
+ $v =~ s/'/''/g;\r
+ push (@sqlcond,$c."='".$v."'");\r
+ }\r
+ push(@ddl,"DELETE FROM ".$tb." WHERE ".join(" AND ",@sqlcond).";");\r
+ } \r
+ return @ddl;\r
+}\r
+\r
+1;\r
-package session;
-
-use strict;
-use File::Basename;
-use Digest::SHA qw(sha256_hex);
-use lib ('.');
-use lib ('.\\lib');
-use dksdb;
-use Data::Dumper;
-
-sub new {
- my $class = shift;
- my $self = bless {}, $class;
- $self->{db} = dksdb->new();
- return $self;
-}
-
-sub checklogin(){
- my $self = shift;
- my $login = shift;
- my $password = shift;
- my $pwd = sha256_hex($password);
- my $sid = "";
-
- my $sql = "select id from users where username='".$login."' and userpassword='".$pwd."' and activationkey is null and userblocked is null;";
- my $res = $self->{db}->dbquerysorted($sql);
- if(keys(%{$res}) == 1){
- $sid = $self->createsessionid();
- $self->{db}->dbexec("UPDATE users set sessionid='".$sid."',remoteaddr='".$ENV{REMOTE_ADDR}."',lastlogin=CURRENT_TIMESTAMP,useragent='".$ENV{HTTP_USER_AGENT}."' WHERE username='".$login."' and userpassword='".$pwd."'");
- }
- return $sid;
-}
-
-sub getsession($){
- my $self = shift;
- my $sid = shift;
- my $sql = "SELECT us.id,us.usersurname,us.userprename,us.username,us.usergroup,
- string_agg(CASE WHEN srv.expiration >= CURRENT_DATE or (prc.minmonth=0 and srv.expiration is null) then srv.service else null end,',') as service_valid,
- string_agg(CASE WHEN srv.expiration < CURRENT_DATE then srv.service else null end,',') as service_expired
- from users us
- left join userservices srv on (srv.id_user=us.id)
- left join appprices prc on (prc.id_app=srv.id_app)
- where us.sessionid='".$sid."' and us.userblocked is null and us.activationkey is null and useragent='".$ENV{'HTTP_USER_AGENT'}."' and remoteaddr='".$ENV{'REMOTE_ADDR'}."'
- group by us.id;";
- my $res= $self->{db}->dbquerysorted($sql);
- my $ret = undef;
- if (keys(%{$res}) > 0){
- return $res->{0};
- }
- return $ret;
-}
-
-sub createsessionid(){
- my $self = shift;
- my $randnum ="";
- my $i =0;
- while ($i<50)
- {
- my $r1 = int(rand(3)) + 1 ;
- if ($r1 == 1){ $randnum .= chr(int(rand(9) +48));$i++;}
- if ($r1 == 2){ $randnum .= chr(int(rand(24) +65));$i++;}
- if ($r1 == 3){ $randnum .= chr(int(rand(24) +97));$i++;}
- }
- return $randnum;
-}
-
-sub deletesession(){
- my $self = shift;
- my $sid = shift;
- if ($sid ne ''){
- $self->{db}->dbexec("UPDATE users set sessionid=null where sessionid='".$sid."'");
- }
-}
-
-sub resetpasswd(){
-
-}
-
-sub registeruser(){
-
-}
-
-sub randompasword(){
- my $self = shift;
- my @alphanumeric = ('a'..'z', 'A'..'Z', 0..9);
- my $randpassword = join '', map $alphanumeric[rand @alphanumeric], 0..12;
- return $randpassword;
-}
+package session;\r
+\r
+use strict;\r
+use File::Basename;\r
+use Digest::SHA qw(sha256_hex);\r
+use lib ('.');\r
+use lib ('.\\lib');\r
+use dksdb;\r
+use Data::Dumper;\r
+\r
+sub new {\r
+ my $class = shift;\r
+ my $self = bless {}, $class;\r
+ $self->{db} = dksdb->new();\r
+ return $self;\r
+}\r
+\r
+sub checklogin(){\r
+ my $self = shift;\r
+ my $login = shift;\r
+ my $password = shift;\r
+ my $pwd = sha256_hex($password);\r
+ my $sid = "";\r
+ \r
+ my $sql = "select id from users where username='".$login."' and userpassword='".$pwd."' and activationkey is null and userblocked is null;";\r
+ my $res = $self->{db}->dbquerysorted($sql);\r
+ if(keys(%{$res}) == 1){\r
+ $sid = $self->createsessionid();\r
+ $self->{db}->dbexec("UPDATE users set sessionid='".$sid."',remoteaddr='".$ENV{REMOTE_ADDR}."',lastlogin=CURRENT_TIMESTAMP,useragent='".$ENV{HTTP_USER_AGENT}."' WHERE username='".$login."' and userpassword='".$pwd."'");\r
+ }\r
+ return $sid;\r
+}\r
+\r
+sub getsession($){\r
+ my $self = shift;\r
+ my $sid = shift;\r
+ my $sql = "SELECT us.id,us.usersurname,us.userprename,us.username,us.usergroup,\r
+ string_agg(CASE WHEN srv.expiration >= CURRENT_DATE or (prc.minmonth=0 and srv.expiration is null) then srv.service else null end,',') as service_valid,\r
+ string_agg(CASE WHEN srv.expiration < CURRENT_DATE then srv.service else null end,',') as service_expired \r
+ from users us \r
+ left join userservices srv on (srv.id_user=us.id) \r
+ left join appprices prc on (prc.id_app=srv.id_app) \r
+ where us.sessionid='".$sid."' and us.userblocked is null and us.activationkey is null and useragent='".$ENV{'HTTP_USER_AGENT'}."' and remoteaddr='".$ENV{'REMOTE_ADDR'}."' \r
+ group by us.id;";\r
+ my $res= $self->{db}->dbquerysorted($sql);\r
+ my $ret = undef;\r
+ if (keys(%{$res}) > 0){\r
+ return $res->{0};\r
+ }\r
+ return $ret;\r
+}\r
+\r
+sub createsessionid(){\r
+ my $self = shift;\r
+ my $randnum ="";\r
+ my $i =0;\r
+ while ($i<50)\r
+ {\r
+ my $r1 = int(rand(3)) + 1 ;\r
+ if ($r1 == 1){ $randnum .= chr(int(rand(9) +48));$i++;}\r
+ if ($r1 == 2){ $randnum .= chr(int(rand(24) +65));$i++;}\r
+ if ($r1 == 3){ $randnum .= chr(int(rand(24) +97));$i++;}\r
+ }\r
+ return $randnum;\r
+}\r
+\r
+sub deletesession(){\r
+ my $self = shift;\r
+ my $sid = shift;\r
+ if ($sid ne ''){\r
+ $self->{db}->dbexec("UPDATE users set sessionid=null where sessionid='".$sid."'");\r
+ }\r
+}\r
+\r
+sub resetpasswd(){\r
+ \r
+}\r
+\r
+sub registeruser(){\r
+ \r
+}\r
+\r
+sub randompasword(){\r
+ my $self = shift;\r
+ my @alphanumeric = ('a'..'z', 'A'..'Z', 0..9);\r
+ my $randpassword = join '', map $alphanumeric[rand @alphanumeric], 0..12;\r
+ return $randpassword;\r
+}\r
1;
\ No newline at end of file
-#!/usr/bin/perl
-
-use strict;
-# use lib ('/home/kilian/perl5/lib/perl5');
-use lib ('./lib');
-use dkssavefile;
-
-my $sf = dkssavefile->new();
+#!/usr/bin/perl\r
+\r
+use strict;\r
+# use lib ('/home/kilian/perl5/lib/perl5');\r
+use lib ('./lib');\r
+use dkssavefile;\r
+\r
+my $sf = dkssavefile->new();\r
$sf->saveb64toFile('test','pathtofile','data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAPw0lEQVR4Xu1dC3SbxZX+7vySnQdxmiZdXk5DSgstKRQopQvplhyW7pZCQyzHpW0W1pZk05Knf0NhoYBgaWkglkx4FGxJeUEo2JYDaYE2LQu73S0tPaeURx+nhe6GQCEJOdhpQmzpn7tnZCsVsSVL1oz0hzLn5PicaOabe+/3P+4/c+8dguG2MNhxZDXLaUkrxZmpRMrDFoTXIT6TiT3ZIggmkixTJMQcMI4lsDj4O8GRoG190daEYbErBk8mZ25oeMhyanb8D4AzNc3jgOjGRLT13zXhuQ7GKCF1X7vt7yhpvaFR610MXtoXa+vWiOkqKKOE+PzhAAhRjRq/TkBLb8zeqhHTVVBmCQmGt4FxnkaN/0Tg+t5Y2680YroKyhghDZffdYQzNLgTjMn6NOYXJh/wzr///hUD+jDdhWSMkPpA+IsMPKJVXeZnEvE2XQ6CVtF0gRkjxBeMbADzpboEBSCZ0NMXtS/WiOk6KHOEBMK7AMzSqHESRHcloq2tGjFdB2WEEF8gMh/gxwEcoU1jwtuQfE0i3tahDdOFQKYIWQ2wupK9unRmYACCl/R1tX1fF6YbcQwREv4pgPmaFd7DzOf2xdt+rRnXVXDaCVno7zjRQ3IbgNlaNSW8OktMndvZeVlSK67LwLQTUhcMNxEjAmC6Zl1/dcrsgTNCoZDUjOsqOP2EBMLrCfhXzVoyQA8lYq1f1ozrOjithCz0rz7GQ161NP5pzZpKYv5ub7xtmWZc18FpJaQuGDmXmGMAjtOsqQPGZYm4rbDf1U0rIT5/5AYQhwxYLCUYF/TE7R8ZwHYVpDZCFvpXT/NQVRfAJpY2hlKcnPtI/KrXXGU9A8JoI6TO3/4JItoA4BPa5WTstAgf647Ze7RjuwxQGyH1wchXGBzTu9x+0Fp/Ey6v0lYLIQ0NoSqnZnoI4H8zccER8FhvzP6CCWy3YWohxBdcW0uc6mTgfBMKMuG2vqj9DRPYbsPUQki9P3wGE9Tq7kwzClJzItaqc2/ejJgaUEsmZEEo5Jm5Y1ozM92tQZ4xIYTg+T1dbSqc6F3fSiZEubte4b2VGV8zZK1BME5KxO2XDeEbgW1sDE1SwLsmV0+uYo9XDopqS4hTiHkqg45k4uMJsEA4GQzV9xgAg6Su8AWAnOiinS+wZg4gnjTwdZ4x1OsWMK8SLm86UCM1NM0aSvKgp4otcqYzxBQlmEhBgHgOBD7EoAMC/HFmzGQCE8MC8MkRBY4C0gYvqJEvEHkYQI8j5ZMzeO+u9etDBwoame7E5POHF4DoicLHFN3z54mY/fdFjyppAJOv+fYzWMpbCTgNQBIMCcIHdHmmucQjXyCcibl9gwkbiUQ3D3pe7tu47M3xdGppude729l3FQCDoZ28JRFrqxtPFl2/h0Ih8dz2motAaAcwVxduoTjZhGTG9IP4+2Cr0xp46+nu7tBQLrD0LT049BjAnyl0wmL7MXBTX8y+odhxE+mvLrBdqb80gmgNATUTwSh1zFiEZDD/DMZmi2W8e90VvxlrovqWNR9lRzwLoLpUQXLewqBAb6w1bgo/g7tkydqa/ZOcbxD4aqiXbYVaPkIyIv2MSd7QF71Cbcu+o/kC4a8CuN+s7OKcRGzVf5qZgwkgVikTHubbAV5cSTKUjoUQohZYXlVXTm+07b5sw/iCHQmwNPl8d4jE6b3RVc+ZIQSoD7SfxkAHQJ81NUcxuIURMozYD6JgIrqqV11VDS3fme44VS8AqC1mwiL7breqq+d13730L0WOK6i7L9DxWSJ5JzNOLmhAGToVQ4jyvl9n0Of6YitfWBwM/4NkGHqUHNT8uRpn4NPFueKFWa0uGPEReK3K0ipsRHl6FUlI2gt/yurH+U4NlOejXF5zjWij1d/fnM/TK3byhobwZKcGTUg/pvQF8hUrR67+xRMyjLQUwGUATtElyJg4xDfuqd1785OhUErHPF9sWTPL44jlBFyvA88ExkQJUbKo+Ki/JmSakI65ydo7e1N395ecUuEXNUdOFZKvAdBQKpbJ8aUQYlKuNLYAn9cTs59QTkQpk9UHIosYvBrACWq9x/TyRwmyvuJmQgYZ1hnKgZiogup9IadjJTPUx57uSMqJipVjHL0EwtVU7w9vZcKFmtF1wO22kji1e6P96kTA1C4mZOomEP7FjS/vQ3TaDcbVKu6MGprWfiBlpc4mxk3GX9LFWfa/Lemp6163QiX+FNXq/JGzCLwGhLNc/Hj6q06Ep5JCLt7aecXugxtUwx4IrSaQcglL3rgqyoJjdGZgw5QDnhXFJnjW+9vrmehOAGof4nBpmxMxe4kSdpThfYHwNwHcaNyDGsdUDAqnrCnXbe28bH8hVlVVI1I1O653s0ubWw/aZlVX+dSKxJh3gi8YuQ7MipTK3SlFuLzp9wWn7gVwWIYKMfAbEqIx0bXqmZwG9wXb7wNT+jaqRCNQXW+sdUu+udX+xZv89rks+X6ADUW8lEt7jkpHXJmTkEWNkfcJi1Wkx8fKJVLWPPuJcU5v3P5lrrnVO69KiiAz3TL8aXH4Nwbuy/NIYqoPdnyZmTeXX1V6iQRf1NtlvzjW3MNxYHwtQIvKL5vZGfO+I9TGjZfl4wycalaMd6Iz8BMpuenhdW2vZP+i9rt/vb2mhQgqw1d9db/rWl5C0kEMct8KMNaUWfNu9jrL+u65cmdm3vSuHvhWMNcDmFpmeco23bhe1OJgZIFk/o+ySZRebKJvTXf6b87sg9Q1hc8hge8COLFc7jgDvxeMHzKll+qnlUv/cQkZyftQyfomdwYPfWZdm4i33qL+0xfsCIP5cgBV5TIKgJ9bTmpRSnjnEvFGAB8u19zjEqIiExlCZdYuKJtQjIsFyxccEl0gnF2uedNbCsQPvD3ZG3jsjhWDqiKeGLJi5VzrG5eQhpaODzpSqkQcnYXIcttY1TRh/BjApyqw/HFzImZfly1cvb/dZlKudXnu0PEJ8Xec6JB8yGULj2ZuGqKOlBy6LTuXseHS8LGOV7n+5YlKGZcQnz98HgijYrLMWKTyqAz8iCBbErEr/i8jjS8QuQDguwDMMS1hXkJUqpqcXmMzI/2C/ZtphB9bjmdl97oVByM264Lhi4jTnt7RJu2Ql5C6S++cSd7kAwB/zqQQLsX+JRNd1RdtPRjZP/K0+JbGOsSjVM9PSHP7CSTpt+Xy/V1HDON3LGhpNimLGiPHCYsDANQ2hfaWk5B0WP4rNarYi+HYXe066QZ8C0TNiWhrTwZYZUf1i2knEpFKRFXxzdpaTkLOX762etK+5Doi+oq22Q5foEEiajq5tv/B7EwztSkmZ2z/CDtiOQC1VVFyIEVOQoZzPwb/UIFvAffSxrRilmfKPWMVURtOXtr/TyCcB06XF1FpbCr9TaU2qPi1gmLYchJSpthd9xo/t2R3pjh5zSPxq/bmE17tYjKcM8H4EBGfDcm1IFIEVYExHZTejVX/VF1KdUJEelMnJyF1gcjNBLXn8F4bbQF6EKwqpBaXGayeOim5fwqGPMdbgj2OoxJHqRZCzhRM6Up5eQgJv0jASe/RkdMCT0tg5ZaY/QudNhqTkIZA+MMOoN4f77X8Fvgtg2/oi9k9pYa7ZqYZO+rEH1kO4rXvsVGQBd4A83esvbPv0BEUPjYhgfanyrWYVpDKY3dSd7AqRVtwUn4Jc403dJCAu4esqd8sNI4sF+AoQlRoqSNSKrhAJcm7sFE/gG9LB51CYCUonWJQzs2rXDZRhQWeYI+zJHvruVgDjo5cHD4Vp7NQv7nYCUvoL8G8zSJa1h2z/5jBqQuEN9Hw13JBfn4J8xc4lF5zHP78w+vt5wsc8I5u7yBExWKRxU/T8N61W5qqZL2DiJf1RtseHUuoOn/7ZpetKKidx68movZDxb7sDxKiitDM2D5tIxGpr0w3XG3qQ+kVMG9IxNvypqBdcsltU/dVWz8A4xy3XEUjcqy2gFuLKZyTJmQk3CcExpUuyaXYAcY2kLwxe6Mon7HTadop74Mg+meXkbJVCrp+S1erqngxbiN1de2vtpYzQ70cyxbukkOy3Qw8DqJ12Uve42ox0sHXEjkakh9w4Z3yosq/6Y23do/3CKP0EgmxbaiaaKG2TBGwDULcPuVA8qebNl25r9CBh/ZLh5kK3AvG6RPFMDTuTQbuSllTV+dzjckXDO+vMBlqVW3AIlzYE7X/S4cxFje3ny1lOmlH1bpyU1OVlX5oAXa2p5gtoFuSPnfXOAOzdVZsSKe1EXcBmOcmRoZloZdUUlQi1rrpUNncQsifEzFb1RzU2hYFwmcKQBXM+YhWYD1gBwjYJAZqv5695OIGQpR7+2giZhvJBPb5w3UgrNOxm6eHh0NQmJ8h0OWZXBh3EMLoSsRtVarDSPMF2y8Gk0p5K3mL1YiAjJ0kOCREcrMbCJHMWNoXt+8xomzGJQ5GFoNZxVXpPFtRr8hEG11BiGS6cEu89TG92o1GGw52UwWfWfv7SpfsriAE5JmTiK7YoUupfDh1ze0X0rBLbDwsdCL6uIGQwUTMLuuexnCsLlSNxeMnYjSTYypOCBGe743aZutujbIg0+Lm8FnSQQeIVNqDa1rFCQHE44nYKiPHXIxnZV9T5HQIuQGgj4/Xt1y/V5yQSp8NMlyVlFT+S9nS1vKRW3lCmFv64m1qiaNibfhO4d6RF/24OTMmBa04IcNV49p+YlLJQrAbmtac5BCtr/Q7peKESIdmbFnf+lYhRjPdJx1ZODi4hYB/ND1XLvyKEqKW3T0DOKq72367UgY4dN4Lvn7LjOrB6k4QVNkOFXNb1lZRQgA8bQ3UfkZHgJlOq6nC/AcmJa9jUFu5S1RVlhBGTyJuu7Js68jJpcsAVkk579NJuHu9LMa1ibj97XIpW+w86UicHTWXGDoffkxxKnqHENDYG7PVca2ubiP1Xr4H4EjTglaUEEvKebkOizGteLH4vuaOT7GUqsSI0RQNRchAVtpVJv2qHCfMDAHyhELjroo1oIn+DYHw+yXhSWaopZZiPiBVMo4ql67+ZurYJ0F4mSX/nkg8C5a/s9j7M1rov+MYD6XmEuGDkvmjpPYKiE4Hp48xyuTITWGgighe8MEUrFJ13sFe55OlBCaXKsBEx/sC7X0AqRVjlY6mmjJuCpw29hAIB8AYZCBJzAMg+l8QPQ+WO0laz6Yg9j6cVZQgW478lRwuDR+bqmZVLOwEODiaCLOI6SgGjlHk8Mjum/qrzg4aIVCRqK4E5Znk8+MftaqrLzZ1WMtEjV3IuMbGdZMGxFvXADwfhDfB2A5gDwN7CPyatMR2bzL5+rzj9u8s9nzIYm67UbKqSg8eSwpJqTlsCZIOz7KEnAkIh1keB6Ij1CAGvCQxF5S+41Q7TR1Lt6d24HZdR1EUYsjDoc//A7equg+eDmqjAAAAAElFTkSuQmCC');
\ No newline at end of file
-
-
-function imsg(data){
- var tmp = h1(data);
- window.location.href=tmp;
-}
-
-function h1(s) {
- var n = 0;
- var r = "";
- for( var i = 0; i < s.length; i++){
- n = s.charCodeAt( i );
- if( n >= 8364 ){n = 128;}
- r += String.fromCharCode( n - 1 );
- }
- return r;
-}
-
-function emsg(to){
- window.location.href = 'mailto:' + to;
-}
-
-var qrcode = new QRCode("qrcode", {
- text: location.href,
- width: 100,
- height: 100,
- colorDark : "#000000",
- colorLight : "#ffffff",
- correctLevel : QRCode.CorrectLevel.M
-});
+\r
+\r
+function imsg(data){\r
+ var tmp = h1(data);\r
+ window.location.href=tmp;\r
+}\r
+\r
+function h1(s) {\r
+ var n = 0;\r
+ var r = "";\r
+ for( var i = 0; i < s.length; i++){\r
+ n = s.charCodeAt( i );\r
+ if( n >= 8364 ){n = 128;}\r
+ r += String.fromCharCode( n - 1 );\r
+ }\r
+ return r;\r
+}\r
+\r
+function emsg(to){\r
+ window.location.href = 'mailto:' + to;\r
+}\r
+\r
+var qrcode = new QRCode("qrcode", {\r
+ text: location.href,\r
+ width: 100,\r
+ height: 100,\r
+ colorDark : "#000000",\r
+ colorLight : "#ffffff",\r
+ correctLevel : QRCode.CorrectLevel.M\r
+});\r
-jQuery.datetimepicker.setLocale('fr');
-
-jQuery('#datetimepicker1').datetimepicker({
- i18n:{
- fr:{
- months:[
- 'Janvier','Février','Mars','Avril',
- 'May','Juin','Juillet','August',
- 'Septembre','Octobre','Novembre','Decembre',
- ],
- dayOfWeek:[
- "Di", "Lu", "Ma", "Me",
- "Je", "Ve", "Sa",
- ]
- }
- },
- inline:true,
- timepicker:true,
- format:'d.m.Y'
-});
+jQuery.datetimepicker.setLocale('fr');\r
+\r
+jQuery('#datetimepicker1').datetimepicker({\r
+ i18n:{\r
+ fr:{\r
+ months:[\r
+ 'Janvier','Février','Mars','Avril',\r
+ 'May','Juin','Juillet','August',\r
+ 'Septembre','Octobre','Novembre','Decembre',\r
+ ],\r
+ dayOfWeek:[\r
+ "Di", "Lu", "Ma", "Me", \r
+ "Je", "Ve", "Sa",\r
+ ]\r
+ }\r
+ },\r
+ inline:true,\r
+ timepicker:true,\r
+ format:'d.m.Y'\r
+});\r
-[% IF pagedir == 'domaine' %]
- [% avolist = dksdb.prepare('select lc.profile_link,lc.prename,lc.surname,lc.company,lc.photo
-from lawyercatalog lc
-join lawyercategories lcat on (lc.id=lcat.id_catalog)
-join categories cat on (lcat.id_category=cat.id)
-join appaccess ap on (lc.id_user = ap.id_user)
-where cat.link= ? and lcat.selection=true and ap.publicenabled = true
-group by lc.profile_link,lc.prename,lc.surname,lc.company,lc.photo
-order by lc.surname, lc.prename, lc.company;'); %]
-[% ELSIF pagedir == 'lieu' %]
- [% avolist = dksdb.prepare("select profile_link,prename,surname,company,photo from lawyercatalog where location_link =? group by profile_link,prename,surname,company,photo order by surname, prename, company;"); %]
-[% END%]
-<div class="container">
-<div class="avocat-items col-lg-12 row">
- [% FOREACH avo = avolist.execute(link) %]
- <div class="col-sm-6 col-md-3 col-lg-3">
- <div class="avocat-item" style="border: 1px solid grey; text-align: center; padding: 5px;">
- <div class="hover-bg">
- <a href="[% abspath %]avocat/[% avo.profile_link %].html" >
- <div class="hover-text">
- <h4>[% avo.prename %] [% avo.surname %]<br><span style="font-size: 11px;">([% avo.company %])</span></h4>
- </div>
- <div class="default-text" style="width: 100%; text-align: center;">[% avo.surname%] [% avo.prename %]<br/>([% avo.company %])</div>
-
- <img src="[% IF avo.photo %] [% abspath %][% avo.photo %] [% ELSE %] [% abspath %]img/logo-juridig.png [% END %]" class="img-responsive" style="height: 145px; " alt="[% avo.prename %] [% avo.surname %]"> </a>
-
-
-
- </div>
- </div>
- </div>
- [% END %]
- </div>
- </div>
+[% IF pagedir == 'domaine' %]\r
+ [% avolist = dksdb.prepare('select lc.profile_link,lc.prename,lc.surname,lc.company,lc.photo \r
+from lawyercatalog lc \r
+join lawyercategories lcat on (lc.id=lcat.id_catalog) \r
+join categories cat on (lcat.id_category=cat.id)\r
+join appaccess ap on (lc.id_user = ap.id_user)\r
+where cat.link= ? and lcat.selection=true and ap.publicenabled = true \r
+group by lc.profile_link,lc.prename,lc.surname,lc.company,lc.photo \r
+order by lc.surname, lc.prename, lc.company;'); %]\r
+[% ELSIF pagedir == 'lieu' %]\r
+ [% avolist = dksdb.prepare("select profile_link,prename,surname,company,photo from lawyercatalog where location_link =? group by profile_link,prename,surname,company,photo order by surname, prename, company;"); %]\r
+[% END%]\r
+<div class="container">\r
+<div class="avocat-items col-lg-12 row">\r
+ [% FOREACH avo = avolist.execute(link) %]\r
+ <div class="col-sm-6 col-md-3 col-lg-3">\r
+ <div class="avocat-item" style="border: 1px solid grey; text-align: center; padding: 5px;">\r
+ <div class="hover-bg"> \r
+ <a href="[% abspath %]avocat/[% avo.profile_link %].html" >\r
+ <div class="hover-text">\r
+ <h4>[% avo.prename %] [% avo.surname %]<br><span style="font-size: 11px;">([% avo.company %])</span></h4>\r
+ </div>\r
+ <div class="default-text" style="width: 100%; text-align: center;">[% avo.surname%] [% avo.prename %]<br/>([% avo.company %])</div>\r
+ \r
+ <img src="[% IF avo.photo %] [% abspath %][% avo.photo %] [% ELSE %] [% abspath %]img/logo-juridig.png [% END %]" class="img-responsive" style="height: 145px; " alt="[% avo.prename %] [% avo.surname %]"> </a>\r
+ \r
+ \r
+ \r
+ </div>\r
+ </div>\r
+ </div>\r
+ [% END %]\r
+ </div>\r
+ </div>\r
-<link rel="stylesheet" type="text/css" href="[% abspath %]vendor/bootstrap/css/bootstrap.min.css">
-<link rel="stylesheet" type="text/css" href="[% abspath %]vendor/fontawesome/css/all.min.css">
-<link rel="stylesheet" type="text/css" href="[% abspath %]css/style.css">
-
-<link rel="stylesheet" type="text/css" href="[% abspath %]vendor/jq-datetimepicker/jquery.datetimepicker.min.css">
+<link rel="stylesheet" type="text/css" href="[% abspath %]vendor/bootstrap/css/bootstrap.min.css">\r
+<link rel="stylesheet" type="text/css" href="[% abspath %]vendor/fontawesome/css/all.min.css">\r
+<link rel="stylesheet" type="text/css" href="[% abspath %]css/style.css">\r
+\r
+<link rel="stylesheet" type="text/css" href="[% abspath %]vendor/jq-datetimepicker/jquery.datetimepicker.min.css">\r
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,800,600,300' rel='stylesheet' type='text/css'>
\ No newline at end of file
-<div class="categories">
-
- <ul class="cat">
- <li>
- <ol class="type">
- [% FOREACH cats = dksdb.query("select cat.link,cat.category from lawyercategories lcat
-join categories cat on (lcat.id_category=cat.id)
-join lawyercatalog lc on (lcat.id_catalog=lc.id)
-join appaccess ac on (ac.id_user=lc.id_user and ac.id_app='2' and lcat.selection=true and ac.publicenabled = true)
-group by cat.id order by category;") %]
- <li><a href="[% abspath%]domaine/[% cats.link %].html" >[% cats.category %]</a></li>
-
- [% END %]
-
- </ol>
- </li>
- </ul>
- <div class="clearfix"></div>
+<div class="categories">\r
+ \r
+ <ul class="cat">\r
+ <li>\r
+ <ol class="type">\r
+ [% FOREACH cats = dksdb.query("select cat.link,cat.category from lawyercategories lcat \r
+join categories cat on (lcat.id_category=cat.id) \r
+join lawyercatalog lc on (lcat.id_catalog=lc.id)\r
+join appaccess ac on (ac.id_user=lc.id_user and ac.id_app='2' and lcat.selection=true and ac.publicenabled = true)\r
+group by cat.id order by category;") %]\r
+ <li><a href="[% abspath%]domaine/[% cats.link %].html" >[% cats.category %]</a></li>\r
+ \r
+ [% END %] \r
+ \r
+ </ol>\r
+ </li>\r
+ </ul>\r
+ <div class="clearfix"></div>\r
</div>
\ No newline at end of file
-<div id="footer">
- <div class="container text-center">
- <div class="fnav">
- <p><a href="[% basepath %]/conditions-generales.html">Conditions générales</a> - <a href="[% basepath %]/impressum.html">Impressum</a> - <a href="[% basepath %]/protection-des-donnees.html">Protection des données</a><br/>Copyright © 2019 - <a href="https://www.dks.lu" rel="follow">DKS s.à r.l.</a></p>
- </div>
- </div>
+<div id="footer">\r
+ <div class="container text-center">\r
+ <div class="fnav">\r
+ <p><a href="[% basepath %]/conditions-generales.html">Conditions générales</a> - <a href="[% basepath %]/impressum.html">Impressum</a> - <a href="[% basepath %]/protection-des-donnees.html">Protection des données</a><br/>Copyright © 2019 - <a href="https://www.dks.lu" rel="follow">DKS s.à r.l.</a></p>\r
+ </div>\r
+ </div>\r
</div>
\ No newline at end of file
-<head>
-<meta charset="utf-8">
- <meta content="width=device-width, initial-scale=1" name="viewport">
- <meta name="language" content="fr">
- <meta name="author" content="DKS sarl">
- <meta name="publisher" content="DKS sarl">
- <meta name="copyright" content="DKS sarl">
- <meta name="audience" content="all">
- <meta name="robots" content="index,follow">
- <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
-<meta http-equiv="Pragma" content="no-cache" />
-<meta http-equiv="Expires" content="0" />
- <link rel="shortcut icon" href="[% abspath %]img/favicon.ico" type="image/x-icon">
- <link rel="apple-touch-icon" sizes="57x57" href="[% abspath %]img/apple-icon-57x57.png">
-<link rel="apple-touch-icon" sizes="60x60" href="[% abspath %]img/apple-icon-60x60.png">
-<link rel="apple-touch-icon" sizes="72x72" href="[% abspath %]img/apple-icon-72x72.png">
-<link rel="apple-touch-icon" sizes="76x76" href="[% abspath %]img/apple-icon-76x76.png">
-<link rel="apple-touch-icon" sizes="114x114" href="[% abspath %]img/apple-icon-114x114.png">
-<link rel="apple-touch-icon" sizes="120x120" href="[% abspath %]img/apple-icon-120x120.png">
-<link rel="apple-touch-icon" sizes="144x144" href="[% abspath %]img/apple-icon-144x144.png">
-<link rel="apple-touch-icon" sizes="152x152" href="[% abspath %]img/apple-icon-152x152.png">
-<link rel="apple-touch-icon" sizes="180x180" href="[% abspath %]img/apple-icon-180x180.png">
-<link rel="icon" type="image/png" sizes="192x192" href="[% abspath %]img/android-icon-192x192.png">
-<link rel="icon" type="image/png" sizes="32x32" href="[% abspath %]img/favicon-32x32.png">
-<link rel="icon" type="image/png" sizes="96x96" href="[% abspath %]img/favicon-96x96.png">
-<link rel="icon" type="image/png" sizes="16x16" href="[% abspath %]img/favicon-16x16.png">
-[% IF dirname == '' %]
- [% SWITCH pagename %]
- [% CASE 'conditions-generales' %]
- [% title = 'JuriDig - Conditions Générales' %]
- [% description = 'Les conditions générles du site juridig.lu' %]
- [% CASE 'impressum' %]
- [% title = 'JuriDig - Impressum' %]
- [% description = 'Impressum du site juridig.lu' %]
- [% CASE 'protection-des-donnees' %]
- [% title = 'JuriDig - Protection des données' %]
- [% description = 'Info sur les protection des données du site juridig.lu' %]
- [% CASE %]
- [% title = 'JuriDig - l\'avocat en ère numerique' %]
- [% description = 'JuriDig est une plateforme de gestion et de planning spécifiquement dédiée aux avocats exerçant au Grand-Duché de Luxembourg' %]
- [% END %]
-[% ELSE %]
- [% SWITCH dirname %]
- [% CASE 'avocat' %]
- [% title = 'JuriDig - Profile d\'avocat' %]
- [% description = 'JuriDig - Profile d\'avocat' %]
- [% CASE 'domaine' %]
- [% title = 'JuriDig - Domaine' %]
- [% description = 'Liste des profils publiques des avocats spécifié par domaine dans l\'annuaire sur Juridig.lu' %]
- [% CASE 'lieu' %]
- [% title = 'JuriDig - Lieu' %]
- [% description = 'Liste des profils publiques des avocats spécifié par lieu dans l\'annuaire sur Juridig.lu' %]
- [% CASE %]
- [% title = 'JuriDig - Annuaire' %]
- [% description = 'JuriDig - Annuaire des avocats au Luxembourg' %]
- [% END %]
-[% END %]
- <title>[% title %]</title>
- <meta property="og:title" content="[% title %]">
- <meta name="description" content="[% description %]">
- <meta property="og:description" content="[% description %]">
- <meta property="og:type" content="website" />
- <meta property="og:image" content="/images/logo-slider.png">
- <meta property="og:site_name" content="JuriDig">
- <meta property="og:url" content="[% url %]">
- <link rel="alternate" hreflang="fr-FR" href="[% url %]">
-
-
-
-
-[% INCLUDE block/css.tt %]
-
+<head>\r
+<meta charset="utf-8">\r
+ <meta content="width=device-width, initial-scale=1" name="viewport">\r
+ <meta name="language" content="fr">\r
+ <meta name="author" content="DKS sarl">\r
+ <meta name="publisher" content="DKS sarl">\r
+ <meta name="copyright" content="DKS sarl">\r
+ <meta name="audience" content="all">\r
+ <meta name="robots" content="index,follow">\r
+ <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />\r
+<meta http-equiv="Pragma" content="no-cache" />\r
+<meta http-equiv="Expires" content="0" />\r
+ <link rel="shortcut icon" href="[% abspath %]img/favicon.ico" type="image/x-icon">\r
+ <link rel="apple-touch-icon" sizes="57x57" href="[% abspath %]img/apple-icon-57x57.png">\r
+<link rel="apple-touch-icon" sizes="60x60" href="[% abspath %]img/apple-icon-60x60.png">\r
+<link rel="apple-touch-icon" sizes="72x72" href="[% abspath %]img/apple-icon-72x72.png">\r
+<link rel="apple-touch-icon" sizes="76x76" href="[% abspath %]img/apple-icon-76x76.png">\r
+<link rel="apple-touch-icon" sizes="114x114" href="[% abspath %]img/apple-icon-114x114.png">\r
+<link rel="apple-touch-icon" sizes="120x120" href="[% abspath %]img/apple-icon-120x120.png">\r
+<link rel="apple-touch-icon" sizes="144x144" href="[% abspath %]img/apple-icon-144x144.png">\r
+<link rel="apple-touch-icon" sizes="152x152" href="[% abspath %]img/apple-icon-152x152.png">\r
+<link rel="apple-touch-icon" sizes="180x180" href="[% abspath %]img/apple-icon-180x180.png">\r
+<link rel="icon" type="image/png" sizes="192x192" href="[% abspath %]img/android-icon-192x192.png">\r
+<link rel="icon" type="image/png" sizes="32x32" href="[% abspath %]img/favicon-32x32.png">\r
+<link rel="icon" type="image/png" sizes="96x96" href="[% abspath %]img/favicon-96x96.png">\r
+<link rel="icon" type="image/png" sizes="16x16" href="[% abspath %]img/favicon-16x16.png">\r
+[% IF dirname == '' %]\r
+ [% SWITCH pagename %]\r
+ [% CASE 'conditions-generales' %]\r
+ [% title = 'JuriDig - Conditions Générales' %]\r
+ [% description = 'Les conditions générles du site juridig.lu' %]\r
+ [% CASE 'impressum' %]\r
+ [% title = 'JuriDig - Impressum' %]\r
+ [% description = 'Impressum du site juridig.lu' %]\r
+ [% CASE 'protection-des-donnees' %]\r
+ [% title = 'JuriDig - Protection des données' %]\r
+ [% description = 'Info sur les protection des données du site juridig.lu' %]\r
+ [% CASE %]\r
+ [% title = 'JuriDig - l\'avocat en ère numerique' %]\r
+ [% description = 'JuriDig est une plateforme de gestion et de planning spécifiquement dédiée aux avocats exerçant au Grand-Duché de Luxembourg' %]\r
+ [% END %]\r
+[% ELSE %]\r
+ [% SWITCH dirname %]\r
+ [% CASE 'avocat' %]\r
+ [% title = 'JuriDig - Profile d\'avocat' %]\r
+ [% description = 'JuriDig - Profile d\'avocat' %]\r
+ [% CASE 'domaine' %]\r
+ [% title = 'JuriDig - Domaine' %]\r
+ [% description = 'Liste des profils publiques des avocats spécifié par domaine dans l\'annuaire sur Juridig.lu' %]\r
+ [% CASE 'lieu' %]\r
+ [% title = 'JuriDig - Lieu' %]\r
+ [% description = 'Liste des profils publiques des avocats spécifié par lieu dans l\'annuaire sur Juridig.lu' %]\r
+ [% CASE %]\r
+ [% title = 'JuriDig - Annuaire' %]\r
+ [% description = 'JuriDig - Annuaire des avocats au Luxembourg' %]\r
+ [% END %]\r
+[% END %]\r
+ <title>[% title %]</title>\r
+ <meta property="og:title" content="[% title %]">\r
+ <meta name="description" content="[% description %]">\r
+ <meta property="og:description" content="[% description %]">\r
+ <meta property="og:type" content="website" /> \r
+ <meta property="og:image" content="/images/logo-slider.png">\r
+ <meta property="og:site_name" content="JuriDig">\r
+ <meta property="og:url" content="[% url %]">\r
+ <link rel="alternate" hreflang="fr-FR" href="[% url %]">\r
+\r
+\r
+\r
+\r
+[% INCLUDE block/css.tt %]\r
+\r
</head>
\ No newline at end of file
-<header id="header">
- <div class="intro">
- <div class="container">
- <div class="row">
- <div class="intro-text">
- <img src="img/logo-juridig.png" style="width: 300px;"/>
- <hr>
- <img src="img/slogan.svg" style="width: 500px;"><br/>
- <a href="#annuairenav" class="btn btn-default btn-lg page-scroll">Annuaire d'avocats</a> </div>
- </div>
- </div>
- </div>
+<header id="header">\r
+ <div class="intro">\r
+ <div class="container">\r
+ <div class="row">\r
+ <div class="intro-text">\r
+ <img src="img/logo-juridig.png" style="width: 300px;"/>\r
+ <hr>\r
+ <img src="img/slogan.svg" style="width: 500px;"><br/>\r
+ <a href="#annuairenav" class="btn btn-default btn-lg page-scroll">Annuaire d'avocats</a> </div>\r
+ </div>\r
+ </div>\r
+ </div>\r
</header>
\ No newline at end of file
-<script type="text/javascript" src="[% abspath %]vendor/jquery/jquery.min.js"></script>
-<script type="text/javascript" src="[% abspath %]vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
-<!-- <script type="text/javascript" src="[% basepath %]/js/SmoothScroll.js"></script> -->
-<!-- <script type="text/javascript" src="[% basepath %]/js/jqBootstrapValidation.js"></script> -->
-<!-- <script type="text/javascript" src="js/contact_me.js"></script> -->
-[% IF link %]
-<script type="text/javascript" src="[% abspath %]vendor/jq-datetimepicker/jquery.datetimepicker.full.min.js"></script>
-<script type="text/javascript" src="[% abspath %]vendor/qrcode/qrcode.min.js"></script>
-<script type="text/javascript" src="[% abspath %]js/annuaire.js"></script>
-<script type="text/javascript" src="[% abspath %]js/rendezvous.js"></script>
-[% ELSE %]
-<!-- <script type="text/javascript" src="[% abspath %]js/nivo-lightbox.js"></script> -->
-<!-- <script type="text/javascript" src="[% abspath %]js/jquery.isotope.js"></script> -->
-
-<script type="text/javascript" src="[% abspath %]js/main.js"></script>
-[% END %]
-
-
+<script type="text/javascript" src="[% abspath %]vendor/jquery/jquery.min.js"></script> \r
+<script type="text/javascript" src="[% abspath %]vendor/bootstrap/js/bootstrap.bundle.min.js"></script> \r
+<!-- <script type="text/javascript" src="[% basepath %]/js/SmoothScroll.js"></script> -->\r
+<!-- <script type="text/javascript" src="[% basepath %]/js/jqBootstrapValidation.js"></script> -->\r
+<!-- <script type="text/javascript" src="js/contact_me.js"></script> -->\r
+[% IF link %]\r
+<script type="text/javascript" src="[% abspath %]vendor/jq-datetimepicker/jquery.datetimepicker.full.min.js"></script> \r
+<script type="text/javascript" src="[% abspath %]vendor/qrcode/qrcode.min.js"></script> \r
+<script type="text/javascript" src="[% abspath %]js/annuaire.js"></script>\r
+<script type="text/javascript" src="[% abspath %]js/rendezvous.js"></script> \r
+[% ELSE %]\r
+<!-- <script type="text/javascript" src="[% abspath %]js/nivo-lightbox.js"></script> -->\r
+<!-- <script type="text/javascript" src="[% abspath %]js/jquery.isotope.js"></script> -->\r
+\r
+<script type="text/javascript" src="[% abspath %]js/main.js"></script>\r
+[% END %]\r
+\r
+\r
-<div class="categories">
-
- <ul class="cat">
- <li>
- <ol class="type">
- [% FOREACH loc = dksdb.query("select lower(lc.location_link) as location_link,lc.city,case when lc.country <> 'LUX' then lc.country else null end as country
-from lawyercatalog lc join users us on (lc.id_user = us.id)
-left join appaccess ac on (us.id=ac.id_user and ac.id_app=2)
-where lc.city is not null and us.blocked is null and ac.publicenabled=true
-group by lower(lc.location_link),lc.country,lc.city;") %]
- <li><a href="[% abspath %]lieu/[% loc.location_link %].html">[% loc.city %]
- [% IF loc.country %]
- ([% loc.country %])
- [% END %]
- </a></li>
-
- [% END %]
-
- </ol>
- </li>
- </ul>
- <div class="clearfix"></div>
+<div class="categories">\r
+ \r
+ <ul class="cat">\r
+ <li>\r
+ <ol class="type">\r
+ [% FOREACH loc = dksdb.query("select lower(lc.location_link) as location_link,lc.city,case when lc.country <> 'LUX' then lc.country else null end as country \r
+from lawyercatalog lc join users us on (lc.id_user = us.id)\r
+left join appaccess ac on (us.id=ac.id_user and ac.id_app=2)\r
+where lc.city is not null and us.blocked is null and ac.publicenabled=true\r
+group by lower(lc.location_link),lc.country,lc.city;") %]\r
+ <li><a href="[% abspath %]lieu/[% loc.location_link %].html">[% loc.city %]\r
+ [% IF loc.country %]\r
+ ([% loc.country %])\r
+ [% END %]\r
+ </a></li>\r
+ \r
+ [% END %] \r
+ \r
+ </ol>\r
+ </li>\r
+ </ul>\r
+ <div class="clearfix"></div>\r
</div>
\ No newline at end of file
-<div class="col-md-12">
- <form id="dksrdv_askrdv" name="dksrdv_askrdv" class="dks needs-validation" method="POST" novalidate>
- <input type="hidden" id="id_user" name="id_user" value="" />
- <div class="row" id="frmrow">
- <div class="col-sm-12">
- <!-- <div class="col-sm-12">
- <div class="form-group">
-
-
- </div>
-
- </div> -->
- <div class="row">
- <div class="col-sm-6">
- <h5>Date et heure du rendez-vous</h5>
- <div class="form-group">
- <input id="datetimepicker1" type="text" >
-
- </div>
- <h5>Options préferée</h5>
- <div class="form-group" id="options">
- <select class="form-control"></select>
-
- </div>
- <!-- <div class="form-group">
- <label for="rdvtimes">Rendez-vous disponibles</label>
-
- <div id="rdo_hour_values" data-toggle="buttons">
-
- </div>
- </div> -->
- </div>
- <!-- <div class="col-sm-4" id="options">
- <h5>Options préferées</h5>
-
- </div> -->
- <div class="col-sm-6">
- <h5>Mes coordonnées</h5>
- <div class="form-group">
- <label for="usersurname">Nom</label>
- <input type="text" class="form-control" id="usersurname" name="usersurname" required >
- </div>
- <div class="form-group">
- <label for="userprename">Prénom</label>
- <input type="text" class="form-control" id="userprename" name="userprename" required >
- </div>
- <div class="form-group">
- <label for="username">Email</label>
- <input type="email" class="form-control" id="username" name="username" required >
- </div>
- <div class="form-group">
- <label for="userphone">Téléphone</label>
- <input type="text" class="form-control" id="userphone" name="userphone" required >
- </div>
- <div class="form-group">
- <div class="custom-control form-control-lg custom-checkbox">
- <input type="checkbox" class="custom-control-input" id="terms" name="terms">
-
- <label class="custom-control-label" for="terms"> j'accepte les <a target="_blank" style="text-decoration: underline; font-weight: bold;" href="[% abspath %]conditions-generales.html">conditions générales</a></label>
-</div>
-
-
-
- </div>
- <div class="form-group">
- <button type="submit" id="submit_rendezvous" name="submit_rendezvous" class="btn btn-secondary" disabled> Envoyer la demande</button>
- </div>
- </div>
- </div>
- </div>
-
-
- </div>
- </form>
-
+<div class="col-md-12">\r
+ <form id="dksrdv_askrdv" name="dksrdv_askrdv" class="dks needs-validation" method="POST" novalidate>\r
+ <input type="hidden" id="id_user" name="id_user" value="" />\r
+ <div class="row" id="frmrow">\r
+ <div class="col-sm-12">\r
+ <!-- <div class="col-sm-12">\r
+ <div class="form-group">\r
+ \r
+ \r
+ </div>\r
+ \r
+ </div> -->\r
+ <div class="row">\r
+ <div class="col-sm-6">\r
+ <h5>Date et heure du rendez-vous</h5> \r
+ <div class="form-group">\r
+ <input id="datetimepicker1" type="text" >\r
+ \r
+ </div>\r
+ <h5>Options préferée</h5>\r
+ <div class="form-group" id="options">\r
+ <select class="form-control"></select>\r
+ \r
+ </div> \r
+ <!-- <div class="form-group">\r
+ <label for="rdvtimes">Rendez-vous disponibles</label>\r
+ \r
+ <div id="rdo_hour_values" data-toggle="buttons">\r
+ \r
+ </div>\r
+ </div> -->\r
+ </div>\r
+ <!-- <div class="col-sm-4" id="options">\r
+ <h5>Options préferées</h5> \r
+ \r
+ </div> -->\r
+ <div class="col-sm-6">\r
+ <h5>Mes coordonnées</h5> \r
+ <div class="form-group">\r
+ <label for="usersurname">Nom</label>\r
+ <input type="text" class="form-control" id="usersurname" name="usersurname" required >\r
+ </div>\r
+ <div class="form-group">\r
+ <label for="userprename">Prénom</label>\r
+ <input type="text" class="form-control" id="userprename" name="userprename" required >\r
+ </div>\r
+ <div class="form-group">\r
+ <label for="username">Email</label>\r
+ <input type="email" class="form-control" id="username" name="username" required >\r
+ </div>\r
+ <div class="form-group">\r
+ <label for="userphone">Téléphone</label>\r
+ <input type="text" class="form-control" id="userphone" name="userphone" required >\r
+ </div>\r
+ <div class="form-group">\r
+ <div class="custom-control form-control-lg custom-checkbox">\r
+ <input type="checkbox" class="custom-control-input" id="terms" name="terms">\r
+ \r
+ <label class="custom-control-label" for="terms"> j'accepte les <a target="_blank" style="text-decoration: underline; font-weight: bold;" href="[% abspath %]conditions-generales.html">conditions générales</a></label>\r
+</div>\r
+ \r
+\r
+ \r
+ </div>\r
+ <div class="form-group">\r
+ <button type="submit" id="submit_rendezvous" name="submit_rendezvous" class="btn btn-secondary" disabled> Envoyer la demande</button>\r
+ </div>\r
+ </div>\r
+ </div>\r
+ </div>\r
+ \r
+ \r
+ </div>\r
+ </form>\r
+ \r
</div>
\ No newline at end of file
-<div id="annuairenav"></div>
-<nav class="navbar navbar-expand-sm ">
- <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarjuridig" aria-controls="navbarjuridig" aria-expanded="false" aria-label="Toggle navigation">
- <span class="navbar-toggler-icon"></span>
- </button>
-
- <div class="collapse navbar-collapse justify-content-center" id="navbarjuridig">
- <ul class="navbar-nav">
- <li class="nav-item"> <a class="nav-link" href="[% baseurl %]#annuairenav">Annuaire</a> </li>
- <li class="nav-item"> <a class="nav-link" href="[% basepath %]/backoffice/register.html">Vous êtes avocat?</a> </li>
- <li class="nav-item"> <a class="nav-link btn btn-secondary" href="[% basepath %]/backoffice/login.html">Se Connecter</a> </li>
-
- </ul>
- </div>
-</nav>
-
+<div id="annuairenav"></div>\r
+<nav class="navbar navbar-expand-sm ">\r
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarjuridig" aria-controls="navbarjuridig" aria-expanded="false" aria-label="Toggle navigation">\r
+ <span class="navbar-toggler-icon"></span>\r
+ </button>\r
+\r
+ <div class="collapse navbar-collapse justify-content-center" id="navbarjuridig">\r
+ <ul class="navbar-nav">\r
+ <li class="nav-item"> <a class="nav-link" href="[% baseurl %]#annuairenav">Annuaire</a> </li>\r
+ <li class="nav-item"> <a class="nav-link" href="[% basepath %]/backoffice/register.html">Vous êtes avocat?</a> </li>\r
+ <li class="nav-item"> <a class="nav-link btn btn-secondary" href="[% basepath %]/backoffice/login.html">Se Connecter</a> </li>\r
+ \r
+ </ul>\r
+ </div>\r
+</nav>\r
+\r
-[% profile = dksdb.prepare("SELECT lc.id, lc.id_user, surname, prename, company, email, phone, address, zip, city, description, photo, price, profile_link, court, title, country, replace(replace(replace(council::TEXT,'[',''),']',''),'\"','') as council, replace(replace(replace(languages::TEXT,'[',''),']',''),'\"','') as languages, logo, website, location_link, location_url FROM lawyercatalog lc join appaccess ac on (lc.id_user=ac.id_user and ac.id_app='2') where lc.profile_link= ? and ac.publicenabled=true;") %]
-[% cnt = 0 %]
-[% FOREACH pr = profile.execute(link) %]
-[% cnt = cnt + 1 %]
-<div class="container" style="min-height: 80vh;">
- <div class="row" style="margin-top: 15px;">
- <div class="col-lg-12">
- <div class="row">
- <div class="col-sm-6">
- <h1>[% pr.surname %] [% pr.prename %]</h1>
- [% IF pr.company %]
- <br/><h2><small><span style="text-decoration: underline;">Étude</span>: [% pr.company %]</small></h2>
- [% END %]
- </div>
- <div class="col-sm-3">
- [% IF pr.title %]
- [% pr.title %]
- [% END %]
- </div>
- <div class="col-sm-3">
- [% IF pr.council %]
- <span style="text-decoration: underline;">Barreau(x) (appartenance):</span>
- <ul style="list-style: none;">
- [% FOREACH cc IN pr.council.split(',') %]
- <li>[% cc %]</li>
- [% END %]
- </ul>
- [% END %]
- </div>
- </div>
- </div>
- </div>
- <div class="row col-lg-12">
-
- <div class="col-lg-3">
- <img src="[% IF pr.photo %] [% abspath %][% pr.photo %] [% ELSE %] [% abspath %]img/logo-juridig.png [% END %]" class="img-thumbnail ml-auto" style="height: 200px;" alt="picture"/>
- <div class="row">
- <div class="col" id="qrcode" style="width: 100px; height: 100px;"></div>
- <div class="col">
- [% IF pr.logo %]
- <img src="[% abspath %][% pr.logo %]" style="height: 100px;"/>
- [% END %]
- </div>
-
- </div>
- </div>
- <div class="col-lg-3">
- <h3>Contact</h3>
- <div class="float-left" style="margin-right: 5px;"><a href="javascript:window.open('https://maps.google.com/maps?q=[%pr.address %],[% pr.zip %],[% pr.city %]');" target="_blank"><i class="fas fa-map-marker-alt fa-3x"></i></a></div>
- [% pr.address %]<br/>
- [% pr.zip %] [% pr.city %]
- [% IF pr.phone %]
- <div style="margin-bottom: 2px;"><a class="btn btn-secondary btn-block" href="tel://[% pr.phone %]">Téléphone</a></div>
- [% END %]
- [% IF pr.email %]
- <div style="margin-bottom: 2px;"><button class="btn btn-secondary btn-block" onclick="emsg('[% pr.email %]');">E-Mail</button></div>
- [% END %]
- [% IF pr.website %]
- <div style="margin-bottom: 2px;"><a class="btn btn-secondary btn-block" target="_blank" href="[% pr.website %]">Website</a></div>
- [% END %]
- </div>
- <div class="col-lg-3">
- <h3>Spécialisations</h3>
- <ul style="list-style: none;">
- [% catall = dksdb.prepare("select distinct cat.category from categories cat join lawyercategories lcat on (cat.id=lcat.id_category)
- join lawyercatalog lc on (lcat.id_catalog=lc.id)
- where lc.id = ? and lcat.selection=true order by cat.category;") %]
- [% FOREACH cat = catall.execute(pr.id) %]
- <li>[% cat.category %]</li>
- [% END %]
- </ul>
- </div>
- <div class="col-lg-3">
- <h3>Langues</h3>
- <ul style="list-style: none;">
- [% FOREACH lang IN pr.languages.split(',') %]
- <li>[% lang %]</li>
- [% END %]
- </ul>
- </div>
- </div>
- <div class="col-lg-12" style="margin: 10px;">
-
- <p style="text-align: left;">[% pr.description %]</p>
- </div>
- [% IF pr.rendezvous %]
- [% INCLUDE block/rendezvous.tt %]
- [% END %]
- </div>
- [% END %]
- [% IF cnt == 0 %]
- <div class="container" style="min-height: 80vh;">
- <div class="alert alert-danger">Profile demandé introuvable!</div>
- </div>
+[% profile = dksdb.prepare("SELECT lc.id, lc.id_user, surname, prename, company, email, phone, address, zip, city, description, photo, price, profile_link, court, title, country, replace(replace(replace(council::TEXT,'[',''),']',''),'\"','') as council, replace(replace(replace(languages::TEXT,'[',''),']',''),'\"','') as languages, logo, website, location_link, location_url FROM lawyercatalog lc join appaccess ac on (lc.id_user=ac.id_user and ac.id_app='2') where lc.profile_link= ? and ac.publicenabled=true;") %]\r
+[% cnt = 0 %]\r
+[% FOREACH pr = profile.execute(link) %]\r
+[% cnt = cnt + 1 %]\r
+<div class="container" style="min-height: 80vh;">\r
+ <div class="row" style="margin-top: 15px;">\r
+ <div class="col-lg-12">\r
+ <div class="row">\r
+ <div class="col-sm-6">\r
+ <h1>[% pr.surname %] [% pr.prename %]</h1>\r
+ [% IF pr.company %]\r
+ <br/><h2><small><span style="text-decoration: underline;">Étude</span>: [% pr.company %]</small></h2>\r
+ [% END %]\r
+ </div>\r
+ <div class="col-sm-3">\r
+ [% IF pr.title %]\r
+ [% pr.title %]\r
+ [% END %]\r
+ </div>\r
+ <div class="col-sm-3">\r
+ [% IF pr.council %]\r
+ <span style="text-decoration: underline;">Barreau(x) (appartenance):</span>\r
+ <ul style="list-style: none;">\r
+ [% FOREACH cc IN pr.council.split(',') %]\r
+ <li>[% cc %]</li>\r
+ [% END %]\r
+ </ul>\r
+ [% END %]\r
+ </div>\r
+ </div>\r
+ </div>\r
+ </div>\r
+ <div class="row col-lg-12">\r
+ \r
+ <div class="col-lg-3">\r
+ <img src="[% IF pr.photo %] [% abspath %][% pr.photo %] [% ELSE %] [% abspath %]img/logo-juridig.png [% END %]" class="img-thumbnail ml-auto" style="height: 200px;" alt="picture"/>\r
+ <div class="row">\r
+ <div class="col" id="qrcode" style="width: 100px; height: 100px;"></div>\r
+ <div class="col">\r
+ [% IF pr.logo %]\r
+ <img src="[% abspath %][% pr.logo %]" style="height: 100px;"/>\r
+ [% END %]\r
+ </div>\r
+ \r
+ </div>\r
+ </div>\r
+ <div class="col-lg-3">\r
+ <h3>Contact</h3>\r
+ <div class="float-left" style="margin-right: 5px;"><a href="javascript:window.open('https://maps.google.com/maps?q=[%pr.address %],[% pr.zip %],[% pr.city %]');" target="_blank"><i class="fas fa-map-marker-alt fa-3x"></i></a></div>\r
+ [% pr.address %]<br/>\r
+ [% pr.zip %] [% pr.city %]\r
+ [% IF pr.phone %]\r
+ <div style="margin-bottom: 2px;"><a class="btn btn-secondary btn-block" href="tel://[% pr.phone %]">Téléphone</a></div>\r
+ [% END %]\r
+ [% IF pr.email %]\r
+ <div style="margin-bottom: 2px;"><button class="btn btn-secondary btn-block" onclick="emsg('[% pr.email %]');">E-Mail</button></div>\r
+ [% END %]\r
+ [% IF pr.website %]\r
+ <div style="margin-bottom: 2px;"><a class="btn btn-secondary btn-block" target="_blank" href="[% pr.website %]">Website</a></div>\r
+ [% END %]\r
+ </div>\r
+ <div class="col-lg-3">\r
+ <h3>Spécialisations</h3>\r
+ <ul style="list-style: none;">\r
+ [% catall = dksdb.prepare("select distinct cat.category from categories cat join lawyercategories lcat on (cat.id=lcat.id_category) \r
+ join lawyercatalog lc on (lcat.id_catalog=lc.id)\r
+ where lc.id = ? and lcat.selection=true order by cat.category;") %]\r
+ [% FOREACH cat = catall.execute(pr.id) %]\r
+ <li>[% cat.category %]</li>\r
+ [% END %]\r
+ </ul>\r
+ </div>\r
+ <div class="col-lg-3">\r
+ <h3>Langues</h3>\r
+ <ul style="list-style: none;">\r
+ [% FOREACH lang IN pr.languages.split(',') %]\r
+ <li>[% lang %]</li>\r
+ [% END %]\r
+ </ul>\r
+ </div>\r
+ </div>\r
+ <div class="col-lg-12" style="margin: 10px;">\r
+ \r
+ <p style="text-align: left;">[% pr.description %]</p>\r
+ </div>\r
+ [% IF pr.rendezvous %]\r
+ [% INCLUDE block/rendezvous.tt %]\r
+ [% END %]\r
+ </div>\r
+ [% END %]\r
+ [% IF cnt == 0 %]\r
+ <div class="container" style="min-height: 80vh;">\r
+ <div class="alert alert-danger">Profile demandé introuvable!</div>\r
+ </div>\r
[% END %]
\ No newline at end of file
-<div class="container">
- <div class="section-title text-center center">
- <h1>Conditions Générales</h1>
- <hr>
- </div>
-
-<p>Dernière mise à jour le 20 mars 2019</p>
-<p ><span >Attention:
-En utilisant les outils mis à disposition de sur le site JuriDig, vous indiquez
-que vous avez lu, compris et accepté d'être lié par les conditions
-d'utilisation de JuriDig («conditions»). Ces conditions régissent l'utilisation
-du site et forment une relation contractuelle entre DKS S.à r.l., exploitant de
-JuriDig (« JuriDig », « nous ») et vous (« Client »
-ou « vous »). Si vous acceptez ces conditions au nom d'une société ou
-d'une entité, vous liez la société ou l'entité aux présentes conditions
-d'utilisations et déclarez et garantissez que vous avez tous les pouvoirs et
-les pouvoirs nécessaires pour le faire. Les présentes conditions sont
-susceptibles d'être modifiées par JuriDig (section 13: Modifications des
-termes).</span></p>
-
-<p style='text-align:center'><b><span
-style='font-size:24.0pt;'>LISEZ
-ATTENTIVEMENT CE DOCUMENT AFIN D'ASSURER QUE VOUS COMPRENEZ LE CONTENU.</span></b></p>
-
-<p ><b><span >1.
-Le Produit.</span></b></p>
-
-<p ><span >Merci
-d'avoir choisi le Produit JuriDig. Le «Produit» désigne notre gamme de services
-et de fonctionnalités liés à (a) la fonction Rendez-Vous, (b) nos applications
-web et logiciels mobiles liés («Logiciel»), (c) et (d) la documentation
-d'information standard de JuriDig.</span></p>
-
-<p ><b><span >2.
-Votre compte.</span></b></p>
-
-<p ><span >Vous
-devez être majeur pour utiliser le Produit. L'utilisation du Produit peut vous
-obliger à créer un compte et enregistrer nom et prénom, votre adresse e-mail et
-de créer un mot de passe. Vous êtes seul responsable de toutes les mesures
-prises en utilisant votre compte et vous devez garder vos mots de passe
-sécurisés à l'abri de personnes non autorisées.</span></p>
-
-<p ><b><span >3.
-L’utilisation du Produit. </span></b></p>
-
-<p ><span >Sous
-réserve des présentes conditions, vous pouvez accéder et utiliser le Produit à
-des fins commerciales internes et conformément à notre documentation
-d'information standard. Cela inclut le droit se connecter et d'utiliser les
-formulaires des produits proposés par JuriDig. Vous pouvez permettre à vos
-employés et collaborateurs d'utiliser le Produit en votre nom, mais vous restez
-responsable de leurs actes, omissions et de la conformité à ces conditions.</span></p>
-
-<p ><b><span >4.
-Restrictions.</span></b><span >
-</span></p>
-
-<p ><span >Il
-ne vous est pas permis de (i) louer, reproduire, modifier, créer des œuvres
-dérivées, distribuer ou transférer le Produit; (ii) utiliser le Produit au
-profit d'un tiers ou incorporer le Produit dans un autre produit ou service;
-(iii) contourner les mécanismes du Produit destinés à limiter votre
-utilisation; (iv) désassembler, décompiler ou traduire le Produit ou tenter de
-dériver le code source du site ou d'une API non publique; (v) diffuser
-publiquement des informations concernant la performance du Produit; (vi)
-accéder au Produit pour créer un produit ou un service concurrentiel; (vii)
-soumettre des virus, des vers ou d'autres codes nuisibles au Produit ou
-interférer de quelque façon que ce soit avec le Produit ou causer des dommages
-au Produit; (viii) chercher à accéder à l'information ou aux données d'autres utilisateurs
-de JuriDig; (ix) utiliser le Produit pour transmettre du spam ou d'autres
-courriels non sollicités; ou (x) utiliser le Produit à des fins autres que celles
-expressément autorisées dans les présentes conditions. Vos droits d'utilisation
-du Produit sont non exclusifs, non transférables et non sous-licenciables.</span></p>
-
-<p ><b><span >5.
-Plans d'utilisation et frais</span></b><span >.
-</span></p>
-
-<p ><span >0.
-Plans d'utilisation. Nous proposons différentes options pour l'utilisation du
-Produit, notamment: </span></p>
-
-<p ><span >-
-Essais gratuits pouvant comprendre des fonctionnalités limitées qui expireront
-s'ils ne sont pas convertis en un plan payant (« plans d'essai »);</span></p>
-
-<p ><span >-
-Les abonnements payants vous permettant de créer un nombre illimité de
-rendez-vous pendant une période d'abonnement prédéfinie;</span></p>
-
-<p ><span >Les
-fonctionnalités disponibles dépendent
-du plan que vous sélectionnez. Les plans disponibles sont décrits dans votre espace utilisateur et votre plan spécifique sera identifié dans
-les termes présentés lors de l'inscription, de la commande ou du paiement du
-Produit (« conditions de la commande »). Ces conditions intègrent les
-conditions de la commande et toutes les URL référencées et les politiques de JuriDig.
-Selon la manière d'utilisation du Produit, les conditions de la commande
-peuvent être présentées par JuriDig (par exemple, via notre site Web), par un
-magasin d'applications ou une place de marché tiers (« App Marketplace ») ou
-via le Produit lui-même. Si l'abonnement n'est pas renouvelé, le Produit
-reviendra à une fonctionnalité limitée, une fois la durée d'abonnement expirée.
-Si la période d'essai est expirée et vous ne souscrivez pas d'abonnement, vous
-pouvez utiliser le Produit uniquement pour l’utilisation de l’application web
-« annuaire » et/ou pour acheter un forfait payant.</span></p>
-
-<p ><span >1.
-Version bêta. Pour développer les fonctionnalités du Produit, certaines
-fonctionnalités du Produit vous peuvent être mis à disposition en version « bêta
-». Si l'utilisateur choisit d'utiliser une version bêta, le client reconnaît
-que la version bêta peut être incomplète ou pas entièrement fonctionnelle et
-peut contenir des bugs, des erreurs, des omissions et d'autres problèmes.
-JuriDig ne garantit pas que les futures versions d'une version bêta seront
-disponibles en vertu de ces conditions ou autrement. </span></p>
-
-<p ><span >2.
-Support et mises à jour. JuriDig déploie des efforts raisonnables pour fournir
-des emails, des discussions en ligne et une auto-assistance en ligne. Tout le
-support est régi par les politiques de support de JuriDig alors en vigueur.
-Nous pouvons fournir des mises à jour ou des mises à niveau du Produit (« Mises
-à jour »). Toutes les mises à jour sont régies par ces conditions, sauf
-indication contraire. Dans certains cas, nous pouvons vous demander de
-télécharger des mises à jour pour continuer à utiliser le Produit. Les mises à
-jour et autres changements de Produits sont effectués à notre discrétion. Nous
-n'avons aucune responsabilité envers vous pour de tels changements et ne garantissons
-pas que les changements répondront à vos besoins.</span></p>
-
-<p ><b><span >6.
-Données utilisateurs.</span></b></p>
-
-<p ><span >0.
-Vos droits. Entre JuriDig et le Client, le Client conserve tous ses droits sur
-les informations commerciales ou autres données que le Client soumet au Produit
-(« données Client »).</span></p>
-
-<p ><span >1.
-Utilisation des données du Client. Le Client accorde à JuriDig un droit
-mondial, non exclusif et libre de droits d'utiliser, copier, stocker,
-transmettre, distribuer publiquement et afficher, créer des œuvres dérivées et
-modifier les données du Client afin de fournir le Produit au Client et
-exploiter, améliorer et entretenir le Produit. Cela inclut la distribution par
-JuriDig de rendez-vous contenant des données Client aux destinataires désignés
-par le Client via le Produit. JuriDig peut utiliser les services de
-sous-traitants pour fournir le Produit et lui permettre d'exercer ses droits
-sur les données du Client.</span></p>
-
-<p ><span >2.
-Stockage des données Client. JuriDig ne fournit pas de service d'archivage.
-JuriDig accepte seulement de ne pas supprimer intentionnellement les données du
-Client avant la résiliation ou l'expiration de son abonnement payant ou de sa
-facture. Nous déclinons expressément toute autre obligation de stockage dans la
-mesure permise par la loi applicable. Vous êtes seul responsable du maintien
-des sauvegardes des données utilisateurs sur vos propres systèmes conformément
-aux lois et règlements en vigueurs.</span></p>
-
-<p ><b><span >7.
-Obligations du Client.</span></b></p>
-
-<p ><span >(A)
-En général. Le Client déclare, garantit et accepte que sous l'engagement de sa
-responsabilité civile et pénale: (i) l'utilisation du Produit par le Client
-sera conforme à toutes les lois et réglementations locales, étatiques et
-internationales applicables, y compris celles relatives à la confidentialité,
-la sécurité des données, le contrôle des exportations et les commutations
-électroniques. (ii) le Client a obtenu tous les droits et autorisations
-nécessaires pour fournir et permettre le traitement, l'utilisation et la
-divulgation des données du Client par JuriDig en vertu des présentes
-conditions; (iii) ni les données du Client ni leur traitement, leur utilisation
-ou leur divulgation ne violeront les Lois, les droits de tiers (y compris les
-droits de propriété intellectuelle, droits de confidentialité ou de publicité)
-ou toute politique de confidentialité applicable du Client; et (iv) le Client
-n'utilisera pas le Produit à l'appui ou à l'appui de toute activité interdite
-par les Lois (par exemple, blanchiment d'argent) ou même interdite par la loi
-pour le jeu, la prostitution, l'alcool, la drogue, pharmaceutique ou
-entreprises ou services de soins de santé.</span></p>
-
-<p ><span >(B)
-Certaines données Client interdites. Sauf dans les champs spécifiques désignés
-par JuriDig, le Client s'engage à ne pas soumettre au Produit des numéros
-d'identification fiscale, des numéros de compte bancaire ou des numéros de
-carte de crédit ou de débit. En outre, le Client accepte de ne pas inclure dans
-le Produit des informations suivantes : (i) des informations médicales, pénales
-ou autres, protégées par les lois, règles ou réglementations applicables, y
-compris HIPAA (y compris, sans s'y limiter) informations sur l'assurance
-maladie) ; (ii) numéros de sécurité sociale ou similaires; ou (iii) les numéros
-de permis de conduire ou les numéros de cartes d'identité.</span></p>
-
-<p ><span >(C)
-Responsabilité pour les données du Client. JuriDig n'assume aucune
-responsabilité pour les données du Client, et l'utilisateur est seul
-responsable des données du Client et des conséquences de son utilisation.</span></p>
-
-<p ><span >Le
-Client dégage JuriDig (et ses affiliés et leurs employés, agents, dirigeants,
-directeurs et Clients) de toute réclamation, frais, dommages, pertes,
-responsabilités et dépenses y compris (i) la négligence, l'inconduite ou la
-violation présumée ou non des présentes conditions par le Client, (ii) les
-relations du Client ou des différends avec l'un de ses propres clients ou
-partenaires commerciaux , (iii) tout service, Produit ou offre du Client
-utilisé en relation avec le Produit.</span></p>
-
-<p ><span >Produits
-tiers. Si vous utilisez le Produit avec (ou pour envoyer des données Client)
-des Produits ou services de tiers (autorisés par les fonctionnalités standard
-du Produit), vous (et non JuriDig) serez entièrement responsable de tous les
-risques découlant de votre utilisation de ces Produits ou services tiers et de
-l'utilisation des données du Client par ces tiers. JuriDig n'est pas
-responsable de la façon dont les tiers utilisent les données du Client une fois
-qu'ils ont quitté nos systèmes.</span></p>
-
-<p ><span >Agrégateur
-/ Données anonymes. En plus de ses autres droits ci-dessus, JuriDig peut
-regrouper les données du Client avec d'autres données. JuriDig peut recueillir
-des données techniques et autres anonymes sur l'utilisation du Produit par le
-Client (« Données agrégées / anonymes »). JuriDig possède toutes les données
-agrégées / anonymes et peut utiliser des données agrégées / anonymes pour ses
-activités de marketing, de production de rapports et d'autres fins commerciales
-licites.</span></p>
-
-<p ><span >Divulgations
-forcées. JuriDig peut partager les données du Client lorsque nous croyons en
-toute bonne foi que l'accès, l'utilisation, la conservation ou la divulgation
-de ces informations sont raisonnablement nécessaires pour: (i) satisfaire à
-toute loi applicable, procédure légale ou demande gouvernementale; (ii)
-appliquer ces conditions, y compris l'investigation des violations potentielles
-des présentes; ou (iii) protéger contre tout dommage imminent au Produit ou aux
-droits, à la propriété ou à la sécurité de JuriDig, de ses utilisateurs ou du
-public tel que requis ou permis par la loi applicable.</span></p>
-
-<p ><span >Autre
-collecte et manipulation de données. JuriDig utilise vos informations de compte
-(comme décrit dans la section 2) et certaines autres informations sur votre
-utilisation du Produit conformément à notre politique de confidentialité.</span></p>
-
-<p ><b><span >8.
-Propriété. </span></b></p>
-
-<p ><span >JuriDig
-et ses concédants conservent tous les droits, titres et intérêts (y compris
-tous les droits de propriété intellectuelle) sur le Produit et toute
-technologie et documentation connexe et sous-jacente. Le Client n'obtient qu'un
-droit d'utilisation limité du Produit, indépendamment de l'utilisation de mots
-tels que « achat », « vente » ou des termes similaires. Si le Client soumet des
-commentaires, des suggestions ou d'autres commentaires concernant le Produit,
-JuriDig peut exploiter librement les commentaires (y compris dans le cadre du
-Produit) sans restriction en raison de droits de propriété intellectuelle ou
-autrement.</span></p>
-
-<p ><b><span >9.
-Résiliation et suspension. </span></b></p>
-
-<p ><span >0.
-Résiliation par le Client. Vous pouvez résilier ces conditions à tout moment en
-cessant toute utilisation du Produit et en supprimant tous les logiciels
-associés.</span></p>
-
-<p ><span >1.
-Résiliation ou suspension par JuriDig. Pour les abonnements payants et les
-factures, JuriDig peut résilier ou suspendre ces conditions si le Client ne
-parvient pas à remédier à une violation dans les quinze (15) jours après
-notification écrite. La notification écrite peut se faire par tous moyens
-(courrier, message électronique, fax, etc.). JuriDig peut résilier ou suspendre
-ces conditions immédiatement suite à une violation du contrat par le Client ou
-des obligations en vertu des sections 4 (Restrictions) ou 7 (Obligations du Client)
-ou pour éviter de nuire au Produit ou à d'autres Clients. Pour les plans
-d'essai et les versions bêta, JuriDig peut résilier ou suspendre ces conditions
-à tout moment, pour n'importe quelle raison. En outre, si JuriDig cesse
-d'offrir le Produit, ou si le droit ou la capacité de JuriDig à offrir le
-Produit est restreint, suspendu ou résilié (que ce soit conformément aux lois,
-App Marketplaces ou autres tiers), JuriDig peut immédiatement résilier ou
-suspendre ces conditions. Dans ce cas, l’abonnement payant est résilié avec
-effet immédiat sans qu’une faute ne puisse être retenue dans le chef de
-JuriDig. Le Client n’aura pas droit au remboursement. </span></p>
-
-<p ><span >2.
-Effet de la résiliation. À la résiliation de ces conditions, votre droit au
-Produit sera automatiquement résilié et vous devrez cesser d'utiliser le
-Produit et supprimer toutes les fonctionnalités. Suite à la résiliation, vous
-n'aurez plus accès aux données du Client dans le Produit et JuriDig pourra
-supprimer toutes les données du Client en sa possession à tout moment, sauf si
-la loi applicable l'interdit. Vous devrez supprimer toutes les informations
-confidentielles (ou les renvoyer à JuriDig) en cas de résiliation de ces
-conditions ou de demande par JuriDig. Les éléments suivants survivront à la
-résiliation: Section 4 (Restrictions), Section 6 (Données utilisateurs),
-Section 7 (Obligations du Client), Sections 8 (Propriété) à 14 (Général).</span></p>
-
-<p ><b><span >10.
-Garantie. </span></b></p>
-
-<p ><span >DANS
-LA LIMITE AUTORISÉE PAR LA LOI, LE PRODUIT EST FOURNI « EN L'ÉTAT »
-ET JURIDIG ET SES CONCÉDANTS DÉCLINENT EXPRESSÉMENT TOUTES LES GARANTIES ET
-REPRÉSENTATIONS DE TOUTES SORTES, Y COMPRIS TOUTE GARANTIE DE NON-CONTREFAÇON,
-TITRE, ADAPTATION À UN BUT PARTICULIER, FONCTIONNALITÉ QU'ELLE SOIT EXPRESSE,
-IMPLICITE OU STATUTAIRE.</span></p>
-
-<p ><span >LE
-PRODUIT N'EST PAS DESTINE A FOURNIR DES SERVICES JURIDIQUES OU AUTRES. DANS
-TOUTE LA MESURE PERMISE PAR LA LOI APPLICABLE. JURIDIG DÉCLINE EXPRESSÉMENT
-TOUTE GARANTIE QUE L'UTILISATION DU PRODUIT ASSURERA VOTRE CONFORMITÉ AUX
-OBLIGATIONS LÉGALES OU RÉGLEMENTAIRES OU QUE LES RÉSULTATS DU PRODUIT SERONT
-EXACTS OU SUFFISANTS À VOS BESOINS. DANS TOUTE LA MESURE PERMISE PAR LA LOI
-APPLICABLE, IL N'EXISTE AUCUNE GARANTIE QUE LE PRODUIT SERA EXEMPT D'ERREURS,
-QUE L'ACCÈS SERA CONTINU OU ININTERROMPU, QUE TOUTE INFORMATION FOURNIE OU
-UTILISÉE AVEC LE PRODUIT SERA SÉCURISÉE, EXACTE, COMPLÈTE OU OPPORTUNE, OU QUE
-LES DONNÉES DU CLIENT SERONT CONSERVÉES OU MAINTENUES SANS PERTE. DANS TOUTE LA
-MESURE PERMISE PAR LA LOI APPLICABLE, JURIDIG NE PEUT ÊTRE TENUE RESPONSABLE
-DES DÉFAILLANCES OU AUTRES PROBLÈMES INHÉRENTS À L'UTILISATION DE L'INTERNET ET
-DES COMMUNICATIONS ÉLECTRONIQUES OU D'AUTRES SYSTÈMES EN DEHORS DU CONTRÔLE
-RAISONNABLE DE JURIDIG. VOUS POUVEZ AVOIR D'AUTRES DROITS STATUTAIRES;
-TOUTEFOIS, LA DURÉE DES GARANTIES NÉCESSAIRES PAR LA LOI, LE CAS ÉCHÉANT, SERA
-LIMITÉE À LA MESURE MAXIMALE AUTORISÉE PAR LA LOI.</span></p>
-
-<p ><b><span >11.
-Limitation de responsabilité</span></b></p>
-
-<p ><span >DANS
-TOUTE LA MESURE PERMISE PAR LA LOI, JURIDIG ET SES CONCÉDANTS NE SERONT EN
-AUCUN CAS RESPONSABLES ENVERS VOUS OU TOUT TIERS POUR TOUTE PERTE DE PROFITS,
-PERTE D'UTILISATION, DONNÉES PERDUES, INTERRUPTION D'ACTIVITÉ, ÉCHEC DE
-MÉCANISME DE SÉCURITÉ OU AUTRE DOMMAGES SPÉCIAUX, INDIRECTS, ACCIDENTELS,
-PUNITIFS OU CONSÉCUTIFS DE QUELQUE SORTE QUE CE SOIT, MÊME SI AVISÉ DE LA
-POSSIBILITÉ DE TELS PERTES OU DOMMAGES.</span></p>
-
-<p ><span >Le
-Client reconnaît que les limitations susmentionnées sont un élément essentiel
-des présentes conditions et une répartition raisonnable des risques entre les
-parties, et qu'en l'absence de telles limitations, les dispositions relatives
-aux prix et autres dispositions de ces conditions seraient substantiellement
-différentes.</span></p>
-
-<p ><span >Le
-Produit est contrôlé et exploité à partir d'installations en Europe, mais peut
-impliquer la transmission de données ou l'utilisation de services de tiers à
-l'échelle mondiale. JuriDig ne fait aucune déclaration que le Produit est
-approprié ou disponible pour une utilisation dans d'autres emplacements. Ceux
-qui accèdent ou utilisent le Produit dans d'autres juridictions le font de leur
-propre gré et sont entièrement responsables du respect de toutes les Lois. Sauf
-mention contraire explicite, tous les éléments figurant sur le Produit sont
-uniquement destinés aux utilisateurs situés au Luxembourg, en Belgique, France,
-ou Allemagne.</span></p>
-
-<p ><b><span >12.
-Informations confidentielles. </span></b></p>
-
-<p ><span >Dans
-le cadre de l'accès au Produit, le Client peut avoir accès à des informations
-confidentielles ou propriété de JuriDig (« Informations confidentielles »). Les
-Informations confidentielles comprennent le Logiciel, tous les éléments
-non-publics du Produit et toutes les informations de performance concernant le
-Produit. Les Informations confidentielles excluent les informations que le
-Client connaissait déjà légalement ou qui devenaient publiques sans faute du
-Client. Vous vous abstenez à utiliser les Informations confidentielles sauf
-pour l'utilisation autorisée du Produit et vous ne devez pas divulguer les
-Informations confidentielles sauf aux employés et aux agents légitimes. Le
-Client peut également divulguer des Informations confidentielles dans la mesure
-requise par la loi après un préavis raisonnable à JuriDig et une coopération
-pour obtenir un traitement confidentiel. La divulgation non autorisée des
-Informations confidentielles peut causer des dommages, et JuriDig peut demander
-une injonction ou une réparation équitable devant un tribunal compétent.</span></p>
-
-<p ><b><span >13.
-Modifications des termes. </span></b></p>
-
-<p ><span >JuriDig
-peut modifier ces conditions (y compris les prix des Produits et les plans),
-avec un avis donné par e-mail ou via le Produit. Si vous avez un plan d'essai
-ou utilisez des versions bêta, toutes les modifications entreront en vigueur de
-façon immédiate, et si vous n'acceptiez pas les modifications, votre seul
-recours consiste à mettre fin à ces conditions. Au cas où vous avez un forfait
-d'abonnement payant ou de facture, vous devez informer JuriDig dans les quinze
-(15) jours suivant l'avis des modifications que vous n'acceptez pas, et JuriDig
-(à son choix et comme seul recours) peut: ( a) vous permettre de continuer sous
-la version précédente de ces conditions jusqu'à votre prochaine date
-d'expiration ou de renouvellement (après laquelle les conditions modifiées
-s'appliqueront) ou (b) vous permettre de résilier ces conditions et de recevoir
-un remboursement au prorata basé sur le la partie inutilisée de votre contrat
-d'abonnement ou le nombre de factures non utilisées restant dans votre facture.
-En cas de modification des présentes conditions, vous devrez peut-être cliquer
-sur « accepter les conditions modifiées » afin de continuer à
-utiliser le Produit, et dans tous les cas, l'utilisation continue du Produit
-après l'entrée en vigueur des modifications constitue votre acceptation des
-modifications. En tant qu'exception à ces règles concernant les modifications
-de ces conditions, (i) si nous apportons des modifications à la politique de
-facturation, la version de la politique de facturation en vigueur au moment de
-l'achat (ou du renouvellement) d'un abonnement payant ou d'une facture est
-applicable (ii) tout changement à notre politique de confidentialité entrera
-automatiquement en vigueur dès sa publication, tel que décrit dans la Politique
-de confidentialité.</span></p>
-
-<p ><b><span >14.
-Général.</span></b></p>
-
-<p ><span >0.
-Mécanique des contrats et interprétation. Ces conditions constituent
-l'intégralité de l'accord entre vous et JuriDig relatif au Produit et
-remplacent tout accord antérieur ou contemporain relatif au Produit. Aucune
-disposition de ces conditions ne sera réputée renoncée à moins que la
-renonciation soit écrite et signée par JuriDig. À l'exception de ce qui est
-énoncé à la section 13 (Modifications des termes), toutes les modifications aux
-présentes conditions doivent être écrites et validées par les deux parties.
-Dans ces conditions, les titres sont pour la commodité seulement et « y
-compris » et des termes similaires seront interprétés sans limitation. Si
-une disposition de ces conditions est jugée inapplicable, cette disposition
-sera appliquée dans la mesure permise par la loi et les dispositions restantes
-resteront en vigueur.</span></p>
-
-<p ><span >1.
-Affectation. Vous ne pouvez pas céder ou transférer ces conditions ou tous les
-droits ci-dessous, et toute tentative d'assignation ou de transfert en
-violation de ce qui précède sera annulée. JuriDig peut librement céder ou
-transférer ses droits ou obligations en vertu des présentes à sa seule
-discrétion. Les présentes conditions lieront et profiteront au profit des
-successeurs et ayants-droit autorisés de chaque partie.</span></p>
-
-<p ><span >2.
-Informations de contact.</span></p>
-
-<p style='margin-left:70.8pt'><b><span >DKS S.àr.l.</span></b><span
-> <br>
-n° RCS: B168572<br>
-Adresse: 8B, rue du Moulin, L - 6914 Roodt-sur-Syre<br>
-Gérant: Kilian SAFFRAN<br>
-Email : <button class="btn" onclick="imsg('nbjmup;jogpAkvsjejh/mv');">info [ at ] juridig.lu</button></span></p>
-
-<p ><span >3.
-Avis. Nous pouvons envoyer des notifications et des newsletters à votre adresse
-e-mail ou via le Produit. </span></p>
-
-<p ><span >4.
-Logiciels open source. Le Produit peut contenir ou être fourni avec des
-composants sous licence « open source » (« OSS »). Nous
-listons les logiciels open source dans un fichier dédié. Dans la mesure requise
-par la licence initiale, les termes de licence de ces logiciels s'appliqueront
-à la place des termes des présentes conditions.</span></p>
-
-<p ><span >5.
-Force majeure. JuriDig ne sera pas responsable envers le Client de quelque
-manière que ce soit pour tout manquement ou retard dans l'exécution de l'une de
-ses obligations en vertu de ces termes découlant de tout événement ou
-circonstance hors du contrôle raisonnable de JuriDig.</span></p>
-
-<p ><span > </span></p>
+<div class="container">\r
+ <div class="section-title text-center center">\r
+ <h1>Conditions Générales</h1>\r
+ <hr>\r
+ </div>\r
+\r
+<p>Dernière mise à jour le 20 mars 2019</p>\r
+<p ><span >Attention:\r
+En utilisant les outils mis à disposition de sur le site JuriDig, vous indiquez\r
+que vous avez lu, compris et accepté d'être lié par les conditions\r
+d'utilisation de JuriDig («conditions»). Ces conditions régissent l'utilisation\r
+du site et forment une relation contractuelle entre DKS S.à r.l., exploitant de\r
+JuriDig (« JuriDig », « nous ») et vous (« Client »\r
+ou « vous »). Si vous acceptez ces conditions au nom d'une société ou\r
+d'une entité, vous liez la société ou l'entité aux présentes conditions\r
+d'utilisations et déclarez et garantissez que vous avez tous les pouvoirs et\r
+les pouvoirs nécessaires pour le faire. Les présentes conditions sont\r
+susceptibles d'être modifiées par JuriDig (section 13: Modifications des\r
+termes).</span></p>\r
+\r
+<p style='text-align:center'><b><span \r
+style='font-size:24.0pt;'>LISEZ\r
+ATTENTIVEMENT CE DOCUMENT AFIN D'ASSURER QUE VOUS COMPRENEZ LE CONTENU.</span></b></p>\r
+\r
+<p ><b><span >1.\r
+Le Produit.</span></b></p>\r
+\r
+<p ><span >Merci\r
+d'avoir choisi le Produit JuriDig. Le «Produit» désigne notre gamme de services\r
+et de fonctionnalités liés à (a) la fonction Rendez-Vous, (b) nos applications\r
+web et logiciels mobiles liés («Logiciel»), (c) et (d) la documentation\r
+d'information standard de JuriDig.</span></p>\r
+\r
+<p ><b><span >2.\r
+Votre compte.</span></b></p>\r
+\r
+<p ><span >Vous\r
+devez être majeur pour utiliser le Produit. L'utilisation du Produit peut vous\r
+obliger à créer un compte et enregistrer nom et prénom, votre adresse e-mail et\r
+de créer un mot de passe. Vous êtes seul responsable de toutes les mesures\r
+prises en utilisant votre compte et vous devez garder vos mots de passe\r
+sécurisés à l'abri de personnes non autorisées.</span></p>\r
+\r
+<p ><b><span >3.\r
+L’utilisation du Produit. </span></b></p>\r
+\r
+<p ><span >Sous\r
+réserve des présentes conditions, vous pouvez accéder et utiliser le Produit à\r
+des fins commerciales internes et conformément à notre documentation\r
+d'information standard. Cela inclut le droit se connecter et d'utiliser les\r
+formulaires des produits proposés par JuriDig. Vous pouvez permettre à vos\r
+employés et collaborateurs d'utiliser le Produit en votre nom, mais vous restez\r
+responsable de leurs actes, omissions et de la conformité à ces conditions.</span></p>\r
+\r
+<p ><b><span >4.\r
+Restrictions.</span></b><span >\r
+</span></p>\r
+\r
+<p ><span >Il\r
+ne vous est pas permis de (i) louer, reproduire, modifier, créer des œuvres\r
+dérivées, distribuer ou transférer le Produit; (ii) utiliser le Produit au\r
+profit d'un tiers ou incorporer le Produit dans un autre produit ou service;\r
+(iii) contourner les mécanismes du Produit destinés à limiter votre\r
+utilisation; (iv) désassembler, décompiler ou traduire le Produit ou tenter de\r
+dériver le code source du site ou d'une API non publique; (v) diffuser\r
+publiquement des informations concernant la performance du Produit; (vi)\r
+accéder au Produit pour créer un produit ou un service concurrentiel; (vii)\r
+soumettre des virus, des vers ou d'autres codes nuisibles au Produit ou\r
+interférer de quelque façon que ce soit avec le Produit ou causer des dommages\r
+au Produit; (viii) chercher à accéder à l'information ou aux données d'autres utilisateurs\r
+de JuriDig; (ix) utiliser le Produit pour transmettre du spam ou d'autres\r
+courriels non sollicités; ou (x) utiliser le Produit à des fins autres que celles\r
+expressément autorisées dans les présentes conditions. Vos droits d'utilisation\r
+du Produit sont non exclusifs, non transférables et non sous-licenciables.</span></p>\r
+\r
+<p ><b><span >5.\r
+Plans d'utilisation et frais</span></b><span >.\r
+</span></p>\r
+\r
+<p ><span >0.\r
+Plans d'utilisation. Nous proposons différentes options pour l'utilisation du\r
+Produit, notamment: </span></p>\r
+\r
+<p ><span >-\r
+Essais gratuits pouvant comprendre des fonctionnalités limitées qui expireront\r
+s'ils ne sont pas convertis en un plan payant (« plans d'essai »);</span></p>\r
+\r
+<p ><span >-\r
+Les abonnements payants vous permettant de créer un nombre illimité de\r
+rendez-vous pendant une période d'abonnement prédéfinie;</span></p>\r
+\r
+<p ><span >Les\r
+fonctionnalités disponibles dépendent\r
+du plan que vous sélectionnez. Les plans disponibles sont décrits dans votre espace utilisateur et votre plan spécifique sera identifié dans\r
+les termes présentés lors de l'inscription, de la commande ou du paiement du\r
+Produit (« conditions de la commande »). Ces conditions intègrent les\r
+conditions de la commande et toutes les URL référencées et les politiques de JuriDig.\r
+Selon la manière d'utilisation du Produit, les conditions de la commande\r
+peuvent être présentées par JuriDig (par exemple, via notre site Web), par un\r
+magasin d'applications ou une place de marché tiers (« App Marketplace ») ou\r
+via le Produit lui-même. Si l'abonnement n'est pas renouvelé, le Produit\r
+reviendra à une fonctionnalité limitée, une fois la durée d'abonnement expirée.\r
+Si la période d'essai est expirée et vous ne souscrivez pas d'abonnement, vous\r
+pouvez utiliser le Produit uniquement pour l’utilisation de l’application web\r
+« annuaire » et/ou pour acheter un forfait payant.</span></p>\r
+\r
+<p ><span >1.\r
+Version bêta. Pour développer les fonctionnalités du Produit, certaines\r
+fonctionnalités du Produit vous peuvent être mis à disposition en version « bêta\r
+». Si l'utilisateur choisit d'utiliser une version bêta, le client reconnaît\r
+que la version bêta peut être incomplète ou pas entièrement fonctionnelle et\r
+peut contenir des bugs, des erreurs, des omissions et d'autres problèmes.\r
+JuriDig ne garantit pas que les futures versions d'une version bêta seront\r
+disponibles en vertu de ces conditions ou autrement. </span></p>\r
+\r
+<p ><span >2.\r
+Support et mises à jour. JuriDig déploie des efforts raisonnables pour fournir\r
+des emails, des discussions en ligne et une auto-assistance en ligne. Tout le\r
+support est régi par les politiques de support de JuriDig alors en vigueur.\r
+Nous pouvons fournir des mises à jour ou des mises à niveau du Produit (« Mises\r
+à jour »). Toutes les mises à jour sont régies par ces conditions, sauf\r
+indication contraire. Dans certains cas, nous pouvons vous demander de\r
+télécharger des mises à jour pour continuer à utiliser le Produit. Les mises à\r
+jour et autres changements de Produits sont effectués à notre discrétion. Nous\r
+n'avons aucune responsabilité envers vous pour de tels changements et ne garantissons\r
+pas que les changements répondront à vos besoins.</span></p>\r
+\r
+<p ><b><span >6.\r
+Données utilisateurs.</span></b></p>\r
+\r
+<p ><span >0.\r
+Vos droits. Entre JuriDig et le Client, le Client conserve tous ses droits sur\r
+les informations commerciales ou autres données que le Client soumet au Produit\r
+(« données Client »).</span></p>\r
+\r
+<p ><span >1.\r
+Utilisation des données du Client. Le Client accorde à JuriDig un droit\r
+mondial, non exclusif et libre de droits d'utiliser, copier, stocker,\r
+transmettre, distribuer publiquement et afficher, créer des œuvres dérivées et\r
+modifier les données du Client afin de fournir le Produit au Client et\r
+exploiter, améliorer et entretenir le Produit. Cela inclut la distribution par\r
+JuriDig de rendez-vous contenant des données Client aux destinataires désignés\r
+par le Client via le Produit. JuriDig peut utiliser les services de\r
+sous-traitants pour fournir le Produit et lui permettre d'exercer ses droits\r
+sur les données du Client.</span></p>\r
+\r
+<p ><span >2.\r
+Stockage des données Client. JuriDig ne fournit pas de service d'archivage.\r
+JuriDig accepte seulement de ne pas supprimer intentionnellement les données du\r
+Client avant la résiliation ou l'expiration de son abonnement payant ou de sa\r
+facture. Nous déclinons expressément toute autre obligation de stockage dans la\r
+mesure permise par la loi applicable. Vous êtes seul responsable du maintien\r
+des sauvegardes des données utilisateurs sur vos propres systèmes conformément\r
+aux lois et règlements en vigueurs.</span></p>\r
+\r
+<p ><b><span >7.\r
+Obligations du Client.</span></b></p>\r
+\r
+<p ><span >(A)\r
+En général. Le Client déclare, garantit et accepte que sous l'engagement de sa\r
+responsabilité civile et pénale: (i) l'utilisation du Produit par le Client\r
+sera conforme à toutes les lois et réglementations locales, étatiques et\r
+internationales applicables, y compris celles relatives à la confidentialité,\r
+la sécurité des données, le contrôle des exportations et les commutations\r
+électroniques. (ii) le Client a obtenu tous les droits et autorisations\r
+nécessaires pour fournir et permettre le traitement, l'utilisation et la\r
+divulgation des données du Client par JuriDig en vertu des présentes\r
+conditions; (iii) ni les données du Client ni leur traitement, leur utilisation\r
+ou leur divulgation ne violeront les Lois, les droits de tiers (y compris les\r
+droits de propriété intellectuelle, droits de confidentialité ou de publicité)\r
+ou toute politique de confidentialité applicable du Client; et (iv) le Client\r
+n'utilisera pas le Produit à l'appui ou à l'appui de toute activité interdite\r
+par les Lois (par exemple, blanchiment d'argent) ou même interdite par la loi\r
+pour le jeu, la prostitution, l'alcool, la drogue, pharmaceutique ou\r
+entreprises ou services de soins de santé.</span></p>\r
+\r
+<p ><span >(B)\r
+Certaines données Client interdites. Sauf dans les champs spécifiques désignés\r
+par JuriDig, le Client s'engage à ne pas soumettre au Produit des numéros\r
+d'identification fiscale, des numéros de compte bancaire ou des numéros de\r
+carte de crédit ou de débit. En outre, le Client accepte de ne pas inclure dans\r
+le Produit des informations suivantes : (i) des informations médicales, pénales\r
+ou autres, protégées par les lois, règles ou réglementations applicables, y\r
+compris HIPAA (y compris, sans s'y limiter) informations sur l'assurance\r
+maladie) ; (ii) numéros de sécurité sociale ou similaires; ou (iii) les numéros\r
+de permis de conduire ou les numéros de cartes d'identité.</span></p>\r
+\r
+<p ><span >(C)\r
+Responsabilité pour les données du Client. JuriDig n'assume aucune\r
+responsabilité pour les données du Client, et l'utilisateur est seul\r
+responsable des données du Client et des conséquences de son utilisation.</span></p>\r
+\r
+<p ><span >Le\r
+Client dégage JuriDig (et ses affiliés et leurs employés, agents, dirigeants,\r
+directeurs et Clients) de toute réclamation, frais, dommages, pertes,\r
+responsabilités et dépenses y compris (i) la négligence, l'inconduite ou la\r
+violation présumée ou non des présentes conditions par le Client, (ii) les\r
+relations du Client ou des différends avec l'un de ses propres clients ou\r
+partenaires commerciaux , (iii) tout service, Produit ou offre du Client\r
+utilisé en relation avec le Produit.</span></p>\r
+\r
+<p ><span >Produits\r
+tiers. Si vous utilisez le Produit avec (ou pour envoyer des données Client)\r
+des Produits ou services de tiers (autorisés par les fonctionnalités standard\r
+du Produit), vous (et non JuriDig) serez entièrement responsable de tous les\r
+risques découlant de votre utilisation de ces Produits ou services tiers et de\r
+l'utilisation des données du Client par ces tiers. JuriDig n'est pas\r
+responsable de la façon dont les tiers utilisent les données du Client une fois\r
+qu'ils ont quitté nos systèmes.</span></p>\r
+\r
+<p ><span >Agrégateur\r
+/ Données anonymes. En plus de ses autres droits ci-dessus, JuriDig peut\r
+regrouper les données du Client avec d'autres données. JuriDig peut recueillir\r
+des données techniques et autres anonymes sur l'utilisation du Produit par le\r
+Client (« Données agrégées / anonymes »). JuriDig possède toutes les données\r
+agrégées / anonymes et peut utiliser des données agrégées / anonymes pour ses\r
+activités de marketing, de production de rapports et d'autres fins commerciales\r
+licites.</span></p>\r
+\r
+<p ><span >Divulgations\r
+forcées. JuriDig peut partager les données du Client lorsque nous croyons en\r
+toute bonne foi que l'accès, l'utilisation, la conservation ou la divulgation\r
+de ces informations sont raisonnablement nécessaires pour: (i) satisfaire à\r
+toute loi applicable, procédure légale ou demande gouvernementale; (ii)\r
+appliquer ces conditions, y compris l'investigation des violations potentielles\r
+des présentes; ou (iii) protéger contre tout dommage imminent au Produit ou aux\r
+droits, à la propriété ou à la sécurité de JuriDig, de ses utilisateurs ou du\r
+public tel que requis ou permis par la loi applicable.</span></p>\r
+\r
+<p ><span >Autre\r
+collecte et manipulation de données. JuriDig utilise vos informations de compte\r
+(comme décrit dans la section 2) et certaines autres informations sur votre\r
+utilisation du Produit conformément à notre politique de confidentialité.</span></p>\r
+\r
+<p ><b><span >8.\r
+Propriété. </span></b></p>\r
+\r
+<p ><span >JuriDig\r
+et ses concédants conservent tous les droits, titres et intérêts (y compris\r
+tous les droits de propriété intellectuelle) sur le Produit et toute\r
+technologie et documentation connexe et sous-jacente. Le Client n'obtient qu'un\r
+droit d'utilisation limité du Produit, indépendamment de l'utilisation de mots\r
+tels que « achat », « vente » ou des termes similaires. Si le Client soumet des\r
+commentaires, des suggestions ou d'autres commentaires concernant le Produit,\r
+JuriDig peut exploiter librement les commentaires (y compris dans le cadre du\r
+Produit) sans restriction en raison de droits de propriété intellectuelle ou\r
+autrement.</span></p>\r
+\r
+<p ><b><span >9.\r
+Résiliation et suspension. </span></b></p>\r
+\r
+<p ><span >0.\r
+Résiliation par le Client. Vous pouvez résilier ces conditions à tout moment en\r
+cessant toute utilisation du Produit et en supprimant tous les logiciels\r
+associés.</span></p>\r
+\r
+<p ><span >1.\r
+Résiliation ou suspension par JuriDig. Pour les abonnements payants et les\r
+factures, JuriDig peut résilier ou suspendre ces conditions si le Client ne\r
+parvient pas à remédier à une violation dans les quinze (15) jours après\r
+notification écrite. La notification écrite peut se faire par tous moyens\r
+(courrier, message électronique, fax, etc.). JuriDig peut résilier ou suspendre\r
+ces conditions immédiatement suite à une violation du contrat par le Client ou\r
+des obligations en vertu des sections 4 (Restrictions) ou 7 (Obligations du Client)\r
+ou pour éviter de nuire au Produit ou à d'autres Clients. Pour les plans\r
+d'essai et les versions bêta, JuriDig peut résilier ou suspendre ces conditions\r
+à tout moment, pour n'importe quelle raison. En outre, si JuriDig cesse\r
+d'offrir le Produit, ou si le droit ou la capacité de JuriDig à offrir le\r
+Produit est restreint, suspendu ou résilié (que ce soit conformément aux lois,\r
+App Marketplaces ou autres tiers), JuriDig peut immédiatement résilier ou\r
+suspendre ces conditions. Dans ce cas, l’abonnement payant est résilié avec\r
+effet immédiat sans qu’une faute ne puisse être retenue dans le chef de\r
+JuriDig. Le Client n’aura pas droit au remboursement. </span></p>\r
+\r
+<p ><span >2.\r
+Effet de la résiliation. À la résiliation de ces conditions, votre droit au\r
+Produit sera automatiquement résilié et vous devrez cesser d'utiliser le\r
+Produit et supprimer toutes les fonctionnalités. Suite à la résiliation, vous\r
+n'aurez plus accès aux données du Client dans le Produit et JuriDig pourra\r
+supprimer toutes les données du Client en sa possession à tout moment, sauf si\r
+la loi applicable l'interdit. Vous devrez supprimer toutes les informations\r
+confidentielles (ou les renvoyer à JuriDig) en cas de résiliation de ces\r
+conditions ou de demande par JuriDig. Les éléments suivants survivront à la\r
+résiliation: Section 4 (Restrictions), Section 6 (Données utilisateurs),\r
+Section 7 (Obligations du Client), Sections 8 (Propriété) à 14 (Général).</span></p>\r
+\r
+<p ><b><span >10.\r
+Garantie. </span></b></p>\r
+\r
+<p ><span >DANS\r
+LA LIMITE AUTORISÉE PAR LA LOI, LE PRODUIT EST FOURNI « EN L'ÉTAT »\r
+ET JURIDIG ET SES CONCÉDANTS DÉCLINENT EXPRESSÉMENT TOUTES LES GARANTIES ET\r
+REPRÉSENTATIONS DE TOUTES SORTES, Y COMPRIS TOUTE GARANTIE DE NON-CONTREFAÇON,\r
+TITRE, ADAPTATION À UN BUT PARTICULIER, FONCTIONNALITÉ QU'ELLE SOIT EXPRESSE,\r
+IMPLICITE OU STATUTAIRE.</span></p>\r
+\r
+<p ><span >LE\r
+PRODUIT N'EST PAS DESTINE A FOURNIR DES SERVICES JURIDIQUES OU AUTRES. DANS\r
+TOUTE LA MESURE PERMISE PAR LA LOI APPLICABLE. JURIDIG DÉCLINE EXPRESSÉMENT\r
+TOUTE GARANTIE QUE L'UTILISATION DU PRODUIT ASSURERA VOTRE CONFORMITÉ AUX\r
+OBLIGATIONS LÉGALES OU RÉGLEMENTAIRES OU QUE LES RÉSULTATS DU PRODUIT SERONT\r
+EXACTS OU SUFFISANTS À VOS BESOINS. DANS TOUTE LA MESURE PERMISE PAR LA LOI\r
+APPLICABLE, IL N'EXISTE AUCUNE GARANTIE QUE LE PRODUIT SERA EXEMPT D'ERREURS,\r
+QUE L'ACCÈS SERA CONTINU OU ININTERROMPU, QUE TOUTE INFORMATION FOURNIE OU\r
+UTILISÉE AVEC LE PRODUIT SERA SÉCURISÉE, EXACTE, COMPLÈTE OU OPPORTUNE, OU QUE\r
+LES DONNÉES DU CLIENT SERONT CONSERVÉES OU MAINTENUES SANS PERTE. DANS TOUTE LA\r
+MESURE PERMISE PAR LA LOI APPLICABLE, JURIDIG NE PEUT ÊTRE TENUE RESPONSABLE\r
+DES DÉFAILLANCES OU AUTRES PROBLÈMES INHÉRENTS À L'UTILISATION DE L'INTERNET ET\r
+DES COMMUNICATIONS ÉLECTRONIQUES OU D'AUTRES SYSTÈMES EN DEHORS DU CONTRÔLE\r
+RAISONNABLE DE JURIDIG. VOUS POUVEZ AVOIR D'AUTRES DROITS STATUTAIRES;\r
+TOUTEFOIS, LA DURÉE DES GARANTIES NÉCESSAIRES PAR LA LOI, LE CAS ÉCHÉANT, SERA\r
+LIMITÉE À LA MESURE MAXIMALE AUTORISÉE PAR LA LOI.</span></p>\r
+\r
+<p ><b><span >11.\r
+Limitation de responsabilité</span></b></p>\r
+\r
+<p ><span >DANS\r
+TOUTE LA MESURE PERMISE PAR LA LOI, JURIDIG ET SES CONCÉDANTS NE SERONT EN\r
+AUCUN CAS RESPONSABLES ENVERS VOUS OU TOUT TIERS POUR TOUTE PERTE DE PROFITS,\r
+PERTE D'UTILISATION, DONNÉES PERDUES, INTERRUPTION D'ACTIVITÉ, ÉCHEC DE\r
+MÉCANISME DE SÉCURITÉ OU AUTRE DOMMAGES SPÉCIAUX, INDIRECTS, ACCIDENTELS,\r
+PUNITIFS OU CONSÉCUTIFS DE QUELQUE SORTE QUE CE SOIT, MÊME SI AVISÉ DE LA\r
+POSSIBILITÉ DE TELS PERTES OU DOMMAGES.</span></p>\r
+\r
+<p ><span >Le\r
+Client reconnaît que les limitations susmentionnées sont un élément essentiel\r
+des présentes conditions et une répartition raisonnable des risques entre les\r
+parties, et qu'en l'absence de telles limitations, les dispositions relatives\r
+aux prix et autres dispositions de ces conditions seraient substantiellement\r
+différentes.</span></p>\r
+\r
+<p ><span >Le\r
+Produit est contrôlé et exploité à partir d'installations en Europe, mais peut\r
+impliquer la transmission de données ou l'utilisation de services de tiers à\r
+l'échelle mondiale. JuriDig ne fait aucune déclaration que le Produit est\r
+approprié ou disponible pour une utilisation dans d'autres emplacements. Ceux\r
+qui accèdent ou utilisent le Produit dans d'autres juridictions le font de leur\r
+propre gré et sont entièrement responsables du respect de toutes les Lois. Sauf\r
+mention contraire explicite, tous les éléments figurant sur le Produit sont\r
+uniquement destinés aux utilisateurs situés au Luxembourg, en Belgique, France,\r
+ou Allemagne.</span></p>\r
+\r
+<p ><b><span >12.\r
+Informations confidentielles. </span></b></p>\r
+\r
+<p ><span >Dans\r
+le cadre de l'accès au Produit, le Client peut avoir accès à des informations\r
+confidentielles ou propriété de JuriDig (« Informations confidentielles »). Les\r
+Informations confidentielles comprennent le Logiciel, tous les éléments\r
+non-publics du Produit et toutes les informations de performance concernant le\r
+Produit. Les Informations confidentielles excluent les informations que le\r
+Client connaissait déjà légalement ou qui devenaient publiques sans faute du\r
+Client. Vous vous abstenez à utiliser les Informations confidentielles sauf\r
+pour l'utilisation autorisée du Produit et vous ne devez pas divulguer les\r
+Informations confidentielles sauf aux employés et aux agents légitimes. Le\r
+Client peut également divulguer des Informations confidentielles dans la mesure\r
+requise par la loi après un préavis raisonnable à JuriDig et une coopération\r
+pour obtenir un traitement confidentiel. La divulgation non autorisée des\r
+Informations confidentielles peut causer des dommages, et JuriDig peut demander\r
+une injonction ou une réparation équitable devant un tribunal compétent.</span></p>\r
+\r
+<p ><b><span >13.\r
+Modifications des termes. </span></b></p>\r
+\r
+<p ><span >JuriDig\r
+peut modifier ces conditions (y compris les prix des Produits et les plans),\r
+avec un avis donné par e-mail ou via le Produit. Si vous avez un plan d'essai\r
+ou utilisez des versions bêta, toutes les modifications entreront en vigueur de\r
+façon immédiate, et si vous n'acceptiez pas les modifications, votre seul\r
+recours consiste à mettre fin à ces conditions. Au cas où vous avez un forfait\r
+d'abonnement payant ou de facture, vous devez informer JuriDig dans les quinze\r
+(15) jours suivant l'avis des modifications que vous n'acceptez pas, et JuriDig\r
+(à son choix et comme seul recours) peut: ( a) vous permettre de continuer sous\r
+la version précédente de ces conditions jusqu'à votre prochaine date\r
+d'expiration ou de renouvellement (après laquelle les conditions modifiées\r
+s'appliqueront) ou (b) vous permettre de résilier ces conditions et de recevoir\r
+un remboursement au prorata basé sur le la partie inutilisée de votre contrat\r
+d'abonnement ou le nombre de factures non utilisées restant dans votre facture.\r
+En cas de modification des présentes conditions, vous devrez peut-être cliquer\r
+sur « accepter les conditions modifiées » afin de continuer à\r
+utiliser le Produit, et dans tous les cas, l'utilisation continue du Produit\r
+après l'entrée en vigueur des modifications constitue votre acceptation des\r
+modifications. En tant qu'exception à ces règles concernant les modifications\r
+de ces conditions, (i) si nous apportons des modifications à la politique de\r
+facturation, la version de la politique de facturation en vigueur au moment de\r
+l'achat (ou du renouvellement) d'un abonnement payant ou d'une facture est\r
+applicable (ii) tout changement à notre politique de confidentialité entrera\r
+automatiquement en vigueur dès sa publication, tel que décrit dans la Politique\r
+de confidentialité.</span></p>\r
+\r
+<p ><b><span >14.\r
+Général.</span></b></p>\r
+\r
+<p ><span >0.\r
+Mécanique des contrats et interprétation. Ces conditions constituent\r
+l'intégralité de l'accord entre vous et JuriDig relatif au Produit et\r
+remplacent tout accord antérieur ou contemporain relatif au Produit. Aucune\r
+disposition de ces conditions ne sera réputée renoncée à moins que la\r
+renonciation soit écrite et signée par JuriDig. À l'exception de ce qui est\r
+énoncé à la section 13 (Modifications des termes), toutes les modifications aux\r
+présentes conditions doivent être écrites et validées par les deux parties.\r
+Dans ces conditions, les titres sont pour la commodité seulement et « y\r
+compris » et des termes similaires seront interprétés sans limitation. Si\r
+une disposition de ces conditions est jugée inapplicable, cette disposition\r
+sera appliquée dans la mesure permise par la loi et les dispositions restantes\r
+resteront en vigueur.</span></p>\r
+\r
+<p ><span >1.\r
+Affectation. Vous ne pouvez pas céder ou transférer ces conditions ou tous les\r
+droits ci-dessous, et toute tentative d'assignation ou de transfert en\r
+violation de ce qui précède sera annulée. JuriDig peut librement céder ou\r
+transférer ses droits ou obligations en vertu des présentes à sa seule\r
+discrétion. Les présentes conditions lieront et profiteront au profit des\r
+successeurs et ayants-droit autorisés de chaque partie.</span></p>\r
+\r
+<p ><span >2.\r
+Informations de contact.</span></p>\r
+\r
+<p style='margin-left:70.8pt'><b><span >DKS S.àr.l.</span></b><span\r
+> <br>\r
+n° RCS: B168572<br>\r
+Adresse: 8B, rue du Moulin, L - 6914 Roodt-sur-Syre<br>\r
+Gérant: Kilian SAFFRAN<br>\r
+Email : <button class="btn" onclick="imsg('nbjmup;jogpAkvsjejh/mv');">info [ at ] juridig.lu</button></span></p>\r
+\r
+<p ><span >3.\r
+Avis. Nous pouvons envoyer des notifications et des newsletters à votre adresse\r
+e-mail ou via le Produit. </span></p>\r
+\r
+<p ><span >4.\r
+Logiciels open source. Le Produit peut contenir ou être fourni avec des\r
+composants sous licence « open source » (« OSS »). Nous\r
+listons les logiciels open source dans un fichier dédié. Dans la mesure requise\r
+par la licence initiale, les termes de licence de ces logiciels s'appliqueront\r
+à la place des termes des présentes conditions.</span></p>\r
+\r
+<p ><span >5.\r
+Force majeure. JuriDig ne sera pas responsable envers le Client de quelque\r
+manière que ce soit pour tout manquement ou retard dans l'exécution de l'une de\r
+ses obligations en vertu de ces termes découlant de tout événement ou\r
+circonstance hors du contrôle raisonnable de JuriDig.</span></p>\r
+\r
+<p ><span > </span></p>\r
</div>
\ No newline at end of file
-<div class="container" style="min-height: 80vh;">
-[% IF link %]
- [% dom = dksdb.prepare("select category from categories where link=?;") %]
-
- <div class="section-title text-center center">
-
- <h3><a href="[% abspath%]domaine/">Autres Domaines</a></h3>
- <h1>Annuaire - Domaine
- [% cnt = 0 %]
- [% FOREACH dname = dom.execute(link) %]
- [% cnt = cnt + 1 %]
- - [% dname.category %]
- [% END %]
- </h1>
-
- <hr>
- [% IF cnt == 0 %]
- <div class="alert alert-danger">Domaine demandé introuvable!</div>
- <h3>Domaines disponibles</h3>
- [% INCLUDE block/domaines.tt %]
- [% END %]
- </div>
- [% IF cnt > 0 %]
- [% INCLUDE block/avocatlist.tt %]
- [% END %]
-
-[% ELSE %]
- <div class="section-title text-center center">
- <h2>Annuaire - Domaines</h2>
- <hr>
- </div>
- [% INCLUDE block/domaines.tt %]
-[% END %]
+<div class="container" style="min-height: 80vh;">\r
+[% IF link %]\r
+ [% dom = dksdb.prepare("select category from categories where link=?;") %]\r
+ \r
+ <div class="section-title text-center center">\r
+ \r
+ <h3><a href="[% abspath%]domaine/">Autres Domaines</a></h3>\r
+ <h1>Annuaire - Domaine\r
+ [% cnt = 0 %]\r
+ [% FOREACH dname = dom.execute(link) %]\r
+ [% cnt = cnt + 1 %]\r
+ - [% dname.category %]\r
+ [% END %]\r
+ </h1>\r
+ \r
+ <hr>\r
+ [% IF cnt == 0 %]\r
+ <div class="alert alert-danger">Domaine demandé introuvable!</div>\r
+ <h3>Domaines disponibles</h3>\r
+ [% INCLUDE block/domaines.tt %]\r
+ [% END %]\r
+ </div>\r
+ [% IF cnt > 0 %]\r
+ [% INCLUDE block/avocatlist.tt %]\r
+ [% END %]\r
+\r
+[% ELSE %]\r
+ <div class="section-title text-center center">\r
+ <h2>Annuaire - Domaines</h2>\r
+ <hr>\r
+ </div>\r
+ [% INCLUDE block/domaines.tt %]\r
+[% END %]\r
</div>
\ No newline at end of file
-<div class="container">
- <div class="section-title text-center center">
- <h1>Impressum</h1>
- <hr>
- </div>
-
-<p>JuriDig est exploitée par DKS S.à r.l., 8b, rue du Moulin, L-6914 Roodt/Syre, </p>
-
-<p>Gérant: <strong>Kilian SAFFRAN</strong><br/>
-Immatriculation LBR: <strong>Luxembourg,B168572</strong><br/>
-Matricule TVA: <strong>LU 2537 5617</strong><br/>
-Responsables de traitements
-des données personnelles : <i>Services internes compétents</i><br/>
-<u>Déléguée à la protection des
-données :</u> Kilian SAFFRAN<br/>
-<u>Webmaster:</u> <button class="btn" onclick="imsg('nbjmup;jogpAkvsjejh/mv');">info [ at ] juridig.lu</button><br/><br/>
-Adresse postale:<br/><strong><address>DKS S.à r.l.<br/>
-8b, rue du Moulin<br/>
-L- 6914 Roodt/Syre</address></strong>
-</p>
-<h1>Mentions légales (Disclaimer)</h1>
-<h4>Note de médion à la base de l'UE</h4>
-l'UE met à disposition une platform de médiation <a href="http://ec.europa.eu/consumers/odr">http://ec.europa.eu/consumers/odr</a>
-<h4>Clause de responsabilité</h4>
-<p>Les informations fournies sur le site www.JuriDig.lu ont pour objectif d’être informatives et utiles. Malgré les nombreuses vérifications, DKS S.à r.l., ne garantit pas leur exactitude et ne pourra en aucun cas être tenue pour responsable des dommages directs ou indirects qui pourraient résulter de l’utilisation des informations données sur le site.
-DKS S.à r.l., décline également toute responsabilité en ce qui concerne le contenu et la pertinence des informations données par des sites accessibles depuis le site www.JuriDig.lu par des liens hypertextes.</p>
-<h4>Droit d’auteur - copyright</h4>
-<p>L’ensemble de ce site relève de la législation luxembourgeoise et internationale sur le droit d’auteur et la propriété intellectuelle. Tous les droits de reproduction sont réservés, y compris pour les documents téléchargeables et les représentations iconographiques et photographiques.</p>
-<p>Il vous est possible de télécharger du contenu de ce site à des fins uniquement personnelles ou non commerciales, à condition de garder intactes toutes les notifications de droits d’auteur et les indications de propriété intellectuelle.</p>
-<p><strong>L’utilisateur reconnaît avoir pris connaissance de la présente mention légale et s’engage à la respecter.</strong></p>
-
-<h4>Conseils concernant la protection des données</h4>
-<p>DKS S.à r.l. prend la protection des données personnelles très au sérieux et se tient aux directives prescrites par les lois sur la protection des données. Cette page internet ne diffusera, ne traitera et n’utilisera que des données destinées à l’utilisation de nos offres (Fonction Rendez-Vous, Newsletter, création d’un compte utilisateur, etc.) et pour répondre aux demandes des utilisateurs, et ce uniquement avec l’autorisation des personnes concernées.</p>
-<p>Les informations recueillies sur les formulaires du site sont enregistrées dans des fichiers informatisés.</p>
-<p>La sauvegarde et l’utilisation de données relatives à des personnes ne s’effectuent en principe qu’au sein de DKS S.à r.l. Le développement de certains de nos services sur cette page internet nécessite le recours à des prestataires de services extérieurs qui peuvent être amenés à utiliser vos données personnelles, mais seulement dans le cadre de nos instructions et à des fins déterminées. De même, DKS S.à r.l. certifie que les données qui lui sont accessibles ne seront en aucun cas vendues ou transmises à un tiers.</p>
-<p>Elles sont conservées pendant 3 ans à compter du dernier contact actif.</p>
-<p>Conformément aux lois en vigueurs, vous pouvez exercer votre droit d'accès aux données vous concernant, les faire rectifier ou les faire effacer en contactant : info [ at ] dks.lu </p>
-<h4>Cookies</h4>
-<p>Pour le bon fonctionnement du site nous utilisons des cookies non accessible à des parties tiers. Vous pouvez cependant empêcher l’enregistrement des cookies grâce à un réglage de votre logiciel de navigateur ; nous vous indiquons que dans ce cas, vous ne pourrez pas utiliser l’intégralité des fonctionnalités de nos pages internet.</p>
-
-
+<div class="container">\r
+ <div class="section-title text-center center">\r
+ <h1>Impressum</h1>\r
+ <hr>\r
+ </div> \r
+\r
+<p>JuriDig est exploitée par DKS S.à r.l., 8b, rue du Moulin, L-6914 Roodt/Syre, </p>\r
+\r
+<p>Gérant: <strong>Kilian SAFFRAN</strong><br/> \r
+Immatriculation LBR: <strong>Luxembourg,B168572</strong><br/>\r
+Matricule TVA: <strong>LU 2537 5617</strong><br/>\r
+Responsables de traitements\r
+des données personnelles : <i>Services internes compétents</i><br/>\r
+<u>Déléguée à la protection des\r
+données :</u> Kilian SAFFRAN<br/>\r
+<u>Webmaster:</u> <button class="btn" onclick="imsg('nbjmup;jogpAkvsjejh/mv');">info [ at ] juridig.lu</button><br/><br/>\r
+Adresse postale:<br/><strong><address>DKS S.à r.l.<br/>\r
+8b, rue du Moulin<br/>\r
+L- 6914 Roodt/Syre</address></strong>\r
+</p>\r
+<h1>Mentions légales (Disclaimer)</h1>\r
+<h4>Note de médion à la base de l'UE</h4>\r
+l'UE met à disposition une platform de médiation <a href="http://ec.europa.eu/consumers/odr">http://ec.europa.eu/consumers/odr</a>\r
+<h4>Clause de responsabilité</h4>\r
+<p>Les informations fournies sur le site www.JuriDig.lu ont pour objectif d’être informatives et utiles. Malgré les nombreuses vérifications, DKS S.à r.l., ne garantit pas leur exactitude et ne pourra en aucun cas être tenue pour responsable des dommages directs ou indirects qui pourraient résulter de l’utilisation des informations données sur le site.\r
+DKS S.à r.l., décline également toute responsabilité en ce qui concerne le contenu et la pertinence des informations données par des sites accessibles depuis le site www.JuriDig.lu par des liens hypertextes.</p>\r
+<h4>Droit d’auteur - copyright</h4>\r
+<p>L’ensemble de ce site relève de la législation luxembourgeoise et internationale sur le droit d’auteur et la propriété intellectuelle. Tous les droits de reproduction sont réservés, y compris pour les documents téléchargeables et les représentations iconographiques et photographiques.</p>\r
+<p>Il vous est possible de télécharger du contenu de ce site à des fins uniquement personnelles ou non commerciales, à condition de garder intactes toutes les notifications de droits d’auteur et les indications de propriété intellectuelle.</p>\r
+<p><strong>L’utilisateur reconnaît avoir pris connaissance de la présente mention légale et s’engage à la respecter.</strong></p>\r
+\r
+<h4>Conseils concernant la protection des données</h4>\r
+<p>DKS S.à r.l. prend la protection des données personnelles très au sérieux et se tient aux directives prescrites par les lois sur la protection des données. Cette page internet ne diffusera, ne traitera et n’utilisera que des données destinées à l’utilisation de nos offres (Fonction Rendez-Vous, Newsletter, création d’un compte utilisateur, etc.) et pour répondre aux demandes des utilisateurs, et ce uniquement avec l’autorisation des personnes concernées.</p>\r
+<p>Les informations recueillies sur les formulaires du site sont enregistrées dans des fichiers informatisés.</p>\r
+<p>La sauvegarde et l’utilisation de données relatives à des personnes ne s’effectuent en principe qu’au sein de DKS S.à r.l. Le développement de certains de nos services sur cette page internet nécessite le recours à des prestataires de services extérieurs qui peuvent être amenés à utiliser vos données personnelles, mais seulement dans le cadre de nos instructions et à des fins déterminées. De même, DKS S.à r.l. certifie que les données qui lui sont accessibles ne seront en aucun cas vendues ou transmises à un tiers.</p>\r
+<p>Elles sont conservées pendant 3 ans à compter du dernier contact actif.</p>\r
+<p>Conformément aux lois en vigueurs, vous pouvez exercer votre droit d'accès aux données vous concernant, les faire rectifier ou les faire effacer en contactant : info [ at ] dks.lu </p>\r
+<h4>Cookies</h4>\r
+<p>Pour le bon fonctionnement du site nous utilisons des cookies non accessible à des parties tiers. Vous pouvez cependant empêcher l’enregistrement des cookies grâce à un réglage de votre logiciel de navigateur ; nous vous indiquons que dans ce cas, vous ne pourrez pas utiliser l’intégralité des fonctionnalités de nos pages internet.</p>\r
+\r
+ \r
</div>
\ No newline at end of file
-<div id="annuaire">
- <div class="container">
- <div class="section-title text-center center">
- <h2>Annuaire</h2>
- <hr>
- </div>
- <div class="section-title text-center center">
- <h3>Domaines</h3>
- <hr>
- </div>
- [% INCLUDE block/domaines.tt %]
- <div class="section-title text-center center">
- <h3>Lieus</h3>
- <hr>
- </div>
- [% INCLUDE block/locations.tt %]
-
- </div>
-
- </div>
+<div id="annuaire">\r
+ <div class="container">\r
+ <div class="section-title text-center center">\r
+ <h2>Annuaire</h2>\r
+ <hr>\r
+ </div>\r
+ <div class="section-title text-center center">\r
+ <h3>Domaines</h3>\r
+ <hr>\r
+ </div>\r
+ [% INCLUDE block/domaines.tt %]\r
+ <div class="section-title text-center center">\r
+ <h3>Lieus</h3>\r
+ <hr>\r
+ </div>\r
+ [% INCLUDE block/locations.tt %] \r
+ \r
+ </div>\r
+ \r
+ </div>\r
-<div class="container" style="min-height: 80vh;">
-[% IF link %]
-[% loc = dksdb.prepare("select city || case when country != 'LUX' and country is not null then '(' || country || ')' else '' end as loc from lawyercatalog where location_link = ? group by city,country,location_link;") %]
- <div class="section-title text-center center">
- <h3><a href="[% abspath%]lieu/">Autres Lieus</a></h3>
- <h2>Annuaire - Lieu
- [% cnt = 0 %]
- [% FOREACH lname = loc.execute(link) %]
- [% cnt = cnt + 1 %]
- - [% lname.loc %]
- [% END %]</h2>
- <hr>
- [% IF cnt == 0 %]
- <div class="alert alert-danger">Lieu demandé introuvable!</div>
- <h3>Lieus disponibles</h3>
- [% INCLUDE block/locations.tt %]
- [% END %]
-
- </div>
- [% IF cnt > 0 %]
- [% INCLUDE block/avocatlist.tt %]
- [% END %]
-[% ELSE %]
- <div class="section-title text-center center">
- <h2>Annuaire - Lieus</h2>
- <hr>
- </div>
- [% INCLUDE block/locations.tt %]
-[% END %]
+<div class="container" style="min-height: 80vh;">\r
+[% IF link %]\r
+[% loc = dksdb.prepare("select city || case when country != 'LUX' and country is not null then '(' || country || ')' else '' end as loc from lawyercatalog where location_link = ? group by city,country,location_link;") %]\r
+ <div class="section-title text-center center">\r
+ <h3><a href="[% abspath%]lieu/">Autres Lieus</a></h3>\r
+ <h2>Annuaire - Lieu \r
+ [% cnt = 0 %]\r
+ [% FOREACH lname = loc.execute(link) %]\r
+ [% cnt = cnt + 1 %]\r
+ - [% lname.loc %]\r
+ [% END %]</h2>\r
+ <hr>\r
+ [% IF cnt == 0 %]\r
+ <div class="alert alert-danger">Lieu demandé introuvable!</div>\r
+ <h3>Lieus disponibles</h3>\r
+ [% INCLUDE block/locations.tt %]\r
+ [% END %]\r
+ \r
+ </div>\r
+ [% IF cnt > 0 %]\r
+ [% INCLUDE block/avocatlist.tt %]\r
+ [% END %]\r
+[% ELSE %]\r
+ <div class="section-title text-center center">\r
+ <h2>Annuaire - Lieus</h2>\r
+ <hr>\r
+ </div>\r
+ [% INCLUDE block/locations.tt %]\r
+[% END %]\r
</div>
\ No newline at end of file
-<div class="container">
- <div class="section-title text-center center">
- <h1>Protection des données</h1>
- <hr>
- </div>
- <p><span >Dernière
-mise à jour le 20 mars 2019</span></p>
-
-<p><span >Chez
-DKS S.à r.l., exploitant de JuriDig ("JuriDig","nous"),
-nous respectons les droits de confidentialité de nos visiteurs en ligne et des
-utilisateurs du service JuriDig («utilisateurs» ou "vous") et
-reconnaissons l'importance de protéger les informations que nous recueillons à
-votre sujet. Cette politique de confidentialité explique comment nous
-collectons, utilisons, partageons et protégeons vos informations personnelles
-et comment vous pouvez exercer vos droits sur les informations personnelles que
-nous utilisons. "Informations personnelles" signifie toute
-information qui identifie ou peut être utilisée pour vous identifier,
-directement ou indirectement.</span></p>
-
-<p><span >Cette
-politique de confidentialité s'applique à (a) notre site Web www.JuriDig.lu, y
-compris les versions mobiles ou localisées et les sous-domaines (le «Site»), et
-(b) notre «Produit», qui est notre suite de services et les caractéristiques
-relatives à la gestion de rendez-vous, comme décrit plus en détail dans nos
-Conditions d'utilisation (avec le Site, le «Service»). Il couvre également le
-traitement des informations personnelles que nous pouvons collecter sur les
-réseaux sociaux et certaines autres sources tierces, comme décrit ci-dessous.</span></p>
-
-<p><span >Dès
-que vous accédez au site ou que vous interagissez avec le service, vous êtes
-également considéré comme un utilisateur du service pouvant être soumis à cette
-politique de confidentialité.</span></p>
-
-<p><span >Nous
-vous rappelons que nous fournissons le service aux entreprises ,indépendants et
-professions libérales qui ont leurs propres pratiques de confidentialité. Cette
-politique de confidentialité s'applique uniquement à nos propres pratiques en
-matière de données, et non aux pratiques de tiers que nous ne contrôlons pas.</span></p>
-
-<p><span >Pour
-la signification des termes que nous utilisons qui ne sont pas définis dans
-cette Politique de confidentialité, veuillez consulter nos Conditions
-d'utilisation.</span></p>
-
-<p><b><span >1.
-TYPES D'INFORMATIONS PERSONNELLES QUE NOUS COLLECTONS</span></b></p>
-
-<p><span >Les
-catégories de renseignements personnels que nous pouvons recueillir
-comprennent:</span></p>
-
-<ul >
- <li><span >Les
- informations d'inscription et de profil recueillies lors de votre
- inscription au Service. Nous pouvons collecter des informations
- personnelles, telles qu'un nom d'utilisateur, prénom et nom, numéro de
- téléphone ou adresse e-mail, adresse, etc, lorsque vous vous inscrivez au
- service ou si vous correspondez avec nous. Nous pouvons également
- recueillir des informations sur vos interactions avec nous, y compris tout
- contact que nous avons avec vous par téléphone, email ou en ligne. Pour
- l'amélioration du service, la sécurité, le règlement des différends et la
- formation, nous pouvons surveiller et enregistrer vos communications avec
- nous (y compris par courriel et par téléphone) conformément aux lois
- applicables.</span></li>
- <li><span >Informations
- de facturation collectées lorsque vous vous inscrivez pour un compte
- payant. Nous pouvons collecter des informations de facturation si vous
- vous inscrivez pour un compte payant.</span></li>
- <li><span >Informations
- personnelles et professionnelles recueillies lors de votre utilisation du
- Service. Après avoir créé un compte pour le Service et pour vous fournir
- le Service, nous pouvons collecter diverses informations via votre
- utilisation du Service concernant votre entreprise et vos clients, par
- exemple, votre numéro de téléphone, vos informations sur les comptes
- débiteurs ou vos clients. «adresses postales ou numéros d'identification
- des contribuables. Nous utilisons et partageons des informations sur vos
- clients uniquement pour vous fournir [et vos clients] nos services [et
- conformément à nos Conditions d'utilisation], comme décrit ci-dessous dans
- la Section 3 (Comment nous utilisons les informations que nous collectons)
- et la Section 4 ( Comment nous partageons vos informations).</span></li>
- <li><span >Informations
- personnelles et professionnelles recueillies lors de votre utilisation du
- Service. Après avoir créé un compte pour le Service et pour vous fournir
- le Service, nous pouvons collecter diverses informations via votre
- utilisation du Service concernant votre entreprise, votre étude ou vos
- clients par exemple, votre numéro de téléphone, vos informations sur les
- rendez-vous. Nous utilisons et partageons des informations sur vos clients
- ou patients uniquement pour vous fournir [et à vos clients] nos services
- [et conformément à nos Conditions d'utilisation], comme décrit ci-dessous
- dans la Section 3 (Comment nous utilisons les informations que nous
- collectons) et la Section 4 ( Comment nous partageons vos informations).</span></li>
- <li><span >Utilisation,
- visualisation et informations techniques collectées lorsque vous utilisez
- le service. Chaque fois que vous utilisez le Service (même si vous ne vous
- inscrivez pas à notre Service), nous pouvons collecter des informations
- sur la façon dont vous accédez au Service ou utilisez le Service ou entrez
- des données. Pour plus d'informations sur la façon dont nous recueillons
- et utilisons ces informations, voir la Section 2 (Notre utilisation des
- cookies et autres technologies)</span></li>
- <li><span >Informations
- que nous collectons à partir des réseaux sociaux et d'autres sources. Nous
- pouvons recevoir des informations vous concernant lorsque vous
- interagissez avec le Service via différents médias sociaux, par exemple,
- en vous connectant ou en nous «aimant» sur Facebook ou en nous «suivant»
- sur Twitter. Les données que nous recevons dépendent de vos paramètres de
- confidentialité avec le réseau social. Vous devez toujours examiner et, si
- nécessaire, ajuster vos paramètres de confidentialité sur les sites Web et
- services tiers avant de les lier ou de les connecter au service. En outre,
- nous pouvons recevoir des informations vous concernant provenant d'autres
- sources, telles que des références provenant d'autres sites Web ou
- affiliés, des partenaires marketing ou des fournisseurs d'analyses, que
- nous utilisons et partageons également conformément à cette Politique de
- confidentialité. Nous le faisons uniquement lorsque nous avons vérifié que
- ces tiers ont votre consentement ou sont légalement autorisés ou tenus de
- nous divulguer vos renseignements personnels.</span></li>
-</ul>
-
-<p><b><span >2.
-NOTRE UTILISATION DES COOKIES ET AUTRES TECHNOLOGIES</span></b></p>
-
-<p><span >Cookies,
-Pixels et Web Beacons. Nous collectons automatiquement certains types d'informations
-d'utilisation lorsque vous accédez au Service ou l'utilisez, y compris des
-cookies et des technologies de suivi similaires, telles que les pixels et les
-pixels invisibles. Notre utilisation de cookies et d'autres technologies de
-suivi est discutée plus en détail dans notre déclaration de cookies. Bien que
-nous fassions de notre mieux pour respecter les préférences de confidentialité
-de nos utilisateurs, nous ne sommes pas en mesure de répondre aux signaux Do
-Not Track de votre navigateur, car nous estimons qu'il n'existe pas de norme
-sectorielle cohérente sur la façon de répondre à Do Not Track. paramètres du
-navigateur.</span></p>
-
-<p><span >ID
-de périphérique. Lorsque vous accédez au Site ou utilisez le Service via un
-appareil mobile, nous pouvons recevoir ou collecter et stocker un numéro
-d'identification unique associé à votre appareil ("ID de
-l'appareil"), opérateur mobile, type d'appareil et fabricant, numéro de
-téléphone et, selon les paramètres de votre appareil mobile, vos données de
-localisation géographique, y compris les coordonnées GPS (par exemple, latitude
-et / ou longitude) ou des informations similaires concernant l'emplacement de
-votre appareil mobile. Veuillez noter que nous ne collecterons pas votre
-emplacement géographique précis sans votre consentement mais que nous
-connaissons la ville ou le pays dans lequel vous vous trouvez. Comme pour les
-adresses IP, nous pouvons lier tout contact ou autre information personnelle
-que vous fournissez pendant une session de navigation au périphérique.
-Identifiant à partir duquel vous accédez au Site.</span></p>
-
-<p><b><span >3.
-COMMENT NOUS UTILISONS LES INFORMATIONS QUE NOUS COLLECTONS</span></b></p>
-
-<p><span >Nous
-utilisons vos informations de la manière suivante:</span></p>
-
-<ul >
- <li><span >Fournir,
- maintenir et améliorer le Service et nos autres produits et services, y
- compris pour exploiter certaines fonctions et fonctionnalités du Service;</span></li>
- <li><span >Pour
- traiter votre commande ou vos demandes de renseignements</span></li>
- <li><span >Pour
- diagnostiquer ou résoudre des problèmes de technologie;</span></li>
- <li><span >Pour
- contrôler l'utilisation non autorisée ou abusive du Service et de nos
- autres produits et services, ou autrement détecter, enquêter ou empêcher
- des activités qui pourraient violer nos politiques ou être illégales;</span></li>
- <li><span >Poursuivre
- et / ou défendre un litige devant un tribunal, un arbitrage ou une procédure
- judiciaire similaire, ou pour répondre à des demandes légitimes des
- autorités publiques (y compris les exigences de sécurité nationale ou
- d'application de la loi);</span></li>
- <li><span >Pour
- analyser les tendances, administrer ou optimiser le Service, surveiller l'utilisation
- ou les modèles de trafic (y compris pour mieux comprendre comment vous
- utilisez le Service) et recueillir des informations démographiques sur
- notre base d'utilisateurs dans son ensemble;</span></li>
- <li><span >Pour
- fournir le service client;</span></li>
- <li><span >Pour
- communiquer directement avec vous, y compris par téléphone (comme décrit
- ci-dessous), en vous envoyant des bulletins d'information, des promotions
- et des offres spéciales ou des informations sur les nouveaux produits et
- services sur une base continue en conformité avec vos préférences
- marketing. Vos options de retrait pour les communications promotionnelles
- sont décrites ci-dessous à la Section 5 (Vos choix concernant vos
- informations). Vous pouvez vous désabonner de nos communications marketing
- en cliquant sur "Se désabonner" au bas de l'e-mail ou en nous
- contactant en utilisant les coordonnées fournies dans la rubrique
- "Comment nous contacter" ci-dessous;</span></li>
- <li><span >Pour
- communiquer directement avec vous par téléphone, y compris pour répondre
- aux demandes de renseignements ou aux commentaires du service à la
- clientèle par l'intermédiaire du service, sur les médias sociaux ou
- autrement, et pour discuter des problèmes liés à votre compte ou au
- service. Vos options d'exclusion pour les appels de notre part sont
- décrites ci-dessous à la Section 5 (Vos choix concernant vos informations)
- ci-dessous;</span></li>
- <li><span >Pour
- mener à bien d'autres fins commerciales légitimes, ainsi que d'autres fins
- légitimes au sujet desquelles nous vous informerons.</span></li>
-</ul>
-
-<p><span >Toute
-utilisation de vos informations qui est incompatible avec ce qui précède vous
-sera communiquée à l'avance afin que vous puissiez vous retirer de cette
-utilisation à votre discrétion.</span></p>
-
-<p><b><span >4. COMMENT
-NOUS PARTAGEONS VOS INFORMATIONS</span></b></p>
-
-<p><span >Nous
-pouvons partager vos informations personnelles avec:</span></p>
-
-<ul >
- <li><span >Nos
- sociétés mères, filiales et sociétés affiliées. Ces entreprises
- utiliseront les informations de la même manière que nous pouvons en vertu
- de cette politique de confidentialité;</span></li>
- <li><span >Fournisseurs
- tiers et autres fournisseurs de services qui effectuent des services en
- notre nom, pour effectuer leur travail, notamment fournir des services
- analytiques, d'archivage, d'audit, de comptabilité, juridiques , conseil
- en affaires, opérations bancaires, paiement, livraison, traitement de
- données, analyse de données, recherche, enquête, site Web ou autres
- services technologiques;</span></li>
- <li><span >Nos
- processeurs de paiement, aux fins décrites à la Section 7 (Comment nous
- stockons et protégeons vos informations);</span></li>
- <li><span >Nos
- partenaires commerciaux qui vous offrent conjointement un service, par
- exemple, lors d'un concours ou d'une promotion coparrainé, conformément à
- vos préférences marketing;</span></li>
- <li><span >Les
- autres utilisateurs du Service qui vous ont envoyé des rendez-vous ou des
- autorisations ou avec qui vous avez interagi par le biais des
- fonctionnalités du Service. </span><span>Par exemple, en tant qu'avocat exerçant
- des droits sur d'autres rendez-vous;</span></li>
- <li><span >Autres
- parties liées à une transaction d'entreprise, telle qu'une fusion, vente
- d'actifs ou d'actions, réorganisation, financement, changement de contrôle
- ou acquisition de tout ou partie de nos activités par une autre société ou
- un tiers ou en cas de faillite ou procédure connexe ou similaire;</span></li>
- <li><span >Tierces
- parties si nous croyons de bonne foi que la divulgation de ces
- informations est raisonnablement nécessaire pour: (i) satisfaire à toute
- loi, procédure légale ou demande gouvernementale; (ii) appliquer nos
- Conditions d'utilisation, y compris l'investigation des violations
- potentielles de celles-ci; ou (iii) protéger contre la fraude, les
- dommages imminents au Service ou les droits, la propriété ou la sécurité
- de JuriDig, nos utilisateurs ou le public tel que requis ou permis par la
- loi; et Toute autre personne avec votre consentement à la divulgation.</span></li>
-</ul>
-
-<p><span >Nous
-pouvons également partager, agréger, anonymiser avec des tiers à d'autres fins.
-Ces informations ne vous identifient pas individuellement, mais peuvent inclure
-l'utilisation, la visualisation et les informations techniques que nous avons
-collectées grâce à notre technologie. Si la loi applicable nous oblige à
-traiter ces informations comme des Informations Personnelles, nous ne les
-divulguerons que de la manière décrite ci-dessus. Sinon, nous pouvons divulguer
-ces informations pour une raison quelconque. Veuillez noter que JuriDig n'est
-pas responsable si un destinataire de rendez-vous choisit de partager vos
-informations avec des tiers.</span></p>
-
-<p><b><span >5.
-VOS CHOIX À PROPOS DE VOS INFORMATIONS</span></b></p>
-
-<p><b><span>Vous contrôlez vos informations de compte et vos
-préférences de communication</span></b><span>: vous pouvez mettre à jour certaines de
-vos informations de compte et de vos préférences de communication à tout moment
-en vous connectant à votre compte et en modifiant les paramètres de votre
-compte. Vous pouvez également cesser de recevoir des appels de notre part en
-nous envoyant votre demande d'exclusion par courrier électronique à l'adresse <button class="btn" onclick="imsg('nbjmup;jogpAkvsjejh/mv');">info [ at ] juridig.lu</button>.
-Vous pouvez cesser de recevoir des courriels promotionnels de notre part en
-cliquant sur le lien de désabonnement fourni dans ces communications. Nous
-faisons tout notre possible pour traiter rapidement toutes les demandes de
-désinscription. Toutefois, vous ne pouvez pas désactiver les communications
-liées au service (vérification de compte, confirmations et rappels d'achat et
-de facturation, modifications / mises à jour des fonctionnalités du service,
-avis techniques et de sécurité), sauf si vous avez désactivé votre compte. Si
-vous avez des questions sur l'examen ou la modification des informations de
-votre compte, vous pouvez nous contacter directement à l'adresse indiquée dans
-la Section 12 (Comment nous contacter).</span></p>
-
-<p><b><span >Combien de temps gardons-nous vos informations
-personnelles?</span></b></p>
-
-<p><span >Les
-périodes de conservation peuvent varier considérablement en fonction du type
-d'information que nous recueillons et de la façon dont elles sont utilisées.
-Les périodes de rétention de JuriDig sont basées sur des critères incluant les
-périodes de conservation prescrites par la loi, les litiges en cours ou
-potentiels, nos droits de propriété intellectuelle, les exigences
-contractuelles, les directives ou besoins opérationnels et l'archivage
-historique.</span></p>
-
-<p><b><span >6.
-SUIVI PAR DES TIERS</span></b></p>
-
-<p><span >Nous
-pouvons autoriser des réseaux tiers, des sociétés de réseaux sociaux et
-d'autres services tiers à collecter des informations sur votre comportement de
-navigation sur le Service à l'aide de cookies, de plug-ins sociaux ou d'autres
-technologies de suivi. Nous ne partagerons pas d'informations sur vos clients,
-votre étude ou votre entreprise avec ces tiers. Généralement, les informations
-sont collectées via des cookies ou des technologies de suivi similaires. La
-seule façon de désactiver complètement la collecte de toute information par le
-biais de cookies ou d'autres technologies de suivi consiste à gérer activement
-les paramètres de votre navigateur ou de votre appareil mobile. Veuillez vous
-reporter aux informations techniques de votre navigateur ou de votre appareil
-mobile pour savoir comment supprimer et désactiver les cookies, ainsi que
-d'autres outils de suivi / enregistrement. (Pour en savoir plus sur les
-cookies, effacer les gifs / web beacons et les technologies connexes et comment
-vous pouvez choisir de ne pas participer à ce suivi, vous pouvez visiter
-http://www.allaboutcookies.org et / ou le Network Advertising Initiative en
-ligne ressources, à http://www.networkadvertising.org.) En fonction de votre
-appareil mobile, il se peut que vous ne puissiez pas contrôler les technologies
-de suivi via les paramètres. Si vous avez des questions concernant le retrait
-de la collection de cookies et d'autres outils de suivi / enregistrement, vous
-pouvez nous contacter directement à l'adresse indiquée à la section 12 (Comment
-nous contacter).</span></p>
-
-<p><b><span >7.
-COMMENT NOUS STOCKONS ET PROTÉGEONS VOS INFORMATIONS</span></b></p>
-
-<p><b><span >Stockage, traitement et transferts internationaux:</span></b><span
-> Les
-informations collectées via le Service peuvent être stockées et traitées au
-Luxembourg, en France, en Belgique ou en Allemagne. Nous avons pris les mesures
-de sécurité appropriées pour exiger que vos renseignements personnels demeurent
-protégés conformément à la présente politique de confidentialité. Ces
-sauvegardes peuvent inclure des informations personnelles des résidents de l'UE
-mettant en \9cuvre les clauses contractuelles standard de la Commission
-européenne pour les transferts de renseignements personnels avec nos
-fournisseurs de services et partenaires tiers. D'autres détails seront fournis
-sur demande.</span></p>
-
-<p><b><span >Protection de vos informations:</span></b><span
-> JuriDig
-se soucie de la sécurité de vos informations et utilise des mesures techniques
-et organisationnelles appropriées pour préserver l'intégrité et la sécurité de
-toutes les informations collectées via le Service. Cependant, aucun système de
-sécurité n'est impénétrable et nous ne pouvons garantir la sécurité de nos
-systèmes à 100%. Dans le cas où des informations sous notre contrôle sont
-compromises à la suite d'une violation de la sécurité, JuriDig prendra des
-mesures raisonnables pour enquêter sur la situation et, le cas échéant,
-informer les personnes dont les informations pourraient avoir été compromises
-et prendre d'autres mesures conforméement à toutes les lois et réglementations
-applicables.</span></p>
-
-<p><b><span >Sécurité par mot de passe:</span></b><span
-> Votre mot de
-passe est un élément important de notre système de sécurité, et vous êtes
-responsable du maintien de la confidentialité de votre mot de passe et compte,
-et êtes entièrement responsable de toutes les activités qui se produisent sous
-votre mot de passe ou compte. Vous devez signaler tout abus ou compromission de
-votre mot de passe à JuriDig à l'adresse de contact indiquée dans la Section 12
-(Comment nous contacter) dès que vous avez connaissance d'un tel abus ou
-compromis.</span></p>
-
-<p><b><span >8.
-BASE JURIDIQUE DU TRAITEMENT DES RENSEIGNEMENTS PERSONNELS (VISITEURS DE L'UE
-SEULEMENT)</span></b></p>
-
-<p><span >Si
-vous êtes un utilisateur de l'UE, notre base juridique pour la collecte et
-l'utilisation des Informations Personnelles décrites ci-dessus dépendra des
-Informations Personnelles concernées et du contexte spécifique dans lequel nous
-les collectons.</span></p>
-
-<p><span >Cependant,
-nous ne collecterons normalement vos informations personnelles que si nous
-avons votre consentement, si nous avons besoin des informations personnelles
-pour conclure un contrat avec vous, ou si le traitement est dans notre intérêt
-légitime et n'est pas outrepassé par vos intérêts en matière de protection des
-données, ou les droits et libertés fondamentaux. Dans certains cas, nous
-pouvons également avoir l'obligation légale de collecter des informations
-personnelles auprès de vous.</span></p>
-
-<p><span >Si
-nous vous demandons de fournir des renseignements personnels pour se conformer
-à une exigence légale ou pour établir un contact avec vous, nous le préciserons
-au moment opportun et nous vous aviserons si la fourniture de vos
-renseignements personnels est obligatoire ou non (ainsi que de les conséquences
-possibles si vous ne fournissez pas vos informations personnelles).</span></p>
-
-<p><span >De
-même, si nous recueillons et utilisons vos renseignements personnels en nous
-fondant sur nos intérêts légitimes (ou ceux de tiers), nous vous indiquerons
-clairement, au moment pertinent, quels sont ces intérêts légitimes.</span></p>
-
-<p><span >Si
-vous avez des questions ou avez besoin de plus d'informations concernant la
-base légale sur laquelle nous collectons et utilisons vos informations
-personnelles, veuillez nous contacter en utilisant les coordonnées fournies
-dans la Section 12 (Comment nous contacter).</span></p>
-
-<p><b><span >9. VOS
-DROITS DE PROTECTION DES DONNÉES</span></b></p>
-
-<p><span >Vous
-disposez des droits de protection des données suivants: </span></p>
-
-<ul >
- <li><span >Pour
- accéder, corriger, mettre à jour ou demander la suppression de vos
- informations personnelles. JuriDig prend des mesures raisonnables pour
- s'assurer que les données que nous recueillons sont fiables pour l'usage
- prévu, exactes, complètes et à jour. Vous pouvez exercer ces droits en
- nous contactant en utilisant les coordonnées fournies dans la Section 12
- (Comment nous contacter) </span></li>
- <li><span >De
- plus, si vous résidez dans l'UE, vous pouvez vous opposer au traitement de
- vos Informations personnelles, nous demander de restreindre le traitement
- de vos Informations personnelles ou demander le transfert de vos
- Informations personnelles. </span><span >Vous pouvez exercer ces droits en
- nous contactant en utilisant les coordonnées fournies dans la Section 12
- (Comment nous contacter).</span></li>
- <li><span >De
- même, si nous avons recueilli et traité vos renseignements personnels avec
- votre consentement, vous pouvez retirer votre consentement à tout moment.
- Le retrait de votre consentement n'affectera pas la légalité du traitement
- que nous avons effectué avant votre retrait, ni le traitement de vos
- renseignements personnels effectué en se fondant sur des motifs de traitement
- légaux autres que le consentement.</span></li>
- <li><span >Vous
- avez le droit de vous plaindre à une autorité de protection des données de
- notre collecte et de l'utilisation de vos informations personnelles. </span><span
- >Pour plus
- d'informations, veuillez contacter votre autorité locale de protection des
- données.</span></li>
-</ul>
-
-<p><span >Nous
-répondons à toutes les demandes que nous recevons de particuliers souhaitant
-exercer leurs droits de protection des données conformément aux lois
-applicables en matière de protection des données. Nous pouvons vous demander de
-vérifier votre identité afin de nous aider à répondre efficacement à votre
-demande.</span></p>
-
-<p><b><span >10.
-PROTECTION DES MINEURS</span></b></p>
-
-<p><span >JuriDig
-ne recueille ni ne sollicite sciemment aucune information de toute personne de
-moins de 18 ans ou autorise sciemment ces personnes à s'inscrire en tant
-qu'utilisateurs. Si nous apprenons que nous avons recueilli des renseignements
-personnels d'un mineur, nous supprimerons ces renseignements le plus rapidement
-possible. Si vous croyez que nous pourrions avoir des renseignements personnels
-d'un mineur, veuillez nous contacter à l'adresse indiquée à la Section 12
-(Comment nous contacter).</span></p>
-
-<p><b><span >11.
-LIENS VERS D'AUTRES SITES WEB ET SERVICES</span></b></p>
-
-<p><span >Le
-Service peut intégrer ou contenir des liens vers d'autres sites et services de
-tiers. Nous ne sommes pas responsables des pratiques employées par des sites
-Web tiers ou des services intégrés, liés ou liés au Service, et vos
-interactions avec un site Web ou un service tiers sont soumises aux propres
-règles et politiques de ce tiers. Vous êtes responsable de l'examen des
-politiques de confidentialité des sites Web de tiers et de prendre vos propres
-décisions concernant l'exactitude, la fiabilité et l'exactitude du matériel et
-de l'information trouvés.</span></p>
-
-<p><b><span >12.
-COMMENT NOUS CONTACTER</span></b></p>
-
-<p><span >Si
-vous avez des questions ou si vous avez besoin de nous contacter en relation
-avec cette politique de confidentialité ou le service, veuillez nous contacter
-à:</span></p>
-
-<p><b><span>DKS S.àr.l.</span></b>
-<br/><span>n° RCS: B168572</span><br/><span
->Adresse: 8B, rue du Moulin, L - 6914 Roodt-sur-Syre</span><br/>
-<span>Gérant: Kilian SAFFRAN</span><br/>
-<span>Email:<button class="btn" onclick="imsg('nbjmup;jogpAkvsjejh/mv');">info [ at ] juridig.lu</button></span></p>
-
-<p><b><span >13.
-MODIFICATIONS DE NOTRE POLITIQUE DE CONFIDENTIALITÉ</span></b></p>
-
-<p><span >JuriDig
-peut modifier ou mettre à jour cette politique de confidentialité de temps en
-temps pour refléter les changements dans nos activités et pratiques ou lois
-applicables, et vous devriez donc consulter cette page périodiquement. Nous
-mettrons à jour la date de «dernière modification» au haut de cette page
-lorsque nous apporterons des modifications. De plus, lorsque nous modifions
-cette politique de confidentialité de manière significative, nous vous
-informerons de tout changement important en plus de mettre à jour la date de la
-dernière mise à jour en haut de cette politique de confidentialité.</span></p>
+<div class="container">\r
+ <div class="section-title text-center center">\r
+ <h1>Protection des données</h1>\r
+ <hr>\r
+ </div>\r
+ <p><span >Dernière\r
+mise à jour le 20 mars 2019</span></p>\r
+\r
+<p><span >Chez\r
+DKS S.à r.l., exploitant de JuriDig ("JuriDig","nous"),\r
+nous respectons les droits de confidentialité de nos visiteurs en ligne et des\r
+utilisateurs du service JuriDig («utilisateurs» ou "vous") et\r
+reconnaissons l'importance de protéger les informations que nous recueillons à\r
+votre sujet. Cette politique de confidentialité explique comment nous\r
+collectons, utilisons, partageons et protégeons vos informations personnelles\r
+et comment vous pouvez exercer vos droits sur les informations personnelles que\r
+nous utilisons. "Informations personnelles" signifie toute\r
+information qui identifie ou peut être utilisée pour vous identifier,\r
+directement ou indirectement.</span></p>\r
+\r
+<p><span >Cette\r
+politique de confidentialité s'applique à (a) notre site Web www.JuriDig.lu, y\r
+compris les versions mobiles ou localisées et les sous-domaines (le «Site»), et\r
+(b) notre «Produit», qui est notre suite de services et les caractéristiques\r
+relatives à la gestion de rendez-vous, comme décrit plus en détail dans nos\r
+Conditions d'utilisation (avec le Site, le «Service»). Il couvre également le\r
+traitement des informations personnelles que nous pouvons collecter sur les\r
+réseaux sociaux et certaines autres sources tierces, comme décrit ci-dessous.</span></p>\r
+\r
+<p><span >Dès\r
+que vous accédez au site ou que vous interagissez avec le service, vous êtes\r
+également considéré comme un utilisateur du service pouvant être soumis à cette\r
+politique de confidentialité.</span></p>\r
+\r
+<p><span >Nous\r
+vous rappelons que nous fournissons le service aux entreprises ,indépendants et\r
+professions libérales qui ont leurs propres pratiques de confidentialité. Cette\r
+politique de confidentialité s'applique uniquement à nos propres pratiques en\r
+matière de données, et non aux pratiques de tiers que nous ne contrôlons pas.</span></p>\r
+\r
+<p><span >Pour\r
+la signification des termes que nous utilisons qui ne sont pas définis dans\r
+cette Politique de confidentialité, veuillez consulter nos Conditions\r
+d'utilisation.</span></p>\r
+\r
+<p><b><span >1.\r
+TYPES D'INFORMATIONS PERSONNELLES QUE NOUS COLLECTONS</span></b></p>\r
+\r
+<p><span >Les\r
+catégories de renseignements personnels que nous pouvons recueillir\r
+comprennent:</span></p>\r
+\r
+<ul >\r
+ <li><span >Les\r
+ informations d'inscription et de profil recueillies lors de votre\r
+ inscription au Service. Nous pouvons collecter des informations\r
+ personnelles, telles qu'un nom d'utilisateur, prénom et nom, numéro de\r
+ téléphone ou adresse e-mail, adresse, etc, lorsque vous vous inscrivez au\r
+ service ou si vous correspondez avec nous. Nous pouvons également\r
+ recueillir des informations sur vos interactions avec nous, y compris tout\r
+ contact que nous avons avec vous par téléphone, email ou en ligne. Pour\r
+ l'amélioration du service, la sécurité, le règlement des différends et la\r
+ formation, nous pouvons surveiller et enregistrer vos communications avec\r
+ nous (y compris par courriel et par téléphone) conformément aux lois\r
+ applicables.</span></li>\r
+ <li><span >Informations\r
+ de facturation collectées lorsque vous vous inscrivez pour un compte\r
+ payant. Nous pouvons collecter des informations de facturation si vous\r
+ vous inscrivez pour un compte payant.</span></li>\r
+ <li><span >Informations\r
+ personnelles et professionnelles recueillies lors de votre utilisation du\r
+ Service. Après avoir créé un compte pour le Service et pour vous fournir\r
+ le Service, nous pouvons collecter diverses informations via votre\r
+ utilisation du Service concernant votre entreprise et vos clients, par\r
+ exemple, votre numéro de téléphone, vos informations sur les comptes\r
+ débiteurs ou vos clients. «adresses postales ou numéros d'identification\r
+ des contribuables. Nous utilisons et partageons des informations sur vos\r
+ clients uniquement pour vous fournir [et vos clients] nos services [et\r
+ conformément à nos Conditions d'utilisation], comme décrit ci-dessous dans\r
+ la Section 3 (Comment nous utilisons les informations que nous collectons)\r
+ et la Section 4 ( Comment nous partageons vos informations).</span></li>\r
+ <li><span >Informations\r
+ personnelles et professionnelles recueillies lors de votre utilisation du\r
+ Service. Après avoir créé un compte pour le Service et pour vous fournir\r
+ le Service, nous pouvons collecter diverses informations via votre\r
+ utilisation du Service concernant votre entreprise, votre étude ou vos\r
+ clients par exemple, votre numéro de téléphone, vos informations sur les\r
+ rendez-vous. Nous utilisons et partageons des informations sur vos clients\r
+ ou patients uniquement pour vous fournir [et à vos clients] nos services\r
+ [et conformément à nos Conditions d'utilisation], comme décrit ci-dessous\r
+ dans la Section 3 (Comment nous utilisons les informations que nous\r
+ collectons) et la Section 4 ( Comment nous partageons vos informations).</span></li>\r
+ <li><span >Utilisation,\r
+ visualisation et informations techniques collectées lorsque vous utilisez\r
+ le service. Chaque fois que vous utilisez le Service (même si vous ne vous\r
+ inscrivez pas à notre Service), nous pouvons collecter des informations\r
+ sur la façon dont vous accédez au Service ou utilisez le Service ou entrez\r
+ des données. Pour plus d'informations sur la façon dont nous recueillons\r
+ et utilisons ces informations, voir la Section 2 (Notre utilisation des\r
+ cookies et autres technologies)</span></li>\r
+ <li><span >Informations\r
+ que nous collectons à partir des réseaux sociaux et d'autres sources. Nous\r
+ pouvons recevoir des informations vous concernant lorsque vous\r
+ interagissez avec le Service via différents médias sociaux, par exemple,\r
+ en vous connectant ou en nous «aimant» sur Facebook ou en nous «suivant»\r
+ sur Twitter. Les données que nous recevons dépendent de vos paramètres de\r
+ confidentialité avec le réseau social. Vous devez toujours examiner et, si\r
+ nécessaire, ajuster vos paramètres de confidentialité sur les sites Web et\r
+ services tiers avant de les lier ou de les connecter au service. En outre,\r
+ nous pouvons recevoir des informations vous concernant provenant d'autres\r
+ sources, telles que des références provenant d'autres sites Web ou\r
+ affiliés, des partenaires marketing ou des fournisseurs d'analyses, que\r
+ nous utilisons et partageons également conformément à cette Politique de\r
+ confidentialité. Nous le faisons uniquement lorsque nous avons vérifié que\r
+ ces tiers ont votre consentement ou sont légalement autorisés ou tenus de\r
+ nous divulguer vos renseignements personnels.</span></li>\r
+</ul>\r
+\r
+<p><b><span >2.\r
+NOTRE UTILISATION DES COOKIES ET AUTRES TECHNOLOGIES</span></b></p>\r
+\r
+<p><span >Cookies,\r
+Pixels et Web Beacons. Nous collectons automatiquement certains types d'informations\r
+d'utilisation lorsque vous accédez au Service ou l'utilisez, y compris des\r
+cookies et des technologies de suivi similaires, telles que les pixels et les\r
+pixels invisibles. Notre utilisation de cookies et d'autres technologies de\r
+suivi est discutée plus en détail dans notre déclaration de cookies. Bien que\r
+nous fassions de notre mieux pour respecter les préférences de confidentialité\r
+de nos utilisateurs, nous ne sommes pas en mesure de répondre aux signaux Do\r
+Not Track de votre navigateur, car nous estimons qu'il n'existe pas de norme\r
+sectorielle cohérente sur la façon de répondre à Do Not Track. paramètres du\r
+navigateur.</span></p>\r
+\r
+<p><span >ID\r
+de périphérique. Lorsque vous accédez au Site ou utilisez le Service via un\r
+appareil mobile, nous pouvons recevoir ou collecter et stocker un numéro\r
+d'identification unique associé à votre appareil ("ID de\r
+l'appareil"), opérateur mobile, type d'appareil et fabricant, numéro de\r
+téléphone et, selon les paramètres de votre appareil mobile, vos données de\r
+localisation géographique, y compris les coordonnées GPS (par exemple, latitude\r
+et / ou longitude) ou des informations similaires concernant l'emplacement de\r
+votre appareil mobile. Veuillez noter que nous ne collecterons pas votre\r
+emplacement géographique précis sans votre consentement mais que nous\r
+connaissons la ville ou le pays dans lequel vous vous trouvez. Comme pour les\r
+adresses IP, nous pouvons lier tout contact ou autre information personnelle\r
+que vous fournissez pendant une session de navigation au périphérique.\r
+Identifiant à partir duquel vous accédez au Site.</span></p>\r
+\r
+<p><b><span >3.\r
+COMMENT NOUS UTILISONS LES INFORMATIONS QUE NOUS COLLECTONS</span></b></p>\r
+\r
+<p><span >Nous\r
+utilisons vos informations de la manière suivante:</span></p>\r
+\r
+<ul >\r
+ <li><span >Fournir,\r
+ maintenir et améliorer le Service et nos autres produits et services, y\r
+ compris pour exploiter certaines fonctions et fonctionnalités du Service;</span></li>\r
+ <li><span >Pour\r
+ traiter votre commande ou vos demandes de renseignements</span></li>\r
+ <li><span >Pour\r
+ diagnostiquer ou résoudre des problèmes de technologie;</span></li>\r
+ <li><span >Pour\r
+ contrôler l'utilisation non autorisée ou abusive du Service et de nos\r
+ autres produits et services, ou autrement détecter, enquêter ou empêcher\r
+ des activités qui pourraient violer nos politiques ou être illégales;</span></li>\r
+ <li><span >Poursuivre\r
+ et / ou défendre un litige devant un tribunal, un arbitrage ou une procédure\r
+ judiciaire similaire, ou pour répondre à des demandes légitimes des\r
+ autorités publiques (y compris les exigences de sécurité nationale ou\r
+ d'application de la loi);</span></li>\r
+ <li><span >Pour\r
+ analyser les tendances, administrer ou optimiser le Service, surveiller l'utilisation\r
+ ou les modèles de trafic (y compris pour mieux comprendre comment vous\r
+ utilisez le Service) et recueillir des informations démographiques sur\r
+ notre base d'utilisateurs dans son ensemble;</span></li>\r
+ <li><span >Pour\r
+ fournir le service client;</span></li>\r
+ <li><span >Pour\r
+ communiquer directement avec vous, y compris par téléphone (comme décrit\r
+ ci-dessous), en vous envoyant des bulletins d'information, des promotions\r
+ et des offres spéciales ou des informations sur les nouveaux produits et\r
+ services sur une base continue en conformité avec vos préférences\r
+ marketing. Vos options de retrait pour les communications promotionnelles\r
+ sont décrites ci-dessous à la Section 5 (Vos choix concernant vos\r
+ informations). Vous pouvez vous désabonner de nos communications marketing\r
+ en cliquant sur "Se désabonner" au bas de l'e-mail ou en nous\r
+ contactant en utilisant les coordonnées fournies dans la rubrique\r
+ "Comment nous contacter" ci-dessous;</span></li>\r
+ <li><span >Pour\r
+ communiquer directement avec vous par téléphone, y compris pour répondre\r
+ aux demandes de renseignements ou aux commentaires du service à la\r
+ clientèle par l'intermédiaire du service, sur les médias sociaux ou\r
+ autrement, et pour discuter des problèmes liés à votre compte ou au\r
+ service. Vos options d'exclusion pour les appels de notre part sont\r
+ décrites ci-dessous à la Section 5 (Vos choix concernant vos informations)\r
+ ci-dessous;</span></li>\r
+ <li><span >Pour\r
+ mener à bien d'autres fins commerciales légitimes, ainsi que d'autres fins\r
+ légitimes au sujet desquelles nous vous informerons.</span></li>\r
+</ul>\r
+\r
+<p><span >Toute\r
+utilisation de vos informations qui est incompatible avec ce qui précède vous\r
+sera communiquée à l'avance afin que vous puissiez vous retirer de cette\r
+utilisation à votre discrétion.</span></p>\r
+\r
+<p><b><span >4. COMMENT\r
+NOUS PARTAGEONS VOS INFORMATIONS</span></b></p>\r
+\r
+<p><span >Nous\r
+pouvons partager vos informations personnelles avec:</span></p>\r
+\r
+<ul >\r
+ <li><span >Nos\r
+ sociétés mères, filiales et sociétés affiliées. Ces entreprises\r
+ utiliseront les informations de la même manière que nous pouvons en vertu\r
+ de cette politique de confidentialité;</span></li>\r
+ <li><span >Fournisseurs\r
+ tiers et autres fournisseurs de services qui effectuent des services en\r
+ notre nom, pour effectuer leur travail, notamment fournir des services\r
+ analytiques, d'archivage, d'audit, de comptabilité, juridiques , conseil\r
+ en affaires, opérations bancaires, paiement, livraison, traitement de\r
+ données, analyse de données, recherche, enquête, site Web ou autres\r
+ services technologiques;</span></li>\r
+ <li><span >Nos\r
+ processeurs de paiement, aux fins décrites à la Section 7 (Comment nous\r
+ stockons et protégeons vos informations);</span></li>\r
+ <li><span >Nos\r
+ partenaires commerciaux qui vous offrent conjointement un service, par\r
+ exemple, lors d'un concours ou d'une promotion coparrainé, conformément à\r
+ vos préférences marketing;</span></li>\r
+ <li><span >Les\r
+ autres utilisateurs du Service qui vous ont envoyé des rendez-vous ou des\r
+ autorisations ou avec qui vous avez interagi par le biais des\r
+ fonctionnalités du Service. </span><span>Par exemple, en tant qu'avocat exerçant\r
+ des droits sur d'autres rendez-vous;</span></li>\r
+ <li><span >Autres\r
+ parties liées à une transaction d'entreprise, telle qu'une fusion, vente\r
+ d'actifs ou d'actions, réorganisation, financement, changement de contrôle\r
+ ou acquisition de tout ou partie de nos activités par une autre société ou\r
+ un tiers ou en cas de faillite ou procédure connexe ou similaire;</span></li>\r
+ <li><span >Tierces\r
+ parties si nous croyons de bonne foi que la divulgation de ces\r
+ informations est raisonnablement nécessaire pour: (i) satisfaire à toute\r
+ loi, procédure légale ou demande gouvernementale; (ii) appliquer nos\r
+ Conditions d'utilisation, y compris l'investigation des violations\r
+ potentielles de celles-ci; ou (iii) protéger contre la fraude, les\r
+ dommages imminents au Service ou les droits, la propriété ou la sécurité\r
+ de JuriDig, nos utilisateurs ou le public tel que requis ou permis par la\r
+ loi; et Toute autre personne avec votre consentement à la divulgation.</span></li>\r
+</ul>\r
+\r
+<p><span >Nous\r
+pouvons également partager, agréger, anonymiser avec des tiers à d'autres fins.\r
+Ces informations ne vous identifient pas individuellement, mais peuvent inclure\r
+l'utilisation, la visualisation et les informations techniques que nous avons\r
+collectées grâce à notre technologie. Si la loi applicable nous oblige à\r
+traiter ces informations comme des Informations Personnelles, nous ne les\r
+divulguerons que de la manière décrite ci-dessus. Sinon, nous pouvons divulguer\r
+ces informations pour une raison quelconque. Veuillez noter que JuriDig n'est\r
+pas responsable si un destinataire de rendez-vous choisit de partager vos\r
+informations avec des tiers.</span></p>\r
+\r
+<p><b><span >5.\r
+VOS CHOIX À PROPOS DE VOS INFORMATIONS</span></b></p>\r
+\r
+<p><b><span>Vous contrôlez vos informations de compte et vos\r
+préférences de communication</span></b><span>: vous pouvez mettre à jour certaines de\r
+vos informations de compte et de vos préférences de communication à tout moment\r
+en vous connectant à votre compte et en modifiant les paramètres de votre\r
+compte. Vous pouvez également cesser de recevoir des appels de notre part en\r
+nous envoyant votre demande d'exclusion par courrier électronique à l'adresse <button class="btn" onclick="imsg('nbjmup;jogpAkvsjejh/mv');">info [ at ] juridig.lu</button>.\r
+Vous pouvez cesser de recevoir des courriels promotionnels de notre part en\r
+cliquant sur le lien de désabonnement fourni dans ces communications. Nous\r
+faisons tout notre possible pour traiter rapidement toutes les demandes de\r
+désinscription. Toutefois, vous ne pouvez pas désactiver les communications\r
+liées au service (vérification de compte, confirmations et rappels d'achat et\r
+de facturation, modifications / mises à jour des fonctionnalités du service,\r
+avis techniques et de sécurité), sauf si vous avez désactivé votre compte. Si\r
+vous avez des questions sur l'examen ou la modification des informations de\r
+votre compte, vous pouvez nous contacter directement à l'adresse indiquée dans\r
+la Section 12 (Comment nous contacter).</span></p>\r
+\r
+<p><b><span >Combien de temps gardons-nous vos informations\r
+personnelles?</span></b></p>\r
+\r
+<p><span >Les\r
+périodes de conservation peuvent varier considérablement en fonction du type\r
+d'information que nous recueillons et de la façon dont elles sont utilisées.\r
+Les périodes de rétention de JuriDig sont basées sur des critères incluant les\r
+périodes de conservation prescrites par la loi, les litiges en cours ou\r
+potentiels, nos droits de propriété intellectuelle, les exigences\r
+contractuelles, les directives ou besoins opérationnels et l'archivage\r
+historique.</span></p>\r
+\r
+<p><b><span >6.\r
+SUIVI PAR DES TIERS</span></b></p>\r
+\r
+<p><span >Nous\r
+pouvons autoriser des réseaux tiers, des sociétés de réseaux sociaux et\r
+d'autres services tiers à collecter des informations sur votre comportement de\r
+navigation sur le Service à l'aide de cookies, de plug-ins sociaux ou d'autres\r
+technologies de suivi. Nous ne partagerons pas d'informations sur vos clients,\r
+votre étude ou votre entreprise avec ces tiers. Généralement, les informations\r
+sont collectées via des cookies ou des technologies de suivi similaires. La\r
+seule façon de désactiver complètement la collecte de toute information par le\r
+biais de cookies ou d'autres technologies de suivi consiste à gérer activement\r
+les paramètres de votre navigateur ou de votre appareil mobile. Veuillez vous\r
+reporter aux informations techniques de votre navigateur ou de votre appareil\r
+mobile pour savoir comment supprimer et désactiver les cookies, ainsi que\r
+d'autres outils de suivi / enregistrement. (Pour en savoir plus sur les\r
+cookies, effacer les gifs / web beacons et les technologies connexes et comment\r
+vous pouvez choisir de ne pas participer à ce suivi, vous pouvez visiter\r
+http://www.allaboutcookies.org et / ou le Network Advertising Initiative en\r
+ligne ressources, à http://www.networkadvertising.org.) En fonction de votre\r
+appareil mobile, il se peut que vous ne puissiez pas contrôler les technologies\r
+de suivi via les paramètres. Si vous avez des questions concernant le retrait\r
+de la collection de cookies et d'autres outils de suivi / enregistrement, vous\r
+pouvez nous contacter directement à l'adresse indiquée à la section 12 (Comment\r
+nous contacter).</span></p>\r
+\r
+<p><b><span >7.\r
+COMMENT NOUS STOCKONS ET PROTÉGEONS VOS INFORMATIONS</span></b></p>\r
+\r
+<p><b><span >Stockage, traitement et transferts internationaux:</span></b><span\r
+> Les\r
+informations collectées via le Service peuvent être stockées et traitées au\r
+Luxembourg, en France, en Belgique ou en Allemagne. Nous avons pris les mesures\r
+de sécurité appropriées pour exiger que vos renseignements personnels demeurent\r
+protégés conformément à la présente politique de confidentialité. Ces\r
+sauvegardes peuvent inclure des informations personnelles des résidents de l'UE\r
+mettant en \9cuvre les clauses contractuelles standard de la Commission\r
+européenne pour les transferts de renseignements personnels avec nos\r
+fournisseurs de services et partenaires tiers. D'autres détails seront fournis\r
+sur demande.</span></p>\r
+\r
+<p><b><span >Protection de vos informations:</span></b><span\r
+> JuriDig\r
+se soucie de la sécurité de vos informations et utilise des mesures techniques\r
+et organisationnelles appropriées pour préserver l'intégrité et la sécurité de\r
+toutes les informations collectées via le Service. Cependant, aucun système de\r
+sécurité n'est impénétrable et nous ne pouvons garantir la sécurité de nos\r
+systèmes à 100%. Dans le cas où des informations sous notre contrôle sont\r
+compromises à la suite d'une violation de la sécurité, JuriDig prendra des\r
+mesures raisonnables pour enquêter sur la situation et, le cas échéant,\r
+informer les personnes dont les informations pourraient avoir été compromises\r
+et prendre d'autres mesures conforméement à toutes les lois et réglementations\r
+applicables.</span></p>\r
+\r
+<p><b><span >Sécurité par mot de passe:</span></b><span \r
+> Votre mot de\r
+passe est un élément important de notre système de sécurité, et vous êtes\r
+responsable du maintien de la confidentialité de votre mot de passe et compte,\r
+et êtes entièrement responsable de toutes les activités qui se produisent sous\r
+votre mot de passe ou compte. Vous devez signaler tout abus ou compromission de\r
+votre mot de passe à JuriDig à l'adresse de contact indiquée dans la Section 12\r
+(Comment nous contacter) dès que vous avez connaissance d'un tel abus ou\r
+compromis.</span></p>\r
+\r
+<p><b><span >8.\r
+BASE JURIDIQUE DU TRAITEMENT DES RENSEIGNEMENTS PERSONNELS (VISITEURS DE L'UE\r
+SEULEMENT)</span></b></p>\r
+\r
+<p><span >Si\r
+vous êtes un utilisateur de l'UE, notre base juridique pour la collecte et\r
+l'utilisation des Informations Personnelles décrites ci-dessus dépendra des\r
+Informations Personnelles concernées et du contexte spécifique dans lequel nous\r
+les collectons.</span></p>\r
+\r
+<p><span >Cependant,\r
+nous ne collecterons normalement vos informations personnelles que si nous\r
+avons votre consentement, si nous avons besoin des informations personnelles\r
+pour conclure un contrat avec vous, ou si le traitement est dans notre intérêt\r
+légitime et n'est pas outrepassé par vos intérêts en matière de protection des\r
+données, ou les droits et libertés fondamentaux. Dans certains cas, nous\r
+pouvons également avoir l'obligation légale de collecter des informations\r
+personnelles auprès de vous.</span></p>\r
+\r
+<p><span >Si\r
+nous vous demandons de fournir des renseignements personnels pour se conformer\r
+à une exigence légale ou pour établir un contact avec vous, nous le préciserons\r
+au moment opportun et nous vous aviserons si la fourniture de vos\r
+renseignements personnels est obligatoire ou non (ainsi que de les conséquences\r
+possibles si vous ne fournissez pas vos informations personnelles).</span></p>\r
+\r
+<p><span >De\r
+même, si nous recueillons et utilisons vos renseignements personnels en nous\r
+fondant sur nos intérêts légitimes (ou ceux de tiers), nous vous indiquerons\r
+clairement, au moment pertinent, quels sont ces intérêts légitimes.</span></p>\r
+\r
+<p><span >Si\r
+vous avez des questions ou avez besoin de plus d'informations concernant la\r
+base légale sur laquelle nous collectons et utilisons vos informations\r
+personnelles, veuillez nous contacter en utilisant les coordonnées fournies\r
+dans la Section 12 (Comment nous contacter).</span></p>\r
+\r
+<p><b><span >9. VOS\r
+DROITS DE PROTECTION DES DONNÉES</span></b></p>\r
+\r
+<p><span >Vous\r
+disposez des droits de protection des données suivants: </span></p>\r
+\r
+<ul >\r
+ <li><span >Pour\r
+ accéder, corriger, mettre à jour ou demander la suppression de vos\r
+ informations personnelles. JuriDig prend des mesures raisonnables pour\r
+ s'assurer que les données que nous recueillons sont fiables pour l'usage\r
+ prévu, exactes, complètes et à jour. Vous pouvez exercer ces droits en\r
+ nous contactant en utilisant les coordonnées fournies dans la Section 12\r
+ (Comment nous contacter) </span></li>\r
+ <li><span >De\r
+ plus, si vous résidez dans l'UE, vous pouvez vous opposer au traitement de\r
+ vos Informations personnelles, nous demander de restreindre le traitement\r
+ de vos Informations personnelles ou demander le transfert de vos\r
+ Informations personnelles. </span><span >Vous pouvez exercer ces droits en\r
+ nous contactant en utilisant les coordonnées fournies dans la Section 12\r
+ (Comment nous contacter).</span></li>\r
+ <li><span >De\r
+ même, si nous avons recueilli et traité vos renseignements personnels avec\r
+ votre consentement, vous pouvez retirer votre consentement à tout moment.\r
+ Le retrait de votre consentement n'affectera pas la légalité du traitement\r
+ que nous avons effectué avant votre retrait, ni le traitement de vos\r
+ renseignements personnels effectué en se fondant sur des motifs de traitement\r
+ légaux autres que le consentement.</span></li>\r
+ <li><span >Vous\r
+ avez le droit de vous plaindre à une autorité de protection des données de\r
+ notre collecte et de l'utilisation de vos informations personnelles. </span><span\r
+ >Pour plus\r
+ d'informations, veuillez contacter votre autorité locale de protection des\r
+ données.</span></li>\r
+</ul>\r
+\r
+<p><span >Nous\r
+répondons à toutes les demandes que nous recevons de particuliers souhaitant\r
+exercer leurs droits de protection des données conformément aux lois\r
+applicables en matière de protection des données. Nous pouvons vous demander de\r
+vérifier votre identité afin de nous aider à répondre efficacement à votre\r
+demande.</span></p>\r
+\r
+<p><b><span >10.\r
+PROTECTION DES MINEURS</span></b></p>\r
+\r
+<p><span >JuriDig\r
+ne recueille ni ne sollicite sciemment aucune information de toute personne de\r
+moins de 18 ans ou autorise sciemment ces personnes à s'inscrire en tant\r
+qu'utilisateurs. Si nous apprenons que nous avons recueilli des renseignements\r
+personnels d'un mineur, nous supprimerons ces renseignements le plus rapidement\r
+possible. Si vous croyez que nous pourrions avoir des renseignements personnels\r
+d'un mineur, veuillez nous contacter à l'adresse indiquée à la Section 12\r
+(Comment nous contacter).</span></p>\r
+\r
+<p><b><span >11.\r
+LIENS VERS D'AUTRES SITES WEB ET SERVICES</span></b></p>\r
+\r
+<p><span >Le\r
+Service peut intégrer ou contenir des liens vers d'autres sites et services de\r
+tiers. Nous ne sommes pas responsables des pratiques employées par des sites\r
+Web tiers ou des services intégrés, liés ou liés au Service, et vos\r
+interactions avec un site Web ou un service tiers sont soumises aux propres\r
+règles et politiques de ce tiers. Vous êtes responsable de l'examen des\r
+politiques de confidentialité des sites Web de tiers et de prendre vos propres\r
+décisions concernant l'exactitude, la fiabilité et l'exactitude du matériel et\r
+de l'information trouvés.</span></p>\r
+\r
+<p><b><span >12.\r
+COMMENT NOUS CONTACTER</span></b></p>\r
+\r
+<p><span >Si\r
+vous avez des questions ou si vous avez besoin de nous contacter en relation\r
+avec cette politique de confidentialité ou le service, veuillez nous contacter\r
+à:</span></p>\r
+\r
+<p><b><span>DKS S.àr.l.</span></b>\r
+<br/><span>n° RCS: B168572</span><br/><span\r
+>Adresse: 8B, rue du Moulin, L - 6914 Roodt-sur-Syre</span><br/>\r
+<span>Gérant: Kilian SAFFRAN</span><br/>\r
+<span>Email:<button class="btn" onclick="imsg('nbjmup;jogpAkvsjejh/mv');">info [ at ] juridig.lu</button></span></p>\r
+\r
+<p><b><span >13.\r
+MODIFICATIONS DE NOTRE POLITIQUE DE CONFIDENTIALITÉ</span></b></p>\r
+\r
+<p><span >JuriDig\r
+peut modifier ou mettre à jour cette politique de confidentialité de temps en\r
+temps pour refléter les changements dans nos activités et pratiques ou lois\r
+applicables, et vous devriez donc consulter cette page périodiquement. Nous\r
+mettrons à jour la date de «dernière modification» au haut de cette page\r
+lorsque nous apporterons des modifications. De plus, lorsque nous modifions\r
+cette politique de confidentialité de manière significative, nous vous\r
+informerons de tout changement important en plus de mettre à jour la date de la\r
+dernière mise à jour en haut de cette politique de confidentialité.</span></p>\r
</div>
\ No newline at end of file
-[% USE dksdb = DBI(dsn, dbuser, dbpassword) %]
-<!DOCTYPE html>
-<html lang="fr">
-[% INCLUDE block/head.tt %]
-<body id="page-top">
-
-[% IF pagename == 'index' && abspath== '' %]
- [% INCLUDE block/header.tt %]
-[% END %]
-[% INCLUDE block/topnav.tt %]
-
-[% INCLUDE $page %]
-
-[% INCLUDE block/footer.tt %]
-[% INCLUDE block/javascript.tt %]
-</body>
+[% USE dksdb = DBI(dsn, dbuser, dbpassword) %]\r
+<!DOCTYPE html>\r
+<html lang="fr">\r
+[% INCLUDE block/head.tt %]\r
+<body id="page-top">\r
+\r
+[% IF pagename == 'index' && abspath== '' %]\r
+ [% INCLUDE block/header.tt %]\r
+[% END %]\r
+[% INCLUDE block/topnav.tt %]\r
+\r
+[% INCLUDE $page %]\r
+\r
+[% INCLUDE block/footer.tt %]\r
+[% INCLUDE block/javascript.tt %]\r
+</body>\r
</html>
\ No newline at end of file
-/*!
- * Bootstrap-select v1.13.10 (https://developer.snapappointments.com/bootstrap-select)
- *
- * Copyright 2012-2019 SnapAppointments, LLC
- * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
- */
-
+/*!\r
+ * Bootstrap-select v1.13.10 (https://developer.snapappointments.com/bootstrap-select)\r
+ *\r
+ * Copyright 2012-2019 SnapAppointments, LLC\r
+ * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)\r
+ */\r
+\r
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {