update v1.0.6

This commit is contained in:
sujitprasad
2016-02-16 22:42:08 +05:30
parent e6b579d67b
commit 073a49a8af
587 changed files with 21487 additions and 22766 deletions

View File

@@ -1,6 +1,6 @@
@extends('themes.default1.installer.layout.installer')
@section('licence')
@section('license')
done
@stop
@@ -13,27 +13,28 @@ active
@stop
@section('content')
<h1>Page Setup</h1>
<h1 style="text-align: center;">Database Setup</h1>
{!! Form::open(['url'=> '/step4post']) !!}
<table>
<tr>
<td>
<label for="selectbox1">Database</label>
<label for="selectbox1">Database <span style="color
: red;font-size:12px;">*</span></label>
</td>
<td>
<select class="form-control" name="default" id="default">
<option value="mysql">mysql</option>
<option value="pgsql">pgsql</option>
<option value="sqlsrv">sqlsrv</option>
<td class="select2-container wc-enhanced-select enhanced">
<select name="default" id="selectbox1">
<option value="mysql">MySQL</option>
<option value="pgsql">PgSQL</option>
<option value="sqlsrv">SQLSRV</option>
</select>
</td>
</tr>
<tr>
<td>
<label for="box1">HOST</label>
<label for="box1">Host<span style="color
: red;font-size:12px;">*</span></label>
</td>
<td>
<input type="text" name="host" required>
@@ -42,7 +43,7 @@ active
</tr>
<tr>
<td>
<label for="box2">PORT</label>
<label for="box2">Port</label>
</td>
<td>
<input type="text" name="port">
@@ -51,7 +52,8 @@ active
</tr>
<tr>
<td>
<label for="box3">DATABASE NAME</label>
<label for="box3">Database Name<span style="color
: red;font-size:12px;">*</span></label>
</td>
<td>
<input type="text" name="databasename" required>
@@ -60,7 +62,8 @@ active
</tr>
<tr>
<td>
<label for="box4">USER NAME</label>
<label for="box4">User Name<span style="color
: red; font-size: 12px;">*</span></label>
</td>
<td>
<input type="text" name="username" required>
@@ -69,7 +72,7 @@ active
</tr>
<tr>
<td>
<label for="box5">PASSWORD</label>
<label for="box5">Password</label>
</td>
<td>
<input type="text" name="password">
@@ -81,7 +84,7 @@ active
<br>
<p class="wc-setup-actions step">
<input type="submit" id="submitme" class="button-primary button button-large button-next" value="Continue">
<a href="step2.html" class="button button-large button-next" style="float: left">Previous</a>
<a href="{!! route('prerequisites') !!}" class="button button-large button-next" style="float: left">Previous</a>
</p>
</form>
</div>