1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +02:00

Removed previous page layout framework

This commit is contained in:
McMatts 2018-05-30 16:08:25 +01:00
parent c7cc36b307
commit f20a1d1d5f
16 changed files with 106 additions and 416 deletions

View file

@ -1,10 +1,20 @@
{{toolbar/nav-bar}}
{{#layout/top-bar}}
{{/layout/top-bar}}
{{#toolbar/t-toolbar}}
{{#toolbar/t-links}}
{{/toolbar/t-links}}
{{#toolbar/t-actions}}
{{/toolbar/t-actions}}
{{/toolbar/t-toolbar}}
{{#layout/middle-zone}}
{{#layout/middle-zone-content}}
{{search/search-view filter=filter matchDoc=matchDoc matchContent=matchContent matchTag=matchTag matchFile=matchFile slog=slog}}
{{/layout/middle-zone-content}}
{{search/search-view filter=filter matchDoc=matchDoc matchContent=matchContent matchTag=matchTag matchFile=matchFile slog=slog}}
{{#layout/middle-zone-sidebar}}
<div id="sidebar" class="sidebar">
<h1>Search</h1>
<p>a OR b</p>
<p>x AND y</p>
<p>"phrase mat*"</p>
</div>
{{/layout/middle-zone-sidebar}}
{{/layout/middle-zone}}
{{#layout/bottom-bar}}
{{/layout/bottom-bar}}