initial commit
This commit is contained in:
commit
252dac3143
1516 changed files with 694271 additions and 0 deletions
30
Shared/ForbiddenMobile.aspx
Normal file
30
Shared/ForbiddenMobile.aspx
Normal file
|
@ -0,0 +1,30 @@
|
|||
<%@ Page Language="vb" AutoEventWireup="true" EnableEventValidation="false" Codefile="ForbiddenMobile.aspx.vb" Inherits="Persons.UI.ForbiddenMobile" %>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head runat="server">
|
||||
<title>Forbidden</title>
|
||||
</head>
|
||||
<body style="margin: 0px; padding: 0px;">
|
||||
<table cellspacing="0" cellpadding="0" border="0" class="mobileBase">
|
||||
<tr>
|
||||
<td class="mobileHeader">
|
||||
<table cellspacing="0" cellpadding="0" border="0" style="width: 100%;">
|
||||
<tr>
|
||||
<td class="mobileHeaderLeft"> </td>
|
||||
<td class="mobileHeaderTitle" style="padding-top: 0px;">Forbidden</td>
|
||||
<td class="mobileHeaderOption"> </td>
|
||||
<td class="mobileHeaderRight"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="mobileBody">
|
||||
<br />
|
||||
<asp:Literal id="ForbiddenText1" runat="server" Text='<%# GetResourceValue("Txt:ForbiddenLine1") %>'/><br /><br />
|
||||
<asp:Literal id="ForbiddenText2" runat="server" Text='<%# GetResourceValue("Txt:ForbiddenLine2") %>'/><br /><br />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue