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="FindAndReplaceControl.ascx.cs" Inherits="Telerik.WebControls.EditorControls.FindAndReplaceControl" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<table height="100%" cellpadding="6" cellspacing="0" border="0">
<tr>
<td valign="top">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="90" style="PADDING-BOTTOM:5px">
<label for="<%=this.ClientID%>_searchText">
<script>localization.showText('SearchText')</script>
</label>
</td>
<td style="PADDING-RIGHT:10px;PADDING-BOTTOM:5px">
<input type="text" id="<%=this.ClientID%>_searchText" style="WIDTH:210px" class="Text" tabindex=1>
</td>
<td style="PADDING-BOTTOM:5px">
<button class="Button" type="button" onclick="javascript:<%=this.ClientID%>.FindNext();" tabindex=9>
<script>localization.showText('FindNext')</script>
</button>
</td>
</tr>
<tr id="<%=this.ClientID%>_replaceDialogRow" style="DISPLAY:none">
<td width="90">
<label for="<%=this.ClientID%>_replacementText">
<script>localization.showText('ReplacementText')</script>
</label>
</td>
<td>
<input type="text" id="<%=this.ClientID%>_replacementText" name="replacementText" style="WIDTH:210px" class="Text" tabindex=2>
</td>
<td>
<button class="Button" type="button" onclick="javascript:<%=this.ClientID%>.RunReplace();" tabindex=10>
<script>localization.showText('Replace')</script>
</button>
</td>
</tr>
<tr>
<td colspan="2">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="PADDING-RIGHT:4px" class="Label">
<fieldset style="PADDING-LEFT:5px;WIDTH:133px">
<legend>
<script>localization.showText('SearchIn')</script>
</legend>
<input type="radio" name="searchTypeRadio" id="<%=this.ClientID%>_searchTypeRadioWholeText" onclick="javascript:<%=this.ClientID%>.SetSearchType(this.value);" value="Whole" checked tabindex=3><label for="searchTypeRadioWholeText"><script>localization.showText('SearchEntireText')</script></label><br>
<input type="radio" name="searchTypeRadio" id="<%=this.ClientID%>_searchTypeRadioSelectionOnly" onclick="javascript:<%=this.ClientID%>.SetSearchType(this.value);" value="Selection" tabindex=4><label for="searchTypeRadioSelectionOnly"><script>localization.showText('SearchSelection')</script></label>
</fieldset>
</td>
<td class="Label">
<fieldset style="PADDING-LEFT:5px;WIDTH:133px">
<legend>
<script>localization.showText('SearchDirection')</script>
</legend>
<input type="radio" name="searchDirectionRadio" id="searchDirectionRadioUp" onclick="javascript:<%=this.ClientID%>.SetSearchDirection(this.value);" value="Up" tabindex=5><label for="searchDirectionRadioUp"><script>localization.showText('SearchUp')</script></label><br>
<input type="radio" name="searchDirectionRadio" id="searchDirectionRadioDown" onclick="javascript:<%=this.ClientID%>.SetSearchDirection(this.value);" checked value="Down" tabindex=6><label for="searchDirectionRadioDown"><script>localization.showText('SearchDown')</script></label>
</fieldset>
</td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td colspan="2" class="Label">
<p>
<input type="checkbox" style="MARGIN-LEFT:-4px" name="searchModifierMatchCaseCheckBox" id="searchModifierMatchCaseCheckBox" onclick="javascript:<%=this.ClientID%>.SetCaseMatch(this.checked);" tabindex=7><label for="searchModifierMatchCaseCheckBox"><script>localization.showText('MatchCase')</script></label><br>
<input type="checkbox" style="MARGIN-LEFT:-4px" name="searchModifierMatchWholeWordsCheckBox" id="searchModifierMatchWholeWordsCheckBox" onclick="javascript:<%=this.ClientID%>.SetWholeWordMatch(this.checked);" tabindex=8><label for="searchModifierMatchWholeWordsCheckBox"><script>localization.showText('WholeWordsOnly')</script></label>
</p>
</td>
</tr>
</table>
</td>
<td valign="top" style="PADDING-TOP:0px" height="100%">
<table cellpadding="0" cellspacing="0" border="0" height="100%">
<tr id="<%=this.ClientID%>_replaceAllDialogRow" style="DISPLAY:none">
<td style="PADDING-BOTTOM:7px;PADDING-TOP:0px">
<button class="Button" type="button" onclick="javascript:<%=this.ClientID%>.ReplaceAll();" tabindex=11>
<script>localization.showText('ReplaceAll')</script>
</button>
</td>
</tr>
<tr>
<td valign="top">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="pading-bottom:4px" tabindex=12>
<button class="Button" id="submitButton" onclick="javascript:<%=this.ClientID%>.CloseWindow();" type="button" >
<script>localization.showText('OK')</script>
</button>
</td>
</tr>
<tr>
<td style="PADDING-BOTTOM:6px;PADDING-TOP:4px">
<button class="Button" onclick="javascript:<%=this.ClientID%>.CancelChanges();" type="button" tabindex=13>
<script>localization.showText('Cancel')</script>
</button>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>