PollWidget v2

This commit is contained in:
YJSoft 2015-06-12 18:49:27 +09:00
parent effc774640
commit 660da39c60
29 changed files with 1388 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<!--%load_js_plugin("handlebars")-->
<!--@if(__DEBUG__)-->
<load target="css/poll.css" />
<load target="js/poll.js" />
<!--@else-->
<load target="css/poll.min.css" />
<load target="js/poll.min.js" />
<!--@end-->
{@
Context::loadLang(_XE_PATH_ . 'modules/poll/lang');
}