31 lines
1.1 KiB
HTML
31 lines
1.1 KiB
HTML
{installer-nav}
|
|
<br>
|
|
<p>All models are required for proper installation of The Tempus Project. In this step, we will add the database tables required for these models. In the next step, you'll be able to select which plugins you would like installed.</p>
|
|
<br>
|
|
<form action="" method="post" class="form-horizontal">
|
|
<table class="table table-striped">
|
|
<thead>
|
|
<tr>
|
|
<th style="width: 70%">Model Name</th>
|
|
<th style="width: 20%">Version</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
{LOOP}
|
|
<tr>
|
|
<td>{name}</td>
|
|
<td>{version}</td>
|
|
</tr>
|
|
{/LOOP}
|
|
{ALT}
|
|
<tr>
|
|
<td align="center" colspan="3">
|
|
No models to install.
|
|
</td>
|
|
</tr>
|
|
{/ALT}
|
|
</tbody>
|
|
</table>
|
|
<input type="hidden" name="token" value="{TOKEN}">
|
|
<button class="btn btn-lg btn-primary center-block" type="submit" name="submit" value="submit">Install</button><br>
|
|
</form> |