equal
deleted
inserted
replaced
61 <td><input type="text" style="width:300px" name="archivespath" id="archivespath" value="/home/my/site/cgi-bin/greymatter/archives/" /></td> |
61 <td><input type="text" style="width:300px" name="archivespath" id="archivespath" value="/home/my/site/cgi-bin/greymatter/archives/" /></td> |
62 </tr> |
62 </tr> |
63 <tr> |
63 <tr> |
64 <td><label for="lastentry"><?php _e('Last entry’s number:') ?></label></td> |
64 <td><label for="lastentry"><?php _e('Last entry’s number:') ?></label></td> |
65 <td><input type="text" name="lastentry" id="lastentry" value="00000001" /><br /> |
65 <td><input type="text" name="lastentry" id="lastentry" value="00000001" /><br /> |
66 <?php _e('This importer will search for files 00000001.cgi to 000-whatever.cgi,<br />so you need to enter the number of the last GM post here.<br />(if you don’t know that number, just log into your FTP and look it out<br />in the entries’ folder)') ?></td> |
66 <?php _e('This importer will search for files 00000001.cgi to 000-whatever.cgi,<br />so you need to enter the number of the last GM post here.<br />(if you don’t know that number, just log in to your FTP and look it out<br />in the entries’ folder)') ?></td> |
67 </tr> |
67 </tr> |
68 </table> |
68 </table> |
69 <p class="submit"><input type="submit" name="submit" class="button" value="<?php esc_attr_e('Start Importing') ?>" /></p> |
69 <p class="submit"><input type="submit" name="submit" class="button" value="<?php esc_attr_e('Start Importing') ?>" /></p> |
70 </form> |
70 </form> |
71 <?php |
71 <?php |