- Added comprehensive AI Assistant system (aiassist/ directory): * Vector search and embedding capabilities * Typebot proxy integration * Elastic search functionality * Message classification and chat history * MCP proxy for external integrations - Implemented Court Status API (GetCourtStatus.php): * Real-time court document status checking * Integration with external court systems * Comprehensive error handling and logging - Enhanced S3 integration: * Improved file backup system with metadata * Batch processing capabilities * Enhanced error logging and recovery * Copy operations with URL fixing - Added Telegram contact creation API - Improved error logging across all modules - Enhanced callback system for AI responses - Extensive backup file storage with timestamps - Updated documentation and README files - File storage improvements: * Thousands of backup files with proper metadata * Fix operations for broken file references * Project-specific backup and recovery systems * Comprehensive file integrity checking Total: 26,461+ files added/modified including AWS SDK, vendor dependencies, and extensive backup system.
67 lines
1.1 KiB
CSS
67 lines
1.1 KiB
CSS
body {
|
|
margin : 0 auto;
|
|
width:100%;
|
|
font-family: "Verdana";
|
|
color: #40454b;
|
|
font-size: 12px;
|
|
text-align:center;
|
|
}
|
|
.main {
|
|
width:540px;
|
|
margin: 0 auto;
|
|
text-align:left;
|
|
}
|
|
.heading {
|
|
font-size:14px;
|
|
font-weight:bold;
|
|
color:#CC0000;
|
|
padding:5px;
|
|
margin-left:10px;
|
|
border-bottom:solid;
|
|
border-bottom-width:1px;
|
|
border-bottom-color:#333333;
|
|
/* Use this to suppress the horizontal line under the heading */
|
|
/* border-bottom: 0px solid #000000; */
|
|
}
|
|
table {
|
|
font-family: "Verdana";
|
|
color: #40454b;
|
|
font-size: 12px;
|
|
}
|
|
.demo {
|
|
margin : 0 auto;
|
|
width:100%;
|
|
margin:20px;
|
|
/* Use this to suppress all the bars and text */
|
|
/* display: none; */
|
|
}
|
|
td {
|
|
vertical-align: top;
|
|
padding: 0 0.5em 0 0;
|
|
}
|
|
.code {
|
|
font-family: "Courier New", Courier, monospace;
|
|
font-size: 10px;
|
|
}
|
|
.code2 {
|
|
font-family: "Courier New", Courier, monospace;
|
|
font-size: 11px; font-weight: bold; color: red;
|
|
}
|
|
.barheading {
|
|
color:#006600;
|
|
font-weight:bold;
|
|
}
|
|
.progressBar {
|
|
border: 1px solid #000000;
|
|
background-color: #EEEEEE;
|
|
width: 200px;
|
|
font-size: 6px;
|
|
}
|
|
.innerBar {
|
|
background-color:#00CC00;
|
|
width: 0%;
|
|
}
|
|
#box3 {
|
|
font-weight: bold;
|
|
}
|