1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
| <%@ Page Language="C#" AutoEventWireup="true" MasterPageFile="~/master/master.Master" CodeBehind="Licence.aspx.cs" Inherits="LicART.TP.Licence.Licence" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<script type="text/javascript" src="../../Scripts/prototype.js"></script>
<script type="text/javascript" src="../../Scripts/scriptaculous.js?¬
load=builder,effects"></script>
<script type="text/javascript" src="../../Scripts/modalbox.js"></script>
<link rel="stylesheet" href="../../Scripts/modalbox.css" type="text/css"
media="screen" />
</asp:Content>
<asp:Content runat="server" ID="pie" ContentPlaceHolderID="pied">
<a href="New.aspx" title="" onclick="
Modalbox.show(this.href, {title: this.title, width: 300 ,overlayClose: false}); return false;
"> Nouveau</a>
</asp:Content> |
Partager