GeSHi Source Viewer: index.desktop.htmlView Raw


  1. <!DOCTYPE html>
  2. <html lang=en>
  3.  
  4. <head>
  5.     <meta charset=UTF-8>
  6.     <link href="https://fonts.googleapis.com/css?family=Ubuntu" rel=stylesheet>
  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.desktop.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/wavesurfer.min.js" integrity="~WSHASH~"></script>
  23.     <script src="/core/js/loader.js" integrity="~LOADERHASH~"></script>
  24.     <div id=outerheader> <span class=title>Planeptune Loop Player</span> <span class=html5logo><a href="https://validator.w3.org/check?uri=referer" target=_blank><img src=/core/images/html5-badge-h-css3-multimedia-purple.png alt="HTML5 Powered with CSS3 / Styling, and Multimedia" title="HTML5 Powered with CSS3 / Styling, and Multimedia"></a></span>        </div>
  25.     <div id=content_wrapper>
  26.         <div id=header>
  27.             <table id=headertable>
  28.                 <tr>
  29.                     <td class=playdatatab>
  30.                         <div id=playdata> <br> <br> <br> <br> <br> </div>
  31.                     </td>
  32.                     <td class=vistab>
  33.                         <div id=visualization></div>
  34.                     </td>
  35.                 </tr>
  36.             </table>
  37.         </div>
  38.         <div id=content>
  39.             <form id=mainform action=/>
  40.             <table id=toprow>
  41.                 <tr>
  42.                     <td> <select id=loopselect name=loop class=darkform></select> </td>
  43.                     <td class=right> <button type=button id=playpause1 class="button darkform">Play</button> <button type=button id=playpause2 class="button darkform">Pause</button> <button type=button id=submitbutton class="button darkform">Get URL</button> <button type=button
  44.                             id=resetbutton class="button darkform">Reset URL</button> </td>
  45.                 </tr>
  46.             </table>
  47.             <table id=maintable>
  48.                 <tr>
  49.                     <td class=label>
  50.                         <div id=labelseek> Seek: </div>
  51.                     </td>
  52.                     <td class=slider>
  53.                         <div id=sseek></div>
  54.                     </td>
  55.                     <td>
  56.                         <table id=seekctrl>
  57.                             <tr>
  58.                                 <td> <input id=seek name=seek class="smallform darkform"> <select id=seekopt name=seekopt class=darkform> <option selected value=0>ms</option> <option value=1>Percent</option> </select> <button type=button id=seekbutton class="button darkform">Seek</button>                                    <button type=button id=seekbutton2 class="button darkform">Set To Current</button> </td>
  59.                                 <td class="right looper"> <span title="Loop between seek position and this position"> <span class=bracket>[</span>Loop: <input id=doloop name=doloop type=checkbox class="checkbox darkform"><span class=bracket>]</span> </span> <input id=looper name=looper
  60.                                         class=darkform> </td>
  61.                             </tr>
  62.                         </table>
  63.                     </td>
  64.                 </tr>
  65.                 <tr>
  66.                     <td class=label>
  67.                         <div id=labelvol> Volume: </div>
  68.                     </td>
  69.                     <td class=slider>
  70.                         <div id=svol></div>
  71.                     </td>
  72.                     <td> <input id=vol name=volume class="smallform darkform"> </td>
  73.                 </tr>
  74.                 <tr>
  75.                     <td class=label>
  76.                         <div id=labelplayspeed> Speed: </div>
  77.                     </td>
  78.                     <td class=slider>
  79.                         <div id=splayspeed></div>
  80.                     </td>
  81.                     <td> <input id=playspeed name=playspeed class="smallform darkform"> <button type=button id=speedset class="button darkform">Set Speed</button> <button type=button id=speedreset class="button darkform">Reset Speed</button> </td>
  82.                 </tr>
  83.                 <tr>
  84.                     <td colspan=3 id=settings> <span class=bracket>[</span>Speed: <select id=fpssel class=darkform name=fps></select><span class=bracket>]</span> <span id=vutoggle><span class=bracket>[</span>Disable VU: <input id=novu name=novu type=checkbox class="checkbox darkform">
  85.                         <span
  86.                             class=bracket>]</span>
  87.                             </span> <span id=wftoggle><span class=bracket>[</span>Disable Waveform: <input id=nowf name=nowf type=checkbox class="checkbox darkform"><span class=bracket>]</span></span> <span id=letoggle><span class=bracket>[</span>Low Power Mode:
  88.                             <input id=lowend name=lowend type=checkbox class="checkbox darkform"><span class=bracket>]</span></span>
  89.                             <div id=wfbutton_container> <button type=button id=wfzoom class="button darkform">Zoom Out</button> </div>
  90.                     </td>
  91.                 </tr>
  92.             </table>
  93.             <div id=footer>
  94.                 <div id=waveform></div>
  95.             </div>
  96.             </form>
  97.             <div id=notice></div>
  98.             <div id=licenseblk> &copy; 2017-2025 Zefie Networks. License: <a rel=license href=http://creativecommons.org/licenses/by-sa/4.0/ target=_blank>Creative Commons Attribution-ShareAlike 4.0 International</a>
  99.                 <div id=devnotice></div>
  100.             </div>
  101.         </div>
  102.     </div>