mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-08-02 16:13:17 -05:00
19 lines
712 B
Plaintext
19 lines
712 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeBehind="VideoId.aspx.cs" Inherits="PkmnFoundations.GTS.test.VideoId" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="cpHead" runat="server">
|
|
</asp:Content>
|
|
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="cpMain" runat="server">
|
|
<br />
|
|
<form id="theForm" runat="server">
|
|
Battle video ID:
|
|
<asp:TextBox ID="txtBattleVideo" runat="server" />
|
|
<br />
|
|
<asp:Button ID="btnToSerial" Text="↓" OnClick="btnToSerial_Click" runat="server" />
|
|
<asp:Button ID="btnToVideo" Text="↑" OnClick="btnToVideo_Click" runat="server" />
|
|
<br />
|
|
Serial number:
|
|
<asp:TextBox ID="txtSerial" runat="server" />
|
|
</form>
|
|
</asp:Content>
|