summaryrefslogtreecommitdiff
path: root/js/ui-template.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/ui-template.js')
-rw-r--r--js/ui-template.js26
1 files changed, 13 insertions, 13 deletions
diff --git a/js/ui-template.js b/js/ui-template.js
index e294f61..dad648b 100644
--- a/js/ui-template.js
+++ b/js/ui-template.js
@@ -1,19 +1,19 @@
var UI_TEMPLATE = [
- '<div id="gr_curtain" style="opacity:0;width:100%;height:100%;margin:0;padding:0;position:absolute;top:0;left:0;background:rgba(255,255,255,0.1);cursor:crosshair;"></div>',
- '<div id="gr_outline" style="border:1px solid white;background:rgba(0,255,255,0.5);opacity:0.5; position: absolute;pointer-events:none"></div>',
- '<div id="gr_controls" style="position: absolute;top:50px;right:50px;background:rgba(0,0,0,0.8);color:#fff;font-size:14px;min-width:300px; padding: 4px;cursor:default;">',
- 'frames <input type="text" id="gr_framecount" value="30" style="width:30px;">',
- 'delay <input type="text" id="gr_framedelay" value="0.06s" style="width:30px;">',
- '<button id="gr_record" disabled>record</button>',
- '<button id="gr_save" disabled>save</button>',
- '<span id="gr_status"></span>',
+ '<div id="ge_curtain" style="opacity:0;width:100%;height:100%;margin:0;padding:0;position:absolute;top:0;left:0;background:rgba(255,255,255,0.1);cursor:crosshair;"></div>',
+ '<div id="ge_outline" style="border:1px solid white;background:rgba(0,255,255,0.5);opacity:0.5; position: absolute;pointer-events:none"></div>',
+ '<div id="ge_controls" style="position: absolute;top:50px;right:50px;background:rgba(0,0,0,0.8);color:#fff;font-size:14px;min-width:300px; padding: 4px;cursor:default;">',
+ 'frames <input type="text" id="ge_framecount" value="30" style="width:30px;">',
+ 'delay <input type="text" id="ge_framedelay" value="0.06s" style="width:30px;">',
+ '<button id="ge_record" disabled>record</button>',
+ '<button id="ge_save" disabled>save</button>',
+ '<span id="ge_status"></span>',
'<br>',
- 'w <input type="text" id="gr_w_el" value="" style="width:30px;"> ',
- 'h <input type="text" id="gr_h_el" value="" style="width:30px;"> ',
- 'x <input type="text" id="gr_x_el" value="" style="width:30px;"> ',
- 'y <input type="text" id="gr_y_el" value="" style="width:30px;"> ',
+ 'w <input type="text" id="ge_w_el" value="" style="width:30px;"> ',
+ 'h <input type="text" id="ge_h_el" value="" style="width:30px;"> ',
+ 'x <input type="text" id="ge_x_el" value="" style="width:30px;"> ',
+ 'y <input type="text" id="ge_y_el" value="" style="width:30px;"> ',
'<br>',
- '<div id="gr_preview"></div>',
+ '<div id="ge_preview"></div>',
'</div>'
].join("")