Files
geutebruck/SOURCES/CODEX/GeViScope/GeViScopeSDK_HTML5/Content/Resources/TableStyles/Rows.css
Administrator 14893e62a5 feat: Geutebruck GeViScope/GeViSoft Action Mapping System - MVP
This MVP release provides a complete full-stack solution for managing action mappings
in Geutebruck's GeViScope and GeViSoft video surveillance systems.

## Features

### Flutter Web Application (Port 8081)
- Modern, responsive UI for managing action mappings
- Action picker dialog with full parameter configuration
- Support for both GSC (GeViScope) and G-Core server actions
- Consistent UI for input and output actions with edit/delete capabilities
- Real-time action mapping creation, editing, and deletion
- Server categorization (GSC: prefix for GeViScope, G-Core: prefix for G-Core servers)

### FastAPI REST Backend (Port 8000)
- RESTful API for action mapping CRUD operations
- Action template service with comprehensive action catalog (247 actions)
- Server management (G-Core and GeViScope servers)
- Configuration tree reading and writing
- JWT authentication with role-based access control
- PostgreSQL database integration

### C# SDK Bridge (gRPC, Port 50051)
- Native integration with GeViSoft SDK (GeViProcAPINET_4_0.dll)
- Action mapping creation with correct binary format
- Support for GSC and G-Core action types
- Proper Camera parameter inclusion in action strings (fixes CrossSwitch bug)
- Action ID lookup table with server-specific action IDs
- Configuration reading/writing via SetupClient

## Bug Fixes
- **CrossSwitch Bug**: GSC and G-Core actions now correctly display camera/PTZ head parameters in GeViSet
- Action strings now include Camera parameter: `@ PanLeft (Comment: "", Camera: 101028)`
- Proper filter flags and VideoInput=0 for action mappings
- Correct action ID assignment (4198 for GSC, 9294 for G-Core PanLeft)

## Technical Stack
- **Frontend**: Flutter Web, Dart, Dio HTTP client
- **Backend**: Python FastAPI, PostgreSQL, Redis
- **SDK Bridge**: C# .NET 8.0, gRPC, GeViSoft SDK
- **Authentication**: JWT tokens
- **Configuration**: GeViSoft .set files (binary format)

## Credentials
- GeViSoft/GeViScope: username=sysadmin, password=masterkey
- Default admin: username=admin, password=admin123

## Deployment
All services run on localhost:
- Flutter Web: http://localhost:8081
- FastAPI: http://localhost:8000
- SDK Bridge gRPC: localhost:50051
- GeViServer: localhost (default port)

