recon_control.html

来自「altera epxa1的例子程序」· HTML 代码 · 共 43 行

HTML
43
字号
<HTML>
<HEAD>
	<TITLE>Excalibur Remote Reconfiguration Page</TITLE>
</HEAD>
<BODY BGCOLOR="Silver">
	<BLOCKQUOTE>

	<H1>
	Excalibur Reconfiguration Page
	</H1>

	<TABLE><TR><TD WIDTH=640></TR></TD>
	<HR>
	<H3> Excalibur Reconfiguration Page </H3>
	This page allow for the posting of a new hex image to the XA device.
	The new image will be stored in EBI1 and then the board will be reset.
	After reset the new image will run.  To return back to the webserver, 
	the board should be reset.  <BR><BR>
	Please see Multiple Boot Options for Excalibur device Application note
	for additional details on the implementation.<BR><BR>
	<HR>
	<FONT SIZE=+1>
	
	

	<FORM ENCTYPE="multipart/form-data" METHOD="POST" ACTION="index.html">
	File to upload: <INPUT TYPE=file NAME=upload_file MAXLENGTH = "1000"><BR>
	<INPUT TYPE=submit VALUE=Press> to upload!<BR>
	</FORM>

	

	Go back <A HREF=index.html>Home</A>

	</TD></TR></TABLE>

	</BLOCKQUOTE>
	</FONT>
	<BR>
	
</BODY>
</HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?