showhome.vm

来自「工作流的基本资料(文档资料」· VM 代码 · 共 25 行

VM
25
字号
<table border=0 cellspacing=15 cellpadding=0>
	<!-- see developerHome.jsp-->
    <tr>
    <td valign=top>
	<!-- deploy box-->
    <table class=box border=0 cellspacing=1>
		<tr>
			<th class=box width=100%>Upload a process archive</th>
		</tr>
		<tr>
			<td class=box>

				For more information on how to build process archives, see the <a href="http://www.netbpm.org/docs/npdl.html">NetBpm website, section nPdl</a>.
				<form name="netbpmForm" method="POST" action="deployProcess.rails" enctype="multipart/form-data">
				Load up your process definition : <input type="file" name="processArchive" value=""><br><br>
				<center><input type="submit" value="Submit"></center>
				</form>
			</td>
		</tr>
	</table>

    </td>
    </tr>
</table>

⌨️ 快捷键说明

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