diff --git a/data_analyzer/templates/data_analyzer/detail.html b/data_analyzer/templates/data_analyzer/detail.html index eb093da..430900a 100644 --- a/data_analyzer/templates/data_analyzer/detail.html +++ b/data_analyzer/templates/data_analyzer/detail.html @@ -1,744 +1,413 @@ {% extends 'base.html' %} {% load static %} -{% block title %}Data Analyzer Agent - NetCop AI Hub{% endblock %} +{% block title %}Data Analyzer - NetCop AI Hub{% endblock %} {% block extra_css %} - - - - - - - - - - - - {% endblock %} {% block content %} -
-
- - {% if messages %} - {% for message in messages %} -
- {{ message }} -
- {% endfor %} - {% endif %} - +
+
-
+
+

📊 Data Analyzer

+

Upload your data file and get AI-powered analysis

+ + {% csrf_token %} - -
-

📁 Upload Your Data File

- -
-
📊
-
- Choose or drag your data file here -
-
- Supports PDF, CSV, Excel files (up to 10MB) -
-
- - - - + +
+ + + Supports: PDF, CSV, Excel files
- -
-

🔍 Analysis Type

- -
- - - - - + +
+ +
+
+ + +
+
+ + +
+
+ + +
- -
-
-

💳 Your Wallet

- -
- {% if user.is_authenticated %} - {{ user.wallet_balance|floatformat:2 }} AED - {% else %} - 0.00 AED - {% endif %} + + +
+
⏳ Analyzing your data...
+
Processing file...
+
+ + +
+

✅ Analysis Complete

+
+
+ + +
+
+
+ + +
+
+

💳 Your Wallet

+
+
+ {{ user.wallet_balance|floatformat:2 }} AED +
+
Available Balance
-
Available Balance
{% if user.is_authenticated %} {% if user.wallet_balance >= 5.00 %} - {% else %} -
+
Insufficient balance! You need 5.00 AED.
- + 💰 Top Up Wallet {% endif %} {% else %} - + 🔑 Login to Continue {% endif %}
-
+

💡 How it works

-
    -
  • Upload your data file (PDF, CSV, Excel)
  • +
      +
    1. Upload your data file
    2. Choose analysis type
    3. -
    4. Get comprehensive insights
    5. -
    6. Download detailed report
    7. -
+
  • Get AI-powered insights
  • +
  • Copy or download results
  • +
    - -
    -
    📊
    -
    Analyzing Your Data...
    -
    Processing data file...
    -
    - - -
    -
    -
    -

    Data Analysis Complete

    -
    ✅ Complete
    -
    - -
    - -
    - -
    - - -
    -
    -
    - -
    -{% endblock %} -{% block extra_js %} {% endblock %} \ No newline at end of file diff --git a/data_analyzer/templates/data_analyzer/detail_original.html b/data_analyzer/templates/data_analyzer/detail_original.html new file mode 100644 index 0000000..eb093da --- /dev/null +++ b/data_analyzer/templates/data_analyzer/detail_original.html @@ -0,0 +1,744 @@ +{% extends 'base.html' %} +{% load static %} + +{% block title %}Data Analyzer Agent - NetCop AI Hub{% endblock %} + +{% block extra_css %} + + + + + + + + + + + + + +{% endblock %} + +{% block content %} +
    +
    + + {% if messages %} + {% for message in messages %} +
    + {{ message }} +
    + {% endfor %} + {% endif %} + + +
    +
    + {% csrf_token %} + + +
    +

    📁 Upload Your Data File

    + +
    +
    📊
    +
    + Choose or drag your data file here +
    +
    + Supports PDF, CSV, Excel files (up to 10MB) +
    +
    + + + + +
    + + +
    +

    🔍 Analysis Type

    + +
    + + + + + +
    +
    +
    +
    + +
    +
    +

    💳 Your Wallet

    + +
    + {% if user.is_authenticated %} + {{ user.wallet_balance|floatformat:2 }} AED + {% else %} + 0.00 AED + {% endif %} +
    +
    Available Balance
    + + {% if user.is_authenticated %} + {% if user.wallet_balance >= 5.00 %} + + {% else %} +
    + Insufficient balance! You need 5.00 AED. +
    + + 💰 Top Up Wallet + + {% endif %} + {% else %} + + 🔑 Login to Continue + + {% endif %} +
    + +
    +

    💡 How it works

    +
      +
    • Upload your data file (PDF, CSV, Excel)
    • +
    • Choose analysis type
    • +
    • Get comprehensive insights
    • +
    • Download detailed report
    • +
    +
    +
    + +
    +
    📊
    +
    Analyzing Your Data...
    +
    Processing data file...
    +
    + + +
    +
    +
    +

    Data Analysis Complete

    +
    ✅ Complete
    +
    + +
    + +
    + +
    + + +
    +
    +
    + + +
    +
    +{% endblock %} + +{% block extra_js %} + +{% endblock %} \ No newline at end of file diff --git a/data_analyzer/templates/data_analyzer/detail_simple.html b/data_analyzer/templates/data_analyzer/detail_simple.html new file mode 100644 index 0000000..430900a --- /dev/null +++ b/data_analyzer/templates/data_analyzer/detail_simple.html @@ -0,0 +1,413 @@ +{% extends 'base.html' %} +{% load static %} + +{% block title %}Data Analyzer - NetCop AI Hub{% endblock %} + +{% block extra_css %} + +{% endblock %} + +{% block content %} +
    +
    + +
    +
    +

    📊 Data Analyzer

    +

    Upload your data file and get AI-powered analysis

    + +
    + {% csrf_token %} + + +
    + + + Supports: PDF, CSV, Excel files +
    + + +
    + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    +
    +
    + + +
    +
    ⏳ Analyzing your data...
    +
    Processing file...
    +
    + + +
    +

    ✅ Analysis Complete

    +
    +
    + + +
    +
    +
    + + +
    +
    +

    💳 Your Wallet

    +
    +
    + {{ user.wallet_balance|floatformat:2 }} AED +
    +
    Available Balance
    +
    + + {% if user.is_authenticated %} + {% if user.wallet_balance >= 5.00 %} + + {% else %} +
    + Insufficient balance! You need 5.00 AED. +
    + + 💰 Top Up Wallet + + {% endif %} + {% else %} + + 🔑 Login to Continue + + {% endif %} +
    + +
    +

    💡 How it works

    +
      +
    1. Upload your data file
    2. +
    3. Choose analysis type
    4. +
    5. Get AI-powered insights
    6. +
    7. Copy or download results
    8. +
    +
    +
    +
    +
    + + +{% endblock %} \ No newline at end of file