mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-09-13 04:35:15 -05:00
Renamed namespace
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/masters/ThreeColumn.master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="PkmnFoundations.GTS.Default" %>
|
||||
<%@ Register TagPrefix="pf" Namespace="PkmnFoundations.GTS" Assembly="PkmnFoundations.GTS" %>
|
||||
<%@ Register TagPrefix="pf" Namespace="PkmnFoundations.Web" Assembly="PkmnFoundations.GTS" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="cpHead" runat="server">
|
||||
<pf:HeaderColour ID="HeaderColour1" CssClass="home" runat="server" />
|
||||
|
||||
2
gts/Default.aspx.designer.cs
generated
2
gts/Default.aspx.designer.cs
generated
@@ -19,7 +19,7 @@ namespace PkmnFoundations.GTS {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::PkmnFoundations.GTS.HeaderColour HeaderColour1;
|
||||
protected global::PkmnFoundations.Web.HeaderColour HeaderColour1;
|
||||
|
||||
/// <summary>
|
||||
/// hlBattleVideos control.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/masters/MasterPage.master" AutoEventWireup="true" CodeBehind="AddBoxes.aspx.cs" Inherits="PkmnFoundations.GTS.admin.AddBoxes" %>
|
||||
<%@ Register TagPrefix="pf" Namespace="PkmnFoundations.GTS" Assembly="PkmnFoundations.GTS" %>
|
||||
<%@ Register TagPrefix="pf" Namespace="PkmnFoundations.Web" Assembly="PkmnFoundations.GTS" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="cpHead" runat="server">
|
||||
<pf:HeaderColour ID="HeaderColour1" CssClass="admin" runat="server" />
|
||||
|
||||
@@ -6,6 +6,7 @@ using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using PkmnFoundations.Structures;
|
||||
using PkmnFoundations.Data;
|
||||
using PkmnFoundations.Web;
|
||||
|
||||
namespace PkmnFoundations.GTS.admin
|
||||
{
|
||||
|
||||
2
gts/admin/AddBoxes.aspx.designer.cs
generated
2
gts/admin/AddBoxes.aspx.designer.cs
generated
@@ -19,7 +19,7 @@ namespace PkmnFoundations.GTS.admin {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::PkmnFoundations.GTS.HeaderColour HeaderColour1;
|
||||
protected global::PkmnFoundations.Web.HeaderColour HeaderColour1;
|
||||
|
||||
/// <summary>
|
||||
/// theForm control.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/masters/MasterPage.master" AutoEventWireup="true" CodeBehind="AddDressup.aspx.cs" Inherits="PkmnFoundations.GTS.test.AddDressup" %>
|
||||
<%@ Register TagPrefix="pf" Namespace="PkmnFoundations.GTS" Assembly="PkmnFoundations.GTS" %>
|
||||
<%@ Register TagPrefix="pf" Namespace="PkmnFoundations.Web" Assembly="PkmnFoundations.GTS" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="cpHead" runat="server">
|
||||
<pf:HeaderColour ID="HeaderColour1" CssClass="admin" runat="server" />
|
||||
|
||||
@@ -7,6 +7,7 @@ using System.Web.UI.WebControls;
|
||||
using System.IO;
|
||||
using PkmnFoundations.Structures;
|
||||
using PkmnFoundations.Data;
|
||||
using PkmnFoundations.Web;
|
||||
|
||||
namespace PkmnFoundations.GTS.test
|
||||
{
|
||||
|
||||
2
gts/admin/AddDressup.aspx.designer.cs
generated
2
gts/admin/AddDressup.aspx.designer.cs
generated
@@ -19,7 +19,7 @@ namespace PkmnFoundations.GTS.test {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::PkmnFoundations.GTS.HeaderColour HeaderColour1;
|
||||
protected global::PkmnFoundations.Web.HeaderColour HeaderColour1;
|
||||
|
||||
/// <summary>
|
||||
/// theForm control.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/masters/MasterPage.master" AutoEventWireup="true" CodeBehind="AddMusical.aspx.cs" Inherits="PkmnFoundations.GTS.admin.AddMusical" %>
|
||||
<%@ Register TagPrefix="pf" Namespace="PkmnFoundations.GTS" Assembly="PkmnFoundations.GTS" %>
|
||||
<%@ Register TagPrefix="pf" Namespace="PkmnFoundations.Web" Assembly="PkmnFoundations.GTS" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="cpHead" runat="server">
|
||||
<pf:HeaderColour ID="HeaderColour1" CssClass="admin" runat="server" />
|
||||
|
||||
2
gts/admin/AddMusical.aspx.designer.cs
generated
2
gts/admin/AddMusical.aspx.designer.cs
generated
@@ -19,7 +19,7 @@ namespace PkmnFoundations.GTS.admin {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::PkmnFoundations.GTS.HeaderColour HeaderColour1;
|
||||
protected global::PkmnFoundations.Web.HeaderColour HeaderColour1;
|
||||
|
||||
/// <summary>
|
||||
/// theForm control.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/masters/MasterPage.master" AutoEventWireup="true" CodeBehind="Sessions.aspx.cs" Inherits="PkmnFoundations.GTS.admin.Sessions" %>
|
||||
<%@ Register TagPrefix="pf" Namespace="PkmnFoundations.GTS" Assembly="PkmnFoundations.GTS" %>
|
||||
<%@ Register TagPrefix="pf" Namespace="PkmnFoundations.Web" Assembly="PkmnFoundations.GTS" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="cpHead" runat="server">
|
||||
<pf:HeaderColour ID="HeaderColour1" CssClass="admin" runat="server" />
|
||||
|
||||
2
gts/admin/Sessions.aspx.designer.cs
generated
2
gts/admin/Sessions.aspx.designer.cs
generated
@@ -19,7 +19,7 @@ namespace PkmnFoundations.GTS.admin {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::PkmnFoundations.GTS.HeaderColour HeaderColour1;
|
||||
protected global::PkmnFoundations.Web.HeaderColour HeaderColour1;
|
||||
|
||||
/// <summary>
|
||||
/// litDebug control.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/masters/MasterPage.master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="PkmnFoundations.GTS.BattleVideo" %>
|
||||
<%@ Register TagPrefix="pf" Namespace="PkmnFoundations.GTS" Assembly="PkmnFoundations.GTS" %>
|
||||
<%@ Register TagPrefix="pf" Namespace="PkmnFoundations.Web" Assembly="PkmnFoundations.GTS" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="cpHead" runat="server">
|
||||
<pf:HeaderColour ID="HeaderColour1" CssClass="bv" runat="server" />
|
||||
|
||||
2
gts/battlevideo/Default.aspx.designer.cs
generated
2
gts/battlevideo/Default.aspx.designer.cs
generated
@@ -19,7 +19,7 @@ namespace PkmnFoundations.GTS {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::PkmnFoundations.GTS.HeaderColour HeaderColour1;
|
||||
protected global::PkmnFoundations.Web.HeaderColour HeaderColour1;
|
||||
|
||||
/// <summary>
|
||||
/// theForm control.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/masters/MasterPage.master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="PkmnFoundations.GTS.AllPokemon" %>
|
||||
<%@ Register TagPrefix="pf" Namespace="PkmnFoundations.GTS" Assembly="PkmnFoundations.GTS" %>
|
||||
<%@ Register TagPrefix="pf" Namespace="PkmnFoundations.Web" Assembly="PkmnFoundations.GTS" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="cpHead" runat="server">
|
||||
<pf:HeaderColour ID="HeaderColour1" CssClass="gts" runat="server" />
|
||||
|
||||
@@ -7,6 +7,7 @@ using System.Web.UI.WebControls;
|
||||
using PkmnFoundations.Data;
|
||||
using PkmnFoundations.Pokedex;
|
||||
using PkmnFoundations.Structures;
|
||||
using PkmnFoundations.Web;
|
||||
|
||||
namespace PkmnFoundations.GTS
|
||||
{
|
||||
|
||||
2
gts/gts/Default.aspx.designer.cs
generated
2
gts/gts/Default.aspx.designer.cs
generated
@@ -19,7 +19,7 @@ namespace PkmnFoundations.GTS {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::PkmnFoundations.GTS.HeaderColour HeaderColour1;
|
||||
protected global::PkmnFoundations.Web.HeaderColour HeaderColour1;
|
||||
|
||||
/// <summary>
|
||||
/// rptPokemon4 control.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="MasterPage.master.cs" Inherits="PkmnFoundations.GTS.MasterPage" %>
|
||||
<%@ Register TagPrefix="pf" Namespace="PkmnFoundations.GTS" Assembly="PkmnFoundations.GTS" %>
|
||||
<%@ Register TagPrefix="pf" Namespace="PkmnFoundations.Web" Assembly="PkmnFoundations.GTS" %>
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
|
||||
4
gts/masters/MasterPage.master.designer.cs
generated
4
gts/masters/MasterPage.master.designer.cs
generated
@@ -19,7 +19,7 @@ namespace PkmnFoundations.GTS {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::PkmnFoundations.GTS.HeaderColour HeaderColour1;
|
||||
protected global::PkmnFoundations.Web.HeaderColour HeaderColour1;
|
||||
|
||||
/// <summary>
|
||||
/// cpHead control.
|
||||
@@ -55,7 +55,7 @@ namespace PkmnFoundations.GTS {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::PkmnFoundations.GTS.RetinaImage imgLogo;
|
||||
protected global::PkmnFoundations.Web.RetinaImage imgLogo;
|
||||
|
||||
/// <summary>
|
||||
/// litPokemon control.
|
||||
|
||||
@@ -4,7 +4,7 @@ using System.Linq;
|
||||
using System.Web;
|
||||
using System.IO;
|
||||
|
||||
namespace PkmnFoundations.GTS
|
||||
namespace PkmnFoundations.Web
|
||||
{
|
||||
public static class Common
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
|
||||
namespace PkmnFoundations.GTS
|
||||
namespace PkmnFoundations.Web
|
||||
{
|
||||
public class HeaderColour : System.Web.UI.Control
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Globalization;
|
||||
|
||||
namespace PkmnFoundations.GTS
|
||||
namespace PkmnFoundations.Web
|
||||
{
|
||||
public class RetinaImage : RetinaImageBase
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ using System.Globalization;
|
||||
using System.Web.UI;
|
||||
|
||||
|
||||
namespace PkmnFoundations.GTS
|
||||
namespace PkmnFoundations.Web
|
||||
{
|
||||
/// <summary>
|
||||
/// asp:Image with retina substitution capabilities
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/masters/MasterPage.master" AutoEventWireup="true" CodeBehind="BoxUp.aspx.cs" Inherits="PkmnFoundations.GTS.debug.BoxUp" %>
|
||||
<%@ Register TagPrefix="pf" Namespace="PkmnFoundations.GTS" Assembly="PkmnFoundations.GTS" %>
|
||||
<%@ Register TagPrefix="pf" Namespace="PkmnFoundations.Web" Assembly="PkmnFoundations.GTS" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="cpHead" runat="server">
|
||||
<pf:HeaderColour ID="HeaderColour1" CssClass="test" runat="server" />
|
||||
|
||||
2
gts/test/BoxUp.aspx.designer.cs
generated
2
gts/test/BoxUp.aspx.designer.cs
generated
@@ -19,7 +19,7 @@ namespace PkmnFoundations.GTS.debug {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::PkmnFoundations.GTS.HeaderColour HeaderColour1;
|
||||
protected global::PkmnFoundations.Web.HeaderColour HeaderColour1;
|
||||
|
||||
/// <summary>
|
||||
/// theForm control.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/masters/MasterPage.master" AutoEventWireup="true" CodeBehind="Decode.aspx.cs" Inherits="PkmnFoundations.GTS.debug.Decode" %>
|
||||
<%@ Register TagPrefix="pf" Namespace="PkmnFoundations.GTS" Assembly="PkmnFoundations.GTS" %>
|
||||
<%@ Register TagPrefix="pf" Namespace="PkmnFoundations.Web" Assembly="PkmnFoundations.GTS" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="cpHead" runat="server">
|
||||
<pf:HeaderColour ID="HeaderColour1" CssClass="test" runat="server" />
|
||||
|
||||
2
gts/test/Decode.aspx.designer.cs
generated
2
gts/test/Decode.aspx.designer.cs
generated
@@ -19,7 +19,7 @@ namespace PkmnFoundations.GTS.debug {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::PkmnFoundations.GTS.HeaderColour HeaderColour1;
|
||||
protected global::PkmnFoundations.Web.HeaderColour HeaderColour1;
|
||||
|
||||
/// <summary>
|
||||
/// theForm control.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/masters/MasterPage.master" AutoEventWireup="true" CodeBehind="NameDecode.aspx.cs" Inherits="PkmnFoundations.GTS.test.NameDecode" %>
|
||||
<%@ Register TagPrefix="pf" Namespace="PkmnFoundations.GTS" Assembly="PkmnFoundations.GTS" %>
|
||||
<%@ Register TagPrefix="pf" Namespace="PkmnFoundations.Web" Assembly="PkmnFoundations.GTS" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="cpHead" runat="server">
|
||||
<pf:HeaderColour ID="HeaderColour1" CssClass="test" runat="server" />
|
||||
|
||||
@@ -6,6 +6,7 @@ using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using PkmnFoundations.Support;
|
||||
using GamestatsBase;
|
||||
using PkmnFoundations.Web;
|
||||
|
||||
namespace PkmnFoundations.GTS.test
|
||||
{
|
||||
@@ -19,7 +20,7 @@ namespace PkmnFoundations.GTS.test
|
||||
protected void btnSubmit_Click(object sender, EventArgs e)
|
||||
{
|
||||
byte[] data = GamestatsBase.Common.FromHexString(txtName.Text.Replace(" ", ""));
|
||||
litName.Text = Common.HtmlEncode(EncodedString4.DecodeString(data));
|
||||
litName.Text = Web.Common.HtmlEncode(EncodedString4.DecodeString(data));
|
||||
}
|
||||
}
|
||||
}
|
||||
2
gts/test/NameDecode.aspx.designer.cs
generated
2
gts/test/NameDecode.aspx.designer.cs
generated
@@ -19,7 +19,7 @@ namespace PkmnFoundations.GTS.test {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::PkmnFoundations.GTS.HeaderColour HeaderColour1;
|
||||
protected global::PkmnFoundations.Web.HeaderColour HeaderColour1;
|
||||
|
||||
/// <summary>
|
||||
/// theForm control.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/masters/MasterPage.master" AutoEventWireup="true" CodeBehind="VideoId.aspx.cs" Inherits="PkmnFoundations.GTS.test.VideoId" %>
|
||||
<%@ Register TagPrefix="pf" Namespace="PkmnFoundations.GTS" Assembly="PkmnFoundations.GTS" %>
|
||||
<%@ Register TagPrefix="pf" Namespace="PkmnFoundations.Web" Assembly="PkmnFoundations.GTS" %>
|
||||
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="cpHead" runat="server">
|
||||
<pf:HeaderColour ID="HeaderColour1" CssClass="test" runat="server" />
|
||||
|
||||
2
gts/test/VideoId.aspx.designer.cs
generated
2
gts/test/VideoId.aspx.designer.cs
generated
@@ -19,7 +19,7 @@ namespace PkmnFoundations.GTS.test {
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::PkmnFoundations.GTS.HeaderColour HeaderColour1;
|
||||
protected global::PkmnFoundations.Web.HeaderColour HeaderColour1;
|
||||
|
||||
/// <summary>
|
||||
/// theForm control.
|
||||
|
||||
Reference in New Issue
Block a user