GeSHi Source Viewer: index.mobile.htmlView Raw


  1. <!DOCTYPE html>
  2. <html lang=en>
  3.  
  4. <head>
  5.     <meta charset=UTF-8>
  6.     <meta name=viewport content="width=device-width,user-scalable=no">
  7.     <link href=/core/images/favicon.ico rel="shortcut icon" type=image/x-icon>
  8.     <link rel=icon sizes=180x180 href=/core/images/mobile_icon.png>
  9.     <link rel=apple-touch-icon sizes=180x180 href=/core/images/mobile_icon.png>
  10.     <link href=/core/css/jquery-ui.min.css rel=stylesheet>
  11.     <link href=/core/css/jquery-ui.theme.min.css rel=stylesheet>
  12.     <link href=/core/css/jquery-ui.structure.min.css rel=stylesheet>
  13.     <link href=/core/css/style.common.min.css rel=stylesheet>
  14.     <link href=/core/css/style.mobile.min.css rel=stylesheet>
  15.     <title>Planeptune Loop Player</title>
  16. </head>
  17.  
  18. <body>
  19.     <script src="/core/js/jquery-~JQVERS~.min.js" integrity="~JQHASH~"></script>
  20.     <script src="/core/js/jquery-ui.min.js"  integrity="~JQUIHASH~"></script>
  21.     <script src="/core/js/jquery.ui.touch-punch.min.js" integrity="~JQTOUCHHASH~"></script>
  22.     <script src="/core/js/loader.js" integrity="~LOADERHASH~"></script>
  23.     <div id=content_wrapper>
  24.         <div id=header>
  25.             <table id=headertable>
  26.                 <tr>
  27.                     <td>
  28.                         <div id=playdata> <br> <br> </div>
  29.                     </td>
  30.                 </tr>
  31.             </table>
  32.         </div>
  33.         <div id=content>
  34.             <form id=mainform action=/>
  35.             <table>
  36.                 <tr>
  37.                     <td colspan=2> <select id=loopselect name=loop></select> <button type=button id=playpause1>Play</button> <button type=button id=playpause2>Pause</button> &nbsp; </td>
  38.                 </tr>
  39.                 <tr>
  40.                     <td>
  41.                         <div id=labelseek> Seek: </div>
  42.                     </td>
  43.                     <td>
  44.                         <div id=sseek></div>
  45.                     </td>
  46.                 </tr>
  47.                 <tr>
  48.                     <td>
  49.                         <div id=labelvol> Volume: </div>
  50.                     </td>
  51.                     <td>
  52.                         <div id=svol></div>
  53.                     </td>
  54.                 </tr>
  55.                 <tr>
  56.                     <td>
  57.                         <div id=labelplayspeed> Speed: </div>
  58.                     </td>
  59.                     <td>
  60.                         <div id=splayspeed></div>
  61.                     </td>
  62.                 </tr>
  63.                 <tr>
  64.                     <td colspan=2> <button type=button id=speedreset class=speedbutton>Reset Speed</button> </td>
  65.                 </tr>
  66.             </table>
  67.             </form> <br> <br> <span id=notice></span> </div>
  68.     </div>