Develop and Download Open Source Software

Browse Subversion Repository

Contents of /svg_editor.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download) (as text)
Fri Jul 16 05:30:20 2010 UTC (13 years, 8 months ago) by isao-hara
File MIME type: text/html
File size: 1225 byte(s)
Add html
1 <!DOCTYPE html>
2 <!--
3 iSlideMaker
4 http://sourceforge.jp/projects/islidemaker/simple/
5
6 Copyright(c) 2010, Isao Hara, isao-hara@users.sourceforge.jp
7 -->
8 <head>
9 <title> SVG Editor </title>
10
11 <meta http-equiv="Content-Type" content="application/xhtml+xml;charset=utf-8" />
12 <meta name = "viewport" content="width=devide-width, maximum-scale=1.0"/>
13
14 <script language="javascript" type="text/javascript" src="SvgEditor.js"></script>
15 <link rel="stylesheet" type="text/css" href="iSlideEditor.css">
16
17 </head>
18
19 <body onload="initEditor('SVGE','SVG Editor', 65536);">
20
21 <div id="SvgEdit">
22 <div id="menuDiv"></div><br>
23 <div id="toolBar" style="display:none; position:absolute;top:100;left:0;zIndex:100;"></div><br>
24 <div id="editDiv" style="display: none" class="editable"></div>
25 <div id="preview" style="display: none;"></div>
26 <div id="tempdata"></div>
27 </div>
28 <div id="popup" style="border:1px double black; background-color:white;display:none;position:absolute; top:150px;left:10%;width:80%;"></div>
29
30 <div style="font-size:10pt;margin:0px; border:1px sllid black; position:absolute;bottom:5px;width:100%;"><hr><center> Copyright(C) 2010, Isao Hara(isao-hara@users.sourceforge.jp)</center></div>
31 </body>
32 </html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26