Changeset 154722
- Timestamp:
- 09/14/2009 05:23:06 PM (16 years ago)
- Location:
- seekxl-snapr/trunk
- Files:
-
- 4 edited
-
css/bubble.css (modified) (1 diff)
-
liesmich.txt (modified) (2 diffs)
-
readme.txt (modified) (4 diffs)
-
seekxl-snapr.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
seekxl-snapr/trunk/css/bubble.css
r68839 r154722 1 .seekxl_bubble { 2 position:absolute; 3 top: -500px; 4 left: 0; 5 visibility: hidden; 6 width: 200px; 7 margin: 0px; 8 } 9 div[class="seekxl_bubble"] { 10 margin: 10px 0 10px 5px; 11 /* Remove below line to remove shadow in none IE. */ 12 background: url(http://snapr.seekxl.de/media/shadow.png) no-repeat bottom right !important; 13 } 14 .seekxl_bubble div { 15 position:relative; 16 bottom:6px; 17 right: 6px; 18 border:1px solid #bbbbbb; 19 font:normal 12px Verdana; 20 line-height: 18px; 21 z-index: 100; 22 background-color: white; 23 width: 100%; 24 text-align: center; 25 background-position: 50% 50%; 26 background-repeat: no-repeat; 27 background-image: url(http://snapr.seekxl.de/media/throbber.gif); 28 /* Remove below line to remove shadow in IE. */ 29 filter: progid:DXImageTransform.Microsoft.Shadow(color=#bbbbbb,direction=135,Strength=1); 30 } 31 .seekxl_bubble h2 { 32 font-size:11px; 33 margin:3px 0 0 0; 34 padding:0; 35 } 36 37 #seekxl_arrowhead{ 38 z-index: 99; 39 position:absolute; 40 top: -500px; 41 left: 0; 42 visibility: hidden; 43 width: 11px; 44 height: 9px; 45 border: 0 !important; 46 } 47 .seekxl_bubble div * { 48 border: 0 !important; 49 } 1 #seekxl_arrowhead{z-index:99;position:absolute;top:-500px;left:0;visibility:hidden;width:11px;height:9px;border:0!important} 2 div[class="seekxl_bubble"]{background:url(http://snapr.seekxl.de/media/shadow.png) no-repeat bottom right!important;margin:10px 0 10px 5px} 3 .seekxl_bubble{position:absolute;top:-500px;left:0;visibility:hidden;width:200px;margin:0} 4 .seekxl_bubble div *{border:0!important} 5 .seekxl_bubble div{position:relative;bottom:6px;right:6px;border:1px solid #bbb;font:normal 12px Verdana;line-height:18px;z-index:100;background-color:#FFF;width:100%;text-align:center;background-position:50% 50%;background-repeat:no-repeat;background-image:url(http://snapr.seekxl.de/media/throbber.gif);filter:progid:DXImageTransform.Microsoft.Shadow(color=#bbbbbb,direction=135,Strength=1)} 6 .seekxl_bubble h2{font-size:11px;margin:3px 0 0;padding:0} -
seekxl-snapr/trunk/liesmich.txt
r68839 r154722 3 3 Tags: formatting, screenshot, post 4 4 Requires at least: 2.0.2 5 Tested up to: 2. 6.26 Stable tag: 2.0. 35 Tested up to: 2.8.4 6 Stable tag: 2.0.4 7 7 8 8 Dieses Plugin versieht externe Links mit einem Tooltip, indem ein Screenshot der Zielseite angezeigt wird. … … 80 80 v2.0.3 Bugfix 81 81 * Bugfix für kleine Probleme mit dem IE7 82 v2.0.4 83 * Test mit WordPress 2.8.4; CSS File verkleinert und das Layout der Admin Seite dem aktuellen WordPress Layout angepasst -
seekxl-snapr/trunk/readme.txt
r68839 r154722 3 3 Tags: formatting, screenshot, post 4 4 Requires at least: 2.0.2 5 Tested up to: 2. 6.26 Stable tag: 2.0. 35 Tested up to: 2.8.4 6 Stable tag: 2.0.4 7 7 8 8 This plugin attaches a tooltip with a screenshot of the linktarget to every external link. … … 67 67 == Changelog == 68 68 69 V1.0 70 69 = 1.0 = 71 70 * Initial release 72 71 73 V1.1 74 72 = 1.1 = 75 73 * Internationalization: Plugin is now in english, but a german translation is included. The plugin can now be translated easily using poedit. 76 74 * Using a shrunk version of the bubble.js which saves about 900 bytes … … 78 76 * Bugfix in bubble.js 79 77 80 v2.0 81 78 = 2.0 = 82 79 * plugin is upgraded to the new version of the SeekXL snapr tool 83 80 * the tooltipbox is now variable, as it will show up on free space in the browser window … … 85 82 * changed the manual markup of seekxl-snapr links the the original method of seekxl snapr (class="seekxlsnaprM" is now size=M") 86 83 87 v2.0.1 88 84 = 2.0.1 = 89 85 * small bugfix. The javascript created unnecessary links to the stylesheet. 90 86 91 v2.0.2 92 87 = 2.0.2 = 93 88 * translated to italian by Gianni Diurno 94 89 95 v2.0.3 90 = 2.0.3 = 91 * Bugfix for IE7 issues, when IE7 not running in quirks mode 96 92 97 * Bugfix for IE7 issues, when IE7 not running in quirks mode 93 = 2.0.4 = 94 * Tested with WP 2.8.4; reduced CSS file; updated admin options to up to date layout style -
seekxl-snapr/trunk/seekxl-snapr.php
r68839 r154722 4 4 Plugin URI: http://www.zyblog.de/wordpress-plugins/seekxl-snapr/ 5 5 Description: Versieht externen Links mit einen Screenshot Thumbnail mit Hilfe von <a href="http://snapr.seekxl.de/">seekXL Snapr</a>. 6 Version: 2.0. 36 Version: 2.0.4 7 7 Author: Tim Zylinski 8 8 Author URI: http://www.zyblog.de 9 9 10 Copyright 200 8Tim Zylinski (email : websitecontact [a t ] zylinski DOT de)10 Copyright 2009 Tim Zylinski (email : websitecontact [a t ] zylinski DOT de) 11 11 12 12 This program is free software; you can redistribute it and/or modify … … 24 24 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 25 */ 26 27 26 28 27 29 if (!class_exists("SeekXLSnapr")) { … … 107 109 108 110 update_option($this->adminOptionsName, $devOptions); 109 110 ?> 111 <div class="updated"><p><strong><?php _e("Settings Updated.", "SeekXLSnapr");?></strong></p></div> 112 <?php 111 $updated = true; 113 112 } ?> 113 114 114 <div class=wrap> 115 115 <form method="post" action="<?php echo $_SERVER["REQUEST_URI"]; ?>"> 116 116 117 <h2><?php _e("seekXL Snapr Settings","SeekXLSnapr"); ?></h2> 117 <h3><?php _e("Show screenshots for all external links?","SeekXLSnapr"); ?></h3> 118 <p><?php _e("\"Yes\" activates the screenshots for all external links. \"No\" keeps the plugin active, but the screenshot tooltips will be shown only when the links are tagged manually. How this is done, you can learn in <i>readme.txt</i>","SeekXLSnapr"); ?><p> 119 <label for="seekXLSnaprShowAll_yes"><input type="radio" id="seekXLSnaprShowAll_yes" name="seekXLSnaprShowAll" value="true" <?php if ($devOptions['show_all'] == "true") { echo 'checked="checked"'; }?> /> <?php _e("Yes","SeekXLSnapr"); ?></label> 120 121 <label for="seekXLSnaprShowAll_no"><input type="radio" id="seekXLSnaprShowAll_no" name="seekXLSnaprShowAll" value="false" <?php if ($devOptions['show_all'] == "false") { echo 'checked="checked"'; }?>/> <?php _e("No","SeekXLSnapr"); ?></label> 122 </p> 123 <br /> 124 <h3><?php _e("Thumbnail size","SeekXLSnapr"); ?></h3> 125 <p><?php _e("Choose the size of the screenshot thumbnails.","SeekXLSnapr"); ?></p> 126 <p> 127 <select name="seekXLSnaprThumbnailSize" id="seekXLSnaprThumbnailSize"><?php _e("Thubmnail size:","SeekXLSnapr"); ?> 128 <option <?php if($devOptions['thumbnail_size'] == "T") { echo 'selected'; } ?> value="T"><?php _e("tiny 100x75","SeekXLSnapr"); ?></option> 129 <option <?php if($devOptions['thumbnail_size'] == "S") { echo 'selected'; } ?> value="S"><?php _e("small 200x150","SeekXLSnapr"); ?></option> 130 <option <?php if($devOptions['thumbnail_size'] == "M") { echo 'selected'; } ?> value="M"><?php _e("medium 400x300","SeekXLSnapr"); ?></option> 131 <option <?php if($devOptions['thumbnail_size'] == "L") { echo 'selected'; } ?> value="L"><?php _e("large 640x480","SeekXLSnapr"); ?></option> 132 </select> 133 </p> 134 <br /> 135 <h3><?php _e("Use own logo?","SeekXLSnapr"); ?></h3> 136 <p><?php _e("To use your own logo, you need to <a href=\"http://snapr.seekxl.de/register/\">register</a> and fill in your logo key below.","SeekXLSnapr"); ?> 137 <br /> 138 <?php _e("Your own logos will not be shown, until a key is entered and the setting is set to \"Yes\".","SeekXLSnapr"); ?> 139 </p> 140 <p> 141 <label for="seekXLSnaprUseLogo_yes"><input type="radio" id="seekXLSnaprUseLogo_yes" name="seekXLSnaprUseLogo" value="true" <?php if ($devOptions['use_logo_key'] == "true") { echo 'checked="checked"'; }?> /> <?php _e("Yes","SeekXLSnapr"); ?></label> 142 143 <label for="seekXLSnaprUseLogo_no"><input type="radio" id="seekXLSnaprUseLogo_no" name="seekXLSnaprUseLogo" value="false" <?php if ($devOptions['use_logo_key'] == "false") { echo 'checked="checked"'; }?>/> <?php _e("No","SeekXLSnapr"); ?></label> 144 </p> 145 <br /> 146 <h3><?php _e("Logo Key","SeekXLSnapr"); ?></h3> 147 <p><label for="seekXLSnaprLogoKey"><input type="text" id="seekXLSnaprLogoKey" name="seekXLSnaprLogoKey" size="32" value="<?php if ($devOptions['logo_key'] != "") { echo $devOptions['logo_key']; } ?>"></label></p> 148 149 <div class="submit"> 150 <input type="submit" name="update_seekXLSnaprSettings" value="<?php _e('Update Settings', 'SeekXLSnapr'); ?>" /></div> 118 119 <?php if($updated) {?> 120 <div class="updated"><p><strong><?php _e("Settings Updated.", "SeekXLSnapr");?></strong></p></div> 121 <?php } ?> 122 123 <h3>Allgemeine Einstellungen</h3> 124 <table class="form-table"> 125 <tr> 126 <th scope="row" valign="top"><?php _e("Show screenshots for all external links?","SeekXLSnapr"); ?></th> 127 <td> 128 <p> 129 <label for="seekXLSnaprShowAll_yes"><input type="radio" id="seekXLSnaprShowAll_yes" name="seekXLSnaprShowAll" value="true" <?php if ($devOptions['show_all'] == "true") { echo 'checked="checked"'; }?> /> <?php _e("Yes","SeekXLSnapr"); ?></label> 130 <label for="seekXLSnaprShowAll_no"><input type="radio" id="seekXLSnaprShowAll_no" name="seekXLSnaprShowAll" value="false" <?php if ($devOptions['show_all'] == "false") { echo 'checked="checked"'; }?>/> <?php _e("No","SeekXLSnapr"); ?></label> 131 </p> 132 <span class="description"><?php _e("\"Yes\" activates the screenshots for all external links. \"No\" keeps the plugin active, but the screenshot tooltips will be shown only when the links are tagged manually. How this is done, you can learn in <i>readme.txt</i>","SeekXLSnapr"); ?></span> 133 </td> 134 </tr> 135 136 <tr> 137 <th scope="row" valign="top"><label for="seekXLSnaprShowAll_yes"><?php _e("Thumbnail size","SeekXLSnapr"); ?></label></th> 138 <td> 139 <p> 140 <select name="seekXLSnaprThumbnailSize" id="seekXLSnaprThumbnailSize"> 141 <option <?php if($devOptions['thumbnail_size'] == "T") { echo 'selected'; } ?> value="T"><?php _e("tiny 100x75","SeekXLSnapr"); ?></option> 142 <option <?php if($devOptions['thumbnail_size'] == "S") { echo 'selected'; } ?> value="S"><?php _e("small 200x150","SeekXLSnapr"); ?></option> 143 <option <?php if($devOptions['thumbnail_size'] == "M") { echo 'selected'; } ?> value="M"><?php _e("medium 400x300","SeekXLSnapr"); ?></option> 144 <option <?php if($devOptions['thumbnail_size'] == "L") { echo 'selected'; } ?> value="L"><?php _e("large 640x480","SeekXLSnapr"); ?></option> 145 </select> 146 </p> 147 <span class="description"><?php _e("Choose the size of the screenshot thumbnails.","SeekXLSnapr"); ?></span> 148 </td> 149 </tr> 150 151 <tr> 152 <th scope="row" valign="top"><?php _e("Use own logo?","SeekXLSnapr"); ?></th> 153 <td> 154 <p> 155 <label for="seekXLSnaprUseLogo_yes"><input type="radio" id="seekXLSnaprUseLogo_yes" name="seekXLSnaprUseLogo" value="true" <?php if ($devOptions['use_logo_key'] == "true") { echo 'checked="checked"'; }?> /> <?php _e("Yes","SeekXLSnapr"); ?></label> 156 <label for="seekXLSnaprUseLogo_no"><input type="radio" id="seekXLSnaprUseLogo_no" name="seekXLSnaprUseLogo" value="false" <?php if ($devOptions['use_logo_key'] == "false") { echo 'checked="checked"'; }?>/> <?php _e("No","SeekXLSnapr"); ?></label> 157 </p> 158 <span class="description"><?php _e("To use your own logo, you need to <a href=\"http://snapr.seekxl.de/register/\">register</a> and fill in your logo key below.","SeekXLSnapr"); ?> <?php _e("Your own logos will not be shown, until a key is entered and the setting is set to \"Yes\".","SeekXLSnapr"); ?></span> 159 </td> 160 </tr> 161 162 <tr> 163 <th scope="row" valign="top"><?php _e("Logo Key","SeekXLSnapr"); ?></th> 164 <td> 165 <p> 166 <label for="seekXLSnaprLogoKey"><input type="text" id="seekXLSnaprLogoKey" name="seekXLSnaprLogoKey" size="32" value="<?php if ($devOptions['logo_key'] != "") { echo $devOptions['logo_key']; } ?>" /></label> 167 </p> 168 </td> 169 </tr> 170 171 </table> 172 173 <p class="submit"><input type="submit" name="update_seekXLSnaprSettings" class="button-primary" value="<?php _e('Update Settings', 'SeekXLSnapr'); ?>" /></p> 174 151 175 </form> 152 176 </div> 153 177 <?php 154 178 }//End function printAdminPage() 155 156 179 } 157 180 }
Note: See TracChangeset
for help on using the changeset viewer.