Esempio n. 1
0
&do=addsave&fileurl=<?php 
echo $fileurl;
?>
">
<table class="TableBlock" border="0" width="90%" align="center">
 
	<tr>
      <td nowrap class="TableContent" width="15%"> 工作流类别:<?php 
get_helps();
?>
</td>
      <td class="TableData">
      <select name="typeid">
			<option value="" selected="selected">请选择类别</option>
			<?php 
echo work_type_options(0);
?>
			</select></td>
    </tr>
	<tr>
      <td nowrap class="TableContent" width="15%"> 模型名称:<?php 
get_helps();
?>
</td>
      <td class="TableData">
      <input type="text" name="title" class="BigInput" style="width:268px;" size="20" value="" /></td>
    </tr>
	<tr>
      <td nowrap class="TableContent" width="15%"> 状态:<?php 
get_helps();
?>
Esempio n. 2
0
		<input type="hidden" name="fileurl" value="<?php 
echo $fileurl;
?>
" />
		<input type="hidden" name="type" value="<?php 
echo $_GET['type'];
?>
" />
		<input type="hidden" name="vuidtype" value="<?php 
echo $vuidtype;
?>
" />
	类型: <select name="typeid" id="typeid" onchange="searchtpl()">
		<option value="" >全部</option>
			<?php 
echo work_type_options($typeid);
?>
			</select>&nbsp;&nbsp;
	模型: <select name="tplid" id="tplid" style="width:200px;">
			<?php 
global $db;
$query = $db->query("SELECT title,tplid FROM " . DB_TABLEPRE . "workclass_template where tplkey!=2 ORDER BY tplid Asc");
echo '<option value="">全部</option>';
while ($row = $db->fetch_array($query)) {
    echo '<option value="' . $row['tplid'] . '">' . $row['title'] . '</option>';
}
?>
		</select>&nbsp;&nbsp;	
		流水单号:<input type="text" name="number" size="15"
	value="<?php 
echo urldecode($number);
Esempio n. 3
0
echo $blog['tplid'];
?>
" />
<table class="TableBlock" border="0" width="90%" align="center">
 
   
	<tr>
      <td nowrap class="TableContent" width="15%"> 工作流类别:<?php 
get_helps();
?>
</td>
      <td class="TableData">
      <select name="typeid">
			
			<?php 
echo work_type_options($blog['typeid']);
?>
			</select> </td>
    </tr>
	<tr>
      <td nowrap class="TableContent" width="15%"> 模板名称:<?php 
get_helps();
?>
</td>
      <td class="TableData">
      <input type="text" name="title" class="BigInput" style="width:268px;" size="20" value="<?php 
echo $blog['title'];
?>
" /></td>
    </tr>
	<tr>