Changeset 136
- Timestamp:
- 10/07/05 17:26:35 (3 years ago)
- Files:
-
- mt-db-convert/trunk/mt-db-convert.cgi (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
mt-db-convert/trunk/mt-db-convert.cgi
r135 r136 44 44 require MT; 45 45 my $mt = MT->new() or die MT->errstr; 46 die "This script is for Movable Type 3.2 or above." 47 if $mt->version_number < 3.2; 46 48 47 49 my $cfg = $mt->{cfg}; … … 218 220 body { font-family: "trebuchet ms", arial, sans-serif; font-size: 90%; } 219 221 h1 { font-size: 100%; } 220 fieldset { width: 40%; float: left; }222 fieldset { width: 40%; float: left; background: #EEE;} 221 223 </style> 222 224 </head> 223 225 <body> 224 <h1>mt-db-convert.cgi($Rev$ $Date$) Converting your MT data between DB engines</h1>226 <h1>mt-db-convert.cgi($Rev$): Converting your MT data between DB engines (for MT 3.2)</h1> 225 227 HTML 226 228 } … … 296 298 sub show_footer { 297 299 my $html = <<'HTML'; 300 <hr /> 298 301 <address>Hirotaka Ogawa (<a href="http://as-is.net/blog/">http://as-is.net/blog/</a>)</address> 299 302 </body>
