Current Directory: \\10.5.0.10\iis\Sites\goprint2.com\www\

Contents: Directories:
App_Code
App_Data
App_GlobalResources
App_LocalResources
App_WebReferences
articles
aspnet_client
Bin
common
designer
dillners
images
img
includes
kwikkopy
order_centre
printthree
RadControls
update
WebServices
Files:
about_us.aspx | Download
about_us.aspx.vb | Download
contact_us.aspx | Download
contact_us.aspx.vb | Download
create_user.aspx | Download
create_user.aspx.vb | Download
Default.aspx | Download
Default.aspx.vb | Download
discount.aspx | Download
discount.aspx.vb | Download
domain_activation.aspx | Download
domain_activation.aspx.vb | Download
downloadPD.aspx | Download
downloadPD.aspx.vb | Download
download_error.aspx | Download
download_error.aspx.vb | Download
email_policy.aspx | Download
email_policy.aspx.vb | Download
error_page.aspx | Download
error_page.aspx.vb | Download
faq.aspx | Download
faq.aspx.vb | Download
favicon.ico | Download
FileNotFound.htm | Download
generate_print_driver_step1.aspx | Download
generate_print_driver_step1.aspx.vb | Download
generate_print_driver_step2.aspx | Download
generate_print_driver_step2.aspx.vb | Download
generate_print_driver_step3.aspx | Download
generate_print_driver_step3.aspx.vb | Download
Global.asax | Download
header.fla | Download
header.swf | Download
home.aspx | Download
home.aspx.vb | Download
jsincluding.js | Download
login.aspx | Download
login.aspx.vb | Download
marcelito.txt | Download
packages.aspx | Download
packages.aspx.vb | Download
password_recovery.aspx | Download
password_recovery.aspx.vb | Download
PrintIt.master | Download
PrintIt.master.vb | Download
PrintIt.sitemap | Download
PrintItEs.sitemap | Download
PrintItFr.sitemap | Download
PrintIt_CreateUser.master | Download
PrintIt_CreateUser.master.vb | Download
PrintIt_OutSide.master | Download
PrintIt_OutSide.master.vb | Download
privacy_policy.aspx | Download
privacy_policy.aspx.vb | Download
proba.aspx | Download
proba.aspx.vb | Download
robots.txt | Download
sample.txt | Download
show_sess_par.aspx | Download
show_sess_par.aspx.vb | Download
site_map.aspx | Download
site_map.aspx.vb | Download
site_map.xml | Download
sRacadUploader.jar | Download
sRacadUploader_last.jar | Download
terms_and_conditions.aspx | Download
terms_and_conditions.aspx.vb | Download
terms_of_service.aspx | Download
terms_of_service.aspx.vb | Download
test.txt | Download
testimonials.aspx | Download
testimonials.aspx.vb | Download
TextDraw.html | Download
udraw-designer-widescreen-ui.zip | Download
web.config | Download
websites-for-printers.aspx | Download
websites-for-printers.aspx.vb | Download

