<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="#style"?>
<!DOCTYPE xml [
<!ATTLIST xsl:stylesheet
    id ID #REQUIRED
>
]>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

<!-- ========================================= -->
<!-- تنسيق CSS داخل XML (سيعمل في جميع المتصفحات) -->
<!-- ========================================= -->
<xsl:stylesheet id="style" version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<html dir="rtl" lang="ar">
<head>
    <title>خريطة الموقع - أهل الدين</title>
    <meta charset="UTF-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Cairo', 'Segoe UI', Tahoma, sans-serif;
        }
        
        body {
            background: linear-gradient(135deg, #0b3b2c 0%, #1a4e3f 100%);
            min-height: 100vh;
            padding: 30px 20px;
            color: #fff;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .header {
            background: linear-gradient(145deg, rgba(255,215,0,0.15), rgba(255,215,0,0.05));
            border-radius: 40px;
            padding: 40px 30px;
            margin-bottom: 30px;
            text-align: center;
            border: 2px solid rgba(255,215,0,0.3);
            position: relative;
            overflow: hidden;
        }
        
        .header::before {
            content: '🗺️';
            position: absolute;
            bottom: -30px;
            left: -30px;
            font-size: 10rem;
            opacity: 0.1;
            transform: rotate(-15deg);
        }
        
        h1 {
            font-size: 3rem;
            font-weight: 900;
            color: #ffd700;
            margin-bottom: 15px;
        }
        
        h1 i {
            margin: 0 15px;
        }
        
        .subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
            margin-bottom: 20px;
        }
        
        .stats {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin: 20px 0;
            flex-wrap: wrap;
        }
        
        .stat-item {
            background: rgba(255,215,0,0.1);
            padding: 15px 25px;
            border-radius: 50px;
            border: 1px solid rgba(255,215,0,0.3);
        }
        
        .stat-number {
            font-size: 1.8rem;
            font-weight: 800;
            color: #ffd700;
            margin-left: 8px;
        }
        
        .table-container {
            background: rgba(255,255,255,0.1);
            backdrop-filter: blur(10px);
            border-radius: 30px;
            padding: 25px;
            border: 1px solid rgba(255,215,0,0.2);
            overflow-x: auto;
            margin: 30px 0;
        }
        
        table {
            width: 100%;
            border-collapse: collapse;
            color: #fff;
        }
        
        th {
            background: rgba(255,215,0,0.2);
            color: #ffd700;
            padding: 15px;
            font-weight: 700;
            font-size: 1.1rem;
            text-align: center;
            border-bottom: 3px solid #ffd700;
        }
        
        td {
            padding: 12px 15px;
            border-bottom: 1px solid rgba(255,215,0,0.2);
            text-align: center;
        }
        
        tr:hover {
            background: rgba(255,215,0,0.1);
        }
        
        .url-link {
            color: #ffd700;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 8px;
            justify-content: center;
        }
        
        .url-link:hover {
            text-decoration: underline;
        }
        
        .priority-high {
            background: rgba(40, 167, 69, 0.2);
            color: #28a745;
            padding: 3px 10px;
            border-radius: 30px;
            font-weight: 600;
        }
        
        .priority-medium {
            background: rgba(255, 193, 7, 0.2);
            color: #ffc107;
            padding: 3px 10px;
            border-radius: 30px;
            font-weight: 600;
        }
        
        .priority-low {
            background: rgba(220, 53, 69, 0.2);
            color: #dc3545;
            padding: 3px 10px;
            border-radius: 30px;
            font-weight: 600;
        }
        
        .frequency {
            display: inline-block;
            background: rgba(255,255,255,0.1);
            padding: 3px 12px;
            border-radius: 30px;
            font-size: 0.9rem;
        }
        
        .footer {
            text-align: center;
            margin-top: 30px;
            padding: 20px;
            background: rgba(0,0,0,0.2);
            border-radius: 60px;
        }
        
        .footer a {
            color: #ffd700;
            text-decoration: none;
            margin: 0 10px;
        }
        
        .footer a:hover {
            text-decoration: underline;
        }
        
        .note {
            text-align: center;
            margin: 20px 0;
            padding: 15px;
            background: rgba(255,215,0,0.1);
            border-radius: 50px;
            font-size: 0.9rem;
            border: 1px dashed #ffd700;
        }
        
        @media (max-width: 768px) {
            h1 {
                font-size: 2rem;
            }
            
            .stats {
                flex-direction: column;
                align-items: center;
            }
            
            .stat-item {
                width: 100%;
                text-align: center;
            }
            
            th, td {
                padding: 8px;
                font-size: 0.9rem;
            }
        }
    </style>
    <!-- Font Awesome للأيقونات -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
    <div class="container">
        <div class="header">
            <h1>
                <i class="fas fa-star"></i>
                خريطة الموقع
                <i class="fas fa-star"></i>
            </h1>
            <div class="subtitle">جميع صفحات موقع أهل الدين - abdomobile.com</div>
            
            <div class="stats">
                <div class="stat-item">
                    <span class="stat-number"><xsl:value-of select="count(//url)"/></span>
                    <span>صفحة</span>
                </div>
                <div class="stat-item">
                    <span class="stat-number">
                        <xsl:value-of select="count(//url[priority >= 0.9])"/>
                    </span>
                    <span>صفحة رئيسية</span>
                </div>
                <div class="stat-item">
                    <span class="stat-number">2026</span>
                    <span>آخر تحديث</span>
                </div>
            </div>
        </div>
        
        <div class="note">
            <i class="fas fa-info-circle"></i>
            هذه الصفحة مخصصة لمحركات البحث. للمستخدمين، يمكنك زيارة صفحة خريطة الموقع المصممة.
        </div>
        
        <div class="table-container">
            <table>
                <thead>
                    <tr>
                        <th><i class="fas fa-link"></i> الرابط</th>
                        <th><i class="fas fa-calendar"></i> آخر تحديث</th>
                        <th><i class="fas fa-clock"></i> التكرار</th>
                        <th><i class="fas fa-star"></i> الأولوية</th>
                    </tr>
                </thead>
                <tbody>
                    <xsl:for-each select="urlset/url">
                        <xsl:sort select="priority" order="descending"/>
                        <tr>
                            <td>
                                <a href="{loc}" class="url-link" target="_blank">
                                    <i class="fas fa-external-link-alt"></i>
                                    <xsl:value-of select="substring-after(loc, 'https://abdomobile.com/')"/>
                                </a>
                            </td>
                            <td>
                                <xsl:value-of select="lastmod"/>
                            </td>
                            <td>
                                <span class="frequency">
                                    <xsl:value-of select="changefreq"/>
                                </span>
                            </td>
                            <td>
                                <xsl:choose>
                                    <xsl:when test="priority >= 0.9">
                                        <span class="priority-high">
                                            <i class="fas fa-arrow-up"></i>
                                            <xsl:value-of select="priority"/>
                                        </span>
                                    </xsl:when>
                                    <xsl:when test="priority >= 0.7">
                                        <span class="priority-medium">
                                            <i class="fas fa-minus"></i>
                                            <xsl:value-of select="priority"/>
                                        </span>
                                    </xsl:when>
                                    <xsl:otherwise>
                                        <span class="priority-low">
                                            <i class="fas fa-arrow-down"></i>
                                            <xsl:value-of select="priority"/>
                                        </span>
                                    </xsl:otherwise>
                                </xsl:choose>
                            </td>
                        </tr>
                    </xsl:for-each>
                </tbody>
            </table>
        </div>
        
        <div class="footer">
            <p>
                <i class="fas fa-mosque" style="color: #ffd700;"></i>
                <a href="https://abdomobile.com/">أهل الدين</a> | 
                <a href="https://abdomobile.com/index.php">الرئيسية</a> | 
                <a href="https://abdomobile.com/contact.php">اتصل بنا</a>
            </p>
            <p style="margin-top: 10px; opacity: 0.7;">
                آخر تحديث: 2026-03-17 | جميع الحقوق محفوظة ©
            </p>
        </div>
    </div>
