fix formattazione pagina about
This commit is contained in:
+7
-13
@@ -3,18 +3,12 @@
|
||||
<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
|
||||
<div class="ui-grid-a" style="color: white;">
|
||||
<div class="ui-block-a" style="font-weight: bold;">
|
||||
Module Name<br />
|
||||
Main Assembly<br />
|
||||
.net framework<br />
|
||||
Libraries<br />
|
||||
</div>
|
||||
<div class="ui-block-b">
|
||||
<%: SteamWare.memLayer.ML.confReadString("CodModulo") %><br />
|
||||
<%: mainAssembly %><br />
|
||||
<%: runtimeImg %><br />
|
||||
<asp:Label runat="server" ID="lblDllVersion" /><br />
|
||||
</div>
|
||||
<div class="ui-grid-solo" style="color: white; text-align: center;">
|
||||
<h1>Module: <%: SteamWare.memLayer.ML.confReadString("CodModulo") %></h1>
|
||||
<h3>.net framework: <%: runtimeImg %></h3>
|
||||
<h3>Main Assembly: <%: mainAssembly %></h3>
|
||||
<hr />
|
||||
<h3>Other Libraries</h3>
|
||||
<asp:Label runat="server" ID="lblDllVersion" /><br />
|
||||
</div>
|
||||
</asp:Content>
|
||||
|
||||
Reference in New Issue
Block a user