-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
140 lines (134 loc) · 4.97 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta charset="UTF-8" />
<title>SORCERIAN Text</title>
<meta name="keywords" content="ゲームブック, ソーサリアン, SORCERIAN, eGB, ドラゴンスレイヤー, Falcom" />
<meta name="description" content="ソーサリアンの世界を古典的なゲームブックの形式で再現しようという試み。誰でも参加できるeゲームブック・プラットフォーム" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@snext1220" />
<meta property="og:url" content="https://web-deli.com/sorcerian/text/game.aspx" />
<meta property="og:title" content="ソーサリアン Text" />
<meta property="og:description" content="" />
<meta property="og:image" content="https://web-deli.com/sorcerian/text/" />
<!-- <link rel="stylesheet" href="https://www.web-deli.com/sorcerian/next/css/main.css" /> -->
<!-- <link rel="stylesheet" href="//cdn.jsdelivr.net/jquery.sidr/2.2.1/stylesheets/jquery.sidr.light.min.css"> -->
<link rel="stylesheet" href="./stext/jquery.sidr.light.css" />
<link rel="stylesheet" href="./stext/zoombox.css" />
<link rel="stylesheet" href="./stext/toastr.min.css" />
<link rel="stylesheet" href="./stext/animate.min.css" />
<link rel="stylesheet" href="./stext/jquery.selectBox.css" />
<link rel="stylesheet" href="./stext/sm-core-css.css" />
<link rel="stylesheet" href="./stext/sm-blue.css" />
<link rel="stylesheet" href="./stext/sm-custom.css" />
<link rel="stylesheet" href="./stext/sgml.css" />
<style>
body {
background-color: #000;
}
.main {
border: 1px solid #000;
margin-bottom: 10px;
font-size: small;
color: Black;
background-color: White;
width: 100%;
max-width: 550px;
min-height: 560px;
padding: 10px;
text-align:left;
}
</style>
<script src="./stext/jquery.min.js"></script>
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> -->
<script src="./stext/zoombox.js"></script>
<script src="./stext/jquery.markdown.js"></script>
<script src="./stext/toastr.min.js"></script>
<script src="./stext/vkbeautify.js"></script>
<script src="./stext/jquery.sidr.min.js"></script>
<script src="./stext/jquery.selectBox.min.js"></script>
<script src="./stext/jquery.smartmenus.js"></script>
<script src="./stext/jquery.lettering.js"></script>
<script src="./stext/jquery.textillate.js"></script>
<script src="./stext/js.cookie.min.js"></script>
<script src="./stext/sgml.js"></script>
<script>
$(function() {
var result = {};
var params = location.search.substring(1).split('&');
for(var i = 0; i < params.length; i++){
var kv = params[i].split('=');
result[kv[0]] = decodeURIComponent(kv[1]);
}
var id = result['id'];
if(id) {
// New Playground対応
if (id === 'pg2') {
$('#main').startGame(
localStorage.getItem('pg2_run'), true);
//localStorage.removeItem('pg2_run');
} else {
$('#main').startGame(id, true);
}
}
$.get('./stext/stext.xml').done(function(data) {
$('scenario > work, utility > work[backup]', data).each(function() {
$('#scenario').append(
$('<option></option>').
attr('value', $(this).attr('id')).
text($(this).attr('title'))
);
$('#select_scenario').append(
$('<option></option>').
attr('value', $(this).attr('id')).
text($(this).attr('title'))
);
});
}).fail(function(xhr, status, err) {
console.log(err);
});
// シナリオ選択用
$('#select_scenario').change(function(e){
location.href = 'index.html?id=' + $(this).val();
});
// ストレージデータのバックアップ/リストア(テスト用)
$('#backup').backupData('#scenario');
$('#restore').restoreData();
// GBAT2STextの有効化(テスト用)
$('#gbat').gbat2stext();
});
</script>
</head>
<body id="stext">
<div id="test_result"></div>
<div id="top_select" style="text-align: center; margin-top: 70px;">
<select id="select_scenario">
<option value="" selected>シナリオを選択してください</option>
<option value="test">テストシナリオ</option>
<option value="playground">プレイグラウンド</option>
</select>
</div>
<div class="main game" style="margin: 0 auto; width: 95%;">
<!-- <dl class="desc"> -->
<div id="main">
SGML(Sorcerian Gamebook Markup Language) Initialized...
</div>
<!-- </dl> -->
</div>
<div style="text-align: center;color:white;">
<select id="scenario">
<option value="all">全シナリオデータ</option>
<option value="sorcerian_text">基本情報(実績/ボーナス)</option>
</select>
<input type="button" id="backup" value="バックアップ" />/
<input type="file" id="restore" accept=".stext" value="リストア" /><br />
<input id="gbat" type="file" accept=".gbat" multiple="multiple" /> <- 変換する.gbatファイルを指定
<br />
<span class="socialbtn twitter">
</span>
<span class="socialbtn twitter_custom">
</span>
</div>
</body>
</html>