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="TableWizard.ascx.cs" Inherits="Telerik.WebControls.EditorDialogControls.TableWizard" 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="TablePropertiesControl" Src="../Controls/TablePropertiesControl.ascx"%>
<%@ Register TagPrefix="telerik" TagName="CellPropertiesControl" Src="../Controls/CellPropertiesControl.ascx"%>
<%@ Register TagPrefix="telerik" TagName="AccessibleTable" Src="../Controls/AccessibleTable.ascx"%>
<%@ Register TagPrefix="telerik" TagName="TableDesignControl" Src="../Controls/TableDesignControl.ascx"%>
<table cellpadding="0" cellspacing="0" class="MainTable" id="holderTable">
<tr>
<th height="39" valign="bottom">
<telerik:tabcontrol id="TabHolder" runat="server" ResizeControlId="holderTable">
<telerik:tab elementid="TabbedDesigner" onclientclick="SwitchTableDesigner();" selected="True" text="<script>localization.showText('Tab1HeaderText');</script>" image="Dialogs/TabIcons/TableTab1.gif"/>
<telerik:tab elementid="TabbedTableProperties" onclientclick="SwitchTableProperties();" text="<script>localization.showText('Tab2HeaderText');</script>" image="Dialogs/TabIcons/TableTab2.gif"/>
<telerik:tab elementid="TabbedCellProperties" onclientclick="SwitchCellProperties();" text="<script>localization.showText('Tab3HeaderText');</script>" image="Dialogs/TabIcons/TableTab3.gif"/>
<telerik:tab elementid="Tabbed508" onclientclick="SwitchAccessibleTable();" text="<script>localization.showText('Tab4HeaderText');</script>" image="Dialogs/TabIcons/TableTab4.gif"/>
</telerik:tabcontrol>
</th>
</tr>
<tr>
<td class="MainTableContentCell">
<table width="100%" height="100%" cellpadding="6" cellspacing="0">
<tr>
<td valign="top">
<table id="TabbedDesigner" width="346" cellpadding="0" cellspacing="0">
<tr>
<td>
<telerik:TableDesignControl
id="theTableDesignControl"
runat="server"/>
</td>
</tr>
</table>
<table id="TabbedTableProperties" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<telerik:TablePropertiesControl
id="theTablePropertiesControl"
runat="server"/>
</td>
</tr>
</table>
<table id="TabbedCellProperties" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<span id="<%=this.ClientID%>_CellPropertiesPreviewTableHolder"></span>
<telerik:CellPropertiesControl
id="theCellPropertiesControl"
runat="server"/>
</td>
</tr>
</table>
<table id="Tabbed508" height="100%">
<tr>
<td>
<telerik:accessibletable
id="theAccessibleTable"
runat="server"/>
</td>
</tr>
</table>
</td>
<td width="90" valign="top" >
<table cellpadding="0" cellspacing="0" style="DISPLAY:block">
<tr>
<td>
<button class="Button" onclick="<%=this.ClientID%>.InsertTable();" type=button>
<script>localization.showText('OK');</script>
</button>
</td>
</tr>
<tr>
<td height="4"></td>
</tr>
<tr>
<td>
<button class="Button" onclick="javascript:CancelChanges();" type=button>
<script>localization.showText('Cancel');</script>
</button>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<script language="javascript">
function SwitchCellProperties()
{
<%=this.ClientID%>.InitCellProperties();
}
function SwitchTableProperties()
{
<%=this.ClientID%>.InitTableProperties();
}
function SwitchAccessibleTable()
{
<%=this.ClientID%>.InitAccessibleTable();
}
function SwitchTableDesigner()
{
if (!<%=this.ClientID%>)
{
InitControl();
}
<%=this.ClientID%>.InitDesigner();
}
function CancelChanges()
{
<%=this.ClientID%>.RestoreOriginalTable();
CloseDlg();
}
var <%=this.ClientID%>;
function InitControl()
{
if (!<%=this.ClientID%>)
{
<%=this.ClientID%> = new TableWizard('<%=this.ClientID%>', <%=this.theTableDesignControl.ClientID%>, <%=this.theTablePropertiesControl.ClientID%>, <%=this.theCellPropertiesControl.ClientID%>, <%=this.theAccessibleTable.ClientID%>);
var args = GetDialogArguments();
<%=this.ClientID%>.Initialize(args.tableToModify, args.CssClasses, args.CellCssClasses, args.EditorObj, args.ColorsArray, args.CanAddCustomColors);
}
}
AttachEvent(window, "load", InitControl);
</script>