Ejemplo n.º 1
0
				<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">&laquo; 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">&laquo; Back</a>
			<button type="submit" class="btn">Next Step &raquo;</button>
		</section>
	</form>
</section>

<?php 
echo $footer;
Ejemplo n.º 3
0
    ?>
				
								<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">&laquo; Back</a>
						<button type="submit" class="btn default btn-outline">Next Step &raquo;</button>
					</div>
				</div>
	            
			</div>
				
		</form>

	</div>
	
</div>
<?php 
echo $footer;