*** empty log message ***

This commit is contained in:
Rodolphe Quiedeville 2002-12-24 09:34:44 +00:00
parent 6276e971eb
commit 9cdb93fbe2
4 changed files with 34 additions and 26 deletions

View File

@ -31,17 +31,24 @@
<form action="index.php" method="post">
<table id="formulaire">
<input type="hidden" name="action" value="add" />
<!-- la ligne projet est invisible -->
<tr id="projet">
</tr>
<tr id="date">
<script language="php">
$a = setlocale("LC_TIME", "FRENCH");
print strftime("%d %B %Y", time());
</script>
</tr>
<tr id="projet">
<tr id="montant">
<script language="php">
print '&lt;input type="text" name="montant" size="10" value="'.$HTTP_POST_VARS["montant"].'"&gt;';
</script>
</tr>
<tr id="prenom">
<script language="php">
@ -91,12 +98,6 @@
</script>
</tr>
<tr id="montant">
<script language="php">
print '&lt;input type="text" name="montant" size="10" value="'.$HTTP_POST_VARS["montant"].'"&gt;';
</script>
</tr>
<tr id="public">
<select name="public">
<script language="php">

View File

@ -28,6 +28,10 @@
require("code_valid.php");
</script>
<table id="formulaire">
<!-- la ligne projet est invisible -->
<tr id="projet">
</tr>
<tr id="date">
<script language="php">
@ -36,10 +40,12 @@
</script>
</tr>
<tr id="projet">
<tr id="montant">
<script language="php">
print $don->amount;
</script>
</tr>
<tr id="prenom">
<script language="php">
print $don->prenom;
@ -86,13 +92,7 @@
<script language="php">
print $don->email;
</script>
</tr>
<tr id="montant">
<script language="php">
print $don->amount;
</script>
</tr>
</tr>
<tr id="public">
<script language="php">

View File

@ -163,6 +163,13 @@
Amount
</td>
</tr>
<tr>
<td class="titre">&nbsp;</td>
<td class="valeur">
<hr />
</td>
<td class="titre">&nbsp;</td>
</tr>
</xsl:template>
<xsl:template match="table/tr[@id='limitdate']">

View File

@ -22,6 +22,10 @@
</script>
<table id="formulaire">
<!-- la ligne projet est invisible -->
<tr id="projet">
</tr>
<tr id="date">
<script language="php">
@ -29,9 +33,11 @@
print strftime("%d %B %Y", time());
</script>
</tr>
<tr id="projet">
<tr id="montant">
<script language="php">
print number_format($don->amount, 0, '', ' ');
</script>
</tr>
<tr id="prenom">
@ -82,12 +88,6 @@
</script>
</tr>
<tr id="montant">
<script language="php">
print number_format($don->amount, 0, '', ' ');
</script>
</tr>
<tr id="public">
<script language="php">
$yn[0]="non";