Changeset 459
- Timestamp:
- 08/19/07 21:23:52 (3 years ago)
- Location:
- expansion_pack/textcube/plugins
- Files:
-
- 3 added
- 2 removed
- 1 modified
-
CT_Needlworks_stories (added)
-
CT_Needlworks_stories/index.php (added)
-
CT_Needlworks_stories/index.xml (added)
-
CT_TNF_Notice (deleted)
-
CT_Tattertools_Notice (deleted)
-
JP_EolinTagSearchTT/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
expansion_pack/textcube/plugins/JP_EolinTagSearchTT/index.php
r441 r459 2 2 function getEolinTagSearch($target, $mother) { 3 3 global $entries, $defaultURL, $pluginURL, $configVal; 4 4 5 requireComponent('Textcube.Function.misc'); 5 6 $data = misc::fetchConfigVal($configVal); … … 12 13 $tempTagArr = array(); 13 14 foreach($target as $tag => $tagLink) { 14 array_push($tempTagArr,$tagLink.15 $tempTagArr[$tag] = $tagLink. 15 16 (($data['c1']==1)?"<a href=\"http://eolin.com/tag/".encodeURL($tag)."\" target=\"_blank\" onfocus=\"this.blur()\" title=\"{$e_title}\"><img src=\"{$pluginURL}/images/{$eolinIMG}\" border=\"0\" align=\"top\" alt=\"{$e_title}\" /></a>":""). 16 17 (($data['c2']==1)?"<a href=\"http://tags.allblog.net/".rawurlencode($tag)."/\" target=\"_blank\" onfocus=\"this.blur()\" title=\"{$a_title}\"><img src=\"{$pluginURL}/images/{$allblogIMG}\" border=\"0\" align=\"top\" alt=\"{$a_title}\" /></a>":""). 17 18 (($data['c3']==1)?"<a href=\"http://www.technorati.com/tag/".rawurlencode($tag)."\" target=\"_blank\" onfocus=\"this.blur()\" title=\"{$t_title}\"><img src=\"{$pluginURL}/images/{$technoratiIMG}\" border=\"0\" align=\"top\" alt=\"{$t_title}\" /></a>":""). 18 19 (($data['c4']==1)?"<a href=\"http://www.tagstory.com/video/video_tag.aspx?tag=".tagEncoding($tag)."\" target=\"_blank\" onfocus=\"this.blur()\" title=\"{$tg_title}\"><img src=\"{$pluginURL}/images/{$tagstoryIMG}\" border=\"0\" align=\"top\" alt=\"{$tg_title}\" /></a>":""). 19 (($data['c5']==1)?"<a href=\"http://www.tistory.com/search/tag/".encodeURL($tag)."\" target=\"_blank\" onfocus=\"this.blur()\" title=\"{$bp_title}\"><img src=\"{$pluginURL}/images/{$tistoryIMG}\" border=\"0\" align=\"top\" alt=\"{$bp_title}\" /></a>":"") 20 ); 20 (($data['c5']==1)?"<a href=\"http://www.tistory.com/search/tag/".encodeURL($tag)."\" target=\"_blank\" onfocus=\"this.blur()\" title=\"{$bp_title}\"><img src=\"{$pluginURL}/images/{$tistoryIMG}\" border=\"0\" align=\"top\" alt=\"{$bp_title}\" /></a>":""); 21 21 } 22 22 $target = $tempTagArr;