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#" Inherits="Telerik.WebControls.EditorDialogControls.ImageManager" AutoEventWireUp="false" CodeBehind="ImageManager.ascx.cs" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<%@ Register TagPrefix="telerik" NameSpace="Telerik.WebControls.EditorControls" Assembly="RadEditor.Net2" %>
<%@ Register TagPrefix="telerik" TagName="TabControl" Src="../Controls/TabControl.ascx" %>
<%@ Register TagPrefix="telerik" TagName="ImagePreviewer" Src="../Controls/ImagePreviewer.ascx" %>
<%@ Register TagPrefix="telerik" TagName="FileBrowser" Src="../Controls/FileBrowser.ascx" %>
<%@ Register TagPrefix="telerik" TagName="FileUploader" Src="../Controls/FileUploader.ascx" %>
<%@ Register TagPrefix="telerik" TagName="ThumbLinkOptionSetter" Src="../Controls/ThumbLinkOptionSetter.ascx"%>
<asp:literal ID="messageHolder" Runat="server"></asp:literal>
<asp:panel id="actionControlsHolder" Runat="server">
<table id="MainTable" width="550px" class="MainTable" border="0" cellpadding="0" cellspacing="0">
<tr>
<th align="left" valign="bottom">
<telerik:tabcontrol id="TabHolder" runat="server" ResizeControlId="MainTable">
<telerik:tab image="Dialogs/TabIcons/ImageTab1.gif" text="<script>localization.showText('Tab1HeaderText');</script>" selected="True" onclientclick="" elementid="ImageViewer"/>
<telerik:tab image="Dialogs/TabIcons/ImageTab2.gif" text="<script>localization.showText('Tab2HeaderText');</script>" onclientclick="ConfigureUploadPanel();" elementid="ImageUploader" enabled="false"/>
</telerik:tabcontrol>
</th>
</tr>
<tr>
<td class="MainTableContentCell" valign="top">
<div class="ErrorMessage" id="divErrorMessage" runat="server" visible="false"></div>
<div id="ImageViewer" style="OVERFLOW:hidden;HEIGHT:300px">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td colspan="3">
<table cellpadding="0" cellspacing="0">
<tr>
<td nowrap class="Label"> <script>localization.showText('ImageURL');</script></td>
<td width="100%"><input type="text" style="WIDTH:100%" class="RadETextBox" id="FolderPathBox"></td>
</tr>
</table>
</td>
<td rowspan="2" width="95" valign="top">
<button class="Button" onclick="return OkClicked()" type="button">
<script>localization.showText('Insert');</script>
</button><button class="Button" onclick="CloseDlg()" type="button">
<script>localization.showText('Close');</script>
</button>
<telerik:ThumbLinkOptionSetter
id="mainThumbLinkOptionSetter"
runat="server"
/>
</td>
</tr>
<tr>
<td valign="top">
<telerik:filebrowser id="fileBrowser" runat="server"></telerik:filebrowser>
</td>
<td class="VerticalSeparator" nowrap></td>
<td valign="top">
<telerik:imagepreviewer id="previewer" runat="server"></telerik:imagepreviewer>
</td>
</tr>
</table>
</div>
<div id="ImageUploader" style="OVERFLOW:hidden;">
<telerik:FileUploader id="fileUploader" runat="server"/>
</div>
</td>
</tr>
</table>
<asp:literal id="javascriptInitialize" Runat="server"></asp:literal>
<script language="javascript">
/*----------------Common functions------------------------*/
function ConfigureUploadPanel()
{
if (messageHolderRowID)
{
if (isErrorVisible)
{
isErrorVisible = false;
}
else
{
var tr = document.getElementById(messageHolderRowID);
if (tr && tr.style.display != "none") tr.style.display = "none";
}
}
if (fileBrowser.CurrentItem)
{
document.getElementById('CurrentDirectoryBox').value = fileBrowser.CurrentItem.GetPath();
}
}
function ShowPath(path)
{
document.getElementById("FolderPathBox").value = path;
}
/* OK button clicked */
function OkClicked()
{
if (fileBrowser.SelectedItem.Type == "D")
{
alert(localization["NoImageSelectedToInsert"]);
return;
}
var image = {
imagePath: "",
linkImagePath: "",
imageAltText: previewer.GetAltText()
};
// image.imagePath = document.getElementById("FolderPathBox").value;
image.imagePath = fileBrowser.SelectedItem.GetUrl();
var options = mainThumbLinkOptionSetter.GetOptions();
var originalImage = fileBrowser.SelectedItem.GetOriginalImage(thumbAppendix);
if (options.LinkToImage && originalImage)
{
image.linkImagePath = originalImage.GetUrl();
image.targetToNew = options.TargetToNew;
}
retValue = image;
CloseDlg(retValue);
}
fileBrowser.OnFolderChange = function(browserItem)
{
/* Show the file path in the text box*/
ShowPath(browserItem.GetPath());
/*Previewer - Clear it*/
previewer.Clear();
/*Tab - see if the new folder allows uploads and enable/disable the upload tab */
TabHolder.SetTabEnabled(1, browserItem.Permissions & fileBrowser.UploadPermission);
};
fileBrowser.OnClientClick = function(browserItem)
{
var imagePath = browserItem.GetUrl();
if (browserItem.Type == "F")
{
previewer.LoadObjectFromPath(imagePath);
if (browserItem.Attributes && browserItem.Attributes[0])
{
previewer.SetAltText(browserItem.Attributes[0]);
}
}
else previewer.LoadObjectFromPath(null);
ShowPath(browserItem.GetPath());
var isThumbnail = false;
if (imagePath != "/")
{
fileExists = browserItem.IsThumbnail(thumbAppendix);
if (fileExists)
{
isThumbnail = true;
}
}
mainThumbLinkOptionSetter.SetVisibility(document.all && isThumbnail);
};
function OnLoad()
{
if (hasThumbnailCreationErrorOccurred)
{
previewer.ShowThumbnailCreator();
}
TabHolder.SetTabEnabled(1, fileBrowser.CurrentItem.Permissions & fileBrowser.UploadPermission);
TabHolder.SelectCurrentTab();
var itemToShow = fileBrowser.SelectedItem != null?fileBrowser.SelectedItem:fileBrowser.CurrentItem;
ShowPath(itemToShow.GetPath());
previewer.LoadObjectFromPath(itemToShow.Type == "F"?itemToShow.GetUrl():null);
}
AttachEvent(window, "load", OnLoad);
</script>
</asp:panel>