Skip to content

Commit

Permalink
Ajout d'un formulaire de recherche...
Browse files Browse the repository at this point in the history
sur chaque page de la doc.

Ticket #227.
  • Loading branch information
gleu committed Jan 8, 2021
1 parent 93f0096 commit 71d042f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions postgresql/pgfr.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@
<xsl:text disable-output-escaping="yes">
<![CDATA[<?php include "../lib/bandeau_doc.php" ?>]]>
</xsl:text>
<div class="pgContent">
<form method="post" action="../search.php">
<xsl:text disable-output-escaping="yes">
<![CDATA[<?php include "../lib/formulaire_recherche.php" ?>]]>
</xsl:text>
</form>
</div>
</xsl:if>
<div class="pgContent">
<xsl:call-template name="breadcrumbs"/>
Expand Down

0 comments on commit 71d042f

Please sign in to comment.