<?php } else { ?>
                <p>
                    <span class="fb ml20">文件名称:</span><?=$typeDesc['name']?>
                    <a href="<?=$patientAttachment->getBingLiUrl()?>" class="previewBtn blue f12 unl ml5 vm2" target="_blank">预览</a>
                </p>
            <?php }?>
            </div>
        </div>                                                                     
    </div>
<?php
}
?>
                </div>

                <div class="addMsg pr mt40 zoom" id="addMsgdiv">
                <p><a href="javascript:" class="addMsg-btn blue" id="addAttMsg-btn">新增检查报告</a>&nbsp;&nbsp;&nbsp;&nbsp;<a target="_blank" href="<?=Thesis::getUrlForHowToTakeABetterPhoto()?>" class="unl orange">(拍摄影像片子的技巧)</a></p>
                <p class="orange mt15 clearfix">
                    <span class="prompt-bg fl"></span><span class="ml15 fl">1. 为保证上传结果的准确性,推荐把检查结果及影像资料拍照后的图片上传</span>
                </p>
                <p class="orange">
                    <span class="ml64">2. 您上传的图片仅在您和医生登录后可见</span>
                </p>
                    <div class="addMsg-Box pr mt20 none" id="addDateMsg-Box">
                        <p>
                            <label class="fb">检查时间:</label>
                            <select name="dateyear" id="dateyear"
                                onchange="changedate('dateyear','datemonth','dateday');"
                                class="display_tip" defMSG="succ" check_function="check_dateyear">
                                <?=isset($year) ? "<option value='".$year."'>".$year."</option>" : "" ?>
                                <option value="">未选</option>
                            </select> 年
示例#2
0
    <div id="el_my_attachment2" style="padding: 0px 0px 10px 10px;"></div>
    <ul>
    <li><!--<span>上传总进度100%&nbsp;&nbsp;已上传989k,总文件989k</span>--></li>
    </ul>
    </td>
  </tr>
  <tr>
  <tr>
  <td>
    <div class="redNotice">温馨提示:病历资料仅医生和患者本人登录状态下可见,请放心上传。</div>
    </td>
  </tr>
    <td style="padding:10px; border-top:1px dotted #cccccc;"></br><span class="bold">·如何拍摄检查报告:</span>请将报告单平铺,相机调整到“微距模式”,拍摄时相机不要抖动。<br>
    <span class="bold">·如何拍摄X光/CT/MRI:</span>以显示器或者窗户为背景,保证背景光源为白色均一光线,相机调到“微距模式”,关闭闪光灯,拍摄时相机不要抖动。&nbsp;&nbsp;
&gt;&gt;<a href="<?=Thesis::getUrlForHowToTakeABetterPhoto()?>" target="_blank"><font color="#186db4">详细</font></a><br>
 <a href="<?=Thesis::getUrlForHowToTakeABetterPhoto()?>" target="_blank"><img style="padding-top:20px;padding-left:15px;" src="http://i1.hdfimg.com/zixun/images/photo_tips.jpg"></a> 
	</td> </tr> </table>
</form>
<script type="text/javascript">
function chkUploadAttach(oa) {
	if ($('#input_attach').val()=='') {
		alert('没有选择文件');
		return false;
	}
	document.form_attach.submit();
	$('#upload').show();
	$('#uploading').show();
}
$(function(){
    $('#TB_closeWindowButton').bind('click', function(){
        $('#hosInnerAttachErr').find('.showErr').remove();