Viewing file: showSendDocSignAll.php (4.82 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<html> <head> <script language="javascript" src="../source/calendarDateInput.js"></script> <meta http-equiv="Content-Type" content="text/html; charset=tis-620"> <link href="../source/style.css" rel="stylesheet" type="text/css"> </head> <body> <? extract ($_REQUEST); ?> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" > <tr bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_2"]; ?>" height=22> <td align="left" colspan="3"> ГТВЕРаНХВґЎТГКи§Л№С§КЧН</td> </tr> <tr height=22 > <td width="31%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_1"]; ?>"> <strong>ЕСЎЙіРЛ№С§КЧН</strong></td> <td width="1%" align="center" ><strong>:</strong></td> <td width="68%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_16"]; ?>" align="left"> <select name="PtID" id="PtID" onchange="changeDivDisplay(this.value)"> <option value="0">--аЕЧНЎЕСЎЙіРЛ№С§КЧН--</option> <? $oPt->RSProposeType(); while($oPt->GetRecord()){ ?> <option value="<? echo $oPt->PtID; ?>"><? echo $oPt->PtName; ?></option> <? } ?> </select> </td> </tr> <tr height=22 > <td width="31%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_1"]; ?>"> <strong>ўйНБЩЕўЦй№аЗзє</strong></td> <td width="1%" align="center" ><strong>:</strong></td> <td width="68%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_16"]; ?>" align="left" colspan="2"> <table align="center" border="0" width="100%"> <tr><td colspan="2"> <select name="AnID" id="AnID"> <option value="0">--аЕЧНЎЎТГбЁй§ўйНБЩЕўЦй№аЗзє--</option> <? $oAn->RSannounceDocType(); while($oAn->GetRecord()){ ?> <option value="<? echo $oAn->AnID; ?>"><? echo $oAn->AnName; ?></option> <? } ?> </select></td></tr> <? if($oDoc->DocShowInOut=="1" ){ ?><input name="DocShowIn" id="DocShowIn" type="hidden" value="1"><? }else if($oDoc->DocShowInOut=="2"){ ?> <input name="DocShowOut" id="DocShowOut" type="hidden" value=2><? }else if($oDoc->DocShowInOut=="3"){ ?><input name="DocShowIn" id="DocShowIn" type="hidden" value="1"> <input name="DocShowOut" id="DocShowOut" type="hidden" value="2"><? } ?> <tr><td colspan="2"> <input name="DocShowIn" id="DocShowIn" type="checkbox" value="1" <? if($oDoc->DocShowInOut=="1" || $oDoc->DocShowInOut=="3"){ echo "checked disabled"; } if($DocShowIn==1 && $oDoc->DocShowInOut=="0"){ echo "checked"; } ?> >Internet (АТВ№НЎ)<br> <input name="DocShowOut" id="DocShowOut" type="checkbox" value=2 <? if($oDoc->DocShowInOut=="2" || $oDoc->DocShowInOut=="3"){ echo "checked disabled"; } if($DocShowOut==2 && $oDoc->DocShowInOut=="0"){ echo "checked"; }?> >Intranet (АТВг№)</td></tr> <tr><td colspan="2"> <font color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>" size="2">*** ЎГШіТаЕЧНЎЗС№·ХиаГФиБµй№-КФй№КШґ<br> г№ЎТГ»ГРЎТИўиТЗє№аЗзє</font></td></tr> <tr><td width="14%"> ЁТЎ</td> <td width="86%"><script>DateInput('DrsstartDatePost', true, 'DD/MM/YYYY','<?php echo getNowDateFw2();?>');</script></td></tr> <tr><td> ¶Ц§</td> <td><script>DateInput('DrsendDatePost', true, 'DD/MM/YYYY','<?php echo getNowDateFw2();?>');</script> </td></tr> </table> </td> </tr> <tr height=22 > <td width="31%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_1"]; ?>"> <strong>ЎТГєС№·ЦЎ<br> µиНа№ЧиН§</strong></td> <td width="1%" align="center" ><strong>:</strong></td> <td width="68%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_16"]; ?>" align="center"> <textarea name="DrsSend" id="DrsSend" cols="30" rows="5" ></textarea></td> </tr> <tr height=40> <td width="31%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_1"]; ?>"> <strong>јЩйєС№·ЦЎ/<br> јЩйКи§Л№С§КЧН</strong></td> <td width="1%" align="center"><strong>:</strong></td> <td width="68%" bgcolor="<?php echo $GLOBALS["COLOR_BG_TD_16"]; ?>" align="center"> <? $oPS->SearchByKey($mypersonId); $oPS->GetRecord(); ?> <? echo " ".GetPrefix($oPS->prefixId).$oPS->fName." ".$oPS->lName."<br>"; ?> <? $oDlp->SearchByKey($oDlc->DlpID); $oDlp->GetRecord(); echo " (".$oDlp->DlpName.")"; ?> </td> </tr> <tr> <td colspan="3"><br> <fieldset> <legend>ЎУЛ№ґГРВРаЗЕТґУа№Ф№ЎТГ</legend> <table width="100%"> <tr> <td width="35%"> <input name="checkDocSpeedDate" id="checkDocSpeedDate" type="checkbox" value="Y"> <strong>АТВг№ЗС№·Хи </strong></td> <td width="65%"><script>DateInput('DocSpeedLevelDueDate', true, 'DD/MM/YYYY','<?php echo getNowDateFw2();?>');</script></td> </tr> </table> </fieldset></td> </tr> </table> </body> </html>
|