File "options.html"

Full path: E:/sites/Single15/tinmung2007/webroot/Tin VUI_BUON/Khan Tron/album/res/options.html
File size: 4.46 KiB (4564 bytes)
MIME-type:
Charset: utf-8

Download   Open   Back

<html>
  <head>
    <title>Beamer SlideShow Projector V1.5 Options</title>
    <link href="styles.css" rel=stylesheet>
    <script type="text/javascript" src="MyArray.js"></script>
    <script type="text/javascript" src="urlState.js"></script>
    <script type="text/javascript" src="beamer.js"></script>

    <script language="javascript">
    </script>
  </head>
  <body>

  <center>
    <br><br><br><br>
    <h3>Beamer SlideShow Projector V1.5</h3>
    <h5>Options</h5>
  
      <script type="text/javascript">
        
        //Define the default values for arguments that were not present on the URL.
        //URL arguments can be abscent because page is first time entered or because of unchecked checkbox.
        setDefaultUrlArgument('fullscreen', 'no');
        setDefaultUrlArgument('resize', 'no');
        setDefaultUrlArgument('delay', '5');
        setDefaultUrlArgument('play', 'no');
        setDefaultUrlArgument('loop', 'no');
        setDefaultUrlArgument('imageFileName', 'top');
        setDefaultUrlArgument('showCaption', 'top');
        setDefaultUrlArgument('hideNavigationBox', 'no');
      
        //Write the page.
        insertActionLink(2);
        document.write('<table cellspacing="5">');
        
        document.write('<tr>');
        document.write('<td align="right">' + 'Fullscreen' + '</td><td>' + makeFormFieldHtml("checkbox", 'fullscreen') + '</td>');
        document.write('<td align="right">' + 'Resize' + '</td><td>' + makeFormFieldHtml("checkbox", 'resize') + '</td>');
        document.write('</tr>');
  
        document.write('<tr>');
        document.write('<td align="right">' + 'Start in Play Mode' + '</td><td>' + makeFormFieldHtml("checkbox", 'play') + '</td>');
        document.write('<td align="right">' + 'Delay' + '</td><td>' + makeFormFieldHtml("text", 'delay', 5) + '</td>');
        document.write('<td align="right">' + 'Loop' + '</td><td>' + makeFormFieldHtml("checkbox", 'loop') + '</td>');
        document.write('</tr>');
  
    
        //Write a radio button group.
        document.write('<tr>');
        document.write('<td align="left" colspan=2>' + 'Image File Name' + '</td>');
        document.write('<td align="left" colspan=2>' + 'Caption' + '</td>');
        document.write('</tr>');
        document.write('<tr>');
        document.write('<td align="right">' + makeFormFieldRadioHtml("imageFileName", "hide") + '</td>' + '<td>' + 'Hide' + '</td>');
        document.write('<td align="right">' + makeFormFieldRadioHtml("showCaption", "hide") + '</td>' + '<td>' + 'Hide' + '</td>');
        document.write('</tr>');
        document.write('<tr>');
        document.write('<td align="right">' + makeFormFieldRadioHtml("imageFileName", "top") + '</td>' + '<td>' + 'Top' + '</td>');
        document.write('<td align="right">' + makeFormFieldRadioHtml("showCaption", "top") + '</td>' + '<td>' + 'Top' + '</td>');
        document.write('</tr>');
        document.write('<tr>');
        document.write('<td align="right">' + makeFormFieldRadioHtml("imageFileName", "bottom") + '</td>' + '<td>' + 'Bottom' + '</td>');
        document.write('<td align="right">' + makeFormFieldRadioHtml("showCaption", "bottom") + '</td>' + '<td>' + 'Bottom' + '</td>');
        document.write('</tr>');
      
        document.write('<tr>');
        document.write('<td align="right">' + 'Hide Navigation Box' + '</td><td>' + makeFormFieldHtml("checkbox", 'hideNavigationBox') + '</td>');
        document.write('</tr>');
  
        
        document.write('</table>');
  
        //The referrer field must be present, can be hidden.
        document.write(makeFormFieldHtml("hidden", 'referrer'));
  
        document.write('<input type="submit" value="Set">');
  
        document.write('</form>');
        
      </script>
  
      <script type="text/javascript">
        //document.write('<p>');
        //insertLink(3, getEntryReferrerLoc(), "Back to Slideshow");
        //document.write('</p>');
      </script>
      <!-- <b><a href="javascript:goToFullscreenOrNot(getEntryReferrerLoc())">Back to Slideshow</a></b> -->
      <input type="submit" value="Back to Slideshow" onClick="javascript:goToFullscreenOrNot(getEntryReferrerLoc())">
      
      <script type="text/javascript">
        if (theUrlArguments.get("debugOn")) {
          document.write('<p>' + 'URL Arguments: [' + theUrlArguments.toDumpKeyValuePairs() + ']' + '</p>');
        }
      </script>

    </center>

  </body>
</html>

PHP File Manager