mroe changes...
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<script src="<?php echo $yaptc_libweb; ?>ui.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
<?php
|
||||
|
||||
// Current Time
|
||||
$timenow = date('Y-m-d H:i:s');
|
||||
|
||||
|
||||
// Get user list for users management page
|
||||
function listUsers($yaptc_db) {
|
||||
$stmt = $yaptc_db->query("SELECT users.id as userid, users.username as username, users.email as email, users.created as created, users.firstname as firstname, users.lastname as lastname, users.usertype as usertypeid, usertypes.typename as usertype
|
||||
|
||||
@@ -6,6 +6,9 @@
|
||||
<meta name="description" content="YAPTC Timecard system is a time recording application for small businesses.">
|
||||
<title><?php echo $yaptc_company . ">" . $yaptc_appname . ">" . $yaptc_pagename; ?></title>
|
||||
<link rel="stylesheet" href="<?php echo $yaptc_libweb; ?>pure/pure.css">
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="<?php echo $yaptc_libweb; ?>date_time.js"></script>
|
||||
<!--[if lte IE 8]>
|
||||
<link rel="stylesheet" href="<?php echo $yaptc_incweb; ?>side-menu-old-ie.css">
|
||||
@@ -22,4 +25,4 @@
|
||||
<!--<![endif]-->
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body onLoad="startclock();">
|
||||
|
||||
@@ -34,32 +34,39 @@ body {
|
||||
margin:0;
|
||||
padding:0;
|
||||
max-width:800px;
|
||||
margin-bottom:50px;
|
||||
margin-bottom:1em;
|
||||
line-height:1em;
|
||||
}
|
||||
.header {
|
||||
margin:0;
|
||||
margin:.25em 0 0 0;
|
||||
color:#333;
|
||||
padding:.0;
|
||||
border-bottom:2px solid #eee;
|
||||
}
|
||||
.header h1 {
|
||||
margin:0;
|
||||
font-size:3em;
|
||||
margin:0;
|
||||
font-size:2em;
|
||||
font-weight:300;
|
||||
padding:0;
|
||||
}
|
||||
.header h2 {
|
||||
margin:0;
|
||||
margin:0;
|
||||
font-size:1em;
|
||||
font-weight:300;
|
||||
padding:0;
|
||||
color:#888;
|
||||
}
|
||||
.content-subhead {
|
||||
margin:1em 0 0 0;
|
||||
margin:.25em 0 0 0;
|
||||
font-weight:300;
|
||||
color: #888;
|
||||
font-size:1.5em;
|
||||
}
|
||||
.content p {
|
||||
margin:.25em 0 1em 0;
|
||||
font-weight:300;
|
||||
color: #888;
|
||||
font-size:1em;
|
||||
}
|
||||
/*The `#menu` `<div>` is the parent `<div>` that contains the `.pure-menu` thatappears on the left side of the page.*/
|
||||
#menu {
|
||||
|
||||
1
includes/time.inc.php
Executable file
1
includes/time.inc.php
Executable file
@@ -0,0 +1 @@
|
||||
<?php echo date('F d, Y H:i:s') ?>
|
||||
Reference in New Issue
Block a user