Changeset 7883 for trunk/wp-admin/edit-link-form.php
- Timestamp:
- 05/04/2008 10:37:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-form.php
r7737 r7883 75 75 <div id="post-body"> 76 76 <div id="namediv" class="stuffbox"> 77 <h3>< ?php _e('Name') ?></h3>77 <h3><label for="link_name"><?php _e('Name') ?></label></h3> 78 78 <div class="inside"> 79 79 <input type="text" name="link_name" size="30" tabindex="1" value="<?php echo $link->link_name; ?>" id="link_name" /><br /> … … 83 83 84 84 <div id="addressdiv" class="stuffbox"> 85 <h3>< ?php _e('Web Address') ?></h3>85 <h3><label for="link_url"><?php _e('Web Address') ?></label></h3> 86 86 <div class="inside"> 87 87 <input type="text" name="link_url" size="30" tabindex="1" value="<?php echo $link->link_url; ?>" id="link_url" /><br /> … … 91 91 92 92 <div id="descriptiondiv" class="stuffbox"> 93 <h3>< ?php _e('Description') ?></h3>93 <h3><label for="link_description"><?php _e('Description') ?></label></h3> 94 94 <div class="inside"> 95 95 <input type="text" name="link_description" size="30" tabindex="1" value="<?php echo $link->link_description; ?>" id="link_description" /><br /> … … 105 105 <h4><a id="category-add-toggle" href="#category-add"><?php _e( '+ Add New Category' ); ?></a></h4> 106 106 <p id="link-category-add" class="wp-hidden-child"> 107 <label class="hidden" for="newcat"><?php _e( '+ Add New Category' ); ?></label> 107 108 <input type="text" name="newcat" id="newcat" class="form-required form-input-tip" value="<?php _e( 'New category name' ); ?>" /> 108 109 <input type="button" id="category-add-sumbit" class="add:categorychecklist:linkcategorydiv button" value="<?php _e( 'Add' ); ?>" /> … … 139 140 <h3><?php _e('Target') ?></h3> 140 141 <div class="inside"> 142 <fieldset><legend class="hidden"><?php _e('Target') ?></legend> 141 143 <label for="link_target_blank" class="selectit"> 142 144 <input id="link_target_blank" type="radio" name="link_target" value="_blank" <?php echo(($link->link_target == '_blank') ? 'checked="checked"' : ''); ?> /> … … 148 150 <input id="link_target_none" type="radio" name="link_target" value="" <?php echo(($link->link_target == '') ? 'checked="checked"' : ''); ?> /> 149 151 <?php _e('none') ?></label> 152 </fieldset> 150 153 <p><?php _e('Choose the frame your link targets. Essentially this means if you choose <code>_blank</code> your link will open in a new window.'); ?></p> 151 154 </div> … … 157 160 <table class="editform" style="width: 100%;" cellspacing="2" cellpadding="5"> 158 161 <tr> 159 <th style="width: 20%;" scope="row">< ?php _e('rel:') ?></th>162 <th style="width: 20%;" scope="row"><label for="link_rel"><?php _e('rel:') ?></label></th> 160 163 <td style="width: 80%;"><input type="text" name="link_rel" id="link_rel" size="50" value="<?php echo $link->link_rel; ?>" /></td> 161 164 </tr> … … 165 168 <tr> 166 169 <th scope="row"> <?php _e('identity') ?> </th> 167 <td> 170 <td><fieldset><legend class="hidden"> <?php _e('identity') ?> </legend> 168 171 <label for="me"> 169 172 <input type="checkbox" name="identity" value="me" id="me" <?php xfn_check('identity', 'me'); ?> /> 170 173 <?php _e('another web address of mine') ?></label> 171 </ td>174 </fieldset></td> 172 175 </tr> 173 176 <tr> 174 177 <th scope="row"> <?php _e('friendship') ?> </th> 175 <td> 178 <td><fieldset><legend class="hidden"> <?php _e('friendship') ?> </legend> 176 179 <label for="contact"> 177 180 <input class="valinp" type="radio" name="friendship" value="contact" id="contact" <?php xfn_check('friendship', 'contact', 'radio'); ?> /> <?php _e('contact') ?></label> … … 182 185 <label for="friendship"> 183 186 <input name="friendship" type="radio" class="valinp" value="" id="friendship" <?php xfn_check('friendship', '', 'radio'); ?> /> <?php _e('none') ?></label> 184 </ td>187 </fieldset></td> 185 188 </tr> 186 189 <tr> 187 190 <th scope="row"> <?php _e('physical') ?> </th> 188 <td> 191 <td><fieldset><legend class="hidden"> <?php _e('physical') ?> </legend> 189 192 <label for="met"> 190 193 <input class="valinp" type="checkbox" name="physical" value="met" id="met" <?php xfn_check('physical', 'met'); ?> /> 191 194 <?php _e('met') ?></label> 192 </ td>195 </fieldset></td> 193 196 </tr> 194 197 <tr> 195 198 <th scope="row"> <?php _e('professional') ?> </th> 196 <td> 199 <td><fieldset><legend class="hidden"> <?php _e('professional') ?> </legend> 197 200 <label for="co-worker"> 198 201 <input class="valinp" type="checkbox" name="professional" value="co-worker" id="co-worker" <?php xfn_check('professional', 'co-worker'); ?> /> … … 201 204 <input class="valinp" type="checkbox" name="professional" value="colleague" id="colleague" <?php xfn_check('professional', 'colleague'); ?> /> 202 205 <?php _e('colleague') ?></label> 203 </ td>206 </fieldset></td> 204 207 </tr> 205 208 <tr> 206 209 <th scope="row"> <?php _e('geographical') ?> </th> 207 <td> 210 <td><fieldset><legend class="hidden"> <?php _e('geographical') ?> </legend> 208 211 <label for="co-resident"> 209 212 <input class="valinp" type="radio" name="geographical" value="co-resident" id="co-resident" <?php xfn_check('geographical', 'co-resident', 'radio'); ?> /> … … 215 218 <input class="valinp" type="radio" name="geographical" value="" id="geographical" <?php xfn_check('geographical', '', 'radio'); ?> /> 216 219 <?php _e('none') ?></label> 217 </ td>220 </fieldset></td> 218 221 </tr> 219 222 <tr> 220 223 <th scope="row"> <?php _e('family') ?> </th> 221 <td> 224 <td><fieldset><legend class="hidden"> <?php _e('family') ?> </legend> 222 225 <label for="child"> 223 226 <input class="valinp" type="radio" name="family" value="child" id="child" <?php xfn_check('family', 'child', 'radio'); ?> /> … … 238 241 <input class="valinp" type="radio" name="family" value="" id="family" <?php xfn_check('family', '', 'radio'); ?> /> 239 242 <?php _e('none') ?></label> 240 </ td>243 </fieldset></td> 241 244 </tr> 242 245 <tr> 243 246 <th scope="row"> <?php _e('romantic') ?> </th> 244 <td> 247 <td><fieldset><legend class="hidden"> <?php _e('romantic') ?> </legend> 245 248 <label for="muse"> 246 249 <input class="valinp" type="checkbox" name="romantic" value="muse" id="muse" <?php xfn_check('romantic', 'muse'); ?> /> … … 255 258 <input class="valinp" type="checkbox" name="romantic" value="sweetheart" id="romantic" <?php xfn_check('romantic', 'sweetheart'); ?> /> 256 259 <?php _e('sweetheart') ?></label> 257 </ td>260 </fieldset></td> 258 261 </tr> 259 262 </table>
Note: See TracChangeset
for help on using the changeset viewer.