Sha256: 115a39f69316f75d10f7e4512e9d94e22cd8f373786adbb3dea8d776208f1f12

Contents?: true

Size: 1.85 KB

Versions: 1

Compression:

Stored size: 1.85 KB

Contents

<!DOCTYPE html>
<html>

<head>
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>RubyAppBase</title>
  <!-- jQuery -->
  <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:64141/js/main.js"></script>
  <link rel="stylesheet" href="http://localhost:64141/css/index.css" type="text/css">
</head>

<body>
  <h3>サンプル</h3>
  <hr>
  <table>
    <tr>
      <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;">
    <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><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><input type="button" id="select_dir" value="フォルダ選択" /></td>
    </tr>
  </table>

  <textarea name="log" id="log" class="outarea"></textarea><br />

</body>

</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
browser_app_base-0.0.4 lib/template/index.html