Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimisations #18

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Serveur/web/accueil.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@
</p>
<p class="span3">
<a href="http://www.thalesgroup.com/" title="Thalès - Parrain Promo 2014"><img class="width2" src="./commun/img/parrains_caroussel/thales.png" alt="Thalès"></a>
</p>
</p>
<p class="span12">
<embed src="./commun/img/societe_generale.swf" height="100" width="800" />
</p>
</div>

</div>
Expand Down
1,749 changes: 1,749 additions & 0 deletions Serveur/web/commun/css/layout.css

Large diffs are not rendered by default.

Binary file modified Serveur/web/commun/img/equipe/bureau.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Serveur/web/commun/img/equipe/equipe_admin.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Serveur/web/commun/img/equipe/equipe_animation.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Serveur/web/commun/img/equipe/equipe_communication.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Serveur/web/commun/img/equipe/equipe_entiere.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Serveur/web/commun/img/equipe/equipe_entreprise.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Serveur/web/commun/img/photo_caroussel/conference.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Serveur/web/commun/img/photo_caroussel/detente.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Serveur/web/commun/img/photo_caroussel/equipe.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Serveur/web/commun/img/photo_caroussel/integration.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Serveur/web/commun/img/photo_caroussel/integration2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Serveur/web/commun/img/photo_caroussel/rif.jpg
Binary file added Serveur/web/commun/img/societe_generale.swf
Binary file not shown.
1,729 changes: 1,729 additions & 0 deletions Serveur/web/commun/js/layout.js

Large diffs are not rendered by default.

20 changes: 3 additions & 17 deletions Serveur/web/layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,8 @@
<meta charset="utf-8" />
<link rel="shortcut icon" href="./favicon.ico" >
<?php
inclure_fichier('commun', 'bootstrap.min', 'css');
inclure_fichier('commun', 'bootstrap-responsive.min', 'css');
inclure_fichier('commun', 'style', 'css');
inclure_fichier('commun', 'ui-lightness/jquery-ui', 'css');

inclure_fichier('commun', 'jquery.min', 'js');
inclure_fichier('commun', 'jquery-ui.min', 'js');
inclure_fichier('commun', 'bootstrap.min', 'js');
inclure_fichier('commun', 'datepicker.fr', 'js');
inclure_fichier('commun', 'json2', 'js');
inclure_fichier('commun', 'utils', 'js');
inclure_fichier('commun', 'jquery.tablesorter.min', 'js');


inclure_fichier('commun', 'login', 'js');
inclure_fichier('commun', 'SHA1', 'js');
inclure_fichier('commun', 'layout', 'css');
inclure_fichier('commun', 'layout', 'js');
?>

<title>AEDI - <?php echo $titre_page; ?></title>
Expand Down Expand Up @@ -66,7 +52,7 @@
<div class="module">
<?php inclure_fichier($nom_module, $nom_page, 'php'); ?>
</div>
<p id="layout" class="footer">&copy; AEDI - 2012</p>
<p id="layout" class="footer">&copy; AEDI - 2013</p>
</div>

</body>
Expand Down