source: trunk/insertphp_many.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# DESCRIPTION
8# ===========
9#
10# ajoute des commandes php dans des fichiers html
11#
12# FILES
13# =====
14# /usr/home/fplod/incas/bibnemo/src/bibnemomaf/insertphp_many04.sed sur aedon.locean-ipsl.upmc.fr
15#
16# see also insertphp_one.sed
17# see also insertphp.sh
18#
19#
20# EVOLUTIONS
21# ==========
22#
23# $Id$
24#
25# - fplod 2008-09-18T09:22:24Z aedon.locean-ipsl.upmc.fr (Darwin)
26#
27#   * suppress line transformation with fixed title
28#
29#     see insertphp.sh
30#
31# - fplod 2007-05-09T09:10:31Z aedon.locean-ipsl.upmc.fr (Darwin)
32#   * creation parce que ++je n'arrive pas à faire marcher les
33#     ++xsl:processing-instructions
34#-
35s@<input name="server" type="hidden" value="" />@<input name="server" type="hidden" value="<?php include("../../../php/server.php"); ?>" />@
36s@<input name="phpversion" type="hidden" value="" />@<input name="phpversion" type="hidden" value="<?php include("../../../php/phpversion.php"); ?>" />@
37s@<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.