-
Notifications
You must be signed in to change notification settings - Fork 0
/
editor.html
141 lines (114 loc) · 5.17 KB
/
editor.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<head>
<title>editor</title>
<script src='http://127.0.0.1:2438/closure-library/closure/goog/base.js'></script>
<script>
goog.require('goog.math');
//dragger
goog.require('goog.fx.Dragger');
goog.require('goog.dom');
goog.require('goog.style');
//editor
goog.require('goog.dom');
goog.require('goog.editor.Command');
goog.require('goog.editor.Field');
goog.require('goog.editor.plugins.BasicTextFormatter');
goog.require('goog.editor.plugins.EnterHandler');
goog.require('goog.editor.plugins.HeaderFormatter');
goog.require('goog.editor.plugins.LinkBubble');
goog.require('goog.editor.plugins.LinkDialogPlugin');
goog.require('goog.editor.plugins.ListTabHandler');
goog.require('goog.editor.plugins.LoremIpsum');
goog.require('goog.editor.plugins.RemoveFormatting');
goog.require('goog.editor.plugins.SpacesTabHandler');
goog.require('goog.editor.plugins.UndoRedo');
goog.require('goog.ui.editor.DefaultToolbar');
goog.require('goog.ui.editor.ToolbarController');
//resizeable
goog.require('goog.array');
goog.require('goog.debug.DivConsole');
goog.require('goog.debug.LogManager');
goog.require('goog.dom');
goog.require('goog.events');
goog.require('goog.events.EventType');
goog.require('goog.log');
goog.require('goog.dom.DomHelper');
goog.require('goog.dom.forms');
goog.require('goog.style');
goog.require('goog.fx');
goog.require('goog.fx.dom');
goog.require('goog.string');
goog.require('goog.fx.Dragger');
goog.require('goog.fx.Dragger');
goog.require('goog.fx.Dragger.EventType');
goog.require('goog.math.Size');
goog.require('goog.style');
goog.require('goog.ui.Component');
goog.require('goog.math.Coordinate');
goog.require('goog.string');
//slideshow toolbar
goog.require('goog.array');
goog.require('goog.debug.DivConsole');
goog.require('goog.debug.LogManager');
goog.require('goog.dom');
goog.require('goog.events');
goog.require('goog.events.EventType');
goog.require('goog.log');
goog.require('goog.object');
goog.require('goog.style');
goog.require('goog.ui.Button');
goog.require('goog.ui.ButtonSide');
goog.require('goog.ui.Component.EventType');
goog.require('goog.ui.Component.State');
goog.require('goog.ui.Menu');
goog.require('goog.ui.MenuItem');
goog.require('goog.ui.Option');
goog.require('goog.ui.SelectionModel');
goog.require('goog.ui.Separator');
goog.require('goog.ui.Toolbar');
goog.require('goog.ui.ToolbarButton');
goog.require('goog.ui.ToolbarMenuButton');
goog.require('goog.ui.ToolbarRenderer');
goog.require('goog.ui.ToolbarSelect');
goog.require('goog.ui.ToolbarSeparator');
goog.require('goog.ui.ToolbarToggleButton');
</script>
<link rel='stylesheet' href='http://127.0.0.1:2438/closure-library/closure/goog/css/common.css'>
<link rel='stylesheet' href='http://127.0.0.1:2438/closure-library/closure/goog/css/button.css' />
<link rel='stylesheet' href='http://127.0.0.1:2438/closure-library/closure/goog/css/dialog.css' />
<link rel='stylesheet' href='http://127.0.0.1:2438/closure-library/closure/goog/css/linkbutton.css' />
<link rel='stylesheet' href='http://127.0.0.1:2438/closure-library/closure/goog/css/menu.css'>
<link rel='stylesheet' href='http://127.0.0.1:2438/closure-library/closure/goog/css/menuitem.css'>
<link rel='stylesheet' href='http://127.0.0.1:2438/closure-library/closure/goog/css/menuseparator.css'>
<link rel='stylesheet' href='http://127.0.0.1:2438/closure-library/closure/goog/css/tab.css' />
<link rel='stylesheet' href='http://127.0.0.1:2438/closure-library/closure/goog/css/tabbar.css' />
<link rel='stylesheet' href='http://127.0.0.1:2438/closure-library/closure/goog/css/toolbar.css' />
<link rel='stylesheet' href='http://127.0.0.1:2438/closure-library/closure/goog/css/colormenubutton.css' />
<link rel='stylesheet' href='http://127.0.0.1:2438/closure-library/closure/goog/css/palette.css' />
<link rel='stylesheet' href='http://127.0.0.1:2438/closure-library/closure/goog/css/colorpalette.css' />
<link rel='stylesheet' href='http://127.0.0.1:2438/closure-library/closure/goog/css/editor/bubble.css' />
<link rel='stylesheet' href='http://127.0.0.1:2438/closure-library/closure/goog/css/editor/dialog.css' />
<link rel='stylesheet' href='http://127.0.0.1:2438/closure-library/closure/goog/css/editor/linkdialog.css' />
<link rel='stylesheet' href='http://127.0.0.1:2438/closure-library/closure/goog/css/editortoolbar.css' />
</head>
<body>
{{> loginButtons}}
{{ > slideshowTitle}}
{{> toolbar}}
{{> buttons}}
{{> timeline}}
{{> clonedTimeline}}
<div id='editor-container'>
{{> editorContainer}}
</div>
<div id='jmpress-container'>
{{> jmpressContainer}}
</div>
<div class='deck-container'>
{{> deckContainer}}
</div>
<div id='turn-container'>
{{> turnContainer}}
</div>
{{> modalCurrentEditing}}
{{> modalTemplate}}
</body>