-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVerifyEmail.aspx
37 lines (29 loc) · 1.29 KB
/
VerifyEmail.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<%@ Page Language="C#" MasterPageFile="MasterPage.master" AutoEventWireup="true" CodeFile="VerifyEmail.aspx.cs" Inherits="VerifyEmail" %>
<asp:Content runat="server" ContentPlaceHolderID="head"></asp:Content>
<asp:Content runat="server" ContentPlaceHolderID="Main">
<section class="main-other signup-main">
<div class="box-other">
<div class="title-otherpg">
<div class="container">
<div class="row">
<h4>فعال سازی حساب کاربری</h4>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="box-txt" style="min-height: 400px;">
<div class="signup-wrapper">
<div class="col-xs-12 col-sm-12 col-md-12 f-right">
<div class="s-p-form">
<asp:Label runat="server" ID="lblResult" Font-Size="large" Font-Names="myfont"></asp:Label>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="clearfix"></div>
</section>
</asp:Content>