lenya/src/webapp/lenya/resources/misc/midas midas.html,1.1,1.2
Michael Wechner <[email protected]> Tue, 20 May 2003 21:12:22 +0200
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya/resources/misc/midas In directory erbium:/tmp/cvs-serv22269/src/webapp/lenya/resources/misc/midas Modified Files: midas.html Log Message: title added Index: midas.html =================================================================== RCS file: /repository/lenya/src/webapp/lenya/resources/misc/midas/midas.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** midas.html 20 May 2003 19:00:25 -0000 1.1 --- midas.html 20 May 2003 19:12:19 -0000 1.2 *************** *** 10,13 **** --- 10,19 ---- <body onload="Start()"> + <h2>Editing with Midas</h2> + + <p> + <a href="http://mozilla.org/editor/midasdemo/index.html">Midas Demo</a> + </p> + <p> <b>Note:</b> The changing of text format (Heading, Paragraph, etc.) will only function *************** *** 149,153 **** ! <iframe id="edit" width="100%" height="500" src="midas_files/content.html"></iframe> --- 155,159 ---- ! <iframe id="edit" width="640" height="200" src="midas_files/content.html"></iframe> *************** *** 191,202 **** ! <input type="checkbox" onclick="viewsource(this.checked)"> ! View HTML Source ! <input checked="checked" type="checkbox" onclick="usecss(this.checked)"> ! Use CSS ! <input type="checkbox" onclick="readonly(this.checked)"> ! Read only --- 197,208 ---- + <br> ! <input type="checkbox" onclick="viewsource(this.checked)">View HTML Source ! ! <input checked="checked" type="checkbox" onclick="usecss(this.checked)">Use CSS ! ! <input type="checkbox" onclick="readonly(this.checked)">Read only