<label for="email">Email address</label> <i>Needed if you can’t log in.</i> <input tabindex="2" id="email" type="email" name="email" value="<?php echo Input::previous('email'); ?> "> </p> <p> <label>Password</label> <i>Make sure to <a href="http://bash.org/?244321" target="_blank">pick a secure password</a>.</i> <input tabindex="3" name="password" type="password" value="<?php echo Input::previous('password'); ?> "> </p> </fieldset> <section class="options"> <a href="<?php echo uri_to('metadata'); ?> " class="btn quiet">« Back</a> <button type="submit" class="btn">Complete</button> </section> </form> </section> <?php echo $footer;
echo $code; ?> " <?php echo $selected; ?> > <?php echo $code; ?> </option> <?php } ?> </select> <i>Change if <b>utf8_general_ci</b> doesn’t work.</i> </p> </fieldset> <section class="options"> <a href="<?php echo uri_to('start'); ?> " class="btn quiet">« Back</a> <button type="submit" class="btn">Next Step »</button> </section> </form> </section> <?php echo $footer;
?> <p>Looks like you are running <code>PHP</code> as a fastcgi process.<br> You will have to setup your own url rewriting.</p> <?php } ?> </div> </div> </div> <div class="form-actions"> <div class="row"> <a href="<?php echo uri_to('database'); ?> " class="btn default btn-outline">« Back</a> <button type="submit" class="btn default btn-outline">Next Step »</button> </div> </div> </div> </form> </div> </div> <?php echo $footer;