Server IP : 103.6.199.200 / Your IP : 3.140.197.140 Web Server : Microsoft-IIS/10.0 System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586 User : EMPUSA$ ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Domains/kmsjbcom/kmsjb.com/wwwroot/ |
Upload File : |
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="Temp_KFCSB_Default" EnableViewState="false" EnableSessionState="false" %> <!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>KIS</title> <meta name="robots" content="noindex, nofollow" /> <style type="text/css" media="all"> body { font-size: 14px; font-Family: Arial; } a { text-decoration: none; color: blue; } a:hover { color: red; } ol { margin-top:0; } ol li { padding-bottom:8px; } </style> </head> <body> <form id="form1" runat="server"> <div style="padding:10px;"> <h3 style="margin:5px;">How to Work Efficiently</h3> <div style="float:left;width:288px;overflow:hidden;"> <asp:Image ID="uxImage" runat="server" ImageUrl="~/sample.jpg" /> <ul> <li><asp:HyperLink ID="uxLink" runat="server" Text="Member Login" NavigateUrl="~/Admin/Default.aspx"></asp:HyperLink></li> </ul> </div> <div style="float:left;width:500px;margin-left:0;"> <ol> <li>Keep your desk and your files organized to avoid wasting time shuffling through piles of paper.</li> <li>Go through your inbox at the beginning of each work day. Either throw away, file or follow up on each item.</li> <li>Prioritize a list of the tasks you need to accomplish that day.</li> <li>Delegate tasks to co-workers and assistants if possible.</li> <li>Finish one task before you go on to the next.</li> <li>Reduce paperwork by storing important information on your computer or electronic organizer.</li> <li>Communicate effectively and plan carefully to make sure a job is done properly the first time around.</li> <li>Schedule time when you'll be available, and let colleagues know, to avoid constant interruptions. Close the door if you need to.</li> </ol> </div> <div style="clear:both;"></div> </div> </form> </body> </html>