annotate WebContent/jscripts/tiny_mce/plugins/template/template.htm @ 5:0be9d53a6967

editor for annotations
author dwinter
date Tue, 13 Dec 2011 17:43:46 +0100
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
1 <html xmlns="http://www.w3.org/1999/xhtml">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
2 <head>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
3 <title>{#template_dlg.title}</title>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
4 <script type="text/javascript" src="../../tiny_mce_popup.js"></script>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
5 <script type="text/javascript" src="js/template.js"></script>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
6 <link href="css/template.css" rel="stylesheet" type="text/css" />
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
7 </head>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
8 <body onresize="TemplateDialog.resize();">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
9 <form onsubmit="TemplateDialog.insert();return false;">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
10 <div id="frmbody">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
11 <div class="title">{#template_dlg.desc}</div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
12 <div class="frmRow"><label for="tpath" title="{#template_dlg.select}">{#template_dlg.label}:</label>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
13 <select id="tpath" name="tpath" onchange="TemplateDialog.selectTemplate(this.options[this.selectedIndex].value, this.options[this.selectedIndex].text);" class="mceFocus">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
14 <option value="">{#template_dlg.select}...</option>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
15 </select>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
16 <span id="warning"></span></div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
17 <div class="frmRow"><label for="tdesc">{#template_dlg.desc_label}:</label>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
18 <span id="tmpldesc"></span></div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
19 <fieldset>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
20 <legend>{#template_dlg.preview}</legend>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
21 <iframe id="templatesrc" name="templatesrc" src="blank.htm" width="690" height="400" frameborder="0"></iframe>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
22 </fieldset>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
23 </div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
24
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
25 <div class="mceActionPanel">
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
26 <input type="submit" id="insert" name="insert" value="{#insert}" />
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
27 <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
28 </div>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
29 </form>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
30 </body>
0be9d53a6967 editor for annotations
dwinter
parents:
diff changeset
31 </html>