105 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			105 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			HTML
		
	
	
 | 
						|
 | 
						|
 | 
						|
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
	<META http-equiv=Content-Type content="text/html; charset=utf-8">
 | 
						|
    <link rel="stylesheet" href="css/UIGwtdefault.css" type="text/css"/>
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
    <table border="0" cellpadding="0" width="100%">
 | 
						|
        <tr>
 | 
						|
            <td align="center" rowspan="2" valign="bottom">
 | 
						|
                <font size="1" color="red"><b>错误的license</b></font></td>
 | 
						|
            <td align="center">
 | 
						|
            </td>
 | 
						|
        </tr>
 | 
						|
	</table>		
 | 
						|
	
 | 
						|
    <table border="0" cellpadding="0" width="100%">
 | 
						|
				
 | 
						|
        <tr>
 | 
						|
            <td align="left" rowspan="2" valign="bottom" nowrap>
 | 
						|
                <font size="2"><b>  设置License</b></font></td>
 | 
						|
            <td align="center">
 | 
						|
            </td>
 | 
						|
        </tr>
 | 
						|
                <tr >
 | 
						|
                     <td></td>
 | 
						|
                     <td> </td>
 | 
						|
                 </tr>
 | 
						|
    </table>
 | 
						|
    <hr color="#2E3192" height=2/>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
<form
 | 
						|
      name="downloadLicense"           action="*.downloadLicense"       method="get"   >
 | 
						|
<table class="wwFormTable" cellspacing="1">
 | 
						|
    <tr class="input">
 | 
						|
        <td class="title">
 | 
						|
            下载原始License
 | 
						|
        </td>
 | 
						|
    </tr>
 | 
						|
    <tr class="input">
 | 
						|
        <td>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
<input type="submit"
 | 
						|
       name="download"             value="下载"                             class="button"                                          />        </td>
 | 
						|
    </tr>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
</table>
 | 
						|
</form>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
<form
 | 
						|
      name="uploadLicense"           action="*.uploadLicense"  method="post"    enctype="multipart/form-data" >
 | 
						|
<table class="wwFormTable" cellspacing="1">
 | 
						|
    <tr class="input">
 | 
						|
        <td class="title">
 | 
						|
            上传License
 | 
						|
        </td>
 | 
						|
    </tr>
 | 
						|
    <tr class="input">
 | 
						|
        <td>
 | 
						|
            <table class="inputTable">
 | 
						|
            <tr>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
    <td align="right" valign="top"><label  class="label">License:</label></td>
 | 
						|
                <td><input type="file"
 | 
						|
                                   name="file"
 | 
						|
         class="button"       />
 | 
						|
 | 
						|
 | 
						|
</td>
 | 
						|
            </tr>
 | 
						|
            </table>
 | 
						|
        </td>
 | 
						|
    </tr>
 | 
						|
    <tr class="input">
 | 
						|
        <td>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
<input type="submit"
 | 
						|
       name="upload"             value="上传"                             class="button"                                          />        </td>
 | 
						|
    </tr>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
</table>
 | 
						|
</form>
 | 
						|
</body>
 |