Newer
Older
Loremap / Auto_editsys / user / data / storymap.html
@Kanan Homma Kanan Homma on 18 Sep 2018 2 KB you can add map data
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta name="author" content="Kanan Homma">
<meta name="description" content="">
<meta name="keywords" content="Map,Picture,Comment,Geotag,Community">
<title>ストーリーマップ</title>
<link rel="stylesheet" href="style.css" type="text/css">
<style type="text/css">
<!--
	body {background-color: #90ee90;}
	h1 {color: #0000ff;
	    background-color: #ffffff;
	    border: 2px solid #ffff00
            margin: 50px 30px 0px 30px;
            padding: 0px 0px 0px 10px;
	    border-style: inset ;border-width: 4px; border-color :#90ee90;}
	p {margin: 30px 50px 0px 50px;
	   color: #000000;
	   letter-spacing: 0.1em;
	   line-height: 1.5;
	   font-size: large;}
        pre {font-size: large;
	     margin: 20px 70px 0px 70px;
	     letter-spacing: 0.1em;
	     color: #ffffff;
	     background-color: #006666;
	     line-height: 1.2;}
	
	a:link {color: #000000;}
	a:visited {color: #000066;}
	a:hover {color: #000066;
		background: #ffffcc}
	a:active {color: #000066;
		background: #ffffcc;
		border: 3px solid #ff0000}
	.center {text-align: center;}

-->
</style>
</head>

<body>

<p style="text-align:center">
<h2>どのマップにデータを加えますか?</h2><hr>

<a href="https://www.koeki-prj.org/~c115144/map/CMDSmap/Auto_editsys/user/data/historymap.html">ヒストリーマップ</a>
<a href="https://www.yatex.org/gitbucket/KoekiBrandingPJ/CMDSmap/pages/storymap/map.html">伝統芸能マップ</a>
<a href="">安全マップ</a>
<a href="">食べ物マップ</a>
<a href="">除雪マップ</a>
<a href="https://tmp.gentei.org/yuuji/yone/yuza/yuza.html">遊佐湧水マップ</a>
<br><br><hr>

<h2>新しいマップを生成する</h2>
<p>New map name : <input name="name" type="text" maxlength="40"><br>
<button type="button" name="make" id="make">作成</button>
</p>
</body>
</html>