Last change
on this file since 1224 was
1049,
checked in by nicholasbs, 11 years ago
|
Closes #1287 (plugin to handle footnotes)
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id URL
-
Property svn:mime-type set to
text/html
|
File size:
541 bytes
|
Line | |
---|
1 | <h1 id="[h1]"><l10n>Insert Note</l10n></h1> |
---|
2 | <div style="margin: 10px 10px 0px 10px;"> |
---|
3 | <label><l10n>Insert</l10n></label> |
---|
4 | <select id="[noteMenu]" name="[noteMenu]" style="margin-bottom: 6px; width: 200px;"> |
---|
5 | <option selected value="new" id="[newNoteOption]">New footnote</option> |
---|
6 | </select> |
---|
7 | <textarea id="[noteContent]" name="[noteContent]" style="width: 375px;" rows="6"></textarea> |
---|
8 | </div> |
---|
9 | <div class="buttons"> |
---|
10 | <input type="button" id="[ok]" value="_(Insert)" /> |
---|
11 | <input type="button" id="[cancel]" value="_(Cancel)" /> |
---|
12 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.