예제 #1
0
                        $value = $educateGrade == '无职称' ? '' : $educateGrade; 
                        $educateGrade = $educateGrade == '无职称' ? '未选择(不显示)' : $educateGrade;?>
                        <option value="<?=$value?>" <?=$selected ? 'selected' : ''?>><?=$educateGrade?></option>
                    <?}?>
                </select>
            </p>
            <div class="clearfix pb10">
                <p class="fl mr5">擅长</p>
                <p class="fl">
                <textarea name="var[specialize]" class="text_write2 f12 p5"><?=$space->getInfoDataByKey('specialize')?></textarea>
                </p>
            </div>
            <div class="clearfix pb10">
                <p class="fl mr5">介绍</p>
                <p class="fl">
                    <textarea name="var[intro]" class="text_write2 f12 p5"><?=Seolink::rip($space->getInfoDataByKey('intro')) ?></textarea>
                </p>
            </div>
            <div class="pb10 pl30">
                <a class="lit_btn" href="javascript:;" id="submit_doctorinfo" onclick='return submitform("ax_post_doctorinfo")'>确定</a>
            </div>
            <span class="orange1 f12 ml30">注:修改审核后生效(1个工作日) </span>
        </div>
        </form>
        <div class="pl20 oh zoom">
            <p class="orange1">温馨提示:</p>
            <p class="gray2"> 医生信息将会同步更新至您的个人网站、好大夫在线、新浪、搜狐、人民网、新华网等数十家网站,全面展现个人品牌形象。</p>
        </div>
    </div>
</div>
<script src="http://i1.hdfimg.com/doctorzone/js/doctor/adminsetup.js?<?=$imgTimestamp?>" type="text/javascript"></script>
예제 #2
0
    	<input name="title" type="text" id="title" value="<?php 
echo $hospitalAnnounce->title;
?>
" size="60">
    	<input name="id" type="hidden" id="id" value="<?php 
echo $hospitalAnnounce->id;
?>
" size="60">
    </td>
  </tr>
  <tr>
    <td align="right" valign="top">内容</td>
    <td>
    	<div style="float:left">
    		<textarea name="content" cols="60" rows="25" id="content"/><?php 
echo Seolink::rip($hospitalAnnounce->content);
?>
</textarea>
    	</div>
		<div style="padding-left:20px; float:left;"><?php 
echo nl2br($contentLink);
?>
</div>
    </td>
  </tr>
  <tr>
    <td align="right" valign="top">&nbsp;</td>
    <td><input name="scheduleUpdateTime" type="checkbox" id="UpdateScheduleUpdateTime" value="1">
同时更新医院<span class="STYLE1">出诊</span>信息更新时间</td>
  </tr>
  <tr>
예제 #3
0
    <td><input name="vars[practitionerId]" type="text" value="<?php 
echo $doctor->isNull() == false ? $doctor->practitionerId : '';
?>
"></td>
  </tr>
  <tr>
    <td align="right">专长</td>
    <td><textarea name="vars[specialize]" cols="80" rows="2" id="Specialize"><?php 
echo $doctor->isNull() == false ? $doctor->specialize : '';
?>
</textarea></td>
  </tr>
  <tr>
    <td align="right">介绍</td>
    <td><textarea name="vars[intro]" cols="80" rows="8" id="Intro"><?php 
echo Seolink::rip($doctor->isNull() == false ? $doctor->intro : '');
?>
</textarea>	</td>
  </tr>
	<?php 
include "_categoryvote.php";
?>
  <tr>
    <td align="right">好大夫官方结论</td>
    <td><textarea name="vars[conclusion]" cols="80" rows="4" id="DoctorConclusion"><?php 
echo $doctor->isNull() == false ? $doctor->conclusion : '';
?>
</textarea></td>
  </tr>
  <tr>
    <td align="right">是否专家</td>
예제 #4
0
    <td><input name="name" type="text" id="name" value="<?php 
echo $hospitalFaculty->name;
?>
" size="60"></td>
  </tr>
  <tr>
  	<td align="right">医院科室电话</td>
  	<td><input size="60" name="vars[phone]" type="text" value="<?php 
echo $hospitalFaculty->phone;
?>
" /></td>
  </tr>
  <tr>
    <td align="right">介绍</td>
    <td><textarea name="vars[intro]" cols="60" rows="10"><?php 
echo Seolink::rip($hospitalFaculty->intro);
?>
</textarea></td>
  </tr>
  <tr>
    <td align="right">好大夫官方结论</td>
    <td><textarea name="vars[conclusion]" cols="60" rows="4" id="HospitalFacultyConclusion"><?php 
echo $hospitalFaculty->conclusion;
?>
</textarea></td>
  </tr>
  <tr>
    <td align="right">科室分档</td>
    <td><select name="vars[level]" id="HospitalFacultyLevel">
        <option value="0" <?php 
echo $hospitalFaculty->level == HospitalFaculty::FACULTY_LEVEL_0 ? "selected" : "";
예제 #5
0
 public function getDoctorInfo($doctorId)
 {/*{{{*/
     $doctor = DAL::get()->find('doctor', $doctorId);
     $res = $this->checkDoctorAndSpace($doctor);
     if($res)
     {
         $this->setErrorCode($res);
         return 0;
     }
     $doctorInfo = array();
     $doctorInfo['name'] = $doctor->space->name;
     $doctorInfo['sex'] = $doctor->sex;
     $doctorInfo['birthday'] = $doctor->birthday;
     $doctorInfo['grade'] = $doctor->grade;
     $doctorInfo['educateGrade'] = $doctor->educateGrade;
     $doctorInfo['specialize'] = $doctor->specialize;
     $doctorInfo['intro'] = Seolink::rip($doctor->intro);
     $this->content = $doctorInfo;
 }/*}}}*/
예제 #6
0
echo $hospital->featuredFaculties;
?>
" size="60"></td>
  </tr>
  <tr>
    <td align="right" valign="top">简介</td>
    <td><textarea name="vars[intro]" cols="100" rows="10" style="font-size:12px;"><?php 
echo Seolink::rip($hospital->intro);
?>
</textarea>
	</td>
  </tr>
  <tr>
    <td align="right" valign="top">好大夫官方结论</td>
    <td><textarea name="vars[conclusion]" cols="100" rows="6"><?php 
echo Seolink::rip($hospital->conclusion);
?>
</textarea></td>
  </tr>
  <tr>
    <td align="right" valign="top">是否完成SEO</td>
    <td>
    	<input name="vars[isActivated]" type="radio" value="1">已上线
       <input name="vars[isActivated]" type="radio" value="0">未上线
    </td>
  </tr>
</table>
<div align="center">
  <input type="submit" name="Submit" id="Submit" onclick='this.style.visibility="hidden";' value="确定" ><font color="red"><?php 
echo $msg;
?>
예제 #7
0
            </span>
        </p>
        <p class="clearfix pb25">
            <span class="fl w70  ">擅长:</span>
            <span class="fl ml5">
                <textarea class="text_write2 f12 p5" name="var[specialize]"><?php 
echo $space->getInfoDataByKey('specialize');
?>
</textarea>
            </span>
        </p>
        <p class="clearfix">
            <span class="fl w70  ">介绍:</span>
            <span class="fl ml5">
                <textarea class="text_write2 f12 p5" name="var[intro]"><?php 
echo Seolink::rip($space->getInfoDataByKey('intro'));
?>
</textarea>
            </span>
        </p>
    </div>
    <p class="pl50 ml25"><input class="submit_btn" type="submit" value="确定"/></p>
    </form>
    </div>
</div>
<!--右侧 end-->

<?php 
$scripts[] = 'js/jquery-ui-1.8/js/jquery-ui-1.8.custom.min.js';
$scripts[] = 'js/jquery-ui-1.8/js/ui.datepicker-zh-CN.js';
//$scripts[] = 'doctorzone/js/jQuery.SelectBox.js';