17 lines
373 B
Cheetah
17 lines
373 B
Cheetah
|
{{ define "base/mobile-desktop.tmpl" }}
|
||
|
|
||
|
<div id="border" class="">
|
||
|
<div id="windows-layer" class="mobile-windows-layer ContentBorder">
|
||
|
<div class="FileTileView">
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div id="toolbar">
|
||
|
<button>Back</button>
|
||
|
<button>Home</button>
|
||
|
<button>Close</button>
|
||
|
</div>
|
||
|
|
||
|
{{ end }}
|
||
|
|
||
|
|