source: MML/trunk/machine/SOLEIL/doc_html/search.php @ 4

Last change on this file since 4 was 4, checked in by zhangj, 10 years ago

Initial import--MML version from SOLEIL@2013

File size: 1.1 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2                "http://www.w3.org/TR/REC-html40/loose.dtd">
3<html>
4<head>
5  <title>Matlab Search Engine</title>
6  <meta name="keywords" content="search, engine, matlab, documentation">
7  <meta name="description" content="Matlab documentation search engine with M2HTML">
8  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
9  <meta name="generator" content="m2html v1.5 &copy; 2003-2005 Guillaume Flandin">
10  <meta name="robots" content="index, follow">
11  <link type="text/css" rel="stylesheet" href="./m2html.css">
12</head>
13<body>
14<a name="_top"></a>
15<h1>Search Engine</h1>
16
17<form class="search" action="search.php" method="get">
18Search for <input class="search" type="text" name="query" value="<?php echo $query; ?>" size="20" accesskey="s"/>
19<input type="submit" name="submit" value="Search">
20</form>
21
22<?php
23        include('doxysearch.php');
24        main('search.idx');
25?>
26
27<hr><address>Generated on Fri 23-Jul-2010 00:42:04 by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" title="Matlab Documentation in HTML">m2html</a></strong> &copy; 2005</address>
28</body>
29</html>
Note: See TracBrowser for help on using the repository browser.