Kimai time management system (PHP 5.6 / MySQL) with custom extensions: - Budget tracking (ki_budget) - Change request form (ki_changerequest) - Invoice generation (ki_invoice) - Expense tracking (ki_expenses) - Flexi time (ki_flexitime) - Export, admin panel, timesheets, tasks, summary Database: ~900K time entries, 2,000+ users, 439 projects. Config: includes/autoconf.php — localhost/kimai/kimai
20 lines
537 B
Smarty
20 lines
537 B
Smarty
<div id="floater_innerwrap">
|
|
|
|
<div id="floater_handle">
|
|
<span id="floater_title">{$kga.lang.securityWarning}</span>
|
|
<div class="right">
|
|
<a href="#" class="close" onClick="floaterClose();">{$kga.lang.close}</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="floater_content" style="padding:20px">
|
|
|
|
<h2 style="color:red">{$kga.lang.securityWarning}</h2>
|
|
|
|
<b>{$kga.lang.installerWarningHeadline}</b> <br/><br/>
|
|
|
|
{$kga.lang.installerWarningText}
|
|
|
|
</div>
|
|
</div>
|