Generated with Claude Code (https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-31 18:10:54 +01:00

716 lines
12 KiB
CSS

/* MadCap Table Style: */
/*<meta />*/
mcTableStyle {
name: Rows;
border-collapse: collapse;
border-left-style: solid;
border-left-width: 1px;
border-left-color: #a9a9a9;
border-right-style: solid;
border-right-width: 1px;
border-right-color: #a9a9a9;
border-top-style: solid;
border-top-width: 1px;
border-top-color: #a9a9a9;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #a9a9a9;
cell-padding-left: 1px;
cell-padding-right: 1px;
cell-padding-top: 1px;
cell-padding-bottom: 1px;
}
mcTableColumnStyle {
span: 1;
separator-style: solid;
separator-width: 1px;
separator-color: #a9a9a9;
text-align: left;
}
mcTableHeadStyle {
span: 1;
separator-style: solid;
separator-width: 1px;
separator-color: #a9a9a9;
background-color: #8fbc8b;
color: #ffffff;
text-align: left;
}
mcTableBodyStyle {
span: 1;
font-weight: normal;
separator-style: solid;
separator-width: 1px;
separator-color: #a9a9a9;
background-color: #f0fff0;
text-align: left;
}
mcTableBodyStyle {
span: 1;
separator-style: solid;
separator-width: 1px;
separator-color: #a9a9a9;
text-align: left;
}
mcTableFootStyle {
span: 1;
separator-style: solid;
separator-width: 1px;
separator-color: #a9a9a9;
background-color: #dcdcdc;
text-align: left;
}
/* Cell Styles: */
.TableStyle_Rows
{
border-left-style: solid;
border-left-color: #a9a9a9;
border-left-width: 1px;
border-right-style: solid;
border-right-color: #a9a9a9;
border-right-width: 1px;
border-top-style: solid;
border-top-color: #a9a9a9;
border-top-width: 1px;
border-bottom-style: solid;
border-bottom-color: #a9a9a9;
border-bottom-width: 1px;
border-collapse: collapse;
border-spacing: 0px 0px;
mc-cell-padding: 1px 1px 1px 1px;
}
.TableStyle_Rows_Head_0_0
{
background-color: #8fbc8b;
color: #ffffff;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}
.TableStyle_Rows_Head_0_0 p
{
color: #ffffff;
}
.TableStyle_Rows_Head_0_0_RowSep_ColSep
{
background-color: #8fbc8b;
color: #ffffff;
border-bottom-width: 1px;
border-bottom-color: #a9a9a9;
border-bottom-style: solid;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
border-right-width: 1px;
border-right-color: #a9a9a9;
border-right-style: solid;
}
.TableStyle_Rows_Head_0_0_RowSep_ColSep p
{
color: #ffffff;
}
.TableStyle_Rows_Head_0_0_RowSep
{
background-color: #8fbc8b;
color: #ffffff;
border-bottom-width: 1px;
border-bottom-color: #a9a9a9;
border-bottom-style: solid;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}
.TableStyle_Rows_Head_0_0_RowSep p
{
color: #ffffff;
}
.TableStyle_Rows_Head_0_0_ColSep
{
background-color: #8fbc8b;
color: #ffffff;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
border-right-width: 1px;
border-right-color: #a9a9a9;
border-right-style: solid;
}
.TableStyle_Rows_Head_0_0_ColSep p
{
color: #ffffff;
}
.TableStyle_Rows_Head_0_0_RowSep_ColEnd
{
background-color: #8fbc8b;
color: #ffffff;
border-bottom-width: 1px;
border-bottom-color: #a9a9a9;
border-bottom-style: solid;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}
.TableStyle_Rows_Head_0_0_RowSep_ColEnd p
{
color: #ffffff;
}
.TableStyle_Rows_Head_0_0_RowEnd
{
background-color: #8fbc8b;
color: #ffffff;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}
.TableStyle_Rows_Head_0_0_RowEnd p
{
color: #ffffff;
}
.TableStyle_Rows_Head_0_0_RowEnd_ColSep
{
background-color: #8fbc8b;
color: #ffffff;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
border-right-width: 1px;
border-right-color: #a9a9a9;
border-right-style: solid;
}
.TableStyle_Rows_Head_0_0_RowEnd_ColSep p
{
color: #ffffff;
}
.TableStyle_Rows_Head_0_0_RowEnd_ColEnd
{
background-color: #8fbc8b;
color: #ffffff;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}
.TableStyle_Rows_Head_0_0_RowEnd_ColEnd p
{
color: #ffffff;
}
.TableStyle_Rows_Head_0_0_ColEnd
{
background-color: #8fbc8b;
color: #ffffff;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}
.TableStyle_Rows_Head_0_0_ColEnd p
{
color: #ffffff;
}
.TableStyle_Rows_Body_0_0
{
font-weight: normal;
background-color: #f0fff0;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}
.TableStyle_Rows_Body_0_0 p
{
font-weight: normal;
}
.TableStyle_Rows_Body_0_0_RowSep_ColSep
{
font-weight: normal;
background-color: #f0fff0;
border-bottom-width: 1px;
border-bottom-color: #a9a9a9;
border-bottom-style: solid;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
border-right-width: 1px;
border-right-color: #a9a9a9;
border-right-style: solid;
}
.TableStyle_Rows_Body_0_0_RowSep_ColSep p
{
font-weight: normal;
}
.TableStyle_Rows_Body_0_0_RowSep
{
font-weight: normal;
background-color: #f0fff0;
border-bottom-width: 1px;
border-bottom-color: #a9a9a9;
border-bottom-style: solid;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}
.TableStyle_Rows_Body_0_0_RowSep p
{
font-weight: normal;
}
.TableStyle_Rows_Body_0_0_ColSep
{
font-weight: normal;
background-color: #f0fff0;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
border-right-width: 1px;
border-right-color: #a9a9a9;
border-right-style: solid;
}
.TableStyle_Rows_Body_0_0_ColSep p
{
font-weight: normal;
}
.TableStyle_Rows_Body_0_0_RowSep_ColEnd
{
font-weight: normal;
background-color: #f0fff0;
border-bottom-width: 1px;
border-bottom-color: #a9a9a9;
border-bottom-style: solid;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}
.TableStyle_Rows_Body_0_0_RowSep_ColEnd p
{
font-weight: normal;
}
.TableStyle_Rows_Body_0_0_RowEnd
{
font-weight: normal;
background-color: #f0fff0;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}
.TableStyle_Rows_Body_0_0_RowEnd p
{
font-weight: normal;
}
.TableStyle_Rows_Body_0_0_RowEnd_ColSep
{
font-weight: normal;
background-color: #f0fff0;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
border-right-width: 1px;
border-right-color: #a9a9a9;
border-right-style: solid;
}
.TableStyle_Rows_Body_0_0_RowEnd_ColSep p
{
font-weight: normal;
}
.TableStyle_Rows_Body_0_0_RowEnd_ColEnd
{
font-weight: normal;
background-color: #f0fff0;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}
.TableStyle_Rows_Body_0_0_RowEnd_ColEnd p
{
font-weight: normal;
}
.TableStyle_Rows_Body_0_0_ColEnd
{
font-weight: normal;
background-color: #f0fff0;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}
.TableStyle_Rows_Body_0_0_ColEnd p
{
font-weight: normal;
}
.TableStyle_Rows_Body_1_0
{
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}
.TableStyle_Rows_Body_1_0 p
{
}
.TableStyle_Rows_Body_1_0_RowSep_ColSep
{
border-bottom-width: 1px;
border-bottom-color: #a9a9a9;
border-bottom-style: solid;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
border-right-width: 1px;
border-right-color: #a9a9a9;
border-right-style: solid;
}
.TableStyle_Rows_Body_1_0_RowSep_ColSep p
{
}
.TableStyle_Rows_Body_1_0_RowSep
{
border-bottom-width: 1px;
border-bottom-color: #a9a9a9;
border-bottom-style: solid;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}
.TableStyle_Rows_Body_1_0_RowSep p
{
}
.TableStyle_Rows_Body_1_0_ColSep
{
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
border-right-width: 1px;
border-right-color: #a9a9a9;
border-right-style: solid;
}
.TableStyle_Rows_Body_1_0_ColSep p
{
}
.TableStyle_Rows_Body_1_0_RowSep_ColEnd
{
border-bottom-width: 1px;
border-bottom-color: #a9a9a9;
border-bottom-style: solid;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}
.TableStyle_Rows_Body_1_0_RowSep_ColEnd p
{
}
.TableStyle_Rows_Body_1_0_RowEnd
{
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}
.TableStyle_Rows_Body_1_0_RowEnd p
{
}
.TableStyle_Rows_Body_1_0_RowEnd_ColSep
{
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
border-right-width: 1px;
border-right-color: #a9a9a9;
border-right-style: solid;
}
.TableStyle_Rows_Body_1_0_RowEnd_ColSep p
{
}
.TableStyle_Rows_Body_1_0_RowEnd_ColEnd
{
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}
.TableStyle_Rows_Body_1_0_RowEnd_ColEnd p
{
}
.TableStyle_Rows_Body_1_0_ColEnd
{
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}
.TableStyle_Rows_Body_1_0_ColEnd p
{
}
.TableStyle_Rows_Foot_0_0
{
background-color: #dcdcdc;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}
.TableStyle_Rows_Foot_0_0 p
{
}
.TableStyle_Rows_Foot_0_0_RowSep_ColSep
{
background-color: #dcdcdc;
border-top-width: 1px;
border-top-color: #a9a9a9;
border-top-style: solid;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
border-right-width: 1px;
border-right-color: #a9a9a9;
border-right-style: solid;
}
.TableStyle_Rows_Foot_0_0_RowSep_ColSep p
{
}
.TableStyle_Rows_Foot_0_0_RowSep
{
background-color: #dcdcdc;
border-top-width: 1px;
border-top-color: #a9a9a9;
border-top-style: solid;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}
.TableStyle_Rows_Foot_0_0_RowSep p
{
}
.TableStyle_Rows_Foot_0_0_ColSep
{
background-color: #dcdcdc;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
border-right-width: 1px;
border-right-color: #a9a9a9;
border-right-style: solid;
}
.TableStyle_Rows_Foot_0_0_ColSep p
{
}
.TableStyle_Rows_Foot_0_0_RowSep_ColEnd
{
background-color: #dcdcdc;
border-top-width: 1px;
border-top-color: #a9a9a9;
border-top-style: solid;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}
.TableStyle_Rows_Foot_0_0_RowSep_ColEnd p
{
}
.TableStyle_Rows_Foot_0_0_RowEnd
{
background-color: #dcdcdc;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}
.TableStyle_Rows_Foot_0_0_RowEnd p
{
}
.TableStyle_Rows_Foot_0_0_RowEnd_ColSep
{
background-color: #dcdcdc;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
border-right-width: 1px;
border-right-color: #a9a9a9;
border-right-style: solid;
}
.TableStyle_Rows_Foot_0_0_RowEnd_ColSep p
{
}
.TableStyle_Rows_Foot_0_0_RowEnd_ColEnd
{
background-color: #dcdcdc;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}
.TableStyle_Rows_Foot_0_0_RowEnd_ColEnd p
{
}
.TableStyle_Rows_Foot_0_0_ColEnd
{
background-color: #dcdcdc;
text-align: left;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
}
.TableStyle_Rows_Foot_0_0_ColEnd p
{
}