|
|
|
@ -719,10 +719,7 @@ $poweredBy = 'Powered by <a href="http://www.chamilo.org" target="_blank"> Chami |
|
|
|
|
<meta charset="UTF-8"> |
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
|
|
|
|
|
|
|
|
|
<style type="text/css" media="screen, projection"> |
|
|
|
|
@import "../../build/css/app.css"; |
|
|
|
|
@import "../../build/css/themes/chamilo/default.css"; |
|
|
|
|
</style> |
|
|
|
|
<link rel="stylesheet" href="../../build/css/app.css"> |
|
|
|
|
<script type="text/javascript" src="../../../build/runtime.js"></script> |
|
|
|
|
<script type="text/javascript" src="../../../build/app.js"></script> |
|
|
|
|
<script> |
|
|
|
@ -806,8 +803,10 @@ $poweredBy = 'Powered by <a href="http://www.chamilo.org" target="_blank"> Chami |
|
|
|
|
} |
|
|
|
|
</script> |
|
|
|
|
</head> |
|
|
|
|
<body class="bg-chamilo bg-install"> |
|
|
|
|
<div class="install-box"> |
|
|
|
|
<body class="bg-chamilo bg-install container"> |
|
|
|
|
<div class="row justify-content-md-center"> |
|
|
|
|
<div class="col col-md-12"> |
|
|
|
|
<div class="install-box"> |
|
|
|
|
<div class="row"> |
|
|
|
|
<div class="col-md-4"> |
|
|
|
|
<div class="logo-install"> |
|
|
|
@ -857,6 +856,8 @@ $poweredBy = 'Powered by <a href="http://www.chamilo.org" target="_blank"> Chami |
|
|
|
|
<?php echo $form; ?> |
|
|
|
|
</form> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<footer class="install-footer"> |
|
|
|
|
<?php echo $poweredBy; ?> |
|
|
|
|
</footer> |
|
|
|
|