40 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="LLM.aspx.cs" Inherits="FineUIPro.Web.ZHGL.FirstArticalInspaction.LLM" %>
 | |
| 
 | |
| <!DOCTYPE html>
 | |
| 
 | |
| <html xmlns="http://www.w3.org/1999/xhtml">
 | |
| <head runat="server">
 | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 | |
|     <title></title>
 | |
|     <link href="res/css/common.css" rel="stylesheet" />
 | |
| 
 | |
| </head>
 | |
| <body>
 | |
|     <form id="form1" runat="server">
 | |
|         <f:PageManager ID="PageManager1" AutoSizePanelID="Panel5" runat="server" />
 | |
|         <f:Panel ID="Panel5" Margin="24px" runat="server" ShowBorder="true" EnableCollapse="true"
 | |
|             Layout="VBox" AutoScroll="true"
 | |
|             ShowHeader="true" Title="大模型提问"
 | |
|             BoxConfigChildMargin="0 0 5 0" BodyPadding="5">
 | |
|             <Items>
 | |
|                 <f:Panel ID="Panel1" Title="面板1" Height="350px" runat="server"
 | |
|                     BodyPadding="10px" ShowBorder="true" ShowHeader="false" AutoScroll="true">
 | |
|                     <Items>
 | |
|                         <f:Label ID="Label1" runat="server" EncodeText="false" Text="" AutoScroll="true">
 | |
|                         </f:Label>
 | |
|                     </Items>
 | |
|                 </f:Panel>
 | |
|             </Items>
 | |
|             <Items>
 | |
|                 <f:TextBox ID="TextBox2" runat="server" Label="请输入问题" OnTextChanged="TextBox2_TextChanged" EmptyText="输入问题后点击提交按钮">
 | |
|                 </f:TextBox>
 | |
|             </Items>
 | |
|             <Items>
 | |
|                 <f:Button runat="server" Text="提交"></f:Button>
 | |
|             </Items>
 | |
|         </f:Panel>
 | |
|     </form>
 | |
| 
 | |
| </body>
 | |
| </html>
 |