mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-04-19 07:07:18 -05:00
16 lines
683 B
Plaintext
16 lines
683 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeBehind="AddBoxes.aspx.cs" Inherits="PkmnFoundations.GTS.admin.AddBoxes" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="cpHead" runat="server">
|
|
</asp:Content>
|
|
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="cpMain" runat="server">
|
|
<form id="theForm" runat="server">
|
|
<div>
|
|
<p>Upload a wiresharked box search response here to add it to the database:</p>
|
|
<asp:FileUpload ID="fuBox" runat="server" />
|
|
<asp:Button ID="btnSend" Text="Send" OnClick="btnSend_Click" runat="server" />
|
|
</div>
|
|
<asp:Literal ID="litMessage" runat="server" />
|
|
</form>
|
|
</asp:Content>
|