Vous êtes connecté en tant que anonymous Se Deconnecter
Browse code

Suppression d'un dossier ne servant plus a rien

git authored on 15/03/2019 13:20:37
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,27 +0,0 @@
1
-<?php
2
-define('LAYOUT_TEMPLATE',dirname(__FILE__).DIRECTORY_SEPARATOR.'include'.DIRECTORY_SEPARATOR.'standard');
3
-
4
-require LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."head.phtml";
5
-?>
6
-
7
-
8
-<body>
9
-
10
-  <!-- Prompt IE 6 users to install Chrome Frame. Remove this if you support IE 6.
11
-       chromium.org/developers/how-tos/chrome-frame-getting-started -->
12
-  <!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
13
-  
14
-  <?php include LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."header.phtml"; ?>
15
-
16
-  <div class="contents">
17
-    <?php include LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."body.phtml"; ?>
18
-  </div>
19
-
20
-  <?php include LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."footer.phtml"; ?>
21
-
22
-
23
-  <!-- JavaScript at the bottom for fast page loading -->
24
-  <?php include LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."bottom-javascript.phtml"; ?>
25
-  
26
-</body>
27
-</html>
Browse code

intitial commit to branch nude-framework

git authored on 14/03/2019 10:43:54
Showing 1 changed files
... ...
@@ -17,26 +17,6 @@ require LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."head.phtml";
17 17
     <?php include LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."body.phtml"; ?>
18 18
   </div>
19 19
 
20
-  <!-- Modal -->
21
-  <div class="modal fade" id="dnsModal" tabindex="10" role="dialog" aria-labelledby="dnsModalLabel" aria-hidden="true">
22
-      <div class="modal-dialog" role="document">
23
-          <div class="modal-content">
24
-              <div class="modal-header">
25
-                  <h5 class="modal-title" id="dnsModalLabel"></h5>
26
-                  <button type="button" class="close" data-dismiss="modal" aria-label="Close">
27
-                      <span aria-hidden="true">&times;</span>
28
-                  </button>
29
-              </div>
30
-              <div class="modal-body">
31
-                  <div id="contentDNS"></div>
32
-              </div>
33
-              <div class="modal-footer">
34
-                  <button type="button" class="btn btn-secondary" data-dismiss="modal">Clore</button>
35
-              </div>
36
-          </div>
37
-      </div>
38
-  </div>
39
-
40 20
   <?php include LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."footer.phtml"; ?>
41 21
 
42 22
 
Browse code

commit initial de la branch template-meny

git authored on 14/03/2019 10:30:11
Showing 1 changed files
... ...
@@ -17,6 +17,25 @@ require LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."head.phtml";
17 17
     <?php include LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."body.phtml"; ?>
18 18
   </div>
19 19
 
20
+  <!-- Modal -->
21
+  <div class="modal fade" id="dnsModal" tabindex="10" role="dialog" aria-labelledby="dnsModalLabel" aria-hidden="true">
22
+      <div class="modal-dialog" role="document">
23
+          <div class="modal-content">
24
+              <div class="modal-header">
25
+                  <h5 class="modal-title" id="dnsModalLabel"></h5>
26
+                  <button type="button" class="close" data-dismiss="modal" aria-label="Close">
27
+                      <span aria-hidden="true">&times;</span>
28
+                  </button>
29
+              </div>
30
+              <div class="modal-body">
31
+                  <div id="contentDNS"></div>
32
+              </div>
33
+              <div class="modal-footer">
34
+                  <button type="button" class="btn btn-secondary" data-dismiss="modal">Clore</button>
35
+              </div>
36
+          </div>
37
+      </div>
38
+  </div>
20 39
 
21 40
   <?php include LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."footer.phtml"; ?>
22 41
 
Browse code

update fonctionnel php5.3

git authored on 05/03/2019 13:26:50
Showing 1 changed files
... ...
@@ -1,8 +1,8 @@
1 1
 <?php
2
-define('LAYOUT_TEMPLATE',dirname(__FILE__).DIRECTORY_SEPARATOR.'include'.DIRECTORY_SEPARATOR.'standart');
2
+define('LAYOUT_TEMPLATE',dirname(__FILE__).DIRECTORY_SEPARATOR.'include'.DIRECTORY_SEPARATOR.'standard');
3 3
 
4
-
5
- echo LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."head.pthml"
4
+require LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."head.phtml";
5
+?>
6 6
 
7 7
 
8 8
 <body>
