22 lines
1.0 KiB
Plaintext
22 lines
1.0 KiB
Plaintext
<%@ Page Title="GPW-ADM" Language="C#" MasterPageFile="~/WebMasterPages/BMP.master" AutoEventWireup="true" CodeBehind="menu.aspx.cs"
|
|
Inherits="GPW_Admin.menu" %>
|
|
|
|
<%@ Register Src="~/WebUserControls/cmp_homeButtons.ascx" TagPrefix="uc1" TagName="cmp_homeButtons" %>
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="cph1" runat="server">
|
|
<div class="container">
|
|
<div class="jumbotron">
|
|
<div class="row">
|
|
<div class="col-12 col-lg-9">
|
|
<h1>GPW</h1>
|
|
<p class="lead"><%: traduci("GpwPresentationText") %></p>
|
|
</div>
|
|
<div class="d-none d-lg-inline col-lg-3 text-right">
|
|
<%--<asp:Image runat="server" ID="imgLogin" Height="128" ImageUrl='<%# getImgUrl(appUrl) %>' />--%>
|
|
<img src="images/LogoSteamware.png" class="img-fluid" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<uc1:cmp_homeButtons runat="server" ID="cmp_homeButtons" />
|
|
</div>
|
|
</asp:Content> |