<%@ page title="" language="VB" masterpagefile="~/WebForm/MasterPage.master" autoeventwireup="false" inherits="AddItem, App_Web_lw0t2i4q" maintainscrollpositiononpostback="true" %> <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> <style type="text/css"> .auto-style6 { text-align: right; } .auto-style7 { width: 222px; } .auto-style8 { width: 151px; text-align: right; } .auto-style9 { font-size: medium; } .auto-style10 { text-align: right; width: 106px; } .auto-style11 { width: 106px; } .auto-style14 { width: 154px; } .auto-style15 { width: 154px; text-align: right; } .auto-style16 { width: 265px; } .auto-style17 { width: 171px; text-align: right; } .auto-style18 { width: 171px; } .auto-style20 { font-weight: normal; } .auto-style22 { font-size: small; } </style> </asp:Content> <asp:Content ID="Content3" ContentPlaceHolderID="Main" Runat="Server"> <link href="../StyleSheet/StyleSheet.css" rel="stylesheet" /> <table class="style1"> <tr> <td class="auto-style9"><strong>เพิ่มข้อมูล :</strong></td> </tr> <tr> <td> <table class="style1"> <tr> <td class="auto-style8"><strong>Ref No.:</strong></td> <td> <asp:Label ID="lbItemID" runat="server"></asp:Label> <asp:Label ID="lbItemCode" runat="server"></asp:Label> </td> </tr> <tr> <td class="auto-style8"><strong>ชื่อเรื่อง:</strong></td> <td> <asp:TextBox ID="txtTitleName" runat="server" Width="350px"></asp:TextBox> <span class="auto-style20" __designer:mapid="244"> <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtTitleName" ErrorMessage="*" CssClass="auto-style22"></asp:RequiredFieldValidator> </span> </td> </tr> <tr> <td class="auto-style8"><strong>ผู้แต่ง:</strong></td> <td> <asp:TextBox ID="txtAuthor" runat="server" Width="350px"></asp:TextBox> <span class="auto-style20" __designer:mapid="244"> <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="txtAuthor" ErrorMessage="*" CssClass="auto-style22"></asp:RequiredFieldValidator> </span> </td> </tr> <tr> <td class="auto-style8"><strong>ภาดวิชา:</strong></td> <td> <asp:TextBox ID="txtDept" runat="server" Width="350px"></asp:TextBox> <span class="auto-style20" __designer:mapid="244"> <asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="txtDept" ErrorMessage="*" CssClass="auto-style22"></asp:RequiredFieldValidator> </span> </td> </tr> <tr> <td class="auto-style8"><strong>ประเภทสิ่งพิมพ์:</strong></td> <td> <asp:DropDownList ID="ddlType" runat="server" AutoPostBack="True"> <asp:ListItem Value="0">กรุณาเลือก</asp:ListItem> <asp:ListItem Value="1">หนังสือ/ตำรา</asp:ListItem> <asp:ListItem Value="2">บทความในหนังสือ</asp:ListItem> <asp:ListItem Value="3">วารสาร</asp:ListItem> <asp:ListItem Value="4">proceedings</asp:ListItem> <asp:ListItem Value="5">โครงการวิจัย</asp:ListItem> </asp:DropDownList> <asp:CompareValidator ID="CompareValidator1" runat="server" ControlToValidate="ddlType" ErrorMessage="*" ValueToCompare="0" Operator="NotEqual"></asp:CompareValidator> </td> </tr> <tr> <td class="auto-style8"><strong>ระดับ:</strong></td> <td> <asp:DropDownList ID="ddlItemLevel" runat="server"> <asp:ListItem Value="0">กรุณาเลือก</asp:ListItem> <asp:ListItem>ชาติ</asp:ListItem> <asp:ListItem>International</asp:ListItem> </asp:DropDownList> <asp:CompareValidator ID="CompareValidator2" runat="server" ControlToValidate="ddlItemLevel" ErrorMessage="*" ValueToCompare="0" Operator="NotEqual"></asp:CompareValidator> </td> </tr> <tr> <td class="auto-style8"> </td> <td> </td> </tr> <tr> <td class="auto-style4"></td> <td class="auto-style5"> <asp:Panel ID="Panel1" runat="server"> <table class="style1"> <tr> <td colspan="4"><strong>หนังสือ/ตำรา</strong></td> </tr> <tr> <td class="auto-style6">ปีที่ตีพิมพ์:</td> <td class="auto-style7"> <asp:TextBox ID="txtPublicYear_T1" runat="server" MaxLength="4"></asp:TextBox> <ajaxToolkit:FilteredTextBoxExtender ID="txtPublicYear_T1_FilteredTextBoxExtender" runat="server" Enabled="True" FilterType="Numbers" TargetControlID="txtPublicYear_T1"> </ajaxToolkit:FilteredTextBoxExtender> </td> <td class="auto-style6">จำนวนหน้า:</td> <td> <asp:TextBox ID="txtPageAmt_T1" runat="server"></asp:TextBox> <ajaxToolkit:FilteredTextBoxExtender ID="txtPageAmt_T1_FilteredTextBoxExtender" runat="server" Enabled="True" FilterType="Numbers" TargetControlID="txtPageAmt_T1"> </ajaxToolkit:FilteredTextBoxExtender> </td> </tr> <tr> <td class="auto-style6">สถานที่พิมพ์:</td> <td class="auto-style7"> <asp:TextBox ID="txtPrintLocation_T1" runat="server" Width="250px"></asp:TextBox> </td> <td class="auto-style6">สำนักพิมพ์:</td> <td> <asp:TextBox ID="txtPublisher_T1" runat="server" Width="250px"></asp:TextBox> </td> </tr> <tr> <td> </td> <td class="auto-style7"> </td> <td> </td> <td> </td> </tr> </table> </asp:Panel> <asp:Panel ID="Panel2" runat="server"> <table class="style1"> <tr> <td colspan="4"><strong>บทความในหนังสือ</strong></td> </tr> <tr> <td class="auto-style6">หนังสือ:</td> <td class="auto-style7"> <asp:TextBox ID="txtBookName_T2" runat="server" Width="250px"></asp:TextBox> </td> <td class="auto-style6">ผู้แต่งหนังสือ:</td> <td> <asp:TextBox ID="txtBookAuthor_T2" runat="server" Width="250px"></asp:TextBox> </td> </tr> <tr> <td class="auto-style6">ปีที่ตีพิมพ์:</td> <td class="auto-style7"> <asp:TextBox ID="txtPublicYear_T2" runat="server" MaxLength="4"></asp:TextBox> <ajaxToolkit:FilteredTextBoxExtender ID="txtPublicYear_T2_FilteredTextBoxExtender" runat="server" Enabled="True" FilterType="Numbers" TargetControlID="txtPublicYear_T2"> </ajaxToolkit:FilteredTextBoxExtender> </td> <td class="auto-style6">จำนวนหน้า:</td> <td> <asp:TextBox ID="txtPageAmt_T2" runat="server"></asp:TextBox> <ajaxToolkit:FilteredTextBoxExtender ID="txtPageAmt_T2_FilteredTextBoxExtender" runat="server" Enabled="True" FilterType="Numbers" TargetControlID="txtPageAmt_T2"> </ajaxToolkit:FilteredTextBoxExtender> </td> </tr> <tr> <td class="auto-style6">สถานที่พิมพ์:</td> <td class="auto-style7"> <asp:TextBox ID="txtPrintLocation_T2" runat="server" Width="250px"></asp:TextBox> </td> <td class="auto-style6">สำนักพิมพ์:</td> <td> <asp:TextBox ID="txtPublisher_T2" runat="server" Width="250px"></asp:TextBox> </td> </tr> <tr> <td> </td> <td class="auto-style7"> </td> <td> </td> <td> </td> </tr> </table> </asp:Panel> <asp:Panel ID="Panel3" runat="server"> <table class="style1"> <tr> <td colspan="6"><strong>วารสาร</strong></td> </tr> <tr> <td class="auto-style10">ปีที่ตีพิมพ์:</td> <td class="auto-style7"> <asp:TextBox ID="txtPublicYear_T3" runat="server" MaxLength="4"></asp:TextBox> <ajaxToolkit:FilteredTextBoxExtender ID="txtPublicYear_T3_FilteredTextBoxExtender" runat="server" Enabled="True" FilterType="Numbers" TargetControlID="txtPublicYear_T3"> </ajaxToolkit:FilteredTextBoxExtender> </td> <td class="auto-style6">Volumn:</td> <td> <asp:TextBox ID="txtVolumn_T3" runat="server"></asp:TextBox> </td> <td class="auto-style6">Issue:</td> <td> <asp:TextBox ID="txtIssue_T3" runat="server"></asp:TextBox> </td> </tr> <tr> <td class="auto-style10">Page:</td> <td class="auto-style7"> <asp:TextBox ID="txtPage_T3" runat="server"></asp:TextBox> <ajaxToolkit:FilteredTextBoxExtender ID="txtPage_T3_FilteredTextBoxExtender" runat="server" Enabled="True" FilterType="Numbers" TargetControlID="txtPage_T3"> </ajaxToolkit:FilteredTextBoxExtender> </td> <td class="auto-style6">ประเทศเจ้าของวารสาร:</td> <td> <asp:TextBox ID="txtJournalCountry_T3" runat="server" Width="250px"></asp:TextBox> </td> <td class="auto-style6">Impact factor:</td> <td> <asp:TextBox ID="txtImpactFactor_T3" runat="server"></asp:TextBox> </td> </tr> <tr> <td class="auto-style11"> </td> <td class="auto-style7"> </td> <td> </td> <td> </td> <td> </td> <td> </td> </tr> </table> </asp:Panel> <asp:Panel ID="Panel4" runat="server"> <table class="style1"> <tr> <td colspan="4"><strong>เอกสารเรื่องเต็มประกอบการประชุมวิชาการ (Proceedings)</strong></td> </tr> <tr> <td class="auto-style10">ชื่องานประชุม:</td> <td class="auto-style7"> <asp:TextBox ID="txtMeetingName_T4" runat="server" Width="250px"></asp:TextBox> </td> <td class="auto-style6">วัน/เดือน/ปี:</td> <td> <asp:TextBox ID="txtMeetingDate_T4" runat="server" MaxLength="10" ReadOnly="True"></asp:TextBox> <ajaxToolkit:CalendarExtender ID="txtMeetingDate_T4_CalendarExtender" runat="server" Enabled="True" Format="dd/MM/yyyy" TargetControlID="txtMeetingDate_T4"> </ajaxToolkit:CalendarExtender> </td> </tr> <tr> <td class="auto-style10">สานที่จัดงาน:</td> <td class="auto-style7"> <asp:TextBox ID="txtEventLocation_T4" runat="server" Width="250px"></asp:TextBox> </td> <td class="auto-style6">ผู้จัดงาน:</td> <td> <asp:TextBox ID="txtOrganizer_T4" runat="server" Width="250px"></asp:TextBox> </td> </tr> <tr> <td class="auto-style11"> </td> <td class="auto-style7"> </td> <td> </td> <td> </td> </tr> </table> </asp:Panel> <asp:Panel ID="Panel5" runat="server"> <table class="style1"> <tr> <td colspan="4"><strong>โครงการวิจัย</strong></td> </tr> <tr> <td class="auto-style15">โครงการวิจัยปีงบประมาณ:</td> <td class="auto-style16"> <asp:TextBox ID="txtResearchYear_T5" runat="server" MaxLength="4"></asp:TextBox> <ajaxToolkit:FilteredTextBoxExtender ID="txtResearchYear_T5_FilteredTextBoxExtender" runat="server" Enabled="True" FilterType="Numbers" TargetControlID="txtResearchYear_T5"> </ajaxToolkit:FilteredTextBoxExtender> </td> <td class="auto-style17">ระยะเวลาการดำเนินงาน:</td> <td> <asp:TextBox ID="txtOperTime_T5" runat="server" MaxLength="4"></asp:TextBox> <ajaxToolkit:FilteredTextBoxExtender ID="txtOperTime_T5_FilteredTextBoxExtender" runat="server" Enabled="True" FilterType="Numbers" TargetControlID="txtOperTime_T5"> </ajaxToolkit:FilteredTextBoxExtender> (ปี พ.ศ.)</td> </tr> <tr> <td class="auto-style15">ชื่อโครงการวิจัย:</td> <td class="auto-style16"> <asp:TextBox ID="txtResearchName_T5" runat="server" Width="250px"></asp:TextBox> </td> <td class="auto-style17">ปีที่กำลังดำเนินงาน:</td> <td> <asp:DropDownList ID="ddlOperYear_T5" runat="server"> <asp:ListItem Value="0">กรุณาเลือก</asp:ListItem> <asp:ListItem>1</asp:ListItem> <asp:ListItem>2</asp:ListItem> <asp:ListItem>3</asp:ListItem> <asp:ListItem>4</asp:ListItem> <asp:ListItem>5</asp:ListItem> </asp:DropDownList> ปี</td> </tr> <tr> <td class="auto-style15">ผู้วิจัย:</td> <td class="auto-style16"> <asp:TextBox ID="txtResearchAuthor_T5" runat="server" Width="250px"></asp:TextBox> </td> <td class="auto-style17">ผู้ให้ทุนวิจัย:</td> <td> <asp:TextBox ID="txtResearchFunder_T5" runat="server" Width="250px"></asp:TextBox> </td> </tr> <tr> <td class="auto-style15">ตำแหน่งในโครงการวิจัย:</td> <td class="auto-style16"> <asp:DropDownList ID="ddlResearchPosition_T5" runat="server"> <asp:ListItem>กรุณาเลือก</asp:ListItem> <asp:ListItem>หัวหน้าโครงการ</asp:ListItem> <asp:ListItem>ผู้ร่วมวิจัย</asp:ListItem> <asp:ListItem>ที่ปรึกษาโครงการ</asp:ListItem> </asp:DropDownList> </td> <td class="auto-style17">จำนวนเงินที่ได้รับการจัดสรร:</td> <td> <asp:TextBox ID="txtResearchAmt_T5" runat="server"></asp:TextBox> <ajaxToolkit:FilteredTextBoxExtender ID="txtResearchAmt_T5_FilteredTextBoxExtender" runat="server" Enabled="True" TargetControlID="txtResearchAmt_T5" FilterType="Numbers, Custom" ValidChars="."> </ajaxToolkit:FilteredTextBoxExtender> </td> </tr> <tr> <td class="auto-style15">ประเภทโครงการวิจัย:</td> <td class="auto-style16"> <asp:DropDownList ID="ddlResearchType_T5" runat="server"> <asp:ListItem>กรุณาเลือก</asp:ListItem> <asp:ListItem>โครงการปีเดียว</asp:ListItem> <asp:ListItem>โครงการต่อเนื่อง</asp:ListItem> </asp:DropDownList> <asp:DropDownList ID="ddlResearchTypeYear_T5" runat="server"> <asp:ListItem Value="0">กรุณาเลือก</asp:ListItem> <asp:ListItem>1</asp:ListItem> <asp:ListItem>2</asp:ListItem> <asp:ListItem>3</asp:ListItem> <asp:ListItem>4</asp:ListItem> <asp:ListItem>5</asp:ListItem> </asp:DropDownList> ปี</td> <td class="auto-style17"> </td> <td> </td> </tr> <tr> <td class="auto-style14"> </td> <td class="auto-style16"> </td> <td class="auto-style18"> </td> <td> </td> </tr> </table> </asp:Panel> </td> </tr> <tr> <td class="auto-style8"><strong>ไฟล์: <td> <asp:FileUpload ID="FileUpload1" runat="server" /> <asp:Label ID="lbFileUploadName" runat="server"></asp:Label> </td> </tr> <tr> <td class="auto-style8"><strong>url:</strong></td> <td> <asp:TextBox ID="txtURL" runat="server"></asp:TextBox> </td> </tr> <tr> <td class="auto-style3"> </td> <td> <asp:Button ID="btnSave" runat="server" Text="บันทึก" Width="60px" /> <asp:Button ID="btnClear" runat="server" Text="ล้าง" Width="60px" CausesValidation="False" /> </td> </tr> </table> </td> </tr> <tr> <td> <ajaxToolkit:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"> </ajaxToolkit:ToolkitScriptManager> </td> </tr> </table> </asp:Content>