53 lines
No EOL
2.8 KiB
HTML
53 lines
No EOL
2.8 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/2001/REC-xhtml11-20010531/DTD/xhtml11-flat.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
|
|
<head>
|
|
<title>sensmotdire - conjugaison francaise libre</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta name="robots" content="index,follow" />
|
|
<meta name="description" content="Interface en ligne de conjugaison francaise sensmotdire" />
|
|
<meta name="keyword" content="sensmotdire - la conjugaison francaise libre en ligne" />
|
|
<meta name="author" content="GnunuX" />
|
|
<link href="css/sensmotdire.css" rel="stylesheet" type="text/css" />
|
|
<script type="text/javascript" src="js/bsn.AutoSuggest_c_2.0.js"></script>
|
|
<link rel="icon" type="image/png" href="images/sensmotdire.png" />
|
|
<link rel ="search" title="sensmotdire" type="application/opensearchdescription+xml" href="sensmotdire.xml" />
|
|
<link rel="alternate" title="rss" type="application/rss+xml" href="rss20.xml" />
|
|
</head>
|
|
<body id="indexwidget"><!--
|
|
Copyright (C) sensmotdire GnunuX http://sensmotdire.gnunux.info/dist/
|
|
|
|
This program is free software; you can redistribute it and/or
|
|
modify it under the terms of the GNU General Public License
|
|
as published by the Free Software Foundation; either version 2
|
|
of the License, or (at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program; if not, write to the Free Software
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
-->
|
|
<form id="formwidget" method="get" action="redirect/">
|
|
<fieldset id="fieldwidget">
|
|
<?php $title="yes"; if ( isset ( $_GET['title'] ) AND $_GET['title'] == "no" ) { $title="no"; }; if ( $title == "yes" ) { echo "<legend>Verbe à conjuguer</legend>"; }; ?>
|
|
<input type="text" id="textwidget" name="word" accesskey="4" <?php if ( isset ($_GET['size']) ) { echo 'size="' . $_GET['size'] . '"'; } ?> /><br />
|
|
<label><input type="checkbox" name="accent" id="checkword" accesskey="5" />j'écris sans accent</label><br /><br />
|
|
<input type="submit" value="Conjuguer" id="conjuguer" onClick="window.open('http://sensmotdire.gnunux.info/'+document.getElementById('textwidget').value + '.html', 'sensmotdire');return(false)"/>
|
|
</fieldset>
|
|
</form>
|
|
<script>
|
|
var options1 = {
|
|
script:"autosuggest.php?limit=<?php if ( isset ($_GET['limit']) ) { echo $_GET['limit']; } else { echo '3'; } ?>&",
|
|
varname:"input",
|
|
json: true,
|
|
minchars:1,
|
|
noresults:"Pas de résultat",
|
|
cache:false
|
|
};
|
|
var as1 = new AutoSuggest('textwidget', options1);
|
|
|
|
</script>
|
|
</body>
|
|
</html> |