Fix du système de permissions
This commit is contained in:
parent
dfec6b2418
commit
c330b9a1cc
48 changed files with 4229 additions and 243 deletions
|
|
@ -0,0 +1,210 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Transcript - Ticket #1459563155859570692</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body {
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
background: #f5f6fa;
|
||||
color: #2c3e50;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.container {
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
}
|
||||
.header {
|
||||
background: linear-gradient(135deg, #3498db, #34495e);
|
||||
color: white;
|
||||
padding: 30px;
|
||||
border-radius: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.header h1 {
|
||||
font-size: 24px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.header-meta {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 20px;
|
||||
font-size: 14px;
|
||||
opacity: 0.9;
|
||||
}
|
||||
.meta-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
}
|
||||
.status-badge {
|
||||
display: inline-block;
|
||||
padding: 3px 10px;
|
||||
border-radius: 15px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.status-open { background: #27ae60; }
|
||||
.status-closed { background: #e74c3c; }
|
||||
.status-claimed { background: #f39c12; }
|
||||
|
||||
.messages-section {
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
margin-bottom: 20px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.messages-section h3 {
|
||||
margin-bottom: 15px;
|
||||
color: #3498db;
|
||||
border-bottom: 2px solid #ecf0f1;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.message {
|
||||
padding: 15px;
|
||||
border-bottom: 1px solid #ecf0f1;
|
||||
}
|
||||
.message:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
.message.staff-message {
|
||||
background: #f8f9fa;
|
||||
border-left: 3px solid #3498db;
|
||||
}
|
||||
.message-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.author {
|
||||
font-weight: bold;
|
||||
color: #2c3e50;
|
||||
}
|
||||
.staff-badge {
|
||||
background: #3498db;
|
||||
color: white;
|
||||
padding: 2px 6px;
|
||||
border-radius: 3px;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.timestamp {
|
||||
color: #95a5a6;
|
||||
font-size: 12px;
|
||||
}
|
||||
.message-content {
|
||||
color: #34495e;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.stats-section {
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.stats-section h3 {
|
||||
margin-bottom: 15px;
|
||||
color: #3498db;
|
||||
}
|
||||
.stats-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
||||
gap: 15px;
|
||||
}
|
||||
.stat-item {
|
||||
background: #f8f9fa;
|
||||
padding: 15px;
|
||||
border-radius: 8px;
|
||||
text-align: center;
|
||||
}
|
||||
.stat-label {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
color: #7f8c8d;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.stat-value {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
color: #3498db;
|
||||
}
|
||||
|
||||
.footer {
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
color: #95a5a6;
|
||||
font-size: 12px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<h1>🎫 Transcript de Ticket</h1>
|
||||
<div class="header-meta">
|
||||
<div class="meta-item">
|
||||
<span>📌 ID:</span>
|
||||
<span>1459563155859570692</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📁 Catégorie:</span>
|
||||
<span>3b0b9bc1</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>⚡ Priorité:</span>
|
||||
<span style="color: #3498db; font-weight: bold;">NORMAL</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📊 Statut:</span>
|
||||
<span class="status-badge status-open">open</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📅 Créé:</span>
|
||||
<span>10/01/2026 16:02</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="messages-section">
|
||||
<h3>💬 Messages (0)</h3>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="stats-section">
|
||||
<h3>📊 Statistiques</h3>
|
||||
<div class="stats-grid">
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Durée</span>
|
||||
<span class="stat-value">0 min</span>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Messages</span>
|
||||
<span class="stat-value">0</span>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Note</span>
|
||||
<span class="stat-value">Pas de note</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
<p>Généré le 10/01/2026 à 16:03:05</p>
|
||||
<p>Système de Tickets - Kuby Bot</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,210 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Transcript - Ticket #1461083997655400669</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body {
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
background: #f5f6fa;
|
||||
color: #2c3e50;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.container {
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
}
|
||||
.header {
|
||||
background: linear-gradient(135deg, #3498db, #34495e);
|
||||
color: white;
|
||||
padding: 30px;
|
||||
border-radius: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.header h1 {
|
||||
font-size: 24px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.header-meta {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 20px;
|
||||
font-size: 14px;
|
||||
opacity: 0.9;
|
||||
}
|
||||
.meta-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
}
|
||||
.status-badge {
|
||||
display: inline-block;
|
||||
padding: 3px 10px;
|
||||
border-radius: 15px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.status-open { background: #27ae60; }
|
||||
.status-closed { background: #e74c3c; }
|
||||
.status-claimed { background: #f39c12; }
|
||||
|
||||
.messages-section {
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
margin-bottom: 20px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.messages-section h3 {
|
||||
margin-bottom: 15px;
|
||||
color: #3498db;
|
||||
border-bottom: 2px solid #ecf0f1;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.message {
|
||||
padding: 15px;
|
||||
border-bottom: 1px solid #ecf0f1;
|
||||
}
|
||||
.message:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
.message.staff-message {
|
||||
background: #f8f9fa;
|
||||
border-left: 3px solid #3498db;
|
||||
}
|
||||
.message-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.author {
|
||||
font-weight: bold;
|
||||
color: #2c3e50;
|
||||
}
|
||||
.staff-badge {
|
||||
background: #3498db;
|
||||
color: white;
|
||||
padding: 2px 6px;
|
||||
border-radius: 3px;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.timestamp {
|
||||
color: #95a5a6;
|
||||
font-size: 12px;
|
||||
}
|
||||
.message-content {
|
||||
color: #34495e;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.stats-section {
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.stats-section h3 {
|
||||
margin-bottom: 15px;
|
||||
color: #3498db;
|
||||
}
|
||||
.stats-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
||||
gap: 15px;
|
||||
}
|
||||
.stat-item {
|
||||
background: #f8f9fa;
|
||||
padding: 15px;
|
||||
border-radius: 8px;
|
||||
text-align: center;
|
||||
}
|
||||
.stat-label {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
color: #7f8c8d;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.stat-value {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
color: #3498db;
|
||||
}
|
||||
|
||||
.footer {
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
color: #95a5a6;
|
||||
font-size: 12px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<h1>🎫 Transcript de Ticket</h1>
|
||||
<div class="header-meta">
|
||||
<div class="meta-item">
|
||||
<span>📌 ID:</span>
|
||||
<span>1461083997655400669</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📁 Catégorie:</span>
|
||||
<span>3b0b9bc1</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>⚡ Priorité:</span>
|
||||
<span style="color: #3498db; font-weight: bold;">NORMAL</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📊 Statut:</span>
|
||||
<span class="status-badge status-open">open</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📅 Créé:</span>
|
||||
<span>14/01/2026 20:46</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="messages-section">
|
||||
<h3>💬 Messages (0)</h3>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="stats-section">
|
||||
<h3>📊 Statistiques</h3>
|
||||
<div class="stats-grid">
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Durée</span>
|
||||
<span class="stat-value">20 min</span>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Messages</span>
|
||||
<span class="stat-value">0</span>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Note</span>
|
||||
<span class="stat-value">Pas de note</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
<p>Généré le 14/01/2026 à 21:06:29</p>
|
||||
<p>Système de Tickets - Kuby Bot</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,210 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Transcript - Ticket #1461084203054665812</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body {
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
background: #f5f6fa;
|
||||
color: #2c3e50;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.container {
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
}
|
||||
.header {
|
||||
background: linear-gradient(135deg, #3498db, #34495e);
|
||||
color: white;
|
||||
padding: 30px;
|
||||
border-radius: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.header h1 {
|
||||
font-size: 24px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.header-meta {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 20px;
|
||||
font-size: 14px;
|
||||
opacity: 0.9;
|
||||
}
|
||||
.meta-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
}
|
||||
.status-badge {
|
||||
display: inline-block;
|
||||
padding: 3px 10px;
|
||||
border-radius: 15px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.status-open { background: #27ae60; }
|
||||
.status-closed { background: #e74c3c; }
|
||||
.status-claimed { background: #f39c12; }
|
||||
|
||||
.messages-section {
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
margin-bottom: 20px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.messages-section h3 {
|
||||
margin-bottom: 15px;
|
||||
color: #3498db;
|
||||
border-bottom: 2px solid #ecf0f1;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.message {
|
||||
padding: 15px;
|
||||
border-bottom: 1px solid #ecf0f1;
|
||||
}
|
||||
.message:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
.message.staff-message {
|
||||
background: #f8f9fa;
|
||||
border-left: 3px solid #3498db;
|
||||
}
|
||||
.message-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.author {
|
||||
font-weight: bold;
|
||||
color: #2c3e50;
|
||||
}
|
||||
.staff-badge {
|
||||
background: #3498db;
|
||||
color: white;
|
||||
padding: 2px 6px;
|
||||
border-radius: 3px;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.timestamp {
|
||||
color: #95a5a6;
|
||||
font-size: 12px;
|
||||
}
|
||||
.message-content {
|
||||
color: #34495e;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.stats-section {
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.stats-section h3 {
|
||||
margin-bottom: 15px;
|
||||
color: #3498db;
|
||||
}
|
||||
.stats-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
||||
gap: 15px;
|
||||
}
|
||||
.stat-item {
|
||||
background: #f8f9fa;
|
||||
padding: 15px;
|
||||
border-radius: 8px;
|
||||
text-align: center;
|
||||
}
|
||||
.stat-label {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
color: #7f8c8d;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.stat-value {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
color: #3498db;
|
||||
}
|
||||
|
||||
.footer {
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
color: #95a5a6;
|
||||
font-size: 12px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<h1>🎫 Transcript de Ticket</h1>
|
||||
<div class="header-meta">
|
||||
<div class="meta-item">
|
||||
<span>📌 ID:</span>
|
||||
<span>1461084203054665812</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📁 Catégorie:</span>
|
||||
<span>91522e2c</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>⚡ Priorité:</span>
|
||||
<span style="color: #3498db; font-weight: bold;">NORMAL</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📊 Statut:</span>
|
||||
<span class="status-badge status-open">open</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📅 Créé:</span>
|
||||
<span>14/01/2026 20:46</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="messages-section">
|
||||
<h3>💬 Messages (0)</h3>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="stats-section">
|
||||
<h3>📊 Statistiques</h3>
|
||||
<div class="stats-grid">
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Durée</span>
|
||||
<span class="stat-value">0 min</span>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Messages</span>
|
||||
<span class="stat-value">0</span>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Note</span>
|
||||
<span class="stat-value">Pas de note</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
<p>Généré le 14/01/2026 à 20:47:15</p>
|
||||
<p>Système de Tickets - Kuby Bot</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,237 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Transcript - Ticket #1461084293995565242</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body {
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
background: #f5f6fa;
|
||||
color: #2c3e50;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.container {
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
}
|
||||
.header {
|
||||
background: linear-gradient(135deg, #3498db, #34495e);
|
||||
color: white;
|
||||
padding: 30px;
|
||||
border-radius: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.header h1 {
|
||||
font-size: 24px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.header-meta {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 20px;
|
||||
font-size: 14px;
|
||||
opacity: 0.9;
|
||||
}
|
||||
.meta-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
}
|
||||
.status-badge {
|
||||
display: inline-block;
|
||||
padding: 3px 10px;
|
||||
border-radius: 15px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.status-open { background: #27ae60; }
|
||||
.status-closed { background: #e74c3c; }
|
||||
.status-claimed { background: #f39c12; }
|
||||
|
||||
.messages-section {
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
margin-bottom: 20px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.messages-section h3 {
|
||||
margin-bottom: 15px;
|
||||
color: #3498db;
|
||||
border-bottom: 2px solid #ecf0f1;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.message {
|
||||
padding: 15px;
|
||||
border-bottom: 1px solid #ecf0f1;
|
||||
}
|
||||
.message:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
.message.staff-message {
|
||||
background: #f8f9fa;
|
||||
border-left: 3px solid #3498db;
|
||||
}
|
||||
.message-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.author {
|
||||
font-weight: bold;
|
||||
color: #2c3e50;
|
||||
}
|
||||
.staff-badge {
|
||||
background: #3498db;
|
||||
color: white;
|
||||
padding: 2px 6px;
|
||||
border-radius: 3px;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.timestamp {
|
||||
color: #95a5a6;
|
||||
font-size: 12px;
|
||||
}
|
||||
.message-content {
|
||||
color: #34495e;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.stats-section {
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.stats-section h3 {
|
||||
margin-bottom: 15px;
|
||||
color: #3498db;
|
||||
}
|
||||
.stats-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
||||
gap: 15px;
|
||||
}
|
||||
.stat-item {
|
||||
background: #f8f9fa;
|
||||
padding: 15px;
|
||||
border-radius: 8px;
|
||||
text-align: center;
|
||||
}
|
||||
.stat-label {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
color: #7f8c8d;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.stat-value {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
color: #3498db;
|
||||
}
|
||||
|
||||
.footer {
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
color: #95a5a6;
|
||||
font-size: 12px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<h1>🎫 Transcript de Ticket</h1>
|
||||
<div class="header-meta">
|
||||
<div class="meta-item">
|
||||
<span>📌 ID:</span>
|
||||
<span>1461084293995565242</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📁 Catégorie:</span>
|
||||
<span>3b0b9bc1</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>⚡ Priorité:</span>
|
||||
<span style="color: #3498db; font-weight: bold;">NORMAL</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📊 Statut:</span>
|
||||
<span class="status-badge status-claimed">claimed</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📅 Créé:</span>
|
||||
<span>14/01/2026 20:47</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="messages-section">
|
||||
<h3>💬 Messages (3)</h3>
|
||||
|
||||
<div class="message staff-message">
|
||||
<div class="message-header">
|
||||
<span class="author">gameurpro12</span>
|
||||
<span class="staff-badge">STAFF</span>
|
||||
<span class="timestamp">14/01/2026 19:47:33</span>
|
||||
</div>
|
||||
<div class="message-content">rp;fepsŝfe</div>
|
||||
</div>
|
||||
|
||||
<div class="message staff-message">
|
||||
<div class="message-header">
|
||||
<span class="author">gameurpro12</span>
|
||||
<span class="staff-badge">STAFF</span>
|
||||
<span class="timestamp">14/01/2026 19:47:34</span>
|
||||
</div>
|
||||
<div class="message-content">fe,s,</div>
|
||||
</div>
|
||||
|
||||
<div class="message staff-message">
|
||||
<div class="message-header">
|
||||
<span class="author">gameurpro12</span>
|
||||
<span class="staff-badge">STAFF</span>
|
||||
<span class="timestamp">14/01/2026 19:47:35</span>
|
||||
</div>
|
||||
<div class="message-content">f,ekf,sem</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="stats-section">
|
||||
<h3>📊 Statistiques</h3>
|
||||
<div class="stats-grid">
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Durée</span>
|
||||
<span class="stat-value">0 min</span>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Messages</span>
|
||||
<span class="stat-value">3</span>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Note</span>
|
||||
<span class="stat-value">Pas de note</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
<p>Généré le 14/01/2026 à 20:47:45</p>
|
||||
<p>Système de Tickets - Kuby Bot</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,210 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Transcript - Ticket #1461084511738532026</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body {
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
background: #f5f6fa;
|
||||
color: #2c3e50;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.container {
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
}
|
||||
.header {
|
||||
background: linear-gradient(135deg, #3498db, #34495e);
|
||||
color: white;
|
||||
padding: 30px;
|
||||
border-radius: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.header h1 {
|
||||
font-size: 24px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.header-meta {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 20px;
|
||||
font-size: 14px;
|
||||
opacity: 0.9;
|
||||
}
|
||||
.meta-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
}
|
||||
.status-badge {
|
||||
display: inline-block;
|
||||
padding: 3px 10px;
|
||||
border-radius: 15px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.status-open { background: #27ae60; }
|
||||
.status-closed { background: #e74c3c; }
|
||||
.status-claimed { background: #f39c12; }
|
||||
|
||||
.messages-section {
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
margin-bottom: 20px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.messages-section h3 {
|
||||
margin-bottom: 15px;
|
||||
color: #3498db;
|
||||
border-bottom: 2px solid #ecf0f1;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.message {
|
||||
padding: 15px;
|
||||
border-bottom: 1px solid #ecf0f1;
|
||||
}
|
||||
.message:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
.message.staff-message {
|
||||
background: #f8f9fa;
|
||||
border-left: 3px solid #3498db;
|
||||
}
|
||||
.message-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.author {
|
||||
font-weight: bold;
|
||||
color: #2c3e50;
|
||||
}
|
||||
.staff-badge {
|
||||
background: #3498db;
|
||||
color: white;
|
||||
padding: 2px 6px;
|
||||
border-radius: 3px;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.timestamp {
|
||||
color: #95a5a6;
|
||||
font-size: 12px;
|
||||
}
|
||||
.message-content {
|
||||
color: #34495e;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.stats-section {
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.stats-section h3 {
|
||||
margin-bottom: 15px;
|
||||
color: #3498db;
|
||||
}
|
||||
.stats-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
||||
gap: 15px;
|
||||
}
|
||||
.stat-item {
|
||||
background: #f8f9fa;
|
||||
padding: 15px;
|
||||
border-radius: 8px;
|
||||
text-align: center;
|
||||
}
|
||||
.stat-label {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
color: #7f8c8d;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.stat-value {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
color: #3498db;
|
||||
}
|
||||
|
||||
.footer {
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
color: #95a5a6;
|
||||
font-size: 12px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<h1>🎫 Transcript de Ticket</h1>
|
||||
<div class="header-meta">
|
||||
<div class="meta-item">
|
||||
<span>📌 ID:</span>
|
||||
<span>1461084511738532026</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📁 Catégorie:</span>
|
||||
<span>3b0b9bc1</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>⚡ Priorité:</span>
|
||||
<span style="color: #3498db; font-weight: bold;">NORMAL</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📊 Statut:</span>
|
||||
<span class="status-badge status-open">open</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📅 Créé:</span>
|
||||
<span>14/01/2026 20:48</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="messages-section">
|
||||
<h3>💬 Messages (0)</h3>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="stats-section">
|
||||
<h3>📊 Statistiques</h3>
|
||||
<div class="stats-grid">
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Durée</span>
|
||||
<span class="stat-value">0 min</span>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Messages</span>
|
||||
<span class="stat-value">0</span>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Note</span>
|
||||
<span class="stat-value">Pas de note</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
<p>Généré le 14/01/2026 à 20:48:25</p>
|
||||
<p>Système de Tickets - Kuby Bot</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,210 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Transcript - Ticket #1461084844879778008</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body {
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
background: #f5f6fa;
|
||||
color: #2c3e50;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.container {
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
}
|
||||
.header {
|
||||
background: linear-gradient(135deg, #3498db, #34495e);
|
||||
color: white;
|
||||
padding: 30px;
|
||||
border-radius: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.header h1 {
|
||||
font-size: 24px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.header-meta {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 20px;
|
||||
font-size: 14px;
|
||||
opacity: 0.9;
|
||||
}
|
||||
.meta-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
}
|
||||
.status-badge {
|
||||
display: inline-block;
|
||||
padding: 3px 10px;
|
||||
border-radius: 15px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.status-open { background: #27ae60; }
|
||||
.status-closed { background: #e74c3c; }
|
||||
.status-claimed { background: #f39c12; }
|
||||
|
||||
.messages-section {
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
margin-bottom: 20px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.messages-section h3 {
|
||||
margin-bottom: 15px;
|
||||
color: #3498db;
|
||||
border-bottom: 2px solid #ecf0f1;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.message {
|
||||
padding: 15px;
|
||||
border-bottom: 1px solid #ecf0f1;
|
||||
}
|
||||
.message:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
.message.staff-message {
|
||||
background: #f8f9fa;
|
||||
border-left: 3px solid #3498db;
|
||||
}
|
||||
.message-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.author {
|
||||
font-weight: bold;
|
||||
color: #2c3e50;
|
||||
}
|
||||
.staff-badge {
|
||||
background: #3498db;
|
||||
color: white;
|
||||
padding: 2px 6px;
|
||||
border-radius: 3px;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.timestamp {
|
||||
color: #95a5a6;
|
||||
font-size: 12px;
|
||||
}
|
||||
.message-content {
|
||||
color: #34495e;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.stats-section {
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.stats-section h3 {
|
||||
margin-bottom: 15px;
|
||||
color: #3498db;
|
||||
}
|
||||
.stats-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
||||
gap: 15px;
|
||||
}
|
||||
.stat-item {
|
||||
background: #f8f9fa;
|
||||
padding: 15px;
|
||||
border-radius: 8px;
|
||||
text-align: center;
|
||||
}
|
||||
.stat-label {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
color: #7f8c8d;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.stat-value {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
color: #3498db;
|
||||
}
|
||||
|
||||
.footer {
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
color: #95a5a6;
|
||||
font-size: 12px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<h1>🎫 Transcript de Ticket</h1>
|
||||
<div class="header-meta">
|
||||
<div class="meta-item">
|
||||
<span>📌 ID:</span>
|
||||
<span>1461084844879778008</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📁 Catégorie:</span>
|
||||
<span>3b0b9bc1</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>⚡ Priorité:</span>
|
||||
<span style="color: #3498db; font-weight: bold;">NORMAL</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📊 Statut:</span>
|
||||
<span class="status-badge status-open">open</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📅 Créé:</span>
|
||||
<span>14/01/2026 20:49</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="messages-section">
|
||||
<h3>💬 Messages (0)</h3>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="stats-section">
|
||||
<h3>📊 Statistiques</h3>
|
||||
<div class="stats-grid">
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Durée</span>
|
||||
<span class="stat-value">0 min</span>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Messages</span>
|
||||
<span class="stat-value">0</span>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Note</span>
|
||||
<span class="stat-value">Pas de note</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
<p>Généré le 14/01/2026 à 20:49:44</p>
|
||||
<p>Système de Tickets - Kuby Bot</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,273 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Transcript - Ticket #1461088603273822394</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body {
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
background: #f5f6fa;
|
||||
color: #2c3e50;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.container {
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
}
|
||||
.header {
|
||||
background: linear-gradient(135deg, #3498db, #34495e);
|
||||
color: white;
|
||||
padding: 30px;
|
||||
border-radius: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.header h1 {
|
||||
font-size: 24px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.header-meta {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 20px;
|
||||
font-size: 14px;
|
||||
opacity: 0.9;
|
||||
}
|
||||
.meta-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
}
|
||||
.status-badge {
|
||||
display: inline-block;
|
||||
padding: 3px 10px;
|
||||
border-radius: 15px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.status-open { background: #27ae60; }
|
||||
.status-closed { background: #e74c3c; }
|
||||
.status-claimed { background: #f39c12; }
|
||||
|
||||
.messages-section {
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
margin-bottom: 20px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.messages-section h3 {
|
||||
margin-bottom: 15px;
|
||||
color: #3498db;
|
||||
border-bottom: 2px solid #ecf0f1;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.message {
|
||||
padding: 15px;
|
||||
border-bottom: 1px solid #ecf0f1;
|
||||
}
|
||||
.message:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
.message.staff-message {
|
||||
background: #f8f9fa;
|
||||
border-left: 3px solid #3498db;
|
||||
}
|
||||
.message-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.author {
|
||||
font-weight: bold;
|
||||
color: #2c3e50;
|
||||
}
|
||||
.staff-badge {
|
||||
background: #3498db;
|
||||
color: white;
|
||||
padding: 2px 6px;
|
||||
border-radius: 3px;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.timestamp {
|
||||
color: #95a5a6;
|
||||
font-size: 12px;
|
||||
}
|
||||
.message-content {
|
||||
color: #34495e;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.stats-section {
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.stats-section h3 {
|
||||
margin-bottom: 15px;
|
||||
color: #3498db;
|
||||
}
|
||||
.stats-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
||||
gap: 15px;
|
||||
}
|
||||
.stat-item {
|
||||
background: #f8f9fa;
|
||||
padding: 15px;
|
||||
border-radius: 8px;
|
||||
text-align: center;
|
||||
}
|
||||
.stat-label {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
color: #7f8c8d;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.stat-value {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
color: #3498db;
|
||||
}
|
||||
|
||||
.footer {
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
color: #95a5a6;
|
||||
font-size: 12px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<h1>🎫 Transcript de Ticket</h1>
|
||||
<div class="header-meta">
|
||||
<div class="meta-item">
|
||||
<span>📌 ID:</span>
|
||||
<span>1461088603273822394</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📁 Catégorie:</span>
|
||||
<span>91522e2c</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>⚡ Priorité:</span>
|
||||
<span style="color: #3498db; font-weight: bold;">NORMAL</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📊 Statut:</span>
|
||||
<span class="status-badge status-open">open</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📅 Créé:</span>
|
||||
<span>14/01/2026 21:04</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="messages-section">
|
||||
<h3>💬 Messages (7)</h3>
|
||||
|
||||
<div class="message">
|
||||
<div class="message-header">
|
||||
<span class="author">gameurpro12</span>
|
||||
|
||||
<span class="timestamp">14/01/2026 20:04:33</span>
|
||||
</div>
|
||||
<div class="message-content">oizdpqdzq,iodzq</div>
|
||||
</div>
|
||||
|
||||
<div class="message">
|
||||
<div class="message-header">
|
||||
<span class="author">gameurpro12</span>
|
||||
|
||||
<span class="timestamp">14/01/2026 20:04:34</span>
|
||||
</div>
|
||||
<div class="message-content">k,zdq</div>
|
||||
</div>
|
||||
|
||||
<div class="message">
|
||||
<div class="message-header">
|
||||
<span class="author">gameurpro12</span>
|
||||
|
||||
<span class="timestamp">14/01/2026 20:04:34</span>
|
||||
</div>
|
||||
<div class="message-content">dzq,dzq</div>
|
||||
</div>
|
||||
|
||||
<div class="message">
|
||||
<div class="message-header">
|
||||
<span class="author">gameurpro12</span>
|
||||
|
||||
<span class="timestamp">14/01/2026 20:04:35</span>
|
||||
</div>
|
||||
<div class="message-content">zdql,dzq</div>
|
||||
</div>
|
||||
|
||||
<div class="message">
|
||||
<div class="message-header">
|
||||
<span class="author">gameurpro12</span>
|
||||
|
||||
<span class="timestamp">14/01/2026 20:04:35</span>
|
||||
</div>
|
||||
<div class="message-content">dzql,</div>
|
||||
</div>
|
||||
|
||||
<div class="message">
|
||||
<div class="message-header">
|
||||
<span class="author">gameurpro12</span>
|
||||
|
||||
<span class="timestamp">14/01/2026 20:04:35</span>
|
||||
</div>
|
||||
<div class="message-content">dzq,lmdzqm</div>
|
||||
</div>
|
||||
|
||||
<div class="message">
|
||||
<div class="message-header">
|
||||
<span class="author">gameurpro12</span>
|
||||
|
||||
<span class="timestamp">14/01/2026 20:04:36</span>
|
||||
</div>
|
||||
<div class="message-content">zdq;pqzd</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="stats-section">
|
||||
<h3>📊 Statistiques</h3>
|
||||
<div class="stats-grid">
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Durée</span>
|
||||
<span class="stat-value">0 min</span>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Messages</span>
|
||||
<span class="stat-value">7</span>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Note</span>
|
||||
<span class="stat-value">Pas de note</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
<p>Généré le 14/01/2026 à 21:04:50</p>
|
||||
<p>Système de Tickets - Kuby Bot</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,219 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Transcript - Ticket #1461089849527505151</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body {
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
background: #f5f6fa;
|
||||
color: #2c3e50;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.container {
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
}
|
||||
.header {
|
||||
background: linear-gradient(135deg, #3498db, #34495e);
|
||||
color: white;
|
||||
padding: 30px;
|
||||
border-radius: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.header h1 {
|
||||
font-size: 24px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.header-meta {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 20px;
|
||||
font-size: 14px;
|
||||
opacity: 0.9;
|
||||
}
|
||||
.meta-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
}
|
||||
.status-badge {
|
||||
display: inline-block;
|
||||
padding: 3px 10px;
|
||||
border-radius: 15px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.status-open { background: #27ae60; }
|
||||
.status-closed { background: #e74c3c; }
|
||||
.status-claimed { background: #f39c12; }
|
||||
|
||||
.messages-section {
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
margin-bottom: 20px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.messages-section h3 {
|
||||
margin-bottom: 15px;
|
||||
color: #3498db;
|
||||
border-bottom: 2px solid #ecf0f1;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.message {
|
||||
padding: 15px;
|
||||
border-bottom: 1px solid #ecf0f1;
|
||||
}
|
||||
.message:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
.message.staff-message {
|
||||
background: #f8f9fa;
|
||||
border-left: 3px solid #3498db;
|
||||
}
|
||||
.message-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.author {
|
||||
font-weight: bold;
|
||||
color: #2c3e50;
|
||||
}
|
||||
.staff-badge {
|
||||
background: #3498db;
|
||||
color: white;
|
||||
padding: 2px 6px;
|
||||
border-radius: 3px;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.timestamp {
|
||||
color: #95a5a6;
|
||||
font-size: 12px;
|
||||
}
|
||||
.message-content {
|
||||
color: #34495e;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.stats-section {
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.stats-section h3 {
|
||||
margin-bottom: 15px;
|
||||
color: #3498db;
|
||||
}
|
||||
.stats-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
||||
gap: 15px;
|
||||
}
|
||||
.stat-item {
|
||||
background: #f8f9fa;
|
||||
padding: 15px;
|
||||
border-radius: 8px;
|
||||
text-align: center;
|
||||
}
|
||||
.stat-label {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
color: #7f8c8d;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.stat-value {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
color: #3498db;
|
||||
}
|
||||
|
||||
.footer {
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
color: #95a5a6;
|
||||
font-size: 12px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<h1>🎫 Transcript de Ticket</h1>
|
||||
<div class="header-meta">
|
||||
<div class="meta-item">
|
||||
<span>📌 ID:</span>
|
||||
<span>1461089849527505151</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📁 Catégorie:</span>
|
||||
<span>91522e2c</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>⚡ Priorité:</span>
|
||||
<span style="color: #3498db; font-weight: bold;">NORMAL</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📊 Statut:</span>
|
||||
<span class="status-badge status-open">open</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📅 Créé:</span>
|
||||
<span>14/01/2026 21:09</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="messages-section">
|
||||
<h3>💬 Messages (1)</h3>
|
||||
|
||||
<div class="message staff-message">
|
||||
<div class="message-header">
|
||||
<span class="author">_.radi0dem0n._</span>
|
||||
<span class="staff-badge">STAFF</span>
|
||||
<span class="timestamp">14/01/2026 20:11:46</span>
|
||||
</div>
|
||||
<div class="message-content">aller XD</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="stats-section">
|
||||
<h3>📊 Statistiques</h3>
|
||||
<div class="stats-grid">
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Durée</span>
|
||||
<span class="stat-value">3 min</span>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Messages</span>
|
||||
<span class="stat-value">1</span>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Note</span>
|
||||
<span class="stat-value">Pas de note</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
<p>Généré le 14/01/2026 à 21:12:34</p>
|
||||
<p>Système de Tickets - Kuby Bot</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,210 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Transcript - Ticket #1461089849527505151</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body {
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
background: #f5f6fa;
|
||||
color: #2c3e50;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.container {
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
}
|
||||
.header {
|
||||
background: linear-gradient(135deg, #3498db, #34495e);
|
||||
color: white;
|
||||
padding: 30px;
|
||||
border-radius: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.header h1 {
|
||||
font-size: 24px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.header-meta {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 20px;
|
||||
font-size: 14px;
|
||||
opacity: 0.9;
|
||||
}
|
||||
.meta-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
}
|
||||
.status-badge {
|
||||
display: inline-block;
|
||||
padding: 3px 10px;
|
||||
border-radius: 15px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.status-open { background: #27ae60; }
|
||||
.status-closed { background: #e74c3c; }
|
||||
.status-claimed { background: #f39c12; }
|
||||
|
||||
.messages-section {
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
margin-bottom: 20px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.messages-section h3 {
|
||||
margin-bottom: 15px;
|
||||
color: #3498db;
|
||||
border-bottom: 2px solid #ecf0f1;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.message {
|
||||
padding: 15px;
|
||||
border-bottom: 1px solid #ecf0f1;
|
||||
}
|
||||
.message:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
.message.staff-message {
|
||||
background: #f8f9fa;
|
||||
border-left: 3px solid #3498db;
|
||||
}
|
||||
.message-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.author {
|
||||
font-weight: bold;
|
||||
color: #2c3e50;
|
||||
}
|
||||
.staff-badge {
|
||||
background: #3498db;
|
||||
color: white;
|
||||
padding: 2px 6px;
|
||||
border-radius: 3px;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.timestamp {
|
||||
color: #95a5a6;
|
||||
font-size: 12px;
|
||||
}
|
||||
.message-content {
|
||||
color: #34495e;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.stats-section {
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.stats-section h3 {
|
||||
margin-bottom: 15px;
|
||||
color: #3498db;
|
||||
}
|
||||
.stats-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
||||
gap: 15px;
|
||||
}
|
||||
.stat-item {
|
||||
background: #f8f9fa;
|
||||
padding: 15px;
|
||||
border-radius: 8px;
|
||||
text-align: center;
|
||||
}
|
||||
.stat-label {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
color: #7f8c8d;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.stat-value {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
color: #3498db;
|
||||
}
|
||||
|
||||
.footer {
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
color: #95a5a6;
|
||||
font-size: 12px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<h1>🎫 Transcript de Ticket</h1>
|
||||
<div class="header-meta">
|
||||
<div class="meta-item">
|
||||
<span>📌 ID:</span>
|
||||
<span>1461089849527505151</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📁 Catégorie:</span>
|
||||
<span>91522e2c</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>⚡ Priorité:</span>
|
||||
<span style="color: #3498db; font-weight: bold;">NORMAL</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📊 Statut:</span>
|
||||
<span class="status-badge status-closed">closed</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📅 Créé:</span>
|
||||
<span>14/01/2026 21:09</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="messages-section">
|
||||
<h3>💬 Messages (0)</h3>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="stats-section">
|
||||
<h3>📊 Statistiques</h3>
|
||||
<div class="stats-grid">
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Durée</span>
|
||||
<span class="stat-value">3 min</span>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Messages</span>
|
||||
<span class="stat-value">0</span>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Note</span>
|
||||
<span class="stat-value">Pas de note</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
<p>Généré le 14/01/2026 à 21:15:28</p>
|
||||
<p>Système de Tickets - Kuby Bot</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,210 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Transcript - Ticket #1461089849527505151</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body {
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
background: #f5f6fa;
|
||||
color: #2c3e50;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.container {
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
}
|
||||
.header {
|
||||
background: linear-gradient(135deg, #3498db, #34495e);
|
||||
color: white;
|
||||
padding: 30px;
|
||||
border-radius: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.header h1 {
|
||||
font-size: 24px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.header-meta {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 20px;
|
||||
font-size: 14px;
|
||||
opacity: 0.9;
|
||||
}
|
||||
.meta-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
}
|
||||
.status-badge {
|
||||
display: inline-block;
|
||||
padding: 3px 10px;
|
||||
border-radius: 15px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.status-open { background: #27ae60; }
|
||||
.status-closed { background: #e74c3c; }
|
||||
.status-claimed { background: #f39c12; }
|
||||
|
||||
.messages-section {
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
margin-bottom: 20px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.messages-section h3 {
|
||||
margin-bottom: 15px;
|
||||
color: #3498db;
|
||||
border-bottom: 2px solid #ecf0f1;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.message {
|
||||
padding: 15px;
|
||||
border-bottom: 1px solid #ecf0f1;
|
||||
}
|
||||
.message:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
.message.staff-message {
|
||||
background: #f8f9fa;
|
||||
border-left: 3px solid #3498db;
|
||||
}
|
||||
.message-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.author {
|
||||
font-weight: bold;
|
||||
color: #2c3e50;
|
||||
}
|
||||
.staff-badge {
|
||||
background: #3498db;
|
||||
color: white;
|
||||
padding: 2px 6px;
|
||||
border-radius: 3px;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.timestamp {
|
||||
color: #95a5a6;
|
||||
font-size: 12px;
|
||||
}
|
||||
.message-content {
|
||||
color: #34495e;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.stats-section {
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.stats-section h3 {
|
||||
margin-bottom: 15px;
|
||||
color: #3498db;
|
||||
}
|
||||
.stats-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
||||
gap: 15px;
|
||||
}
|
||||
.stat-item {
|
||||
background: #f8f9fa;
|
||||
padding: 15px;
|
||||
border-radius: 8px;
|
||||
text-align: center;
|
||||
}
|
||||
.stat-label {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
color: #7f8c8d;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.stat-value {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
color: #3498db;
|
||||
}
|
||||
|
||||
.footer {
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
color: #95a5a6;
|
||||
font-size: 12px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<h1>🎫 Transcript de Ticket</h1>
|
||||
<div class="header-meta">
|
||||
<div class="meta-item">
|
||||
<span>📌 ID:</span>
|
||||
<span>1461089849527505151</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📁 Catégorie:</span>
|
||||
<span>91522e2c</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>⚡ Priorité:</span>
|
||||
<span style="color: #3498db; font-weight: bold;">NORMAL</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📊 Statut:</span>
|
||||
<span class="status-badge status-closed">closed</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📅 Créé:</span>
|
||||
<span>14/01/2026 21:09</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="messages-section">
|
||||
<h3>💬 Messages (0)</h3>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="stats-section">
|
||||
<h3>📊 Statistiques</h3>
|
||||
<div class="stats-grid">
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Durée</span>
|
||||
<span class="stat-value">6 min</span>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Messages</span>
|
||||
<span class="stat-value">0</span>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Note</span>
|
||||
<span class="stat-value">Pas de note</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
<p>Généré le 14/01/2026 à 21:15:31</p>
|
||||
<p>Système de Tickets - Kuby Bot</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,210 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Transcript - Ticket #1461089849527505151</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body {
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
background: #f5f6fa;
|
||||
color: #2c3e50;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.container {
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
}
|
||||
.header {
|
||||
background: linear-gradient(135deg, #3498db, #34495e);
|
||||
color: white;
|
||||
padding: 30px;
|
||||
border-radius: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.header h1 {
|
||||
font-size: 24px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.header-meta {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 20px;
|
||||
font-size: 14px;
|
||||
opacity: 0.9;
|
||||
}
|
||||
.meta-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
}
|
||||
.status-badge {
|
||||
display: inline-block;
|
||||
padding: 3px 10px;
|
||||
border-radius: 15px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.status-open { background: #27ae60; }
|
||||
.status-closed { background: #e74c3c; }
|
||||
.status-claimed { background: #f39c12; }
|
||||
|
||||
.messages-section {
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
margin-bottom: 20px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.messages-section h3 {
|
||||
margin-bottom: 15px;
|
||||
color: #3498db;
|
||||
border-bottom: 2px solid #ecf0f1;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.message {
|
||||
padding: 15px;
|
||||
border-bottom: 1px solid #ecf0f1;
|
||||
}
|
||||
.message:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
.message.staff-message {
|
||||
background: #f8f9fa;
|
||||
border-left: 3px solid #3498db;
|
||||
}
|
||||
.message-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.author {
|
||||
font-weight: bold;
|
||||
color: #2c3e50;
|
||||
}
|
||||
.staff-badge {
|
||||
background: #3498db;
|
||||
color: white;
|
||||
padding: 2px 6px;
|
||||
border-radius: 3px;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.timestamp {
|
||||
color: #95a5a6;
|
||||
font-size: 12px;
|
||||
}
|
||||
.message-content {
|
||||
color: #34495e;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.stats-section {
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.stats-section h3 {
|
||||
margin-bottom: 15px;
|
||||
color: #3498db;
|
||||
}
|
||||
.stats-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
||||
gap: 15px;
|
||||
}
|
||||
.stat-item {
|
||||
background: #f8f9fa;
|
||||
padding: 15px;
|
||||
border-radius: 8px;
|
||||
text-align: center;
|
||||
}
|
||||
.stat-label {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
color: #7f8c8d;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.stat-value {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
color: #3498db;
|
||||
}
|
||||
|
||||
.footer {
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
color: #95a5a6;
|
||||
font-size: 12px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<h1>🎫 Transcript de Ticket</h1>
|
||||
<div class="header-meta">
|
||||
<div class="meta-item">
|
||||
<span>📌 ID:</span>
|
||||
<span>1461089849527505151</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📁 Catégorie:</span>
|
||||
<span>91522e2c</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>⚡ Priorité:</span>
|
||||
<span style="color: #3498db; font-weight: bold;">NORMAL</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📊 Statut:</span>
|
||||
<span class="status-badge status-closed">closed</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📅 Créé:</span>
|
||||
<span>14/01/2026 21:09</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="messages-section">
|
||||
<h3>💬 Messages (0)</h3>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="stats-section">
|
||||
<h3>📊 Statistiques</h3>
|
||||
<div class="stats-grid">
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Durée</span>
|
||||
<span class="stat-value">6 min</span>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Messages</span>
|
||||
<span class="stat-value">0</span>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Note</span>
|
||||
<span class="stat-value">Pas de note</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
<p>Généré le 14/01/2026 à 21:15:35</p>
|
||||
<p>Système de Tickets - Kuby Bot</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,210 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Transcript - Ticket #1461089849527505151</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body {
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
background: #f5f6fa;
|
||||
color: #2c3e50;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.container {
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
}
|
||||
.header {
|
||||
background: linear-gradient(135deg, #3498db, #34495e);
|
||||
color: white;
|
||||
padding: 30px;
|
||||
border-radius: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.header h1 {
|
||||
font-size: 24px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.header-meta {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 20px;
|
||||
font-size: 14px;
|
||||
opacity: 0.9;
|
||||
}
|
||||
.meta-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
}
|
||||
.status-badge {
|
||||
display: inline-block;
|
||||
padding: 3px 10px;
|
||||
border-radius: 15px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.status-open { background: #27ae60; }
|
||||
.status-closed { background: #e74c3c; }
|
||||
.status-claimed { background: #f39c12; }
|
||||
|
||||
.messages-section {
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
margin-bottom: 20px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.messages-section h3 {
|
||||
margin-bottom: 15px;
|
||||
color: #3498db;
|
||||
border-bottom: 2px solid #ecf0f1;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.message {
|
||||
padding: 15px;
|
||||
border-bottom: 1px solid #ecf0f1;
|
||||
}
|
||||
.message:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
.message.staff-message {
|
||||
background: #f8f9fa;
|
||||
border-left: 3px solid #3498db;
|
||||
}
|
||||
.message-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.author {
|
||||
font-weight: bold;
|
||||
color: #2c3e50;
|
||||
}
|
||||
.staff-badge {
|
||||
background: #3498db;
|
||||
color: white;
|
||||
padding: 2px 6px;
|
||||
border-radius: 3px;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.timestamp {
|
||||
color: #95a5a6;
|
||||
font-size: 12px;
|
||||
}
|
||||
.message-content {
|
||||
color: #34495e;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.stats-section {
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.stats-section h3 {
|
||||
margin-bottom: 15px;
|
||||
color: #3498db;
|
||||
}
|
||||
.stats-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
||||
gap: 15px;
|
||||
}
|
||||
.stat-item {
|
||||
background: #f8f9fa;
|
||||
padding: 15px;
|
||||
border-radius: 8px;
|
||||
text-align: center;
|
||||
}
|
||||
.stat-label {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
color: #7f8c8d;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.stat-value {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
color: #3498db;
|
||||
}
|
||||
|
||||
.footer {
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
color: #95a5a6;
|
||||
font-size: 12px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<h1>🎫 Transcript de Ticket</h1>
|
||||
<div class="header-meta">
|
||||
<div class="meta-item">
|
||||
<span>📌 ID:</span>
|
||||
<span>1461089849527505151</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📁 Catégorie:</span>
|
||||
<span>91522e2c</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>⚡ Priorité:</span>
|
||||
<span style="color: #3498db; font-weight: bold;">NORMAL</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📊 Statut:</span>
|
||||
<span class="status-badge status-closed">closed</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📅 Créé:</span>
|
||||
<span>14/01/2026 21:09</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="messages-section">
|
||||
<h3>💬 Messages (0)</h3>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="stats-section">
|
||||
<h3>📊 Statistiques</h3>
|
||||
<div class="stats-grid">
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Durée</span>
|
||||
<span class="stat-value">6 min</span>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Messages</span>
|
||||
<span class="stat-value">0</span>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Note</span>
|
||||
<span class="stat-value">Pas de note</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
<p>Généré le 14/01/2026 à 21:15:39</p>
|
||||
<p>Système de Tickets - Kuby Bot</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,210 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Transcript - Ticket #1461089849527505151</title>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body {
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
background: #f5f6fa;
|
||||
color: #2c3e50;
|
||||
line-height: 1.6;
|
||||
}
|
||||
.container {
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
}
|
||||
.header {
|
||||
background: linear-gradient(135deg, #3498db, #34495e);
|
||||
color: white;
|
||||
padding: 30px;
|
||||
border-radius: 10px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.header h1 {
|
||||
font-size: 24px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.header-meta {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 20px;
|
||||
font-size: 14px;
|
||||
opacity: 0.9;
|
||||
}
|
||||
.meta-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
}
|
||||
.status-badge {
|
||||
display: inline-block;
|
||||
padding: 3px 10px;
|
||||
border-radius: 15px;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.status-open { background: #27ae60; }
|
||||
.status-closed { background: #e74c3c; }
|
||||
.status-claimed { background: #f39c12; }
|
||||
|
||||
.messages-section {
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
margin-bottom: 20px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.messages-section h3 {
|
||||
margin-bottom: 15px;
|
||||
color: #3498db;
|
||||
border-bottom: 2px solid #ecf0f1;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.message {
|
||||
padding: 15px;
|
||||
border-bottom: 1px solid #ecf0f1;
|
||||
}
|
||||
.message:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
.message.staff-message {
|
||||
background: #f8f9fa;
|
||||
border-left: 3px solid #3498db;
|
||||
}
|
||||
.message-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.author {
|
||||
font-weight: bold;
|
||||
color: #2c3e50;
|
||||
}
|
||||
.staff-badge {
|
||||
background: #3498db;
|
||||
color: white;
|
||||
padding: 2px 6px;
|
||||
border-radius: 3px;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.timestamp {
|
||||
color: #95a5a6;
|
||||
font-size: 12px;
|
||||
}
|
||||
.message-content {
|
||||
color: #34495e;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.stats-section {
|
||||
background: white;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
|
||||
}
|
||||
.stats-section h3 {
|
||||
margin-bottom: 15px;
|
||||
color: #3498db;
|
||||
}
|
||||
.stats-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
||||
gap: 15px;
|
||||
}
|
||||
.stat-item {
|
||||
background: #f8f9fa;
|
||||
padding: 15px;
|
||||
border-radius: 8px;
|
||||
text-align: center;
|
||||
}
|
||||
.stat-label {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
color: #7f8c8d;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.stat-value {
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
color: #3498db;
|
||||
}
|
||||
|
||||
.footer {
|
||||
text-align: center;
|
||||
padding: 20px;
|
||||
color: #95a5a6;
|
||||
font-size: 12px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
<h1>🎫 Transcript de Ticket</h1>
|
||||
<div class="header-meta">
|
||||
<div class="meta-item">
|
||||
<span>📌 ID:</span>
|
||||
<span>1461089849527505151</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📁 Catégorie:</span>
|
||||
<span>91522e2c</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>⚡ Priorité:</span>
|
||||
<span style="color: #3498db; font-weight: bold;">NORMAL</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📊 Statut:</span>
|
||||
<span class="status-badge status-closed">closed</span>
|
||||
</div>
|
||||
<div class="meta-item">
|
||||
<span>📅 Créé:</span>
|
||||
<span>14/01/2026 21:09</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="messages-section">
|
||||
<h3>💬 Messages (0)</h3>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="stats-section">
|
||||
<h3>📊 Statistiques</h3>
|
||||
<div class="stats-grid">
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Durée</span>
|
||||
<span class="stat-value">6 min</span>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Messages</span>
|
||||
<span class="stat-value">0</span>
|
||||
</div>
|
||||
<div class="stat-item">
|
||||
<span class="stat-label">Note</span>
|
||||
<span class="stat-value">Pas de note</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="footer">
|
||||
<p>Généré le 14/01/2026 à 21:15:43</p>
|
||||
<p>Système de Tickets - Kuby Bot</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue