help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • Blog
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
slack-bot-assistant
/
templates
RSK World
slack-bot-assistant
Slack Bot Assistant - Python + Slack API + SQLite + PHP Dashboard + Bot Commands + Automation
templates
  • admin.html2.1 KB
  • chat.html3.2 KB
  • index.html3.8 KB
admin.html
templates/admin.html
Raw Download
Find: Go to:
<!--
Project: E-commerce Chatbot
Developed by: Molla Samser
Team: Rima Khatun (Designer & Tester)
Website: https://rskworld.in
Email: support@rskworld.in
Year: 2026
"Empowering E-commerce with AI"
-->
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Admin Dashboard | AI Commerce</title>
    <link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;800&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
    <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>

<body>
    <nav class="glass">
        <div class="logo">AI Commerce Admin</div>
        <div class="nav-links">
            <a href="/">Public Site</a>
            <a href="https://rskworld.in" target="_blank">Contact Developer</a>
        </div>
    </nav>

    <div class="admin-container">
        <h2 style="margin-bottom: 30px;">Dashboard Overview</h2>

        <div class="dashboard-grid">
            <div class="stat-card">
                <h3>Total Products</h3>
                <div class="value" id="prod-count">0</div>
            </div>
            <div class="stat-card">
                <h3>Recent Orders</h3>
                <div class="value" id="order-count">0</div>
            </div>
            <div class="stat-card">
                <h3>Bot Interactions</h3>
                <div class="value">1,284</div>
            </div>
        </div>

        <div style="background: white; padding: 2rem; border-radius: 12px; box-shadow: var(--shadow);">
            <h3>Sales Analytics (Predicted 2026)</h3>
            <canvas id="analyticsChart" height="100"></canvas>
        </div>
    </div>

    <footer style="margin-top: 50px;">
        <p>&copy; 2026 RSK World | Admin Panel Managed by Molla Samser</p>
    </footer>

    <script src="{{ url_for('static', filename='js/admin.js') }}"></script>
</body>

</html>
63 lines•2.1 KB
markup

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer