layouts
This commit is contained in:
parent
bce6280750
commit
c74ac71b5d
8 changed files with 10 additions and 112 deletions
|
|
@ -3,21 +3,7 @@
|
||||||
ViewBag.Title = Localizer["ApiScope"];
|
ViewBag.Title = Localizer["ApiScope"];
|
||||||
}
|
}
|
||||||
|
|
||||||
@{
|
|
||||||
Layout = null;
|
|
||||||
}
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
|
||||||
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta name="viewport" content="width=device-width" />
|
|
||||||
<title>Create</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<h4>ApiScope</h4>
|
<h4>ApiScope</h4>
|
||||||
<hr />
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<form asp-action="Create">
|
<form asp-action="Create">
|
||||||
|
|
@ -67,6 +53,3 @@
|
||||||
<div>
|
<div>
|
||||||
<a asp-action="Index">Back to List</a>
|
<a asp-action="Index">Back to List</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
@ -3,19 +3,6 @@
|
||||||
ViewBag.Title = Localizer["ApiScope"];
|
ViewBag.Title = Localizer["ApiScope"];
|
||||||
}
|
}
|
||||||
|
|
||||||
@{
|
|
||||||
Layout = null;
|
|
||||||
}
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
|
||||||
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta name="viewport" content="width=device-width" />
|
|
||||||
<title>Delete</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<h3>Are you sure you want to delete this?</h3>
|
<h3>Are you sure you want to delete this?</h3>
|
||||||
<div>
|
<div>
|
||||||
<h4>YavscApiScope</h4>
|
<h4>YavscApiScope</h4>
|
||||||
|
|
@ -64,12 +51,9 @@
|
||||||
@Html.DisplayFor(model => model.ShowInDiscoveryDocument)
|
@Html.DisplayFor(model => model.ShowInDiscoveryDocument)
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<form asp-action="Delete">
|
<form asp-action="Delete">
|
||||||
<input type="hidden" asp-for="Id" />
|
<input type="hidden" asp-for="Id" />
|
||||||
<input type="submit" value="Delete" class="btn btn-danger" /> |
|
<input type="submit" value="Delete" class="btn btn-danger" /> |
|
||||||
<a asp-action="Index">Back to List</a>
|
<a asp-action="Index">Back to List</a>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
@ -3,18 +3,6 @@
|
||||||
ViewBag.Title = Localizer["ApiScope"];
|
ViewBag.Title = Localizer["ApiScope"];
|
||||||
}
|
}
|
||||||
|
|
||||||
@{
|
|
||||||
Layout = null;
|
|
||||||
}
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
|
||||||
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta name="viewport" content="width=device-width" />
|
|
||||||
<title>Details</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h4>YavscApiScope</h4>
|
<h4>YavscApiScope</h4>
|
||||||
|
|
@ -68,5 +56,3 @@
|
||||||
<a asp-action="Edit" asp-route-id="@Model?.Id">Edit</a> |
|
<a asp-action="Edit" asp-route-id="@Model?.Id">Edit</a> |
|
||||||
<a asp-action="Index">Back to List</a>
|
<a asp-action="Index">Back to List</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
@ -3,18 +3,6 @@
|
||||||
ViewBag.Title = Localizer["ApiScope"];
|
ViewBag.Title = Localizer["ApiScope"];
|
||||||
}
|
}
|
||||||
|
|
||||||
@{
|
|
||||||
Layout = null;
|
|
||||||
}
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
|
||||||
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta name="viewport" content="width=device-width" />
|
|
||||||
<title>Edit</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<h4>YavscApiScope</h4>
|
<h4>YavscApiScope</h4>
|
||||||
<hr />
|
<hr />
|
||||||
|
|
@ -68,6 +56,3 @@
|
||||||
<div>
|
<div>
|
||||||
<a asp-action="Index">Back to List</a>
|
<a asp-action="Index">Back to List</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
@ -2,17 +2,9 @@
|
||||||
|
|
||||||
@{
|
@{
|
||||||
ViewBag.Title = Localizer["ApiScope"];
|
ViewBag.Title = Localizer["ApiScope"];
|
||||||
Layout = null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
<!DOCTYPE html>
|
|
||||||
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta name="viewport" content="width=device-width" />
|
|
||||||
<title>Index</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<p>
|
<p>
|
||||||
<a asp-action="Create">Create New</a>
|
<a asp-action="Create">Create New</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
@ -76,5 +68,3 @@
|
||||||
}
|
}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
|
||||||
|
|
@ -3,26 +3,13 @@
|
||||||
ViewBag.Title = Localizer["SIRENExceptions"];
|
ViewBag.Title = Localizer["SIRENExceptions"];
|
||||||
}
|
}
|
||||||
|
|
||||||
@{
|
|
||||||
Layout = "null";
|
|
||||||
}
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
|
||||||
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta name="viewport" content="width=device-width" />
|
|
||||||
<title>Delete</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<h3>AreYourSureYouWantToDeleteThis</h3>
|
<h3>AreYourSureYouWantToDeleteThis</h3>
|
||||||
<div>
|
<div>
|
||||||
<h4>ExceptionSIREN</h4>
|
<h4>ExceptionSIREN</h4>
|
||||||
<hr />
|
<hr />
|
||||||
<dl class="dl-horizontal">
|
<dl class="dl-horizontal">
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
<form asp-action="Delete">
|
<form asp-action="Delete">
|
||||||
<div class="form-actions no-color">
|
<div class="form-actions no-color">
|
||||||
<input type="submit" value="Delete" class="btn btn-primary" /> |
|
<input type="submit" value="Delete" class="btn btn-primary" /> |
|
||||||
|
|
@ -30,5 +17,3 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
@ -3,19 +3,6 @@
|
||||||
ViewBag.Title = Localizer["SIRENExceptions"];
|
ViewBag.Title = Localizer["SIRENExceptions"];
|
||||||
}
|
}
|
||||||
|
|
||||||
@{
|
|
||||||
Layout = "null";
|
|
||||||
}
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
|
||||||
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta name="viewport" content="width=device-width" />
|
|
||||||
<title>Details</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h4>ExceptionSIREN</h4>
|
<h4>ExceptionSIREN</h4>
|
||||||
<hr />
|
<hr />
|
||||||
|
|
@ -26,5 +13,3 @@
|
||||||
<a asp-action="Edit" asp-route-id="@Model.SIREN">Edit</a> |
|
<a asp-action="Edit" asp-route-id="@Model.SIREN">Edit</a> |
|
||||||
<a asp-action="Index">Back to List</a>
|
<a asp-action="Index">Back to List</a>
|
||||||
</p>
|
</p>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
@ -54,7 +54,7 @@
|
||||||
\global\let\TotalHT\TotalHT
|
\global\let\TotalHT\TotalHT
|
||||||
\global\let\TotalTVA\TotalTVA
|
\global\let\TotalTVA\TotalTVA
|
||||||
\global\let\TotalTTC\TotalTTC
|
\global\let\TotalTTC\TotalTTC
|
||||||
\cr
|
\cr
|
||||||
\hline
|
\hline
|
||||||
\textbf{Total} & & & \TotalHT
|
\textbf{Total} & & & \TotalHT
|
||||||
}
|
}
|
||||||
|
|
@ -82,7 +82,7 @@
|
||||||
% Infos Client
|
% Infos Client
|
||||||
\def\ClientNom{@TeXHelpers.ToTeX(to.UserName)} % Nom du client
|
\def\ClientNom{@TeXHelpers.ToTeX(to.UserName)} % Nom du client
|
||||||
|
|
||||||
\def\ClientAdresse{
|
\def\ClientAdresse{
|
||||||
% Adresse du client
|
% Adresse du client
|
||||||
@PostalAddress @if (!string.IsNullOrWhiteSpace(to.PhoneNumber)) {<text>\\
|
@PostalAddress @if (!string.IsNullOrWhiteSpace(to.PhoneNumber)) {<text>\\
|
||||||
@TeXHelpers.ToTeX(to.PhoneNumber)
|
@TeXHelpers.ToTeX(to.PhoneNumber)
|
||||||
|
|
@ -109,7 +109,7 @@
|
||||||
|
|
||||||
\renewcommand{\headrulewidth}{0pt}
|
\renewcommand{\headrulewidth}{0pt}
|
||||||
\cfoot{ @TeXHelpers.ToTeX(from.UserName) - @ViewBag.FooterPerformerOrganizationAddress \\
|
\cfoot{ @TeXHelpers.ToTeX(from.UserName) - @ViewBag.FooterPerformerOrganizationAddress \\
|
||||||
\small{ E-mail: @TeXHelpers.ToTeX(from.Email) @if (!string.IsNullOrWhiteSpace(from.PhoneNumber)) { <text> - Téléphone : @TeXHelpers.ToTeX(from.PhoneNumber) </text> }
|
\small{ E-mail: @TeXHelpers.ToTeX(from.Email) @if (!string.IsNullOrWhiteSpace(from.PhoneNumber)) { <text> - Téléphone : @TeXHelpers.ToTeX(from.PhoneNumber) </text> }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -117,9 +117,9 @@
|
||||||
|
|
||||||
% Logo de la société
|
% Logo de la société
|
||||||
@if (from.Avatar != null) {
|
@if (from.Avatar != null) {
|
||||||
<text>\includegraphics[height=60pt]{@(ViewBag.AvatarsDir)/@(from.UserName).png}
|
<text>\includegraphics[height=60pt]{@(ViewBag.AvatarsDir)/@(from.UserName).png}
|
||||||
</text>
|
</text>
|
||||||
} else {
|
} else {
|
||||||
<text>%\includegraphics{logo.png}
|
<text>%\includegraphics{logo.png}
|
||||||
</text>
|
</text>
|
||||||
}
|
}
|
||||||
|
|
@ -180,12 +180,12 @@
|
||||||
\begin{center}
|
\begin{center}
|
||||||
\begin{tabular}{|c c c c|}
|
\begin{tabular}{|c c c c|}
|
||||||
@if (!string.IsNullOrWhiteSpace(bi.BankCode) && !string.IsNullOrWhiteSpace(bi.WicketCode)
|
@if (!string.IsNullOrWhiteSpace(bi.BankCode) && !string.IsNullOrWhiteSpace(bi.WicketCode)
|
||||||
&& !string.IsNullOrWhiteSpace(bi.AccountNumber) ) {
|
&& !string.IsNullOrWhiteSpace(bi.AccountNumber) ) {
|
||||||
<text>\hline \textbf{Code banque} & \textbf{Code guichet} & \textbf{N\textdegree de Compte} & \textbf{Clé RIB} \\
|
<text>\hline \textbf{Code banque} & \textbf{Code guichet} & \textbf{N\textdegree de Compte} & \textbf{Clé RIB} \\
|
||||||
@bi.BankCode & @bi.WicketCode & @bi.AccountNumber & @bi.BankedKey \\
|
@bi.BankCode & @bi.WicketCode & @bi.AccountNumber & @bi.BankedKey \\
|
||||||
</text>
|
</text>
|
||||||
}
|
}
|
||||||
@if (!string.IsNullOrWhiteSpace(@bi.IBAN) && !string.IsNullOrWhiteSpace(@bi.BIC)) {
|
@if (!string.IsNullOrWhiteSpace(@bi.IBAN) && !string.IsNullOrWhiteSpace(@bi.BIC)) {
|
||||||
<text>
|
<text>
|
||||||
\hline \textbf{IBAN N\textdegree} & \multicolumn{3}{|l|}{ @bi.IBAN } \\
|
\hline \textbf{IBAN N\textdegree} & \multicolumn{3}{|l|}{ @bi.IBAN } \\
|
||||||
\hline \textbf{Code BIC} & \multicolumn{3}{|l|}{ @bi.BIC }
|
\hline \textbf{Code BIC} & \multicolumn{3}{|l|}{ @bi.BIC }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue