Initial commit: Kimai TMS
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
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
<?php /* Smarty version 2.6.20, created on 2015-02-02 15:35:09
|
||||
compiled from index.tpl */ ?>
|
||||
<?php echo '
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
summary_ext_onload();
|
||||
});
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
.mytable {
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
margin-bottom:30px;
|
||||
}
|
||||
.myth {
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
}
|
||||
.myth {
|
||||
border-right: 1px solid #999999;
|
||||
padding: 5px;
|
||||
}
|
||||
.myth:first-child { border-left: 1px solid #999999; }
|
||||
.mytd {
|
||||
border-right: 1px solid #999999;
|
||||
padding: 5px;
|
||||
}
|
||||
.mytd:first-child { border-left: 1px solid #999999; }
|
||||
</style>
|
||||
'; ?>
|
||||
|
||||
|
||||
|
||||
<div id="summary_ext_wrap" width="100%">
|
||||
<div id ="summary_ext" width="100%">
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php /* Smarty version 2.6.20, created on 2015-02-02 07:37:03
|
||||
compiled from index.php */ ?>
|
||||
Reference in New Issue
Block a user