403Webshell
Server IP : 188.151.22.197  /  Your IP : 216.73.217.74
Web Server : Apache/2.4.62 (Rocky Linux) OpenSSL/3.5.5
System : Linux wsten.se 5.14.0-687.30.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jul 27 13:09:21 UTC 2026 x86_64
User : apache ( 48)
PHP Version : 8.1.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /opt/gitlab/embedded/service/mattermost/templates/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /opt/gitlab/embedded/service/mattermost/templates/globalrelay_compliance_export.html
{{define "globalrelay_compliance_export"}}
<style type="text/css">
    body {
        font-family:Arial, sans-serif;
        font-size:14px;
        font-weight:normal;
    }

    .summary-list ul {
        padding: 0px;
        list-style:none;
    }
    .summary-list li {
        display: inline;
        padding: 0 1em 0 0;
    }
    .summary-list .bold {
        font-weight: bold;
    }

    .participants {
        border-collapse:collapse;
        border-spacing:0;
    }
    .participants td {
        padding:10px 5px;
        border:1px solid black;
        overflow:hidden;
        text-align: center;
        word-break:normal;
    }
    .participants th {
        padding:10px 5px;
        border:1px solid black;
        overflow:hidden;
        word-break:normal;
    }
    .participants th,td {
        vertical-align:top
    }

    .message-list ul {
        list-style:none;
        padding: 0;
    }
    .message-list li {
        padding: 0 0 1em 0;
    }
    .message .sent_time {
        font-weight:bold;
    }
    .message .username {
        font-weight:bold;
    }
    .message .email {
        font-weight: bold;
    }
</style>

<h1>Mattermost Compliance Export</h1>

<h2>Conversation Summary</h2>
<div class="summary-list">
    <ul>
        <li><span class="bold">TeamId:</span>{{.Props.TeamId}}</li>
        <li><span class="bold">TeamName:</span>{{.Props.TeamName}}</li>
        <li><span class="bold">TeamDisplayName:</span>{{.Props.TeamDisplayName}}</li>
        <li><span class="bold">ChannelId:</span>{{.Props.ChannelId}}</li>
        <li><span class="bold">ChannelName:</span>{{.Props.ChannelName}}</li>
        <li><span class="bold">ChannelDisplayName:</span>{{.Props.ChannelDisplayName}}</li>
        <li><span class="bold">Started:</span>{{.Props.Started}}</li>
        <li><span class="bold">Ended:</span>{{.Props.Ended}}</li>
        <li><span class="bold">Duration:</span>{{.Props.Duration}}</li>
    </ul>
</div>
<table class="participants">
    <tr>
        <th class="userid">UserId<br></th>
        <th class="username">Username<br></th>
        <th class="usertype">UserType<br></th>
        <th class="email">Email</th>
        <th class="joined">Joined</th>
        <th class="left">Left</th>
        <th class="duration">Duration</th>
        <th class="messages">Messages</th>
    </tr>
    {{.Props.ParticipantRows}}
</table>

<h2>Messages</h2>
<div class="message-list">
    <ul>
        {{.Props.Messages}}
    </ul>
</div>

<p>Exported on {{.Props.ExportDate}}</p>
{{end}}

Youez - 2016 - github.com/yon3zu
LinuXploit