Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="cadArtigos.aspx.cs" Inherits="cadArtigos" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head runat="server">
- <title></title>
- <style type="text/css">
- .style1
- {
- text-align: center;
- }
- .style3
- {
- text-align: center;
- }
- .style4
- {
- width: 188px;
- text-align: right;
- }
- .style5
- {
- width: 102px;
- }
- .style6
- {
- width: 203px;
- height: 26px;
- }
- .style7
- {
- height: 26px;
- }
- .style8
- {
- width: 188px;
- text-align: right;
- height: 26px;
- }
- .style9
- {
- width: 102px;
- height: 26px;
- }
- .style10
- {
- text-align: center;
- height: 26px;
- }
- .style11
- {
- text-align: center;
- height: 23px;
- }
- .style12
- {
- height: 23px;
- }
- </style>
- </head>
- <body>
- <form id="form1" runat="server">
- <div>
- <table style="width:100%;">
- <tr>
- <td class="style3" colspan="4">
- Cadastro de Artigos</td>
- </tr>
- <tr>
- <td class="style11">
- </td>
- <td colspan="3" class="style12">
- </td>
- </tr>
- <tr>
- <td class="style10">
- Titulo</td>
- <td class="style7" colspan="3">
- <asp:TextBox ID="titulo" runat="server" Columns="100"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td class="style3">
- Autor</td>
- <td colspan="3">
- <asp:TextBox ID="autor" runat="server" Columns="50"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td class="style3">
- Texto</td>
- <td colspan="3">
- </td>
- </tr>
- <tr>
- <td class="style1" colspan="4">
- <asp:TextBox ID="texto" runat="server" Height="214px"
- style="text-align: center" TextMode="MultiLine" Width="808px"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td class="style6">
- <asp:CheckBox ID="publicar" runat="server" Text="Publicar" TextAlign="Left" />
- </td>
- <td class="style7">
- </td>
- <td class="style8">
- Data</td>
- <td class="style9">
- <asp:TextBox ID="dia" runat="server" Columns="2"></asp:TextBox>
- /<asp:TextBox ID="mes" runat="server" Columns="2"></asp:TextBox>
- /<asp:TextBox ID="ano" runat="server" Columns="4"></asp:TextBox>
- </td>
- </tr>
- <tr>
- <td class="style3">
- </td>
- <td>
- </td>
- <td class="style4">
- </td>
- <td class="style5">
- </td>
- </tr>
- <tr>
- <td class="style3">
- </td>
- <td style="text-align: center">
- <asp:Button ID="Btlimpar" runat="server" onclick="Btlimpar_Click"
- Text="Limpar" />
- </td>
- <td class="style4">
- </td>
- <td class="style5" style="text-align: center">
- <asp:Button ID="BtSalvar" runat="server" onclick="BtSalvar_Click"
- Text="Salvar" />
- </td>
- </tr>
- </table>
- </div>
- </form>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement