Develop and Download Open Source Software

Browse Subversion Repository

Diff of /svg_editor.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 16 by isao-hara, Tue Jul 20 06:13:09 2010 UTC revision 30 by isao-hara, Thu Jul 22 13:46:34 2010 UTC
# Line 4  Line 4 
4      http://sourceforge.jp/projects/islidemaker/simple/      http://sourceforge.jp/projects/islidemaker/simple/
5    
6    Copyright(c) 2010, Isao Hara, isao-hara@users.sourceforge.jp    Copyright(c) 2010, Isao Hara, isao-hara@users.sourceforge.jp
7      <meta name = "viewport" content="width=devide-width, maximum-scale=1.0"/>
8  -->  -->
9  <head>  <head>
10    <title> SVG Editor </title>    <title> SVG Editor </title>
11    
12    <meta http-equiv="Content-Type" content="application/xhtml+xml;charset=utf-8" />    <meta http-equiv="Content-Type" content="application/xhtml+xml;charset=utf-8" />
   <meta name = "viewport" content="width=devide-width, maximum-scale=1.0"/>  
13    
14    <script language="javascript" type="text/javascript" src="SvgEditor.js"></script>    <script language="javascript" type="text/javascript" src="SvgEditor.js"></script>
15    <link rel="stylesheet" type="text/css" href="SvgEditor.css">    <link rel="stylesheet" type="text/css" href="SvgEditor.css">
# Line 26  Line 26 
26    <div id="tempdata"></div>    <div id="tempdata"></div>
27    <div id="color-palette"></div>    <div id="color-palette"></div>
28  </div>  </div>
29    
30  <div id="popup" style="border:1px double black; background-color:white;display:none;position:absolute; top:150px;left:10%;width:80%;"></div>  <div id="popup" style="border:1px double black; background-color:white;display:none;position:absolute; top:150px;left:10%;width:80%;"></div>
31    
32  <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>  <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>

Legend:
Removed from v.16  
changed lines
  Added in v.30

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