2016-10-30 17:54:38 +01:00
< div class = "container-fluid" >
< div class = "row" >
< div class = "col-lg-12" >
2016-12-04 19:32:23 +01:00
< h2 class = "page-header" > < i class = "fa fa-cogs fa-fw" > < / i > < span data-i18n = "main_menu_effectsconfigurator_token" > Effects Configurator< / span > < / h2 >
2016-10-30 17:54:38 +01:00
< div class = "introd" >
2016-12-04 19:32:23 +01:00
< h4 data-i18n = "effectsconfigurator_label_intro" > Create out of the base effects new effects that are tuned to your liking. Depending on Effect there are options like color, speed, direction and more available.< / h4 >
2016-10-30 17:54:38 +01:00
< hr / >
2016-12-21 18:24:03 +01:00
< / div >
< div class = "row" >
< div class = "col-xxl-6" >
2016-10-30 17:54:38 +01:00
< div class = "panel panel-default" >
< div class = "panel-heading" >
2016-12-04 19:32:23 +01:00
< label for = "effectslist" data-i18n = "effectsconfigurator_label_chooseeff" > Choose Base-Effect:< / label >
2016-10-30 17:54:38 +01:00
< select id = "effectslist" class = "form-control" style = "color:black;width:auto;margin-left:10px;display:inline-block" / >
< / div >
< div class = "panel-body" >
2016-12-21 18:24:03 +01:00
< table >
< tbody >
< tr >
< td class = "ltd" > < label for = "name-input" data-i18n = "effectsconfigurator_label_effectname" > Effect name:< / label > < / td >
< td class = "itd" > < input class = "form-control" type = "text" id = "name-input" / > < / td >
< / tr >
< / tbody >
< / table >
2016-10-30 17:54:38 +01:00
< div id = "editor_container" / >
< / div >
2016-12-04 19:32:23 +01:00
< div class = "panel-footer" id = "eff_footer" >
< button class = "btn btn-warning" id = 'btn_start_test' data-i18n = "effectsconfigurator_button_starttest" > Start Effecttest< / button >
< button class = "btn btn-warning" id = 'btn_stop_test' data-i18n = "effectsconfigurator_button_stoptest" > Stop Effecttest< / button >
< button class = "btn btn-danger" id = 'btn_cont_test' data-i18n = "effectsconfigurator_button_conttest" > Toggle continuous testing< / button >
< button class = "btn btn-primary pull-right" id = 'btn_write' data-i18n = "effectsconfigurator_button_saveeffect" > Save Effect< / button >
2016-10-30 17:54:38 +01:00
< / div >
< / div >
2016-12-21 18:24:03 +01:00
< / div >
< div class = "col-xxl-6" >
2016-11-18 18:39:27 +01:00
< div class = "panel panel-default" >
< div class = "panel-heading" >
2016-12-04 19:32:23 +01:00
< label for = "effectsdellist" data-i18n = "effectsconfigurator_label_deleffect" > Delete Effect:< / label >
2016-11-18 18:39:27 +01:00
< select id = "effectsdellist" class = "form-control" style = "color:black;width:auto;margin-left:10px;display:inline-block" / >
2016-12-04 19:32:23 +01:00
< button class = "btn btn-primary pull-right" id = 'btn_delete' data-i18n = "effectsconfigurator_button_deleffect" > Delete Effect< / button >
2016-11-18 18:39:27 +01:00
< / div >
< / div >
2016-12-21 18:24:03 +01:00
< / div >
< / div >
2016-10-30 17:54:38 +01:00
< / div >
< / div >
< / div >
< script src = "/js/content_effectsconfigurator.js" > < / script >