Initial commit for radiantprestation project
This commit is contained in:
61
flexcode/index_old.php
Normal file
61
flexcode/index_old.php
Normal file
@@ -0,0 +1,61 @@
|
||||
<!DOCTYPE html>
|
||||
<!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]-->
|
||||
<!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]-->
|
||||
<!--[if !IE]><!-->
|
||||
<html lang="en">
|
||||
<!--<![endif]-->
|
||||
<head>
|
||||
<?php include 'include/global.php'; ?>
|
||||
<?php include 'include/head.php'; ?>
|
||||
</head>
|
||||
<body>
|
||||
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="#">Radiant FingerPrint</a>
|
||||
</div>
|
||||
<div id="navbar" class="collapse navbar-collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
<!--
|
||||
<li><a href="#" onclick="load('<?php echo $base_path?>device.php?action=index')">Lecteurs</a></li>
|
||||
<li><a href="#" onclick="load('<?php echo $base_path?>user.php?action=index')">Utilisateurs</a></li>
|
||||
<li><a href="#" onclick="load('<?php echo $base_path?>login.php?action=index')">Vérification</a></li>
|
||||
<li><a href="#" onclick="load('<?php echo $base_path?>log.php?action=index')">Traces</a></li>
|
||||
-->
|
||||
<li><a href="#" onclick="load('flexcode/device.php?action=index')">Lecteurs</a></li>
|
||||
<li><a href="#" onclick="load('flexcode/user.php?action=index')">Utilisateurs</a></li>
|
||||
<li><a href="#" onclick="load('flexcode/login.php?action=index')">Vérification</a></li>
|
||||
<li><a href="#" onclick="load(flexcode/log.php?action=index')">Traces</a></li>
|
||||
|
||||
</ul>
|
||||
</div><!--/.nav-collapse -->
|
||||
</div>
|
||||
</nav>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div id="content">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
jQuery(document).ready(function() {
|
||||
|
||||
console.log('Prêt pour utilisation...');
|
||||
|
||||
// load('<?php echo $base_path?>device.php?action=index');
|
||||
load('flexcode/evice.php?action=index');
|
||||
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user