Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
2
2020-01-30 itmax-68
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Playground
2020-01-30 itmax-68
Commits
09c70812
Commit
09c70812
authored
Feb 03, 2020
by
Mark Siy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
6901de1e
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
54 additions
and
127 deletions
+54
-127
generator.css
resources/views/generator/generator.css
+8
-6
generator.js
resources/views/generator/generator.js
+43
-52
index.blade.php
resources/views/generator/index.blade.php
+3
-69
No files found.
resources/views/generator/generator.css
View file @
09c70812
...
...
@@ -47,14 +47,12 @@
padding
:
0
;
margin-top
:
20px
;
}
.sortable
li
{
margin
:
0
3px
10px
3px
;
padding
:
0.4em
;
padding-left
:
1.5em
;
padding-right
:
1.5em
;
font-size
:
20px
;
padding-bottom
:
20px
;
}
.sortable
li
{
padding-left
:
1.5em
;
padding-right
:
1.5em
;
}
.sortable
li
span
{
position
:
absolute
;
margin-left
:
-1.3em
;
}
#addTitleButton
{
width
:
100%
;
}
#copyHtmlCodeButton
{
display
:
none
;
margin-top
:
20px
;
margin-bottom
:
30px
;
width
:
100%
;
}
...
...
@@ -84,9 +82,6 @@
display
:
block
;
margin-left
:
100.8%
;
}
#htmlTextBox
{
display
:
none
;
}
.itemButtons
{
margin-right
:
4px
;
margin-bottom
:
4px
;
...
...
@@ -94,4 +89,11 @@
.itemLabel
{
font-size
:
18px
;
}
#copyHtmlCodeButton
{
margin-top
:
20px
;
}
textarea
.form-control
{
height
:
35px
;
}
resources/views/generator/generator.js
View file @
09c70812
This diff is collapsed.
Click to expand it.
resources/views/generator/index.blade.php
View file @
09c70812
...
...
@@ -3,87 +3,21 @@
{{
--
Basics
--
}}
@
section
(
'limitless::title'
,
'Limitless Design'
)
@
section
(
'limitless::titleurl'
,
'https://google.de'
)
@
section
(
'limitless::language'
,
'en'
)
@
section
(
'limitless::largelogo'
,
'https://cdn.backoffice.online/limitless/Template/global_assets/images/logo_light.png'
)
@
section
(
'limitless::smalllogo'
,
'https://cdn.backoffice.online/limitless/Template/global_assets/images/logo_icon_light.png'
)
@
section
(
'limitless::mobilelogo'
,
'https://cdn.backoffice.online/limitless/Template/global_assets/images/logo_dark.png'
)
{{
--
Assets
--
}}
@
section
(
'limitless::assets'
)
{{
--
Javascript
--
}}
<
script
src
=
"https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"
></
script
>
<
script
src
=
"@limitless::publish( base_path().'/resources/views/generator/generator.js' )"
></
script
>
{{
--
Stylesheet
--
}}
{{
--
<
link
href
=
"https://fonts.googleapis.com/css?family=Nunito:200,600"
rel
=
"stylesheet"
>
--
}}
<
link
href
=
"https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"
rel
=
"stylesheet"
>
<
link
rel
=
"stylesheet"
href
=
"@limitless::publish( base_path().'/resources/views/generator/generator.css' )"
>
{{
--
Inline
--
}}
<
script
>
console
.
log
(
'Add some custom javascript here...'
);
</
script
>
@
endsection
{{
--
Navigation
--
}}
@
section
(
'limitless::navigation'
)
@
limitless
::
navigationitem
([
'url'
=>
'https://google.de'
,
'icon'
=>
'icon-home8'
,
'target'
=>
'_blank'
,
'title'
=>
'One'
])
@
limitless
::
navigationitem
([
'url'
=>
'https://google.de'
,
'icon'
=>
'icon-home8'
,
'target'
=>
'_blank'
,
'title'
=>
'Two'
])
@
limitless
::
navigationdevider
@
limitless
::
navigationsubmenu
([
'icon'
=>
'icon-home8'
,
'title'
=>
'Submenu'
])
@
limitless
::
navigationitem
([
'url'
=>
'https://google.de'
,
'icon'
=>
'icon-home8'
,
'target'
=>
'_self'
,
'title'
=>
'Three'
])
@
limitless
::
navigationitem
([
'url'
=>
'https://google.de'
,
'icon'
=>
'icon-home8'
,
'target'
=>
'_self'
,
'title'
=>
'Four'
])
@
limitless
::
navigationsubmenu
([
'icon'
=>
'icon-home8'
,
'title'
=>
'Submenu'
])
@
limitless
::
navigationitem
([
'url'
=>
'https://google.de'
,
'icon'
=>
'icon-home8'
,
'target'
=>
'_self'
,
'title'
=>
'Five'
])
@
limitless
::
navigationitem
([
'url'
=>
'https://google.de'
,
'icon'
=>
'icon-home8'
,
'target'
=>
'_self'
,
'title'
=>
'Six'
])
@
limitless
::
endnavigationsubmenu
@
limitless
::
endnavigationsubmenu
@
limitless
::
navigationdevider
@
endsection
{{
--
Content
--
}}
@
section
(
'limitless::content'
)
<
div
id
=
"mainContainer"
></
div
>
<
button
id
=
"addTitleButton"
type
=
"button"
class
="
btn
btn
-
primary
"><i class="
icon
-
plus3
mr
-
2
"></i>Paragraph</button>
<
button id="
copyHtmlCodeButton
" type="
button
" class="
btn
btn
-
success
"><i class="
icon
-
copy
mr
-
2
"></i>Copy HTML to Clipboard</button
>
<textarea
id="
htmlTextBox
"
></textarea>
<
hr/
>
<textarea
class="
form
-
control
" id="
htmlTextBox
" disabled
></textarea>
<button id="
copyHtmlCodeButton
" type="
button
" class="
btn
bg
-
grey
"><i class="
icon
-
copy
mr
-
2
"></i>Copy</button>
@endsection
{{-- Footer --}}
@section('limitless::footer')
@limitless::copyright('Copyright © '.date('Y').' IT-Max GmbH')
@limitless::footermenu
@limitless::footeritem(['url' => 'https://google.de', 'icon' => 'icon-home8', 'target' => '_self', 'title' => 'Navigation Item'])
@limitless::footeritem(['url' => 'https://google.de', 'icon' => 'icon-home8', 'target' => '_self', 'title' => 'Navigation Item'])
@limitless::endfootermenu
@endsection
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment