Example #1
0
?>
" /> <span class="red">*</span> <a target="_blank" href="http://passport.haodf.com/user/register">需要先注册</a> </td>
    </tr>
    
    <tr>
        <th>真实姓名:</th>
        <td><input name="name" value="<?php 
echo $projectOperator->name;
?>
" /> <span class="red">*</span></td>
    </tr>
    
    <tr>
        <th>所属机构:</th>
        <td><?php 
echo HtmlControl::getSelectCtrImp(ProjectOrg::entitys2array4htmlCtr($projectOrgs), 'projectOrgId', $projectOperator->projectOrg->id);
?>
</td>
    </tr>
    
    <tr>
        <th>角色:</th>
        <td><?php 
echo HtmlControl::getRadioCtrImp(ProjectRole::getArray4htmlCtr(), 'role', $projectOperator->role, ' ');
?>
</td>
    </tr>
    <tr>
        <th>状态:</th>
        <td><?php 
echo HtmlControl::getRadioCtrImp(array(1 => '有效', 0 => '无效'), 'status', $projectOperator->status, ' ');
Example #2
0
    ?>
    <a href="/projectcustomermgr/add" target="_blank" class="f14">新增患者</a>
    <?php 
}
?>
</div>

<div class="mt10">
<form action="/projectcustomermgr/listofcond" method="get" >
用户姓名: <input type="text" name="customerName" value="<?php 
echo isset($customerName) ? $customerName : "";
?>
" />
<?php 
if (false == $myProjectOperator->isDoctorRole()) {
    echo HtmlControl::getSelectCtrImp(ProjectOrg::entitys2array4htmlCtr($projectOrgs), 'projectOrgId', isset($projectOrgId) ? $projectOrgId : 0);
}
?>
<input type="submit" value="搜索" />
</form>
</div>

<div class="mt10">
<table class="thintop">
	<tr>
		<th>患者ID</th>
		<th>筛选号</th>
		<th>患者姓名</th>
		<th>患者姓名拼音</th>
		<th>所属机构</th>
		<th>创建时间</th>