diff --git a/src/templates/layouts/countdown.hbs b/src/templates/layouts/countdown.hbs index 459cbf1b..d0f264d5 100644 --- a/src/templates/layouts/countdown.hbs +++ b/src/templates/layouts/countdown.hbs @@ -1,42 +1,46 @@ + - {{> meta}} + {{> meta}} - {{#if rtl}} - - {{else}} - - {{/if}} + + - + + - {{#if rtl}} - - {{else}} - - {{/if}} + - {{#if rtl}} - - {{/if}} + {{> rtl-style}} + + + + -{% body %} - - - - - - - - - - + {% body %} + + + + + + + + + + + + + + diff --git a/src/templates/layouts/default.hbs b/src/templates/layouts/default.hbs index 07686e48..6cd4f95a 100644 --- a/src/templates/layouts/default.hbs +++ b/src/templates/layouts/default.hbs @@ -2,155 +2,154 @@ - {{> meta}} - - - - - - - - - - - - - - {{#if rtl}} - - {{/if}} - {{#if stylesheets}} - {{#each stylesheets}} - {{.}} - {{/each}} - {{/if}} - {{#if cdncss}} - {{#each cdncss}} - {{.}} - {{/each}} - {{/if}} - - - - + + + + + + + + + + + +{{> rtl-style}} + + {{#if stylesheets}} + {{#each stylesheets}} + {{.}} + {{/each}} + {{/if}} + {{#if cdncss}} + {{#each cdncss}} + {{.}} + {{/each}} + {{/if}} + + + + - - - - - - - - {{!-- {{> analytic}} --}} - - - - -
-
- {{> nav }} - {{#if noHeader}} - {{else}} -
- {{#if noMainSearch}} - {{else}} - - - {{/if}} -
-

+ + + + + + + + + {{!-- {{> analytic}} + --}} + + + +
+
+ {{> nav }} + {{#if noHeader}} + {{else}} +
+ {{#if noMainSearch}} + {{else}} + + + {{/if}} +
+

{{#if icon}}   {{/if}} {{ title }}

-
- -
- - {{/if}} -
- - {{#if noLeftSidebar}} - {{else}} -
- {{> left }} -
- - {{/if}} -
-
-
- {% body %} -
- -
- -
- - {{#if noRightSidebar}} - {{else}} - - - {{/if}} -
- -
-

2016 © Metis Bootstrap Admin Template

-
- - {{> helpModal }} - - - - - {{#if cdnjs}} - {{#each cdnjs}} - - {{/each}} - {{/if}} - - - - - - - - - {{#if javascripts}} - {{#each javascripts}} - - {{/each}} - {{/if}} - - - - - - - {{#if scripts}} - - {{/if}} +

+ +
+ + {{/if}} +
+ + {{#if noLeftSidebar}} + {{else}} +
+ {{> left }} +
+ + {{/if}} +
+
+
+ {% body %} +
+ +
+ +
+ + {{#if noRightSidebar}} + {{else}} + + + {{/if}} +
+ + + + {{> helpModal }} + + + + + {{#if cdnjs}} + {{#each cdnjs}} + + {{/each}} + {{/if}} + + + + + + + + + {{#if javascripts}} + {{#each javascripts}} + + {{/each}} + {{/if}} + + + + + + + {{#if scripts}} + + {{/if}} - - + + diff --git a/src/templates/layouts/errors.hbs b/src/templates/layouts/errors.hbs index 238ab605..ba42e39b 100644 --- a/src/templates/layouts/errors.hbs +++ b/src/templates/layouts/errors.hbs @@ -1,58 +1,61 @@ + - {{> meta}} - - - {{#if rtl}} - - {{else}} - - {{/if}} - - - - {{#if rtl}} - - {{else}} - - {{/if}} - {{#if rtl}} - - {{/if}} + {{> meta}} + + + + + + + + + + +{{> rtl-style}} + + + + + -
-
- -

{{message}}

-
-
-
-
- - +
+
+ +

{{message}}

+
+
+ +
+ + -
- -
-
-
- {% body %} -
-
- +
+
+ {% body %} +
+
+
-
+
- -
+ diff --git a/src/templates/layouts/fixed.hbs b/src/templates/layouts/fixed.hbs index 63201b36..84ea4c2e 100644 --- a/src/templates/layouts/fixed.hbs +++ b/src/templates/layouts/fixed.hbs @@ -1,123 +1,116 @@ + {{> meta}} - + - {{#if rtl}} - - {{else}} - - {{/if}} + + - + + - {{#if rtl}} - - {{else}} - - {{/if}} + + - {{#if rtl}} - - {{/if}} +{{> rtl-style}} - + - - - - -
-
- - - - -
- - - -
-

{{ title }}

-
- -
- -
- -
-

LEFT

-
- -
-
-
- {% body %} + +
+

LEFT

+
+ +
+
+
+ {% body %} +
+
- +
- -
- + - - -
- -
-

2014 © Metis Bootstrap Admin Template

-
- + +
+

2014 © Metis Bootstrap Admin Template

+
+ - - - - + + + + - - + + + diff --git a/src/templates/layouts/login.hbs b/src/templates/layouts/login.hbs index 22a83c71..f6656dce 100644 --- a/src/templates/layouts/login.hbs +++ b/src/templates/layouts/login.hbs @@ -5,25 +5,22 @@ {{> meta}} - {{#if rtl}} - - {{else}} - - {{/if}} - + + + + + - {{#if rtl}} - - {{else}} - - {{/if}} - {{#if rtl}} - - {{/if}} + + +{{> rtl-style}} + + + + @@ -33,9 +30,11 @@ - + + - + + - + + + + + + + {{> nav }}
- -
-

{{title}}

-

Posted on: {{posted}} - {{#markdown}} - {% body %} - {{/markdown}} -

-
- + +
+

{{title}}

+

Posted on: {{posted}} + {{#markdown}} + {% body %} + {{/markdown}} +

+
+
- + + diff --git a/src/templates/partials/rtl-style.hbs b/src/templates/partials/rtl-style.hbs new file mode 100644 index 00000000..16149d50 --- /dev/null +++ b/src/templates/partials/rtl-style.hbs @@ -0,0 +1,7 @@ +{{#if rtl}} + +{{/if}}