-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from nebojsatomic/new-default-templates
First new-default-templates merge, for the version 24.05
- Loading branch information
Showing
53 changed files
with
1,303 additions
and
826 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 40 additions & 0 deletions
40
src/legacy/dev-application/views/scripts/USER_VIEWS/proba/default-blue-responsive.phtml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<!-- this file should be editable from admin panel for the current user --> | ||
<style type="text/css"> | ||
h1 {} | ||
h2 {} | ||
a {} | ||
</style> | ||
<div id="ide21-default-template-blue" class="grid grid-cols-12 rounded-lg relative bg-blue-400 md:p-8 md:w-4/5 mx-auto"> | ||
<div class="header w-full h-auto min-h-72 overflow-hidden bg-blue-400 col-span-12"> | ||
<!--<img class="w-full max-w-full bg-contain" src="/images/backgrounds/vector_0012.png" alt="" />--> | ||
<div id="hdr" class="hero min-h-screen" style="background-image: url(/images/backgrounds/vector_0543.jpg);"> | ||
<div class="hero-overlay bg-opacity-60"></div> | ||
<div class="hero-content backdrop-blur-lg text-center text-neutral-content bg-neutral rounded-lg bg-opacity-70"> | ||
<div class="max-w-md"> | ||
<h1 class="mb-5 text-5xl font-bold">Hello there</h1> | ||
<p class="mb-5 text-lg">Provident cupiditate voluptatem et in. Quaerat fugiat ut assumenda excepturi exercitationem quasi. In deleniti eaque aut repudiandae et a id nisi.</p> | ||
<button class="btn btn-primary text-white">Get Started</button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="col-span-6 inline-flex items-center gap-2 pl-8">{language:flags}</div><div class="col-span-6 grid items-center justify-items-end min-h-20 pr-8">{searchform}</div> | ||
<div id="wrp" class="grid grid-cols-12 col-span-12"> | ||
<div id="sdb" class="leftcolumn col-span-12 md:col-span-4 bg-blue-200 p-8"> | ||
<div id="t1menu" >{menu:display:1:vertical}</div> | ||
<div>{liveblock:user:loginArea}</div> | ||
<div> | ||
<p>{adminurl}</p> | ||
</div> | ||
</div> | ||
<div id="cnt" class="sheet col-span-12 md:col-span-8 bg-blue-100 p-8"> | ||
<div class=""><h1 class="text-2xl">{title}</h1></div> | ||
<div class="">{content}</div> | ||
</div> | ||
</div> | ||
<div id="ftr" class="col-span-12 bg-blue-400 p-8"> | ||
<div> | ||
<p>Copyright © 2010-present Nebojsa Tomic | Powered by <a href="#" target="_blank">IDE21</a></p> | ||
</div> | ||
</div> | ||
</div> |
Oops, something went wrong.