[web-doc] master: required for testing
[email protected] (Nilgün Belma Bugüner) Wed, 21 Apr 2021 22:45:59 +0000
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
Author: Nilgün Belma Bugüner (nilgun) Date: 2021-04-22T01:45:58+03:00 Commit: https://github.com/php/web-doc/commit/89199bee9147c0f959b59c55db7417794f0227c6 Raw diff: https://github.com/php/web-doc/commit/89199bee9147c0f959b59c55db7417794f0227c6.diff required for testing Changed paths: A shared/templates/footer.inc A shared/templates/header.inc M .gitignore Diff: diff --git a/.gitignore b/.gitignore index 432ae2f..7ba3f7d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,7 @@ build-ops build-ops.php include/jpgraph -shared sqlite -svn +git www/images www/robots.txt diff --git a/shared/templates/footer.inc b/shared/templates/footer.inc new file mode 100644 index 0000000..4a95d5e --- /dev/null +++ b/shared/templates/footer.inc @@ -0,0 +1,17 @@ +</section> +<footer> + <nav class="fullscreen"> + <ul> + <li><a href="//php.net/copyright">Copyright © 2001-2021 The PHP Group</a></li> + <li><a href="//php.net/sites">Other PHP.net sites</a></li> + <li><a href="//php.net/privacy">Privacy policy</a></li> + </ul> + </nav> +</footer> + +<script src='//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js'></script> +<script src='//shared.php.net/js/external/mousetrap.min.js?filemtime=1421836947'></script> +<script src='//shared.php.net/js/common.js?filemtime=1421836947'></script> +</div><!-- .wrap --> +</body> +</html> diff --git a/shared/templates/header.inc b/shared/templates/header.inc new file mode 100644 index 0000000..ffcf1ca --- /dev/null +++ b/shared/templates/header.inc @@ -0,0 +1,38 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + + <title>PHP: Documentation Tools</title> + + <link media='all' rel='stylesheet' href='//shared.php.net/styles/defaults.css?filemtime=1421836947'/> + <link media='all' rel='stylesheet' href='//shared.php.net/styles/doc.css?filemtime=1425812404'/> + + <link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,400italic,600italic|Source+Code+Pro&subset=latin,latin-ext" rel="stylesheet"> + <link rel="shortcut icon" href="//php.net/favicon.ico"> +<!--[if lt IE 9]> + <script src="//shared.php.net/js/html5shiv.js"></script> +<![endif]--> + </head> +<body id="doc"> + +<div class="wrap"> +<header class='clearfix'> + <div id="mainmenu-toggle-overlay"></div> + <input type="checkbox" id="mainmenu-toggle"> + <nav class="fullscreen"> + <div class="mainscreen"> + <a href="/" class="home"><img src="//php.net/images/logo.php?doc" width="48" height="24" alt="php"><span class="subdomain">doc</span></a> + <ul> + <li><a href="/revcheck.php">Documentation Tools</a></li> + <li><a href="/tutorial/">Tutorial for Contributors</a></li> + <li><a href="/phd.php">PhD Homepage</a></li> + </ul> + </div> + </nav> +</header> +<div id="flash-message"></div> +<nav id="megadropdown"></nav> + +<section class="fullscreen clearfix">