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
31 lines
1.3 KiB
Smarty
31 lines
1.3 KiB
Smarty
<div id='login'>
|
|
<form action='index.php?a=checklogin' name='form1' method='post'>
|
|
<fieldset>
|
|
<label for='kimaiusername'>
|
|
{$kga.lang.username}:
|
|
</label>
|
|
<input type='text' name='name' />
|
|
<label for='kimaipassword'>
|
|
{$kga.lang.password}:
|
|
</label>
|
|
<input type='password' name='password' />
|
|
{$selectbox}
|
|
<button type='submit'>Submit</button>
|
|
</fieldset>
|
|
</form>
|
|
|
|
|
|
<div id="warning">
|
|
<p id="JSwarning"><strong style='color:red'>{$kga.lang.JSwarning}</strong></p>
|
|
<p id="cookiewarning"><strong style='color:red'>{$kga.lang.cookiewarning}</strong></p>
|
|
</div>
|
|
{include file="misc/copyrightnotes.tpl"}
|
|
{*
|
|
YOU ARE NOT ALLOWED TO REMOVE THE COPYRIGHT NOTES! YOU MAY CHANGE THE APPEARANCE OF THE LOGIN WINDOW
|
|
BUT REMOVING THE CREDITS IS STRICTLY PROHIBITED. If you feel uncomfortable with this rule - use
|
|
other time tracking software, please.
|
|
|
|
*}
|
|
</div>
|
|
</body>
|
|
</html> |