source: trunk/insertphp_one.sed

Last change on this file was 76, checked in by pinsard, 16 years ago

no more NEMO reference in XSL files; project information (name and home page are in main.xml

  • Property svn:keywords set to Id
File size: 1.1 KB
Line 
1#
2#+
3# NAME
4# ====
5# insertphp_one.sed - ajoute des commandes php dans des fichiers html
6#
7#
8# DESCRIPTION
9# ===========
10#
11#
12# ajoute des commandes php dans des fichiers html
13#
14# FILES
15# =====
16#
17# /usr/home/fplod/incas/bibnemo/src/bibnemomaf/insertphp_one.sed sur aedon.locean-ipsl.upmc.fr
18#
19# see also insertphp_many.sed
20# see also insertphp.sh
21#
22# EVOLUTIONS
23# ==========
24#
25# $Id$
26#
27# - fplod 2008-09-17T15:34:49Z aedon.locean-ipsl.upmc.fr (Darwin)
28#   
29#   * suppress line transformation with fixed title
30#
31#     see insertphp.sh
32#
33# - fplod 2007-05-09T09:10:31Z aedon.locean-ipsl.upmc.fr (Darwin)
34#
35#   * creation parce que ++je n'arrive pas à faire marcher les
36#     ++xsl:processing-instructions
37#
38#-
39#
40s@<input name="server" type="hidden" value="" />@<input name="server" type="hidden" value="<?php include("../../php/server.php"); ?>" />@
41s@<input name="phpversion" type="hidden" value="" />@<input name="phpversion" type="hidden" value="<?php include("../../php/phpversion.php"); ?>" />@
42s@<input name="timestamp" type="hidden" value="" />@<input name="timestamp" type="hidden" value="<?php include("../../php/timestamp.php"); ?>" />@
Note: See TracBrowser for help on using the repository browser.