mirror of
https://github.com/php/doc-base.git
synced 2026-03-24 15:22:11 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@109056 c90b9560-bf6c-de11-be94-00142212c4b1
47 lines
1.2 KiB
HTML
47 lines
1.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
|
<html>
|
|
<head>
|
|
<hta:application
|
|
id="phpmanqr"
|
|
applicationname="PHP Manual Quickref"
|
|
border="dialog"
|
|
contextmenu="no"
|
|
icon="php_manual.ico"
|
|
innerborder="no"
|
|
maximizebutton="no"
|
|
scroll="no"
|
|
selection="no"
|
|
version="1.0"
|
|
>
|
|
<script language="JavaScript" type="text/javascript">
|
|
window.resizeTo(240,100);
|
|
function quickRef(form)
|
|
{
|
|
funcpage = "function." + form.lookup.value.replace(/_/g, "-") + ".html";
|
|
hta_path = unescape(location.href.substring(8, location.href.lastIndexOf("/")+1));
|
|
window.showHelp('file:///' + hta_path + 'php_manual_en.chm::/' + funcpage);
|
|
return false;
|
|
}
|
|
</script>
|
|
<style type="text/css">
|
|
body {
|
|
border: 10;
|
|
margin: 10;
|
|
background: buttonface;
|
|
font-family: Verdana, Arial, Helvetica;
|
|
font-size: 10pt;
|
|
text-align : center;
|
|
vertical-align : middle;
|
|
}
|
|
</style>
|
|
<title>PHP Manual Quickref</title>
|
|
</head>
|
|
<body>
|
|
<form onsubmit="return quickRef(this)">
|
|
Function: <input type="text" name="lookup"><br>
|
|
<input type="submit" value="Show manual page">
|
|
</form>
|
|
</body>
|
|
</html>
|