lib/template/index.html in browser_app_base-0.0.3 vs lib/template/index.html in browser_app_base-0.0.4
- old
+ new
@@ -9,12 +9,12 @@
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- jQuery UI -->
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css">
- <script src="http://localhost:62857/js/main.js"></script>
- <link rel="stylesheet" href="http://localhost:62857/css/index.css" type="text/css">
+ <script src="http://localhost:64141/js/main.js"></script>
+ <link rel="stylesheet" href="http://localhost:64141/css/index.css" type="text/css">
</head>
<body>
<h3>サンプル</h3>
<hr>
@@ -23,9 +23,15 @@
<td>
<input type="button" id="exec" name="exec" value="実行">
</td>
<td>
<input type="button" id="stop" name="stop" value="停止">
+ </td>
+ <td>
+ <div id="setting_dialog" style="display:none;">
+ <dl id="wrap"></dl>
+ </div>
+ <input type="button" id="setting" value="設定" />
</td>
</tr>
</table>
<div id="dialog1" style="display:none;">
\ No newline at end of file