16 lines
1.3 KiB
Plaintext
16 lines
1.3 KiB
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSimpleFull.Master" AutoEventWireup="true" CodeBehind="getDocByProto.aspx.cs" Inherits="ETS_DIP.getDocByProto" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
|
|
<div style="font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif; font-size: 0.9em; padding: 4px; height: 100%;">
|
|
<div style="font-size: 2em; height: 1.6em; font-weight: bold;">Recupero protocolli DIP</div>
|
|
<div style="color: #333; height: 3em; vertical-align: middle;">
|
|
<asp:Label ID="lblNumProto" runat="server" Text="..." ForeColor="Red" Font-Size="1.2em" />
|
|
</div>
|
|
<div style="color: #333; height: 1.1em;">Restituisce in download un file dato parametro protocollo in URL, formato</div>
|
|
<div style="color: #0094ff; height: 1.1em;">http://indirizzo_server/getDocByProto.aspx?nrProto=12345-9999</div>
|
|
<div style="color: #777; font-size: 0.8em; font-style: italic; height: 1.6em;">Attenzione al formato OBBLIGATORIO numero-anno!!!</div>
|
|
<div style="color: #333; height: 1.1em;">e restituisce redirect al documento</div>
|
|
<div style="color: #0094ff; height: 1.6em;">http://indirizzo_server/ArchivioDocs/path_completo/nomeDocumento.xyz</div>
|
|
</div>
|
|
</asp:Content>
|