Develop and Download Open Source Software

Browse Subversion Repository

Contents of /svg_editor.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 35 - (show annotations) (download) (as text)
Mon Jul 26 00:46:07 2010 UTC (13 years, 8 months ago) by isao-hara
File MIME type: text/html
File size: 1343 byte(s)
delete manifast settings
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 <meta name = "viewport" content="width=devide-width, maximum-scale=1.0"/>
8 <html manifest="svg_editor.manifest">
9 -->
10
11 <head>
12 <title> SVG Editor </title>
13
14 <meta http-equiv="Content-Type" content="application/xhtml+xml;charset=utf-8" />
15
16 <script language="javascript" type="text/javascript" src="SvgEditor.js"></script>
17 <link rel="stylesheet" type="text/css" href="SvgEditor.css">
18
19 </head>
20
21 <body onload="initEditor('SVGE','SVG Editor', 65536);">
22
23 <div id="SvgEdit">
24 <div id="menuDiv"></div><br>
25 <div id="toolBar" style="display:none; position:absolute;top:100;left:0;zIndex:100;"></div><br>
26 <div id="editDiv" style="display: none" class="editable"></div>
27 <div id="preview" style="display: none;"></div>
28 <div id="tempdata"></div>
29 <div id="color-palette"></div>
30 </div>
31
32 <div id="popup" style="border:1px double black; background-color:white;display:none;position:absolute; top:150px;left:10%;width:80%;"></div>
33
34 <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>
35
36 <div id="cmdForm" style="display:none;"></div>
37 </body>
38 </html>

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