</body>
</html>
</xsl:template>
</xsl:stylesheet>

<!-- ========================================= -->
<!-- البيانات الفعلية للموقع -->
<!-- ========================================= -->

<url>
    <loc>https://abdomobile.com/</loc>
    <lastmod>2026-03-17</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
</url>

<url>
    <loc>https://abdomobile.com/index.php</loc>
    <lastmod>2026-03-17</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
</url>

<url>
    <loc>https://abdomobile.com/qibla.php</loc>
    <lastmod>2026-03-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
</url>

<url>
    <loc>https://abdomobile.com/quran.php</loc>
    <lastmod>2026-03-17</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
</url>

<url>
    <loc>https://abdomobile.com/athan.php</loc>
    <lastmod>2026-03-17</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
</url>

<url>
    <loc>https://abdomobile.com/azkar.php</loc>
    <lastmod>2026-03-17</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
</url>

<url>
    <loc>https://abdomobile.com/inheritance.php</loc>
    <lastmod>2026-03-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
</url>

<url>
    <loc>https://abdomobile.com/donations.php</loc>
    <lastmod>2026-03-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
</url>

<url>
    <loc>https://abdomobile.com/names.php</loc>
    <lastmod>2026-03-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
</url>

<url>
    <loc>https://abdomobile.com/mosques.php</loc>
    <lastmod>2026-03-17</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
</url>

<url>
    <loc>https://abdomobile.com/hijri-calendar.php</loc>
    <lastmod>2026-03-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
</url>

<url>
    <loc>https://abdomobile.com/about.php</loc>
    <lastmod>2026-03-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
</url>

<url>
    <loc>https://abdomobile.com/contact.php</loc>
    <lastmod>2026-03-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
</url>

<url>
    <loc>https://abdomobile.com/privacy.php</loc>
    <lastmod>2026-03-17</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.6</priority>
</url>

<url>
    <loc>https://abdomobile.com/sitemap.php</loc>
    <lastmod>2026-03-17</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
</url>

<url>
    <loc>https://abdomobile.com/404.php</loc>
    <lastmod>2026-03-17</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
</url>

<url>
    <loc>https://abdomobile.com/403.php</loc>
    <lastmod>2026-03-17</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
</url>

</urlset>