?? users_logout.ascx
字號:
<%@ Control Language="C#" %>
<table cellspacing="1" cellpadding="0" width="50%" border="0">
<tr>
<th align="left">
<span class="ForumLogin_SectionTitle">Log Out Complete</span>
</th>
</tr>
<tr>
<td>
<table cellpadding="0" cellspacing="0">
<tr>
<td height="100">
<span class="ForumLogin_SectionDescription">
You have been logged out. To log back in, <br>
please visit the <a href="users_login.aspx" class="ForumLogin_LoginLink">Login page</a>.</span>
<p>
<span class="ForumLogin_SectionDescription">
<a href='<%=ResolveUrl("~/Default.aspx")%>' class="ForumLogin_LoginLink">Return to home</a>
</span>
</td>
</tr>
</table>
</td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -