Skip to content

Commit

Permalink
Correction de la recherche
Browse files Browse the repository at this point in the history
HTTPS, version, et hint
  • Loading branch information
gleu committed Apr 5, 2019
1 parent 473ce21 commit b97fd71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions postgresql/stylesheets/pg-chunk-common.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@
<form method="post" action="http://docs.postgresql.fr/search.php">
<div>
<h2><label for="q">Rechercher</label></h2>
<input type='hidden' id='v' name='v' value='901' />
<input id="q" name="q" type="text" size="10" maxlength="255" onfocus="if( this.value=='Rechercher' ) this.value='';" value="Rechercher" accesskey="r" /><input id="submit" name="submit" type="submit" value="Rechercher" />
<input type='hidden' id='v' name='v' value='110' />
<input id="q" name="q" type="text" size="16" maxlength="255" title='Vous pouvez utiliser les opérateurs suivants : "and", "&","not","!","or","|","<->" ("suivi de" pour recherche de phrase)' onfocus="if( this.value=='rechercher' ) this.value='';" value="<?= strlen($_request['q'])>0 ? $_request['q'] : 'rechercher' ?>" accesskey="s" />
<input id="submit" name="submit" type="submit" value="Rechercher" />
</div>
</form>
</div>
Expand Down

0 comments on commit b97fd71

Please sign in to comment.