G1rFxiTools/G1MtoG1R/index.html

52 lines
2.2 KiB
HTML
Raw Normal View History

2019-12-26 17:22:34 +01:00
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>g1m 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>g1m 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 g1m to g1r</h4><br/>
<input type="file" name="file" accept=".g1m"/><br/>
<input type="submit"/>
</form>
<p>Cet utilitaire ne fait que rennomer votre fichier .g1m en .g1r, aucune autre action n'est effectué. Vous pouvez donc très bien le faire depuis votre ordinateur, mais si vous ne savez pas comment alors cet (in)utilitaire est fait pour vous !</p>
<p>This tool only rename your .g1m file to .g1r, no other action is made. You can easily do the same on your computer, but if you don't know how to do it, then this (useless) tool is made for you !</p>
</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>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
</body>
</html>