Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="cadArtigos.aspx.cs" Inherits="cadArtigos" %>
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head runat="server">
  7.     <title></title>
  8.     <style type="text/css">
  9.         .style1
  10.         {
  11.             text-align: center;
  12.         }
  13.         .style3
  14.         {
  15.             text-align: center;
  16.         }
  17.         .style4
  18.         {
  19.             width: 188px;
  20.             text-align: right;
  21.         }
  22.         .style5
  23.         {
  24.             width: 102px;
  25.         }
  26.         .style6
  27.         {
  28.             width: 203px;
  29.             height: 26px;
  30.         }
  31.         .style7
  32.         {
  33.             height: 26px;
  34.         }
  35.         .style8
  36.         {
  37.             width: 188px;
  38.             text-align: right;
  39.             height: 26px;
  40.         }
  41.         .style9
  42.         {
  43.             width: 102px;
  44.             height: 26px;
  45.         }
  46.         .style10
  47.         {
  48.             text-align: center;
  49.             height: 26px;
  50.         }
  51.         .style11
  52.         {
  53.             text-align: center;
  54.             height: 23px;
  55.         }
  56.         .style12
  57.         {
  58.             height: 23px;
  59.         }
  60.     </style>
  61. </head>
  62. <body>
  63.     <form id="form1" runat="server">
  64.     <div>
  65.    
  66.         <table style="width:100%;">
  67.             <tr>
  68.                 <td class="style3" colspan="4">
  69.                     Cadastro de Artigos</td>
  70.             </tr>
  71.             <tr>
  72.                 <td class="style11">
  73.                     </td>
  74.                 <td colspan="3" class="style12">
  75.                     </td>
  76.             </tr>
  77.             <tr>
  78.                 <td class="style10">
  79.                     Titulo</td>
  80.                 <td class="style7" colspan="3">
  81.                     <asp:TextBox ID="titulo" runat="server" Columns="100"></asp:TextBox>
  82.                 </td>
  83.             </tr>
  84.             <tr>
  85.                 <td class="style3">
  86.                     Autor</td>
  87.                 <td colspan="3">
  88.                     <asp:TextBox ID="autor" runat="server" Columns="50"></asp:TextBox>
  89.                 </td>
  90.             </tr>
  91.             <tr>
  92.                 <td class="style3">
  93.                     Texto</td>
  94.                 <td colspan="3">
  95.                     &nbsp;</td>
  96.             </tr>
  97.             <tr>
  98.                 <td class="style1" colspan="4">
  99.                     <asp:TextBox ID="texto" runat="server" Height="214px"
  100.                         style="text-align: center" TextMode="MultiLine" Width="808px"></asp:TextBox>
  101.                 </td>
  102.             </tr>
  103.             <tr>
  104.                 <td class="style6">
  105.                     <asp:CheckBox ID="publicar" runat="server" Text="Publicar" TextAlign="Left" />
  106.                 </td>
  107.                 <td class="style7">
  108.                     &nbsp;</td>
  109.                 <td class="style8">
  110.                     Data</td>
  111.                 <td class="style9">
  112.                     <asp:TextBox ID="dia" runat="server" Columns="2"></asp:TextBox>
  113.                     /<asp:TextBox ID="mes" runat="server" Columns="2"></asp:TextBox>
  114.                     /<asp:TextBox ID="ano" runat="server" Columns="4"></asp:TextBox>
  115.                 </td>
  116.             </tr>
  117.             <tr>
  118.                 <td class="style3">
  119.                     &nbsp;</td>
  120.                 <td>
  121.                     &nbsp;</td>
  122.                 <td class="style4">
  123.                     &nbsp;</td>
  124.                 <td class="style5">
  125.                     &nbsp;</td>
  126.             </tr>
  127.             <tr>
  128.                 <td class="style3">
  129.                     &nbsp;</td>
  130.                 <td style="text-align: center">
  131.                     <asp:Button ID="Btlimpar" runat="server" onclick="Btlimpar_Click"
  132.                         Text="Limpar" />
  133.                 </td>
  134.                 <td class="style4">
  135.                     &nbsp;</td>
  136.                 <td class="style5" style="text-align: center">
  137.                     <asp:Button ID="BtSalvar" runat="server" onclick="BtSalvar_Click"
  138.                         Text="Salvar" />
  139.                 </td>
  140.             </tr>
  141.         </table>
  142.    
  143.     </div>
  144.     </form>
  145. </body>
  146. </html>