Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pitube
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
pitube
Commits
758d3f12
Verified
Commit
758d3f12
authored
4 years ago
by
Andrej Ramašeuski
Browse files
Options
Downloads
Patches
Plain Diff
Zobrazujeme archiv
parent
8bce991c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/layouts/default.html.ep
+22
-6
22 additions, 6 deletions
templates/layouts/default.html.ep
with
22 additions
and
6 deletions
templates/layouts/default.html.ep
+
22
−
6
View file @
758d3f12
...
...
@@ -8,13 +8,28 @@
<meta
name=
"robots"
content=
"noindex, nofollow"
>
<link
rel=
"shortcut icon"
href=
"/favicon.ico"
>
<script
src=
"/bundle.js"
></script>
%= include 'includes/matomo';
<link
rel=
"stylesheet"
href=
"https://styleguide.pir-test.eu/latest/css/styles.css"
media=
"all"
/>
<link
rel=
"stylesheet"
href=
"https://styleguide.pir-test.eu/latest/css/pattern-scaffolding.css"
media=
"all"
/>
<style
type=
"text/css"
>
tr
.Live
td
{
font-weight
:
bold
;
background-color
:
#f0fff0
;
}
body
{
display
:
flex
;
flex-direction
:
column
;
min-height
:
100vh
;
}
section
.content
{
flex
:
1
;
}
.inline-block
{
display
:
inline-block
;
}
</style>
%= include 'includes/matomo';
</head>
<body
class=
"font-condensed"
>
<nav
class=
"navbar navbar--simple __js-root"
>
...
...
@@ -26,7 +41,7 @@
<a
href=
"/"
>
<img
src=
"https://styleguide.pir-test.eu/latest/images/logo-round-white.svg"
class=
"w-8"
/>
</a>
<h1
class=
"head-alt-md pl-4 lg:border-r lg:border-grey-300 lg:pr-8"
><a
href=
"/"
Xclass=
"pl-4 font-bold text-2xl lg:border-r lg:border-grey-300 lg:pr-8"
>
PiTube
<!-- - Každý Pirát je vysílač-->
</a></h1>
<h1
class=
"head-alt-md pl-4 lg:border-r lg:border-grey-300 lg:pr-8"
><a
href=
"/"
>
PiTube
<!-- - Každý Pirát je vysílač-->
</a></h1>
</div>
<div
class=
"navbar__menutoggle my-4 flex justify-end lg:hidden"
>
<a
href=
"#"
@
click=
"show = !show"
class=
"no-underline hover:no-underline"
>
...
...
@@ -36,7 +51,7 @@
<div
v-if=
"show || isLgScreenSize"
class=
"navbar__main navbar__section navbar__section--expandable container-padding--zero lg:container-padding--auto text-right"
>
<ul
class=
"navbar-menu text-white"
>
<li
class=
"navbar-menu__item"
><a
href=
"/"
data-href=
"/"
class=
"navbar-menu__link"
>
Živé vysílání
</a></li>
%#
<li
class=
"navbar-menu__item"
><a
href=
"/archive"
data-href=
"/archive"
class=
"navbar-menu__link"
>
Archiv
</a></li>
<li
class=
"navbar-menu__item"
><a
href=
"/archive"
data-href=
"/archive"
class=
"navbar-menu__link"
>
Archiv
</a></li>
% if ( $c->is_user_authenticated ) {
<li
class=
"navbar-menu__item"
><a
href=
"/streams"
data-href=
"/streams"
class=
"navbar-menu__link"
>
Streamy
</a></li>
% }
...
...
@@ -56,7 +71,8 @@
</ui-app>
</nav>
<section>
<section
class=
"content"
>
<h1
class=
"container container--default pt-4 lg:pb-4 text-grey-r500 head-alt-base"
><
%=
title
%
></h1>
<
%=
content
%
>
</section>
...
...
@@ -108,7 +124,7 @@
</footer>
<script
src=
"https://cdn.jsdelivr.net/npm/vue@2.6.11/dist/vue.min.js"
></script>
<script
src=
"https://styleguide.pir-test.eu/latest/js/main.bundle.js"
%}"
></script>
<script
src=
"https://styleguide.pir-test.eu/latest/js/main.bundle.js"
></script>
</body>
</html>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment