Files
.gitea
Elwig
Controls
Dialogs
Documents
BusinessDocument.cs
BusinessDocument.cshtml
BusinessDocument.css
BusinessLetter.cs
BusinessLetter.cshtml
CreditNote.cs
CreditNote.cshtml
CreditNote.css
DeliveryConfirmation.cs
DeliveryConfirmation.cshtml
DeliveryConfirmation.css
DeliveryJournal.cs
DeliveryJournal.cshtml
DeliveryJournal.css
DeliveryNote.cs
DeliveryNote.cshtml
DeliveryNote.css
Document.Page.css
Document.Table.css
Document.cs
Document.cshtml
Document.css
Letterhead.cs
Letterhead.cshtml
MemberDataSheet.cs
MemberDataSheet.cshtml
MemberDataSheet.css
Helpers
Models
Properties
Resources
Windows
App.xaml
App.xaml.cs
AssemblyInfo.cs
Elwig.csproj
fetch-resources.bat
Installer
Setup
Tests
.gitignore
Elwig.sln
elwig/Elwig/Documents/Letterhead.cshtml

10 lines
218 B
Plaintext

@using RazorLight
@inherits TemplatePage<Elwig.Documents.Letterhead>
@model Elwig.Documents.Letterhead
@{ Layout = "BusinessDocument"; }
<style>
header, .footer-wrapper {
visibility: hidden;
}
</style>