new pisilinux web sites
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
<script src="https://cdn.tiny.cloud/1/d6svnnvb45e83intvoi2vqxggihegsrd73eah9unxtrcz5r3/tinymce/5/tinymce.min.js" referrerpolicy="origin"></script>
|
||||
<script type="text/javascript">
|
||||
/* forum */
|
||||
tinymce.init({
|
||||
selector: '#editor',
|
||||
height: 300,
|
||||
menubar: false,
|
||||
toolbar: 'bold italic underline strikethrough | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | image media | emoticons codesample | undo redo',
|
||||
plugins: [
|
||||
'image lists imagetools',
|
||||
'advlist lists image charmap hr anchor pagebreak',
|
||||
'searchreplace wordcount visualchars ',
|
||||
'insertdatetime media nonbreaking table directionality',
|
||||
'emoticons template paste textpattern imagetools toc codesample'
|
||||
],
|
||||
image_advtab: true,
|
||||
language: 'tr_TR',
|
||||
relative_urls: true,
|
||||
remove_script_host: false,
|
||||
urlconverter_callback : 'customURLConverter',
|
||||
});
|
||||
|
||||
/* bugs system */
|
||||
tinymce.init({
|
||||
selector: '#system',
|
||||
height: 300,
|
||||
menubar: false,
|
||||
skin: 'oxide',
|
||||
theme: 'silver',
|
||||
toolbar: 'bold italic underline strikethrough | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image media | forecolor backcolor emoticons codesample | cut copy paste | undo redo',
|
||||
plugins: [
|
||||
'image autolink lists link imagetools',
|
||||
'advlist autolink lists link image charmap hr anchor pagebreak',
|
||||
'searchreplace wordcount visualchars ',
|
||||
'insertdatetime media nonbreaking table directionality',
|
||||
'emoticons template paste textcolor colorpicker textpattern imagetools toc codesample'
|
||||
],
|
||||
image_advtab: true,
|
||||
placeholder: 'Bilgisayarınız hakkında bilgileri buraya ekleyebilirsiniz ( Hata kaydı haricinde burayı doldurmak zorunda değilsiniz )',
|
||||
|
||||
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user