Changeset 209641
- Timestamp:
- 02/24/2010 01:44:49 AM (16 years ago)
- Location:
- turkce-konus/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
turkce-konus.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
turkce-konus/trunk/readme.txt
r207485 r209641 14 14 2. Eklentiler sayfasından eklentiyi etkinleştiriniz. 15 15 3. Görünüm/Bileşenler sayfasından temanıza ekleyip bir tema seçiniz. 16 * Dilerseniz Tema ve Yön seçerek ekl netiyi sitenize daha uyumlu hale getirebilirsiniz.16 * Dilerseniz Tema ve Yön seçerek eklentiyi sitenize daha uyumlu hale getirebilirsiniz. 17 17 18 18 == Changelog == 19 19 20 = 2. 2=21 * 18.02.2010 - Temalar değişti ve yön seçeneği eklendi.20 = 2.3 - 24.02.2010 = 21 * Metin gösterim seçeneği eklendi 22 22 23 = 2.1 = 24 * 20.01.2010 - Tema desteği eklendi. 23 = 2.2 - 18.02.2010 = 24 * Deniz teması eklendi 25 * Yaprak Teması eklendi 26 * Dikey ve Yatay gösterim seçeneği eklendi 25 27 26 = 2.0 = 27 * 19.01.2010 - Bileşen görüntüsü değiştirildi. 28 = 2.1 - 20.01.2010 = 29 * Tema desteği eklendi 30 * Bayrak teması eklendi 31 * Wordpress teması eklendi 28 32 29 = 1.0 = 30 * 18.01.2010 - Türkçe Konuş yayınlandı. 33 = 2.0 - 19.01.2010 = 34 * Bileşen görüntüsü değiştirildi 35 36 = 1.0 - 18.01.2010 = 37 * Türkçe Konuş yayınlandı -
turkce-konus/trunk/turkce-konus.php
r207485 r209641 4 4 Plugin URI: http://wordpress.org/extend/plugins/turkce-konus 5 5 Description: Toplumda sıkça kullanılan İngilizce kökenli kelimeler yerine kullanabileceğimiz Türkçe kelimeleri hatırlatır. 6 Version: 2. 26 Version: 2.3 7 7 Author: Süleyman ÜSTÜN 8 8 Author URI: http://www.suleymanustun.com … … 27 27 ?> 28 28 29 <?php }elseif ($theme=='Bayrak'){ ?> 29 30 <?php if($dir=='' OR $dir=='Yatay'):?> 30 31 <div style="height:72px; padding-left:5px; background:url(<?=bloginfo("url");?>/wp-content/plugins/turkce-konus/images/bayrak/hl.gif) no-repeat;"> … … 89 90 <?php endif;?> 90 91 92 <?php }elseif ($theme=='Metin'){ ?> 93 <?php if($dir=='' OR $dir=='Yatay'):?> 94 <div style="padding:5px;"> 95 <div style="font: 20px Georgia, Times,Sans-Serif;"><strong>Türkçe Konuş</strong></div> 96 <div style="font-family:Trebuchet MS; font-size:10pt; font-weight:bold; line-height:20px;">Lütfen <?=$eng;?> yerine <?=$trk;?> kelimesini kullanın.</div> 97 </div> 98 <?php elseif($dir=='Dikey'):?> 99 <div style="padding:5px;"> 100 <div style="padding-top:5px; font: 20px Georgia, Times,Sans-Serif; text-align:center;"><strong>Türkçe<br/>Konuş</strong></div> 101 <div style="font-family:Trebuchet MS; font-size:10pt; text-align:center; font-weight:bold; line-height:24px;">Lütfen<br/><?=$eng;?><br/>yerine<br/><?=$trk;?><br/>kelimesini<br/>kullanın.</div> 102 </div> 103 <?php endif;?> 104 91 105 <?php 92 106 } … … 107 121 <select id="<?php echo $this->get_field_id('theme'); ?>" name="<?php echo $this->get_field_name('theme'); ?>" class="widefat"> 108 122 <option><?php echo $theme; ?></option> 123 <option>Metin</option> 109 124 <option>Bayrak</option> 110 125 <option>Deniz</option>
Note: See TracChangeset
for help on using the changeset viewer.