Develop and Download Open Source Software

Browse Subversion Repository

Contents of /svg_editor.html

Parent Directory Parent Directory | Revision Log Revision Log


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

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