diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-19 17:13:35 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-19 17:13:35 +0200 |
commit | 0c8dc650e52323f741bdaf50a864f1ebd819e6c6 (patch) | |
tree | 204b85ba411fde2b8da79493c75002253f3ee628 /module/web/templates/window.tpl | |
parent | some webinterface functions (diff) | |
download | pyload-0c8dc650e52323f741bdaf50a864f1ebd819e6c6.tar.xz |
webinterface statusbar
Diffstat (limited to 'module/web/templates/window.tpl')
-rw-r--r-- | module/web/templates/window.tpl | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/module/web/templates/window.tpl b/module/web/templates/window.tpl new file mode 100644 index 000000000..fce3cb86f --- /dev/null +++ b/module/web/templates/window.tpl @@ -0,0 +1,28 @@ +<div id="{{id}}" class="StickyWinInstance SWclearfix" style="overflow: visible;visibility: visible;display: none; position: absolute; z-index: 10000; opacity: 1; left: 0px; top: 0px;"> +<div class="DefaultStickyWin" style="width: {{width}}px;"> + +<div class="top"> +<div class="top_ul"></div> +<div class="top_ur"><h1 class="caption dragHandle">{{caption}}</h1> +</div></div> + +<div class="middle"> +<div class="body">{{body}} +</div></div> + +<div class="closeBody"> +<div class="closeButtons"> +<a class="closeSticky button">{{button}}</a><a class="closeSticky button">Close</a> +</div> +</div> + +<div class="bottom"> +<div class="bottom_ll"> +</div> + +<div class="bottom_lr"></div> +</div> +<div class="closeButton closeSticky"></div> + +</div> +</div>
\ No newline at end of file |