G1rFxiTools/FXItoG1R/index.html

51 lines
1.8 KiB
HTML

<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Fxi to g1r converter</title>
<link rel="stylesheet" type="text/css" href="../common/style.css?100313" />
<script type="text/javascript">//Google analytics
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-39078814-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="headerBar">
<a class="Cell CellL" href="http://wiki.planet-casio.com/tools/EactMaker">
<h1>Fxi to g1r converter</h1>
</a>
<a class="Cell CellR casiopeiaLink" href="http://www.casiopeia.net/forum/">
<strong>Casiopeia</strong>
</a>
<a class="Cell CellR PClink" href="http://www.planet-casio.com/Fr/">
<strong>Planète Casio</strong>
</a>
<a class="Cell CellR" href="http://wiki.planet-casio.com/">
<strong>Casio Universal Wiki</strong>
</a>
</div>
<div id="loadBox" style="display:block;">
<form method="post" action="converter.php" enctype="multipart/form-data">
<h4>Convert Fxi to g1r</h4><br/>
<input type="file" name="file" accept=".fxi"/><br/>
Format : <select name="format">
<option value="g1r">.g1r</option>
<option value="g1m">.g1m</option>
</select><br/><br/>
<input type="submit"/>
</form>
</div>
<div id="footer">
Developed by Ziqumu for <a href="http://www.planet-casio.com/Fr/">Planete Casio</a> and <a href='http://www.casiopeia.net/'>Casiopeia</a>
</div>
</body>
</html>