Ignore:
Timestamp:
06/30/08 13:45:19 (4 years ago)
Author:
sidtheduck
Message:

+ BIG Plogger restructure
+ fixing miscellaneous small bug fixes (RSS validation, beginnings of $_GET switch script integration, etc.)

Location:
trunk/plog-admin
Files:
1 added
1 copied
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/plog-admin/includes/install-form-setup-complete.php

    r546 r550  
    22if (!defined('PLOGGER_DIR')) { 
    33        return false; 
    4 }; 
     4} 
    55?> 
    6 <h1>Plogger Install</h1> 
    7 <form method="POST"> 
    8 <p>Configuration setup is now complete.<br/>Click 'Install' to finish installation.</p> 
    9 <p>Your username is <?php echo $_SESSION['install_values']['admin_username']; ?> and your password is `<?php echo $_SESSION['install_values']['admin_password']; ?>`</p> 
     6        <h1>Plogger Install</h1> 
     7        <form method="POST"> 
     8        <p>Configuration setup is now complete.<br />Click 'Install' to finish installation.</p> 
     9        <p>Your username is <?php echo $_SESSION['install_values']['admin_username']; ?> and your password is `<?php echo $_SESSION['install_values']['admin_password']; ?>`</p> 
    1010<?php if (!empty($_SESSION["plogger_config"])) { ?> 
    11 <p>Before you can proceed, please <input type="submit" name="dlconfig" value="click here"/> to download configuration file for your gallery, then upload it to your webhost (into the same directory where you installed Plogger itself).</p> 
     11        <p>Before you can proceed, please <input type="submit" name="dlconfig" value="click here"/> to download configuration file for your gallery, then upload it to your webhost (into the same directory where you installed Plogger itself).</p> 
    1212<?php } ?> 
    13 <p> 
    14 <input type="submit" name="proceed" id="proceed" value="Install"/> 
    15 </p> 
    16 </form> 
     13        <p> 
     14                <input type="submit" name="proceed" id="proceed" value="Install"/> 
     15        </p> 
     16        </form> 
Note: See TracChangeset for help on using the changeset viewer.