File Preview: <%@ Control Language="c#" AutoEventWireup="false" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %> <style> body, td, option { font-family: Verdana; font-size: 11px; } </style> <table width ="100%" class="MainTable"> <tr> <td colspan="3" class="text"><script>localization.showText('PasteSourceCode');</script></td> </tr> <tr> <td colspan="3"> <textarea id="SourceCode" style="width:100%;height:180;"></textarea> </td> </tr> <tr> <td colspan="3"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> <td> <label for="CodingLanguage"><script>localization.showText('CodeLanguage');</script></label> </td> <td> <select id="CodingLanguage"> <option value ="Xml">Markup - (x)HTML, XML, ASPX, ...</option> <option value ="JScript">JavaScript</option> <option value ="CSS">CSS</option> <option value ="CSharp">C#</option> <option value ="Vb">VB</option> <option value ="Php">Php</option> <option value ="Sql">SQL</option> <option value ="Delphi">Delphi</option> <option value ="Python">Python</option> </select> </td> <td> <label for="SnippetMaxHeight"><script>localization.showText('SnippetMaxHeight');</script></label> </td> <td> <input type="text" id="SnippetMaxHeight" value ="500" style="width:50px"> </td> <td> px/%</td> <td><span id = "InfoLabel" style = "background-color:white"></span></td> </tr> <tr> <td> <label for="ShowLineNumbers"><script>localization.showText('ShowLineNumbers');</script></label> </td> <td> <input type = "checkbox" name="ShowLineNumbers" id="ShowLineNumbers"> </td> <td> <label for="SnippetMaxWidth"><script>localization.showText('SnippetMaxWidth');</script></label> </td> <td> <input type="text" id="SnippetMaxWidth" value ="100%" style="width:50px"> </td> <td> px/%</td> <td> <button class ="Button" onmousedown="document.getElementById('InfoLabel').innerHTML = localization.getText('Working');" onmouseup="PerformHighliting()" onclick="return false;"><script>localization.showText('Preview');</script></button> </td> </tr> </table> </td> </tr> <tr> <td colspan="3" class="text"> <script>localization.showText('PreviewCode');</script> <style> .codesnippet td { font-family: Courier New;font-size: 11px; } </style> <div id = "FormattedCode" style = "overflow:auto;background-color:white;height:180px;border:solid 1px #7f9db9;width:690px;line-height: 100% !important;" class="codesnippet"></div> </td> </tr> </table> <div align="right"> <button class ="Button" onclick="insertCode()"><script>localization.showText('Insert');</script></button> <button class ="Button" onclick="Cancel()"><script>localization.showText('Cancel');</script></button> </div> <script> var arr = []; var isCodeHighlighted = false; // the actual highlite is done here function PerformHighliting() { // get the selected coding language from the dropdown var clDD = document.getElementById("CodingLanguage"); var language = clDD.options[clDD.selectedIndex].value; // get not formatted source code var code = document.getElementById('SourceCode').value; // do we have to show line numbers? var showLineNumbers = document.getElementById('ShowLineNumbers').checked; // get the formatted code from the plain code var formattedCode = SyntaxHighlighter.HighlightAll(code, language, showLineNumbers); // show the formatted code to user document.getElementById("FormattedCode").innerHTML = formattedCode; document.getElementById("InfoLabel").innerHTML = ""; isCodeHighlighted = true; } </script> <script language="javascript"> function GetDialogArguments() { if (window.radWindow) { return window.radWindow.Argument; } else { return null; } } var isRadWindow = true; var radWindow = GetEditorRadWindowManager().GetCurrentRadWindow(window); if (radWindow) { if (window.dialogArguments) { radWindow.Window = window; } radWindow.OnLoad(); } // after we are done - call the custom callback and // pass the formatted code as parameter function insertCode() { // make sure the code is highlighted before to insert it if (!isCodeHighlighted) { PerformHighliting(); } var codeHolder = document.getElementById("FormattedCode"); var codeTable = codeHolder.getElementsByTagName('table')[0]; // get the maxWidth/maxHeight of the code snippet var width = document.getElementById('SnippetMaxWidth').value; var heightOffset = 20; var height = codeTable.offsetHeight + heightOffset; var maxHeight = document.getElementById('SnippetMaxHeight').value; height = (height > maxHeight) ? maxHeight : height; // pass here the formatted code var returnValue = { formattedCode : "<div style='overflow:auto;background-color:white;border:solid 1px #7f9db9;width:" + width + ";height:" + height + ";line-height: 100% !important;font-family: Courier New;font-size: 11px;'>" + document.getElementById("FormattedCode").innerHTML + "</div>" }; // close the dialog and supply the formatted code to the callback function CloseDlg(returnValue); } function Cancel() { CloseDlg(); } </script>