G1rFxiTools/PicViewer/index.html

51 lines
2.0 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>Picture Viewer</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>Picture Viewer</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">
<form method="post" action="converter.php" enctype="multipart/form-data">
<h4>Read fxi/g1m/g2m/g1r pictures</h4><br/>
<input type="file" name="file" accept=".g1m,.g2m,.fxi,.g1r"/><br/>
<label for="blackAndWhite">Black and white : </label><input type="checkbox" id="blackAndWhite" name="blackAndWhite" checked="checked"/><br/>
Zoom : &times;<input type="text" name="size" maxlength="1" size="1" value="3" checked="checked"/><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>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
</body>
</html>