?? pigeonhole.aspx
字號(hào):
?<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="pigeonhole.aspx.cs" Inherits="service_pigeonhole" Title="服務(wù)歸檔" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div class="page_title">客戶服務(wù)管理 > 服務(wù)歸檔</div>
<div class="button_bar">
<button class="common_button" >幫助</button>
<asp:Button runat="server" ID="exit" Text="返回" class="common_button" OnClick="exit_Click" />
</div>
<table class="query_form_table">
<tr>
<th>編號(hào)</th>
<td><asp:Label runat="server" ID="num" ></asp:Label></td>
<th>服務(wù)類(lèi)型</th>
<td>
<asp:Label runat="server" ID="type" ></asp:Label></td>
</tr>
<tr>
<th>概要</th>
<td colspan="3"><asp:Label runat="server" ID="gaiyao" ></asp:Label></td>
</tr>
<tr>
<th>客戶</th>
<td><asp:Label runat="server" ID="ku" ></asp:Label></td>
<th>狀態(tài)</th>
<td><asp:Label runat="server" ID="zhuangtai" ></asp:Label></td>
</tr>
<tr>
<th>服務(wù)請(qǐng)求</th>
<td colspan="3"><asp:Label runat="server" ID="qingqu" ></asp:Label><br/>
</td>
</tr>
<tr>
<th>創(chuàng)建人</th>
<td><asp:Label runat="server" ID="chuang" ></asp:Label></td>
<th>創(chuàng)建時(shí)間</th>
<td><asp:Label runat="server" ID="shijian" ></asp:Label></td>
</tr>
</table>
<br />
<table class="query_form_table" id="table3">
<tr>
<th>分配給</th>
<td>
<asp:Label runat="server" ID="names" ></asp:Label></td>
<th>分配時(shí)間</th>
<td><asp:Label runat="server" ID="times" ></asp:Label></td>
</tr>
</table>
<br />
<table class="query_form_table" id="table1">
<tr>
<th>服務(wù)處理</th>
<td colspan="3"><asp:Label runat="server" ID="chuli" rows="6" cols="50"></asp:Label><span class="red_star"></span></td>
</tr>
<tr>
<th>處理人</th>
<td><asp:Label runat="server" ID="username" name="T17" size="20" ></asp:Label><span class="red_star"></span></td>
<th>處理時(shí)間</th>
<td><asp:Label runat="server" ID="time" name="T16" size="20" ></asp:Label><span class="red_star"></span></td>
</tr>
</table>
<br />
<table class="query_form_table" id="table2">
<tr>
<th>處理結(jié)果</th>
<td><asp:Label runat="server" ID="chulijieguo" name="T10" size="20" ></asp:Label><span class="red_star"></span></td>
<th>滿意度</th>
<td>
<span class="red_star">
<asp:Image ID="Image1" runat="server" Height="27px" ImageUrl="~/images/star.jpg"
Width="28px" Visible="False"/>
<asp:Image ID="Image2" runat="server" Height="27px" ImageUrl="~/images/star.jpg"
Width="28px" Visible="False"/>
<asp:Image ID="Image3" runat="server" Height="27px" ImageUrl="~/images/star.jpg"
Width="28px" Visible="False" />
<asp:Image ID="Image4" runat="server" Height="27px" ImageUrl="~/images/star.jpg"
Width="28px" Visible="False"/>
<asp:Image ID="Image5" runat="server" Height="27px" ImageUrl="~/images/star.jpg"
Width="28px" Visible="False" /></span></td>
</tr>
</table>
</asp:Content>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -