primo commit

This commit is contained in:
2024-12-17 17:34:10 +01:00
commit e650f8df99
16435 changed files with 2451012 additions and 0 deletions

View File

@ -0,0 +1,39 @@
/* Convert table contents generated by Tabulizer to CSV file format for viewing and downloading
http://www.tabulizer.com */
.csv-button { margin-top: 10px; padding-left: 10px; }
div.css-text-container { padding-top:5px; }
div.css-text-header { padding: 10px; }
div.css-text-content { }
a.css-text-download { padding-left: 10px; padding-right:10px; dont-weight: bold; color: #0a0a0a; }
a.css-text-close { padding-left: 10px; padding-right:10px; color: #a0a0a0; }
textarea.csv-textarea { width: 100%; height: 150px; }
div.table-export-buttons input[type=button] { padding: 4px; margin:5px 5px 5px 0px; }
.phidden { display: none; }
.export_data_view_btn, .export_data_download_btn, .export_data_email_btn, .export_data_print_btn {
margin-top: 10px;
margin-right: 5px;
padding: 1px;
}
.export_data_submit_btn {
}
.export_data_close_btn {
}
table.export_data_preferences {
margin: 10px;
border: 1px dotted #979797;
background-color: #fffdaa;
}
table.export_data_preferences tr td {
border: none; padding: 4px; color: #575757;
}
table.export_data_preferences tr td.pref_field { font-weight: bold; }
table.export_data_preferences tr td.pre_value input { width: 100%; }
table.export_data_preferences tr td.pre_value textarea { width: 100%; height: 220px; }
.jqplot-image-button { margin-top: 10px; padding-left: 10px; }
div.jqplot-image-container { padding-top:5px; }
div.jqplot-image-container-header { padding: 10px; }
span.jqplot-image-container-tip { font-style: italic; }
a.jqplot-image-container-close { padding-left: 10px; padding-right:10px; color: #a0a0a0; }

View File

@ -0,0 +1,4 @@
<html>
<body bgcolor="#FFFFFF">
</body>
</html>