X7ROOT File Manager
Current Path:
/home/u126090504/domains/sketkaranjia.com/public_html/admin
home
/
u126090504
/
domains
/
sketkaranjia.com
/
public_html
/
admin
/
📁
..
📄
achievers.php
(21.44 KB)
📄
achv_cat_manage.php
(7.99 KB)
📄
achv_edit.php
(9.58 KB)
📄
achv_list.php
(8.08 KB)
📄
achv_upload.php
(13.39 KB)
📄
admin-academic-calendar.php
(20.41 KB)
📄
admin-public-disclosure.php
(18.36 KB)
📄
admissions.php
(28.76 KB)
📄
admissions_error.log
(56 KB)
📁
assets
📄
banners.php
(9.78 KB)
📄
branding_settings.php
(5.93 KB)
📄
change_password.php
(3.01 KB)
📄
class_master.php
(4.32 KB)
📄
contacts.php
(3.83 KB)
📄
dashboard.php
(27.76 KB)
📄
downloads.php
(4.91 KB)
📄
edit_faculty.php
(6.85 KB)
📄
events.php
(920 B)
📄
export_franchise.php
(930 B)
📄
faculty.php
(8.36 KB)
📄
fees_list.php
(8.48 KB)
📄
fees_upload.php
(6.19 KB)
📄
forgot_password.php
(5.76 KB)
📄
franchise.php
(7.28 KB)
📄
gallery.php
(3.08 KB)
📄
grievance-update.php
(1003 B)
📄
grievance-view.php
(8.51 KB)
📄
grievances.php
(9.55 KB)
📄
homework_add.php
(5.98 KB)
📄
homework_edit.php
(9.39 KB)
📄
homework_list.php
(2.24 KB)
📁
img
📁
includes
📄
index.php
(82 B)
📄
login.php
(13.47 KB)
📄
logout.php
(102 B)
📄
manage_albums.php
(10.82 KB)
📄
manage_media.php
(11.77 KB)
📄
manage_photos.php
(6.35 KB)
📄
manage_videos.php
(18.38 KB)
📄
managing-committee.php
(13.64 KB)
📄
master_menu.php
(5.75 KB)
📄
master_menu_debug.php
(3.73 KB)
📄
new_password.php
(3.9 KB)
📄
non_academic_achievers.php
(21.2 KB)
📄
notice.php
(15.52 KB)
📄
notice_error.log
(38.45 KB)
📄
notices.php
(8.24 KB)
📄
payments.php
(14.96 KB)
📁
phpmailer
📄
popup.php
(14.07 KB)
📄
reset_password.php
(2.27 KB)
📄
section_master.php
(6.59 KB)
📄
sections_by_class.php
(346 B)
📄
secure_session.php
(1000 B)
📄
settings.php
(8.34 KB)
📄
student_photo_update.php
(1.8 KB)
📄
subject_master.php
(6.16 KB)
📄
submit-grievance.php
(4.97 KB)
📄
testimonials.php
(15.15 KB)
📄
update_status.php
(1.66 KB)
📄
upi_settings.php
(1.52 KB)
Editing: master_menu.php
<?php include 'secure_session.php'; include 'includes/auth.php'; include 'includes/header.php'; ?> <!-- ===== Master Entry – Pro UI (Red/Black, Bootstrap 5) ===== --> <style> :root{ --brand:#e30613; /* red accent */ --ink:#0a0a0a; /* near-black text */ --panel:#f6f7f9; /* light app background */ --card:#ffffff; /* card bg */ --ring:rgba(227,6,19,.25); } body{ background: var(--panel); } .me-wrap{ max-width: 1200px; } .me-head{ border-bottom: 3px solid var(--brand); padding-bottom: .75rem; } .me-sub{ color:#6b7280; font-size:.95rem; } .action-card{ background: var(--card); border: 1px solid #eee; border-top: 4px solid var(--brand); border-radius: 1rem; box-shadow: 0 8px 30px rgba(0,0,0,.05); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; text-decoration: none !important; color: var(--ink); display:block; } .action-card:hover{ transform: translateY(-4px); box-shadow: 0 14px 40px rgba(227,6,19,.15); border-color: var(--brand); } .action-card:focus-visible{ outline: none; box-shadow: 0 0 0 .25rem var(--ring); } .ac-icon{ width: 52px; height: 52px; display:grid; place-items:center; border-radius: .875rem; background: radial-gradient(120% 120% at 10% 10%, rgba(227,6,19,.18), rgba(227,6,19,.05)); border: 1px solid rgba(227,6,19,.25); } .ac-title{ font-size:1.05rem; font-weight:600; margin:0; } .ac-note{ font-size:.85rem; color:#6b7280; margin:0; } .quick-tip{ font-size:.85rem; color:#6b7280; } /* Optional: dark sidebar contrast friendly buttons */ .btn-ghost{ border:1px dashed rgba(0,0,0,.12); color:#374151; } .btn-ghost:hover{ border-color: var(--brand); color:var(--brand); } </style> <div class="container me-wrap mt-4"> <!-- Header --> <div class="d-flex justify-content-between align-items-center me-head"> <div> <h3 class="mb-1 fw-semibold text-dark">Master Entry</h3> <div class="me-sub">Create and manage core academic masters</div> </div> <div class="d-none d-md-flex gap-2"> <a href="dashboard.php" class="btn btn-sm btn-light border">Dashboard</a> <a href="#" class="btn btn-sm btn-ghost">Help</a> </div> </div> <!-- Cards --> <div class="row g-4 mt-2"> <!-- Class Master --> <div class="col-12 col-sm-6 col-lg-4"> <a href="class_master.php" class="action-card p-3"> <div class="d-flex align-items-center gap-3"> <div class="ac-icon"> <!-- bootstrap icon: journal-plus --> <svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" fill="currentColor" class="bi bi-journal-plus" viewBox="0 0 16 16"> <path d="M8.5 5.5a.5.5 0 0 0-1 0V7H6a.5.5 0 0 0 0 1h1.5v1.5a.5.5 0 0 0 1 0V8H10a.5.5 0 0 0 0-1H8.5V5.5z"/> <path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2m0 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/> </svg> </div> <div class="flex-grow-1"> <p class="ac-title">Class Master</p> <p class="ac-note">Add classes and set basic details</p> </div> <div class="ms-auto"> <i class="bi bi-arrow-right-short fs-4"></i> </div> </div> </a> </div> <!-- Section Master --> <div class="col-12 col-sm-6 col-lg-4"> <a href="section_master.php" class="action-card p-3"> <div class="d-flex align-items-center gap-3"> <div class="ac-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" fill="currentColor" class="bi bi-diagram-3" viewBox="0 0 16 16"> <path d="M6 0a2 2 0 0 0-2 2v1H3a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h1v1a2 2 0 0 0 2 2h1v-2H6a1 1 0 0 1-1-1V9h6v1a1 1 0 0 1-1 1H9v2h1a2 2 0 0 0 2-2v-1h1a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2h-1V2a2 2 0 0 0-2-2z"/> </svg> </div> <div class="flex-grow-1"> <p class="ac-title">Section Master</p> <p class="ac-note">Define sections for each class</p> </div> <div class="ms-auto"> <i class="bi bi-arrow-right-short fs-4"></i> </div> </div> </a> </div> <!-- Subject Master --> <div class="col-12 col-sm-6 col-lg-4"> <a href="subject_master.php" class="action-card p-3"> <div class="d-flex align-items-center gap-3"> <div class="ac-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" fill="currentColor" class="bi bi-book" viewBox="0 0 16 16"> <path d="M1 2.828c.885-.37 2.154-.828 4-.828h7a1 1 0 0 1 1 1v10.5a.5.5 0 0 1-.79.407c-.75-.546-2.02-1.18-4.21-1.18H5c-1.846 0-3.115.458-4 .828z"/> <path d="M9 1.5v12.02c1.966.092 3.152.614 3.9 1.083V1.5z"/> </svg> </div> <div class="flex-grow-1"> <p class="ac-title">Subject Master</p> <p class="ac-note">Create subjects and map to classes</p> </div> <div class="ms-auto"> <i class="bi bi-arrow-right-short fs-4"></i> </div> </div> </a> </div> </div> <!-- Small helper row --> <div class="d-flex align-items-center justify-content-between mt-4"> <span class="quick-tip">Tip: Use consistent codes (e.g., <code>CLS-01</code>, <code>SEC-A</code>) for smooth imports.</span> <a href="master_menu.php" class="btn btn-sm btn-outline-dark"> <i class="bi bi-grid-3x3-gap-fill me-1"></i> Master Menu </a> </div> </div> <?php include 'includes/footer.php'; ?>
Upload File
Create Folder