Changeset 1411 for trunk/wp-admin/link-add.php
- Timestamp:
- 06/11/2004 06:23:12 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-add.php
r1355 r1411 84 84 <tr> 85 85 <th width="33%" scope="row"><?php _e('URI:') ?></th> 86 <td width="67%"><input type="text" name="linkurl" value="<?php echo $_GET['linkurl']; ?>" style="width: 95%; /"></td>86 <td width="67%"><input type="text" name="linkurl" value="<?php echo $_GET['linkurl']; ?>" style="width: 95%;" /></td> 87 87 </tr> 88 88 <tr> … … 108 108 <tr> 109 109 <th width="33%" scope="row"><?php _e('rel:') ?></th> 110 <td width="67%"><input type="text" name="rel" id="rel" size="50" value="" ></td>110 <td width="67%"><input type="text" name="rel" id="rel" size="50" value="" /></td> 111 111 </tr> 112 112 <tr> … … 116 116 <th scope="row"> <?php _e('friendship') ?> </th> 117 117 <td><label for="label"> 118 <input class="valinp" type="radio" name="friendship" value="acquaintance" id="label" 118 <input class="valinp" type="radio" name="friendship" value="acquaintance" id="label" /> 119 119 <?php _e('acquaintance') ?></label> 120 120 <label for="label2"> … … 242 242 <input type="radio" name="visible" checked="checked" value="Y" /> 243 243 <?php _e('Yes') ?></label><br /> 244 <label><input type="radio" name="visible" value="N" > <input type="hidden" name="action" value="Add" />244 <label><input type="radio" name="visible" value="N" /> <input type="hidden" name="action" value="Add" /> 245 245 <?php _e('No') ?></label></td> 246 246 </tr> … … 255 255 256 256 <div class="wrap"> 257 <?php printf(__('<p>You can drag <a href="%s" title="Link add bookmarklet">Link This</a> to your toolbar and when you click it a window will pop up that will allow you to add whatever site you’re on to your links! Right now this only works on Mozilla or Netscape, but we’re working on it.</p>'), "javascript:void(linkmanpopup=window.open('" . get_settings('siteurl') . "/wp-admin/link-add.php?action=popup& linkurl='+escape(location.href)+'&name='+escape(document.title),'LinkManager','scrollbars=yes,width=750,height=550,left=15,top=15,status=yes,resizable=yes'));linkmanpopup.focus();window.focus();linkmanpopup.focus();") ?>257 <?php printf(__('<p>You can drag <a href="%s" title="Link add bookmarklet">Link This</a> to your toolbar and when you click it a window will pop up that will allow you to add whatever site you’re on to your links! Right now this only works on Mozilla or Netscape, but we’re working on it.</p>'), "javascript:void(linkmanpopup=window.open('" . get_settings('siteurl') . "/wp-admin/link-add.php?action=popup&linkurl='+escape(location.href)+'&name='+escape(document.title),'LinkManager','scrollbars=yes,width=750,height=550,left=15,top=15,status=yes,resizable=yes'));linkmanpopup.focus();window.focus();linkmanpopup.focus();") ?> 258 258 </div> 259 259
Note: See TracChangeset
for help on using the changeset viewer.