Sha256: f01bffc919002b5bd79784ad558d48ef9436705fb43502544f92b36b2ca39202

Contents?: true

Size: 1.33 KB

Versions: 2

Compression:

Stored size: 1.33 KB

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <script src="./js/jquery.min.js"></script>
    <script src="./js/jquery-ui-1.8.16.custom.min.js"></script>
    <script src="./js/jquery.tmpl.min.js"></script>
    <script src="./js/jquery.dataTables.nightly.min.js"></script>
    <script src="./js/vrowser.js"></script>
    <link rel="StyleSheet" href="./css/main.css" />
    <link rel="StyleSheet" href="./css/demo_page.css" />
    <link rel="StyleSheet" href="./css/demo_table.css" />
    <link rel="StyleSheet" href="./css/demo_table_jui.css" />
   </head>

   <body>
     <section>
     <h1 id="subject">Vrowser</h1>
     <table id="servers" class="display">
       <thead>
         <tr>
           <th>サーバー名</th>
           <th>ホスト</th>
           <th>Ping</th>
           <th>人数</th>
           <th>タイプ</th>
           <th>マップ</th>
           <th>プレイヤー</th>
         </tr>
       </thead>
       <tbody>
         <script id="myTemplate" type="text/x-jquery-tmpl">
           <tr>
             <td>${name}</td>
             <td>${host}</td>
             <td>${ping}</td>
             <td>${num_players}</td>
             <td>${type}</td>
             <td>${map}</td>
             <td>${players}</td>
           </tr>
         </script>
       </tbody>
     </table>
     </section>
   </body>
 </html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vrowser-0.1.1 ./public_html/index.html
vrowser-0.1.0 ./public_html/index.html