lib/template/index.html in browser_app_base-0.0.8 vs lib/template/index.html in browser_app_base-0.0.9
- old
+ new
@@ -9,19 +9,19 @@
<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:53492/js/main.js"></script>
- <link rel="stylesheet" href="http://localhost:53492/css/index.css" type="text/css">
+ <script src="http://localhost:61047/js/main.js"></script>
+ <link rel="stylesheet" href="http://localhost:61047/css/index.css" type="text/css">
</head>
<body>
<div id="msg_dialog" style="display:none;">
<div id="msg_text">message</div>
</div>
- <h4>GrepFind</h4>
+ <h4>RubyAppBase</h4>
<hr>
<table>
<tr>
<td>
<input type="button" id="exec" name="exec" value="実行">
@@ -41,20 +41,20 @@
<div id="dialog1" style="display:none;">
<input class="inarea" type="text" name="search_str" id="search_str">
</div>
<table>
<tr>
- <td class="long"><input class="inarea" type="text" id="upFile" name="upFile"></td>
+ <td class="long"><input class="inarea" type="search" id="upFile" name="upFile"></td>
<td><input type="button" id="select_file" value="ファイル選択" /></td>
</tr>
</table>
<div id="dialog2" style="display:none;">
<input class="inarea" type="text" name="search_str2" id="search_str2">
</div>
<table>
<tr>
- <td class="long"><input class="inarea" type="text" id="upDir" name="upDir"></td>
+ <td class="long"><input class="inarea" type="search" id="upDir" name="upDir"></td>
<td><input type="button" id="select_dir" value="フォルダ選択" /></td>
</tr>
</table>
<div class="outarea">
\ No newline at end of file