diff --git a/summary/00_header.html b/summary/00_header.html index 0709f50..8a7ea85 100644 --- a/summary/00_header.html +++ b/summary/00_header.html @@ -7,6 +7,3 @@ -
- -
diff --git a/summary/99_footer.html b/summary/99_footer.html index 01a7311..11a09ca 100644 --- a/summary/99_footer.html +++ b/summary/99_footer.html @@ -1,27 +1,3 @@ - diff --git a/summary/run.sh b/summary/run.sh index 115db8b..0ad0353 100644 --- a/summary/run.sh +++ b/summary/run.sh @@ -23,10 +23,10 @@ do cat 01_sql_header.txt ../sql/20c_datafile.sql | sqlplus -s / as sysdba >> ${DIV_CONTENU} done # on ferme les DIV dans le menu html -echo '
' >> ${DIV_ONGLETS} +# echo '
' >> ${DIV_ONGLETS} # on ferme les DIV dans le contenu des onglets -echo '' >> ${DIV_CONTENU} +# echo '' >> ${DIV_CONTENU} # on va concaténer les sources HTML dans une seule page cat 00_header.html >> ${HTML_FILE}