35 lines
1.3 KiB
Plaintext
35 lines
1.3 KiB
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_postMulti.ascx.cs" Inherits="C_TRACK.WebUserControls.mod_postMulti" %>
|
|
<%@ Register Src="~/WebUserControls/mod_task2post.ascx" TagPrefix="uc1" TagName="mod_task2post" %>
|
|
|
|
|
|
<div class="card border-success">
|
|
<div class="card-header text-center text-uppercase py-1 text-light bg-success">
|
|
<b>Commesse Attive</b>
|
|
</div>
|
|
<div class="card-body p-1">
|
|
<uc1:mod_task2post runat="server" ID="mod_task2postAttive" statoTask="STC-01" />
|
|
</div>
|
|
</div>
|
|
<br />
|
|
<div class="card border-warning">
|
|
<div class="card-header text-center text-uppercase py-1 text-light bg-warning">
|
|
<b>Commesse Sospese</b>
|
|
</div>
|
|
<div class="card-body p-1">
|
|
<uc1:mod_task2post runat="server" ID="mod_task2postSospese" statoTask="STC-02" />
|
|
</div>
|
|
</div>
|
|
<br />
|
|
<div class="card border-dark">
|
|
<div class="card-header text-center text-uppercase py-1 text-light bg-dark">
|
|
<b>Elenco Operatori</b>
|
|
</div>
|
|
<div class="card-body p-1">
|
|
<ul class="list-group list-group-flush">
|
|
<li class="list-group-item">elenco operatori attivi - Cras justo odio</li>
|
|
<li class="list-group-item">elenco operatori attivi - Dapibus ac facilisis in</li>
|
|
<li class="list-group-item">elenco operatori attivi - Vestibulum at eros</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|