2014-08-07 01:46:54 +08:00
|
|
|
<template name="scrollWindow">
|
|
|
|
{{> yield}}
|
|
|
|
<div class="ScrollableWindow" id="{{id}}">
|
|
|
|
{{> yield region="scrollContents"}}
|
|
|
|
</div>
|
2014-08-08 00:02:35 +08:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<template name="makeButton">
|
|
|
|
<button type="submit" id="{{id}}" class="{{btn_class}} btn" {{isDisabled}} rel="{{rel}}" data-placement="{{data_placement}}" title="{{title}}">
|
2015-01-12 04:13:40 +08:00
|
|
|
<i class="{{i_class}}"></i>
|
2014-08-08 00:02:35 +08:00
|
|
|
</button>
|
|
|
|
</template>
|