Moving to bootstrap, still work to do... main header and footer done and some pages...

This commit is contained in:
2017-05-11 20:57:56 +00:00
parent 5d6bfe76f7
commit ac531f3de1
127 changed files with 11230 additions and 11305 deletions

View File

@@ -1,9 +1,14 @@
</div>
<div class="header">
<h2><?php echo lang('SERVER_TIME') . ": " . $timenow . " - - - " . lang('SOFTWARE_VERSION') . ": " . $yaptc_version; ?></h2>
</div>
</div>
</div>
<script src="<?php echo $yaptc_libweb; ?>ui.js"></script>
<footer class="footer">
<div class="container">
<p class="text-muted"><?php echo lang('SERVER_TIME') . ": " . $timenow . " - - - " . lang('SOFTWARE_VERSION') . ": " . $yaptc_version; ?></p>
</div>
</footer>
<script src="<?php echo $yaptc_libweb; ?>ie10-viewport-bug-workaround.js"></script>
<script>window.jQuery || document.write('<script src="<?php echo $yaptc_libweb; ?>jquery.min.js"><\/script>')</script>
<script src="<?php echo $yaptc_libweb; ?>bootstrap.min.js"></script>
</body>
</html>