... ...
@@ -11,21 +11,18 @@ define('LAYOUT_TEMPLATE',dirname(__FILE__).DIRECTORY_SEPARATOR.'include'.DIRECTO
11 11
        chromium.org/developers/how-tos/chrome-frame-getting-started -->
12 12
   <!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
13 13
   
14
+  <?php include LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."header.phtml"; ?>
14 15
 
15
-  <header>
16
-   echo LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."header.pthml"
17
-  </header>
18
-
16
+  <div class="contents">
17
+    <?php include LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."body.phtml"; ?>
18
+  </div>
19 19
 
20
-   echo LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."body.pthml" 
21 20
 
22
-  <footer>
23
-		echo LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."header.pthml"
24
-  </footer>
21
+  <?php include LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."footer.phtml"; ?>
25 22
 
26 23
 
27 24
   <!-- JavaScript at the bottom for fast page loading -->
28
-	echo LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."bottom-javascript.pthml"
25
+  <?php include LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."bottom-javascript.phtml"; ?>
29 26
   
30 27
 </body>
31 28
 </html>
Browse code

Big Nighty Update de nouvelles fonctionnalités avec le README

Signed-off-by: Emmanuel ROY <ornithorynxe@live.fr>

Emmanuel ROY authored on 09/12/2018 04:44:37
Showing 1 changed files
... ...
@@ -1,21 +1,10 @@
1
-<!doctype html>
1
+<?php
2
+define('LAYOUT_TEMPLATE',dirname(__FILE__).DIRECTORY_SEPARATOR.'include'.DIRECTORY_SEPARATOR.'standart');
2 3
 
3
-<html lang="fr">
4 4
 
5
-<head>
6
-  <meta charset="utf-8">
5
+ echo LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."head.pthml"
7 6
 
8
-  <title><?php echo $name ?></title>
9
-  <meta name="description" content= <?php echo '"'.$description.'"' ?> >
10 7
 
11
-  <!-- Mobile viewport optimized: h5bp.com/viewport -->
12
-  <meta name="viewport" content="width=device-width">
13
-
14
-  <!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons -->
15
-
16
-  <link rel="stylesheet" href="css/style.css">
17
-
18
-</head>
19 8
 <body>
20 9
 
21 10
   <!-- Prompt IE 6 users to install Chrome Frame. Remove this if you support IE 6.
... ...
@@ -24,33 +13,19 @@
24 13
   
25 14
 
26 15
   <header>
27
-		<h4>Head PROJECT</h4>
16
+   echo LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."header.pthml"
28 17
   </header>
29 18
 
30
-  <div role="main">
31
-		<?php echo $this->block_body ?>
32
-  </div>
19
+
20
+   echo LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."body.pthml" 
33 21
 
34 22
   <footer>
35
-		<h4>Tail PROJECT</h4>
23
+		echo LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."header.pthml"
36 24
   </footer>
37 25
 
38 26
 
39 27
   <!-- JavaScript at the bottom for fast page loading -->
40
-
41
-  <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
42
-  <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
43
-  <script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
44
-
45
-  <!-- end scripts -->
46
-
47
-  <!-- Asynchronous Google Analytics snippet. Change UA-XXXXX-X to be your site's ID.
48
-       mathiasbynens.be/notes/async-analytics-snippet -->
49
-  <script>
50
-    var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
51
-    (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
52
-    g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
53
-    s.parentNode.insertBefore(g,s)}(document,'script'));
54
-  </script>
28
+	echo LAYOUT_TEMPLATE.DIRECTORY_SEPARATOR."bottom-javascript.pthml"
29
+  
55 30
 </body>
56 31
 </html>
Browse code

Version fonctionnelle de base

Emmanuel ROY authored on 13/06/2017 22:54:16
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,56 @@
1
+<!doctype html>
2
+
3
+<html lang="fr">
4
+
5
+<head>
6
+  <meta charset="utf-8">
7
+
8
+  <title><?php echo $name ?></title>
9
+  <meta name="description" content= <?php echo '"'.$description.'"' ?> >
10
+
11
+  <!-- Mobile viewport optimized: h5bp.com/viewport -->
12
+  <meta name="viewport" content="width=device-width">
13
+
14
+  <!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons -->
15
+
16
+  <link rel="stylesheet" href="css/style.css">
17
+
18
+</head>
19
+<body>
20
+
21
+  <!-- Prompt IE 6 users to install Chrome Frame. Remove this if you support IE 6.
22
+       chromium.org/developers/how-tos/chrome-frame-getting-started -->
23
+  <!--[if lt IE 7]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
24
+  
25
+
26
+  <header>
27
+		<h4>Head PROJECT</h4>
28
+  </header>
29
+
30
+  <div role="main">
31
+		<?php echo $this->block_body ?>
32
+  </div>
33
+
34
+  <footer>
35
+		<h4>Tail PROJECT</h4>
36
+  </footer>
37
+
38
+
39
+  <!-- JavaScript at the bottom for fast page loading -->
40
+
41
+  <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
42
+  <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
43
+  <script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.min.js"><\/script>')</script>
44
+
45
+  <!-- end scripts -->
46
+
47
+  <!-- Asynchronous Google Analytics snippet. Change UA-XXXXX-X to be your site's ID.
48
+       mathiasbynens.be/notes/async-analytics-snippet -->
49
+  <script>
50
+    var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
51
+    (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
52
+    g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
53
+    s.parentNode.insertBefore(g,s)}(document,'script'));
54
+  </script>
55
+</body>
56
+</html>