Kode Melar Ciut untuk copy paste legal

Ini adalah kode melar dan ciut untuk copy paste legal;

#KCP {padding:.5em; width:95%!important; border:solid 1px #CCC;
                    -moz-border-radius:5px;
            -webkit-border-radius:5px;
            border-radius:5px;   
            font-size:smaller;
            font-family:"Courier New", Courier, monospace;
}


<script type="text/javascript">
function melar(){
    document.getElementById("KCP").rows = 15;
}
function ciut(){
    document.getElementById("KCP").rows = 5;
}
</script>

<?php
// kode yg belum termasuk masukkan di sini
?>
<div style='clear:both; border:thick yellow solid; padding:10px'>
<center style='color:green; font-size:larger; font-weight:bold'>Kode Copy Paste</center>
<textarea id='KCP' onfocus="melar()" onClick="melar()" onBlur="ciut()" style='background-color:yellow' style='width:100%'>
<?php echo $content; ?>
</textarea>
<center style='color:green;'>Gunakan kode diatas untuk copy paste artikel ini</center>
</div>



catatan:
belum termasuk string content sebagai ; apply_filters('the_content', str_replace(' ',' ',get_the_content()));
belum termasuk ;
$purwedi = stt_terms_list();
$content = str_replace($purwedi,"",$content);

Tidak ada komentar:

Posting Komentar