Changeset 271 for trunk/plugins/NoteServer
- Timestamp:
- 07/18/05 18:43:48 (14 years ago)
- Location:
- trunk/plugins/NoteServer
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/NoteServer/lang/de.js
r249 r271 10 10 11 11 { 12 "Insert GUIDO Music Notation" : "Einfügung einer GUIDO Musik-Tonfolge", 13 "MIDI File" : "MIDI Datei", 14 "Source Code" : "Quell-Code" 12 "Insert GUIDO Music Notation": "Einfügung einer GUIDO Musik-Tonfolge", 13 "Guido code": "Guido code", 14 "Options": "Einstellungen", 15 "Format": "Format", 16 "Image in applet": "Bild im Applet", 17 "Zoom": "Zoom", 18 "MIDI File": "MIDI Datei", 19 "Image Preview": "Bild Voransicht", 20 "Source Code": "Quell-Code", 21 "Preview": "Voransicht", 22 "Add MIDI link to allow students to hear the music": "MIDI-Link hinzufügen um Studenten das hören der Musik zu ermöglichen", 23 "Add GUIDO Code in a textbox on the page": "GUIDO Code in einer Textbox auf der Seite anzeigen" 15 24 }; -
trunk/plugins/NoteServer/popups/codenote.html
r249 r271 107 107 <div class="title">Insert GUIDO Music Notation</div> 108 108 109 Guido code:109 <span>Guido code</span> : 110 110 <br><textarea rows="7" id="f_code" cols="55"></textarea><br> 111 111 … … 113 113 <fieldset style="float: left; margin-left: 5px;"> 114 114 <legend>Options</legend> 115 <input type="checkbox" id="f_midi" value="ON"> Add MIDI link to allow students to hear the music115 <input type="checkbox" id="f_midi" value="ON"> <span>Add MIDI link to allow students to hear the music</span> 116 116 <div class="space"></div> 117 <input type="checkbox" id="f_affcode" value="ON"> Add GUIDO Code in a textbox on the page117 <input type="checkbox" id="f_affcode" value="ON"> <span>Add GUIDO Code in a textbox on the page</span> 118 118 <div class="space"></div> 119 119 </fieldset> … … 121 121 <fieldset style="float: right; margin-left: 5px;"> 122 122 <legend>Format</legend> 123 <input type="checkbox" id="f_applet" value="ON" onclick="message();" > Image in applet123 <input type="checkbox" id="f_applet" value="ON" onclick="message();" > <span>Image in applet</span> 124 124 <div class="space"></div> 125 Zoom:125 <span>Zoom</span> : 126 126 <select size="1" id="f_zoom" title="Zoom :"> 127 127 <option value="0.8">80%</option> … … 138 138 <tr> 139 139 <td valign="bottom"> 140 Image Preview:<br />140 <span>Image Preview</span>:<br /> 141 141 <iframe name="ipreview" id="ipreview" frameborder="0" style="border : 1px solid gray;" height="200" width="350" src=""></iframe> 142 142 </td> … … 151 151 <tr> 152 152 <td colspan="2"> 153 <p>Sample Guido Codes: 153 <p>Sample Guido Codes:</p> 154 154 <p><a href="http://piano-go.chez.tiscali.fr/rachmaninoff.gmn" target="_blank">Code Sample 1</a> or type [ do re mi fa sol la si ] | <a href="http://www.informatik.tu-darmstadt.de/AFS/SALIERI/guido/demos.html" target="_blank">Code Sample 2</a></p> 155 155 <p>Resources: </p>
Note: See TracChangeset
for help on using the changeset viewer.