Compare commits
No commits in common. "9c06f80dd7fb6bf6ca69d267361451deab2d063e" and "bf1846dad6c9b7a67269b303ca78529e2e89851a" have entirely different histories.
9c06f80dd7
...
bf1846dad6
@ -1,53 +0,0 @@
|
|||||||
@page "/exrate"
|
|
||||||
@model VSERVERWS.Pages.ExchangeRateModel
|
|
||||||
@{
|
|
||||||
|
|
||||||
Layout = null;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
<html>
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
|
|
||||||
<meta http-equiv="Pragma" content="no-cache">
|
|
||||||
<meta http-equiv="Expires" content="-1">
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=10">
|
|
||||||
|
|
||||||
<title>Exchange Rate</title>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body scroll="no" style="margin: 0; padding: 0">
|
|
||||||
|
|
||||||
<style>
|
|
||||||
.headertext {
|
|
||||||
font-size: 32.0pt;
|
|
||||||
font-family: Calibri;
|
|
||||||
font-weight: 900;
|
|
||||||
text-shadow: 2px 3px 5px #737373,-1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff, -2px 0 0 #ffffff, 2px 0 0 #ffffff, 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
|
|
||||||
color: #0F243D;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.percenttext {
|
|
||||||
font-size: 140pt;
|
|
||||||
line-height: 119%;
|
|
||||||
font-family: Impact;
|
|
||||||
text-shadow: 2px 3px 5px #737373,-1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff, -2px 0 0 #ffffff, 2px 0 0 #ffffff, 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
|
|
||||||
color: #0F243D;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<div style="width:517px; height: 271px; display: flex; flex-direction: column; position: relative">
|
|
||||||
<img src="/img/EX_FLAG.png" style="width: 517px; height: 271px; position: absolute; top: 0; left: 0; z-index: -5; opacity: 50%;" >
|
|
||||||
|
|
||||||
<span class="headertext">US to CDN EXCHANGE RATE</span>
|
|
||||||
<span class="percenttext">@Model.ExRate.ToString()%</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
|
|
||||||
|
|
||||||
</html>
|
|
||||||
@ -1,26 +0,0 @@
|
|||||||
|
|
||||||
|
|
||||||
using Microsoft.AspNetCore.Mvc;
|
|
||||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
|
||||||
|
|
||||||
using CVRLIB.CVR;
|
|
||||||
|
|
||||||
namespace VSERVERWS.Pages
|
|
||||||
{
|
|
||||||
public class ExchangeRateModel : PageModel
|
|
||||||
{
|
|
||||||
|
|
||||||
public float ExRate {
|
|
||||||
get {
|
|
||||||
return CVRCO.GetUSDtoCDNExRate;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public void OnGet()
|
|
||||||
{
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -7,10 +7,9 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Magick.NET-Q8-AnyCPU" Version="11.3.0" />
|
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="11.3.0" />
|
||||||
<PackageReference Include="Magick.NET.Core" Version="11.3.0" />
|
<PackageReference Include="Magick.NET.Core" Version="11.3.0" />
|
||||||
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.0" />
|
<PackageReference Include="Microsoft.Windows.Compatibility" Version="6.0.0" />
|
||||||
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
|
|
||||||
<PackageReference Include="ZXing.Net" Version="0.16.8" />
|
<PackageReference Include="ZXing.Net" Version="0.16.8" />
|
||||||
<FrameworkReference Include="Microsoft.WindowsDesktop.App" />
|
<FrameworkReference Include="Microsoft.WindowsDesktop.App" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 40 KiB |
Loading…
x
Reference in New Issue
Block a user