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" Codebehind="MediaPreviewer.ascx.cs" Inherits="Telerik.WebControls.EditorControls.MediaPreviewer" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<%@ Register TagPrefix="telerik" NameSpace="Telerik.WebControls.Dialogs" Assembly="RadEditor.Net2" %>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
<table align="left" border="0" cellpadding="0" cellspacing="0" height="23">
<tr>
<td class="label">
<input type="checkbox" onclick="javascript:SwitchPreviewMode();">
<script>localization.showText("SwitchToPreviewMode");</script>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<div class="PreviewAreaHolder" id="previewerDiv">
<div id="PropertiesPane" style="display:none;">
<table cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" align="left" valign="top">
<span id="loader" style="display:none"></span>
</td>
</tr>
<tr>
<td class="label">
<script>localization.showText('Width');</script>
</td>
<td>
<input type="text" defaultvalue="150" id="mediaWidth" class="RadETextBox" />
</td>
</tr>
<tr>
<td class="label">
<script>localization.showText('Height');</script>
</td>
<td>
<input defaultvalue="150" type="text" id="mediaHeight" class="RadETextBox" />
</td>
</tr>
<tr>
<td class="Label">
<script>localization.showText('Align');</script>
</td>
<td>
<select defaultvalue="baseline" class="DropDown" id="mediaAlign">
<script>
document.write(
'<option value="baseline">' +
localization.getText('Baseline') +
'</option>' +
'<option value="bottom">' +
localization.getText('Bottom') +
'</option>' +
'<option value="left">' +
localization.getText('Left') +
'</option>' +
'<option value="middle">' +
localization.getText('Middle') +
'</option>' +
'<option value="right">' +
localization.getText('Right') +
'</option>' +
'<option value="texttop">' +
localization.getText('TextTop') +
'</option>' +
'<option value="top">' +
localization.getText('Top') +
'</option>'
);
</script>
</select>
</td>
</tr>
<tr>
<td class="Label">
<script>localization.showText('Properties');</script>
</td>
<td>
<select id="property" defaultvalue="" class="DropDown" onchange="changeProperty(this.value)">
<script>
document.write('<option value="">'
+ localization.getText('SelectProperty') + '</option>');
</script>
</select>
</td>
</tr>
<tr>
<td class="Label">
<script>localization.showText('Value');</script>
</td>
<td class="Label">
<span id="propertyValue">
<script>localization.showText('NA');</script>
</span>
<object id="dlgHelper" CLASSID="clsid:3050f819-98b5-11cf-bb82-00aa00bdce0b" width="0px" height="0px" VIEWASTEXT></object>
</td>
</tr>
</table>
</div>
<div id="PreviewPane">
<table border="0" cellpadding="0" cellspacing="0" align="center" height="100%">
<tr>
<td valign="middle" id="PreviewObjectHolder"></td>
</tr>
</table>
</div>
<div id="EmptyPane">
<table border="0" cellpadding="0" cellspacing="0" align="center" height="100%">
<tr>
<td valign="middle"></td>
</tr>
</table>
</div>
</div>
</td>
</tr>
</table>