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:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="regenerate-print-driver.aspx.vb" Inherits="dillners_regenerate_print_driver" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>GoPrint2 - Dillner Print 2 VO - Regenerate Print Driver</title>
<style type="text/css">
body
{
font-family: "Lucida Grande" , "Lucida Sans Unicode" , Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
p, h1, form, button
{
border: 0;
margin: 0;
padding: 0;
}
.spacer
{
clear: both;
height: 1px;
}
/* ----------- My Form ----------- */
.myform
{
margin: 0 auto;
width: 400px;
padding: 14px;
}
/* ----------- stylized ----------- */
#workingDiv
{
border: solid 2px #b7ddf2;
background: #b8f2b7;
}
#workingDiv h1
{
font-size: 14px;
font-weight: bold;
margin-bottom: 8px;
text-align:left;
}
#stylized
{
border: solid 2px #b7ddf2;
background: #ebf4fb;
}
#stylized h1
{
font-size: 14px;
font-weight: bold;
margin-bottom: 8px;
}
#stylized p
{
font-size: 11px;
color: #666666;
margin-bottom: 20px;
border-bottom: solid 1px #b7ddf2;
padding-bottom: 10px;
}
#stylized label
{
display: block;
font-weight: bold;
text-align: right;
width: 140px;
float: left;
}
#stylized .small
{
color: #666666;
display: block;
font-size: 11px;
font-weight: normal;
text-align: right;
width: 140px;
}
#stylized input
{
float: left;
font-size: 12px;
padding: 4px 2px;
border: solid 1px #aacfe4;
width: 200px;
margin: 2px 0 20px 10px;
}
#stylized .button-create
{
clear: both;
width: 125px;
margin-left: 275px;
height: 31px;
background: #b8f2b7;
text-align: center;
line-height: 23px;
color: #000;
font-size: 13px;
font-weight: bold;
border: solid 1px #aacfe4;
position: absolute;
margin-top: 90px;
}
#stylized .button-cancel
{
clear: both;
margin-left: 0px;
width: 125px;
height: 31px;
background: #f2b7b7;
text-align: center;
line-height: 23px;
color: #000;
font-size: 13px;
font-weight: bold;
border: solid 1px #aacfe4;
position:absolute;
margin-top: 90px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div id="workingDiv" class="myform" runat="server">
<h1> Please wait while generating print driver.</h1>
<p>This process might take up to 2 minutes. The page will redirect automatically when this process has finished.</p>
</div>
</form>
</body>
</html>