Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.AdminUI\Tools\FlexPaper\Viewer.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Viewer.aspx.cs" Inherits="AVA.ResourcesPlatform.AdminUI.Tools.FlexPaper.Viewer" %> <!doctype html > <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title></title> <script src="js/jquery.js" type="text/javascript"></script> <script src="js/flexpaper_flash_debug.js" type="text/javascript"></script> <script src="js/flexpaper_flash.js" type="text/javascript"></script> </head> <body> <a id="viewerPlaceHolder" style="width: 600px; height: 400px;"></a> <!--???????????????????????????????--> <% var fileUri = Request.QueryString["File"].ToDESDE(); %> <input type="hidden" id="file" value='<%= fileUri %>' /> <script type="text/javascript"> var fileURL = $("#file").val(); var fp = new FlexPaperViewer( 'FlexPaperViewer', 'viewerPlaceHolder', { config: { SwfFile: escape(fileURL), Scale: 0.6, ZoomTransition: 'easeOut', ZoomTime: 0.5, ZoomInterval: 0.2, FitPageOnLoad: false, FitWidthOnLoad: false, PrintEnabled: true, FullScreenAsMaxWindow: false, ProgressiveLoading: false, MinZoomSize: 0.2, MaxZoomSize: 5, SearchMatchAll: false, InitViewMode: 'Portrait', ViewModeToolsVisible: true, ZoomToolsVisible: true, NavToolsVisible: true, CursorToolsVisible: true, SearchToolsVisible: true, localeChain: 'en_US' } } ); </script> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de