Skip to content

Commit c3c9673

Browse files
committed
additionnal OVPF-specific code in mc3.pl
1 parent 4d82b6b commit c3c9673

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CODE/cgi-bin/mc3.pl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,6 +1028,11 @@ sub compute_energy {
10281028
$html .= "<INPUT type=\"hidden\" name=\"RFcount\" value=\"".$stat{RFcount}."\"/>";
10291029
$html .= "<INPUT type=\"hidden\" name=\"VTcount\" value=\"".$stat{VTcount}."\"/>";
10301030
$html .= "</FORM>\n";
1031+
$html .= "<FORM name=\"formulaire_mail_revosime\" action=\"/cgi-bin/$MC3{CGI_REVOSIMA_MAIL_INFO}\" method=\"get\">";
1032+
$html .= "<P><B>Mail d'information REVOSIMA</B>: <INPUT type=\"submit\" value=\"G&eacute;n&eacute;rer\"/></P>";
1033+
$html .= "<INPUT type=\"hidden\" name=\"dateStart\" value=\"".$start_datetime->strftime("%F")."\"/>";
1034+
$html .= "<INPUT type=\"hidden\" name=\"dateEnd\" value=\"".$end_datetime->strftime("%F")."\"/>";
1035+
$html .= "</FORM>\n";
10311036
}
10321037
# ---- END of HTML-form
10331038

0 commit comments

Comments
 (0)