lms/bootstrap/ssr/assets/show-CRptmLQc.js
2025-12-15 12:26:23 +01:00

180 lines
8.2 KiB
JavaScript

import { jsx, jsxs, Fragment } from "react/jsx-runtime";
import { T as Tabs } from "./tabs-DgXFE6Gu.js";
import { S as Separator } from "./separator-CSqU-rrB.js";
import { T as TabsList, a as TabsTrigger, b as TabsContent } from "./tabs-DmCK9qzK.js";
import { L as LandingLayout } from "./landing-layout-Cned6N12.js";
import { Head } from "@inertiajs/react";
import CourseHeader from "./course-header-BRawI0Pz.js";
import CoursePreview from "./course-preview-BQXVgD03.js";
import CourseReviews from "./course-reviews-Bfaor2RX.js";
import Curriculum from "./curriculum-Cm8rO3b3.js";
import Details from "./details-DjoTOfS6.js";
import Instructor from "./instructor-CQqprHMz.js";
import Overview from "./overview-DhpBcSss.js";
import "react";
import "@radix-ui/react-separator";
import "./utils-DLCPGU0v.js";
import "clsx";
import "tailwind-merge";
import "@radix-ui/react-tabs";
import "./index-CzkkaexN.js";
import "./app-logo-DWyi5bLn.js";
import "./button-CdJZJLGw.js";
import "@radix-ui/react-slot";
import "class-variance-authority";
import "lucide-react/dynamic";
import "./main-BKBelQb-.js";
import "next-themes";
import "sonner";
import "./dropdown-menu-msun3TP8.js";
import "@radix-ui/react-dropdown-menu";
import "lucide-react";
import "./scroll-area-CDdrLubh.js";
import "@radix-ui/react-scroll-area";
import "./use-auth-8FvJer_G.js";
import "./use-screen-B7SDA5zE.js";
import "./appearance-BJIqrZL5.js";
import "./language-mewnB-2r.js";
import "./notification-Bg6IzWOo.js";
import "./popover-Cv6Hz_y0.js";
import "@radix-ui/react-popover";
import "date-fns";
import "./profile-toggle-DX74bufz.js";
import "./avatar-C8iCpF5R.js";
import "@radix-ui/react-avatar";
import "nanoid";
import "./rating-stars-BSwu6ht6.js";
import "./course-languages-oEC7DuVF.js";
import "./dialog-DGP_3dPQ.js";
import "@radix-ui/react-dialog";
import "./video-player-DbcUPn7s.js";
import "plyr-react";
/* empty css */
import "./course-player-button-DcjZEZpN.js";
import "./student-feedback-uDPyWa7I.js";
import "./progress-BDXVqPeB.js";
import "@radix-ui/react-progress";
import "./use-lang-44ndmTOc.js";
import "./table-footer-BvAwBYor.js";
import "./route-DlE7FdTW.js";
import "./accordion-cIAfVfPq.js";
import "@radix-ui/react-accordion";
import "richtor";
/* empty css */
const Show = ({ course, system, translate }) => {
var _a, _b, _c, _d, _e, _f, _g;
const { button, frontend } = translate;
const tabs = [
{
value: "overview",
label: button.overview,
Component: /* @__PURE__ */ jsx(Overview, { course })
},
{
value: "curriculum",
label: button.curriculum,
Component: /* @__PURE__ */ jsx(Curriculum, { course })
},
{
value: "details",
label: button.details,
Component: /* @__PURE__ */ jsx(Details, { course })
},
{
value: "instructor",
label: button.instructor,
Component: /* @__PURE__ */ jsx(Instructor, { course })
},
{
value: "reviews",
label: button.reviews,
Component: /* @__PURE__ */ jsx(CourseReviews, {})
}
].filter((tab) => {
if (tab.value === "instructor") {
return system.sub_type === "collaborative" ? true : false;
}
return true;
});
const pageTitle = course.meta_title || `${course.title} | ${(_a = system.fields) == null ? void 0 : _a.name}`;
const pageDescription = course.meta_description || course.short_description || course.description || frontend.learn_comprehensive_course;
const pageKeywords = course.meta_keywords || `${course.title}, ${frontend.online_course_learning_lms}, ${((_b = system.fields) == null ? void 0 : _b.keywords) || "LMS"}`;
const ogTitle = course.og_title || course.title;
const ogDescription = course.og_description || pageDescription;
const courseImage = course.thumbnail || "";
const siteName = (_c = system.fields) == null ? void 0 : _c.name;
const siteUrl = window.location.href;
return /* @__PURE__ */ jsxs(Fragment, { children: [
/* @__PURE__ */ jsxs(Head, { children: [
/* @__PURE__ */ jsx("title", { children: pageTitle }),
/* @__PURE__ */ jsx("meta", { name: "description", content: pageDescription }),
/* @__PURE__ */ jsx("meta", { name: "keywords", content: pageKeywords }),
/* @__PURE__ */ jsx("meta", { name: "author", content: ((_d = system.fields) == null ? void 0 : _d.author) || frontend.default_author }),
/* @__PURE__ */ jsx("meta", { property: "og:type", content: "article" }),
/* @__PURE__ */ jsx("meta", { property: "og:url", content: siteUrl }),
/* @__PURE__ */ jsx("meta", { property: "og:title", content: ogTitle }),
/* @__PURE__ */ jsx("meta", { property: "og:description", content: ogDescription }),
/* @__PURE__ */ jsx("meta", { property: "og:site_name", content: siteName }),
/* @__PURE__ */ jsx("meta", { property: "og:image", content: courseImage }),
/* @__PURE__ */ jsx("meta", { property: "og:image:width", content: "1200" }),
/* @__PURE__ */ jsx("meta", { property: "og:image:height", content: "630" }),
/* @__PURE__ */ jsx("meta", { property: "og:image:alt", content: course.title }),
/* @__PURE__ */ jsx("meta", { name: "twitter:card", content: "summary_large_image" }),
/* @__PURE__ */ jsx("meta", { name: "twitter:title", content: ogTitle }),
/* @__PURE__ */ jsx("meta", { name: "twitter:description", content: ogDescription }),
courseImage && /* @__PURE__ */ jsx("meta", { name: "twitter:image", content: courseImage }),
/* @__PURE__ */ jsx("meta", { name: "course:title", content: course.title }),
/* @__PURE__ */ jsx("meta", { name: "course:level", content: course.level }),
/* @__PURE__ */ jsx("meta", { name: "course:language", content: course.language }),
/* @__PURE__ */ jsx("meta", { name: "course:price", content: ((_e = course.price) == null ? void 0 : _e.toString()) || "0" }),
/* @__PURE__ */ jsx("meta", { name: "course:pricing_type", content: course.pricing_type }),
course.instructor && /* @__PURE__ */ jsx("meta", { name: "course:instructor", content: ((_f = course.instructor.user) == null ? void 0 : _f.name) || "" }),
/* @__PURE__ */ jsx("script", { type: "application/ld+json", children: JSON.stringify({
"@context": "https://schema.org",
"@type": "Course",
name: course.title,
description: pageDescription,
image: courseImage,
provider: {
"@type": "Organization",
name: siteName,
url: window.location.origin
},
instructor: course.instructor ? {
"@type": "Person",
name: ((_g = course.instructor.user) == null ? void 0 : _g.name) || ""
} : void 0,
courseCode: course.slug,
educationalLevel: course.level,
inLanguage: course.language,
offers: course.pricing_type === "paid" ? {
"@type": "Offer",
price: course.price || 0,
priceCurrency: "USD",
availability: "https://schema.org/InStock"
} : {
"@type": "Offer",
price: 0,
priceCurrency: "USD",
availability: "https://schema.org/InStock"
}
}) })
] }),
/* @__PURE__ */ jsxs("div", { className: "container grid grid-cols-1 gap-7 py-10 md:grid-cols-3", children: [
/* @__PURE__ */ jsxs("div", { className: "space-y-8 md:col-span-2", children: [
/* @__PURE__ */ jsx(CourseHeader, { course }),
/* @__PURE__ */ jsxs(Tabs, { defaultValue: "overview", className: "bg-card overflow-hidden rounded-md border shadow", children: [
/* @__PURE__ */ jsx("div", { className: "overflow-x-auto overflow-y-hidden", children: /* @__PURE__ */ jsx(TabsList, { className: "vertical-tabs-list", children: tabs.map(({ label, value }) => /* @__PURE__ */ jsx(TabsTrigger, { value, className: "vertical-tabs-trigger", children: /* @__PURE__ */ jsx("span", { children: label }) }, value)) }) }),
/* @__PURE__ */ jsx(Separator, { className: "mt-[1px]" }),
tabs.map(({ value, Component }) => /* @__PURE__ */ jsx(TabsContent, { value, className: "m-0 p-5", children: Component }, value))
] })
] }),
/* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(CoursePreview, {}) })
] })
] });
};
Show.layout = (page) => /* @__PURE__ */ jsx(LandingLayout, { children: page, customizable: false });
export {
Show as default
};