diff options
author | github-classroom[bot] <66690702+github-classroom[bot]@users.noreply.github.com> | 2024-03-19 02:01:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-19 02:01:17 +0000 |
commit | 0f8d0e3cfdbd9b11b2357ed3e1a11375e7af8e80 (patch) | |
tree | 48b88b3b3b3a522a90c38b2178363a163a32f2ee /glew/auto/EGL-Registry/sdk/docs/man/top.php |
Initial commit
Diffstat (limited to 'glew/auto/EGL-Registry/sdk/docs/man/top.php')
-rw-r--r-- | glew/auto/EGL-Registry/sdk/docs/man/top.php | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/glew/auto/EGL-Registry/sdk/docs/man/top.php b/glew/auto/EGL-Registry/sdk/docs/man/top.php new file mode 100644 index 0000000..9bdbf00 --- /dev/null +++ b/glew/auto/EGL-Registry/sdk/docs/man/top.php @@ -0,0 +1,46 @@ +<html> +<head> + <!-- Should actually use PHP features & import stylesheet - see + OpenGL ES top.php for example --> + <title>EGL Reference Pages</title> + <style xmlns="" type="text/css"> + body { + background-image:url(headBackground.jpg) no-repeat; + } + p { + font-family:verdana,sans-serif; font-size:80%; color: white; + margin-top:0px; margin-bottom:0px; position:absolute; + bottom:2px; left:5px; + } + a:link, a:visited { text-decoration:none; color:white} + h1 { + font: bold 1.4em verdana,sans-serif; text-align: left; + color: black; margin-top:10px; margin-bottom:3px; + padding-top:0px; padding-bottom:0px; + } + #search { + position:absolute; top:15px; right: 20px; margin: 0; padding: 0; + } + #search fieldset { + border: 0; margin: 0; padding: 0; + } + </style> +</head> +<body background="headBackground.jpg"> + <h1> <!-- <img src="html/EGL_300.jpg" alt="" width="50" height="50" border="0" align="middle">--> EGL Reference Pages</h1> + <div id="search"> + <!-- search not supported yet + <fieldset> + <form method="get" action="/opencl/search/opencl_1_2/swish.cgi" enctype="application/x-www-form-urlencoded" class="form" target="pagedisplay"> + <input maxlength="200" value="processor" size="15" type="text" name="query" /> + <input value="Search!" type="submit" name="submit" /> + </fieldset> + --> + </div> + <p><a href="http://www.khronos.org/egl/" target="EGL">More EGL Info</a> + <a href="http://www.khronos.org/registry/egl/" target="EGL Specification">EGL Specification</a> > + <a href="http://www.khronos.org/files/egl-1-4-quick-reference-card.pdf" target="EGL Quick Reference">EGL Quick Reference Card</a> + </p> + + </body> +</html> |