Fix icone area HOME
This commit is contained in:
Binary file not shown.
@@ -202,7 +202,7 @@
|
||||
</site>
|
||||
<site name="GPW_Admin" id="7">
|
||||
<application path="/" applicationPool="Clr4IntegratedAppPool">
|
||||
<virtualDirectory path="/" physicalPath="C:\Users\samuele\Documents\VisualStudioProjects\GPW\GPW_Admin" />
|
||||
<virtualDirectory path="/" physicalPath="C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\GPW\GPW_Admin" />
|
||||
</application>
|
||||
<bindings>
|
||||
<binding protocol="http" bindingInformation="*:17490:localhost" />
|
||||
@@ -210,7 +210,7 @@
|
||||
</site>
|
||||
<site name="HOME" id="8">
|
||||
<application path="/" applicationPool="Clr4IntegratedAppPool">
|
||||
<virtualDirectory path="/" physicalPath="C:\Users\samuele\Documents\VisualStudioProjects\GPW\HOME" />
|
||||
<virtualDirectory path="/" physicalPath="C:\Users\samuele.STEAMWAREWIN\Documents\VisualStudioProjects\GPW\HOME" />
|
||||
</application>
|
||||
<bindings>
|
||||
<binding protocol="http" bindingInformation="*:37893:localhost" />
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
}
|
||||
|
||||
<div class="jumbotron">
|
||||
<h1>GPW - @ViewBag.Environment</h1>
|
||||
<h1><i class="glyphicon glyphicon-home"></i> GPW - @ViewBag.Environment</h1>
|
||||
<p class="lead">Pannello di gestione della <a href="http://www.steamware.net/gpw">suite GPW</a> per la gestione delle presenze e del log ore su progetti</p>
|
||||
<p><i>Utilizzare i link seguenti per accedere agli applicativi</i></p>
|
||||
@*<p><a href="http://www.steamware.net/iot" class="btn btn-primary btn-lg">Learn more »</a></p>*@
|
||||
@@ -12,7 +12,7 @@
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<a href="@ViewBag.UrlAdmin" class="btn btn-danger btn-lg fullWidth" target="_blank">
|
||||
<h2>ADMIN »</h2>
|
||||
<h2><i class="glyphicon glyphicon-lock"></i> ADMIN »</h2>
|
||||
</a>
|
||||
<hr />
|
||||
<p>
|
||||
@@ -26,7 +26,7 @@
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<a href="@ViewBag.UrlBCode" class="btn btn-success btn-lg fullWidth" target="_blank">
|
||||
<h2>BARCODE »</h2>
|
||||
<h2><i class="glyphicon glyphicon-barcode"></i> BARCODE »</h2>
|
||||
</a>
|
||||
<hr />
|
||||
<p>
|
||||
@@ -40,7 +40,7 @@
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<a href="@ViewBag.UrlSmart" class="btn btn-warning btn-lg fullWidth" target="_blank">
|
||||
<h2>SMART »</h2>
|
||||
<h2><i class="glyphicon glyphicon-phone"></i> SMART »</h2>
|
||||
</a>
|
||||
<hr />
|
||||
<p>
|
||||
@@ -53,7 +53,7 @@
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<a href="@ViewBag.UrlWrkLg" class="btn btn-primary btn-lg fullWidth" target="_blank">
|
||||
<h2>UTENTE »</h2>
|
||||
<h2><i class="glyphicon glyphicon-user"></i> UTENTE »</h2>
|
||||
</a>
|
||||
<hr />
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user