Welcome![Sign In][Sign Up]
Location:
Search - html tr

Search list

[Other resourceAT91RM9200-BasicUSARTPDC-GHS3_6-2_0

Description: This zip describes an AT91 USART with PDC Transmission and Reception chain.Includes main.html file for help. For use under Green Hills 3.6.1 Multi?2000 Software Tool. -This describes an porting USARTs with PDC Tr ansmission and main Reception chain.Includes . html file for help. For use under Green Hills 3. 6.1 Multi 2000 Software Tool.
Platform: | Size: 363450 | Author: 张爽 | Hits:

[ASPCleara

Description: <%@ LANGUAGE=\"VBSCRIPT\" %> <!--#include file=\"util.asp\" --> <% Head=\"您放入购物车的物品已经全数退回!\" Session(\"ProductList\") = \"\" %> <html> <head> <meta http-equiv=\"Content-Type\" content=\"text/html charset=gb2312\"> <STYLE type=text/css>.main { FONT-SIZE: 9pt } .main1 { FONT-SIZE: 14px } </STYLE> <title>清空购物车</title> </head> <body topmargin=\"5\" bgcolor=\"#E6E4C4\"> <diiv align=\"center\"><center> <table width=\"100%\" border=\"0\" class=\"table1\" bordercolor=\"#62ACFF\" cellspacing=\"0\" class=main1> <tr> <td width=\"80%\" valign=\"top\"> <p align=\"center\" class=main1><%=Head%></p> <p align=\"center\"> <br><input type=\"button\" value=\"关闭\" name=\"B2\" onclick=\"window.close() \" style=\"font-size: 9pt\"></td> </tr> </table> </center></div> </body> </html> -\">
We ll use your suggestion to improve translation quality in future updates to our system.
Platform: | Size: 909 | Author: 金立犇 | Hits:

[PHP商家点评插件有地图版插件for UCHome 1.5

Description: 将文件拷贝到UCH安装目录(不会覆盖任何UCH文件). 其中config.shop.inc.php文件需要有写权限(linux). 运行shop_install.php 打开shop.php文件。将 $_SC['GoogleAPI']='ABQIAAAAIl6BzjiDCz90JrLDCFco6xRsRMjB2wv1Y7bZb-CPY4a_zZ8tAhQljtAew1TctFXLCYxRjkaGoD8jzA';替换成您的Google KYE。如您在本地调试,可以直接用以上KEY。如您还没有google KEY 请到 http://code.google.com/intl/zh-CN/apis/maps/signup.html 免费申请! 地图显示您想要的地方的方法: 首先打开Google地图,在上面寻找一个地址,然后上下左右移动地图,让这个地址正好处于地图的正中心位置,当您想寻找坐标位置已经处于地图的中心位置的时候,拷贝并粘贴以下代码到你的浏览器地址栏:   javascript:void(prompt('',gApplication.getMap().getCenter())); 然后回车一下。这时,你将得到一个弹出式的坐标,这个坐标就是你需要找的经度和纬度。 1 在admincp.php: 第一处: $acs = array( array('index','config','privacy', 'spam', 'network', 'usergroup', 'credit', 'profilefield', 'profield', 'ad', 'sitefeed', 'userapp', 'app'), array('tag', 'mtag', 'space', 'name', 'report'), array('cache', 'task', 'censor', 'stat', 'block', 'cron'), array('blog','album', 'pic', 'comment', 'thread', 'post', 'doing', 'feed', 'share') ); 修改成(最后一行array('base','pingdao','neirong','shop','reviews','shoptags')为增加的。同时记得在上一行'share')后加个逗号 ) $acs = array( array('index','config', 'privacy', 'spam', 'network', 'usergroup', 'credit', 'profilefield', 'profield', 'ad', 'sitefeed', 'userapp', 'app'), array('tag', 'mtag', 'space', 'name', 'report'), array('cache', 'task', 'censor', 'stat', 'block', 'cron'), array('blog', 'album', 'pic', 'comment', 'thread', 'post', 'doing', 'feed', 'share'), array('base','pingdao','neirong','shop','reviews','shoptags') ); 第二处: for($i=0; $i<5; $i++) {//由原来的3改成现在的5,其他不用修改 foreach ($acs[$i] as $value) { if($isfounder || $megroup['manage'.$value]) { $menus[$i][$value] = 1; $_SGLOBAL['usergroup'][$_SGLOBAL['member']['groupid']]['manage'.$value] = 1; } } } 第三处: if(empty($_GET['ac']) || (!in_array($_GET['ac'], $acs[0]) && !in_array($_GET['ac'], $acs[1]) && !in_array($_GET['ac'], $acs[2]) && !in_array($_GET['ac'], $acs[3]) && !in_array($_GET['ac'], $acs[4]) && !in_array($_GET['ac'], $acs[5]))) { //加上 && !in_array($_GET['ac'], $acs[4] && !in_array($_GET['ac'], $acs[5]),注意修改完后$acs[5]后面应有三个 ) 符号 3 admin/tp/header.htm: <!--{eval $_TPL['menunames'] = array( 'config' => '站点设置', 后加上: 'base' => '积分与审核', 'pingdao' => '频道设置', 'shoptags' => '标签管理', 'shop' => '商铺管理', 'neirong' => '点评内容', 'reviews' => '回应内容', 4 admin/tpl/side.htm开始处加入: <!--{if $menus[3]}--> <div class="block style1"> <h2>点评系统</h2> <ul class="folder"> <!--{loop $acs[4] $value}--> <!--{if $menus[4][$value]}--> <!--{if $ac==$value}--><li class="active"><!--{else}--><li><!--{/if}--><a href="admincp.php?ac=$value">{$_TPL[menunames][$value]}</a></li> <!--{/if}--> <!--{/loop}--> </ul> </div> <!--{/if}--> 5 在侧栏增加链接。 template/default/header.htm中找到 <li><img src="image/app/share.gif"><a href="space.php?do=share">分享</a></li> 加上 <li><img src="image/icon/shop.gif"><a href="shop.php">商家点评</a><em><a href="shop.php?ac=new">发布</a></em></li> 更新缓存。 如果安装后出现白屏现象,请重新检查所安装文件是否有语法错误。然后通过删除UCH安装目录下的data/tpl_cache/目录下的文件,此功能相当于更新缓存。 运行shopinstall.php 在header.htm相应的位置加上<li><img src="image/icon/shop.gif" alt="通讯录" /><a href="shop.php">通讯录</a></li> admin/tpl/config.htm 找到<tr> <th>未认证实名权限</th> <td> <table> <tr> <td width="120">允许加好友</td> <td> <input type="radio" name="config[name_allowfriend]" value="1"<!--{if $configs[name_allowfriend] == 1}--> checked<!--{/if}-->>是 <input type="radio" name="config[name_allowfriend]" value="0"<!--{if $configs[name_allowfriend] != '1'}--> checked<!--{/if}-->>否 </td></tr> 在其下面添加 <tr> <td width="120">允许商铺点评</td> <td> <input type="radio" name="config[name_allowshop]" value="1"<!--{if $configs[name_allowshop] == 1}--> checked<!--{/if}-->>是 <input type="radio" name="config[name_allowshop]" value="0"<!--{if $configs[name_allowshop] != '1'}--> checked<!--{/if}-->>否 </td></tr>
Platform: | Size: 111029 | Author: tianfuo@sina.com | Hits:

[OAOA协同

Description: <!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 id="ctl00_Head1"><title> 协同办公系统 </title><link rel="Stylesheet" type="text/css" href="CSS/master.css" /> <link rel="Stylesheet" type="text/css" href="CSS/sitecooperateCss.css" /> <style type="text/css"> .Task_Default_Grid { border:0} .Task_Default_Grid tr td { height:25px; line-height:25px; color:#0173BC; border:0; color:#6E6F71} .Task_Default_Grid tr td a { color:#0073BC} .Task_Default_Title { height:25px; line-height:25px; border-bottom:1px solid #999; color:#333333; font-weight:bold } .Task_Default_Head { height:25px; line-height:25px; text-align:left; font-weight:lighter; } .Task_Default_Head th { text-align:left; border:0;} #Content_right tr td { vertical-align:top} .mobanul { list-style:none; list-style-type:none; margin:0; padding:0} .mobanul li { height:26px; line-height:26px;} .mobanul li a { color:#0073BC} </style> <script type="text/javascript"> var w1 = screen.width; var w2 = w1 - 30; var h1 = screen.height; var h2 = 650; var t1 = (h1 - h2) / 3; //var appearence = 'dependent:yes;menubar:no;resizable:no;status:no;toolbar:no;titlebar:no;left:5;top:50;dialogWidth:'+w2+'px; dialogHeight:602px'; var appearence = 'dependent:yes;menubar:no;resizable:no;status:no;toolbar:no;titlebar:no;dialogWidth:990px; dialogHeight:652px'; function openexamin(id) { var url = 'Task_Examin1.aspx?ID=' + id + '&dt=20111116110724'; window.showModalDialog(url, 'none', appearence); window.location.reload(); } function opengoexamin(id) { var url ='go_examin.aspx?ID=' + id + '&dt=20111116110724'; window.showModalDialog(url, "tasknew", appearence); window.location.reload(); } function openexaminview(id) { var url = 'Go_Examin1.aspx?ID=' + id; window.showModalDialog(url, "goexamin1", appearence); window.location.reload(); } function openexamindaiban(id) { var url = 'Task_Examin1.aspx?daiban=1&ID=' + id + '&dt=20111116110724'; window.showModalDialog(url, 'none', appearence); window.location.reload(); } function openexamindaiban1(id, tasktype,url) { if (tasktype == 'OA') { var url1 = 'Task_Examin1.aspx?daiban=1&ID=' + id + '&dt=20111116110724'; window.showModalDialog(url1, 'none', appearence); window.location.reload(); } else if (tasktype == 'HR') { window.open(url.replace('{', '=').replace('{', '=').replace('{', '=').replace('{', '=').replace('{', '=').replace('{', '=').replace('{', '=')); } else if (tasktype == 'ERP待办') { window.open("http://10.0.3.100:8000/"+url); } else { window.open(url.replace('{', '=').replace('{', '=').replace('{', '=').replace('{', '=').replace('{', '=').replace('{', '=').replace('{', '=').replace('}', '&').replace('}', '&').replace('|', '&').replace('|', '&').replace('|}', '&').replace('|', '&').replace('|', '&').replace('|', '&').replace('*', '/').replace('*', '/').replace('*', '/').replace('*', '/').replace('*', '/')); // window.open(url.replace(new RegExp('|', 'g'), '=')); } } function GetTasksWait() { document.getElementById('ajaxwait').innerHTML = "<img src='/_layouts/images/loading.gif' align=absmiddle style='margin:20px' /><span style='color:#666'>正在加载待办事项,请稍等</span>"; AjaxService.GetWaitTasks("panr", GetGetWaitTasks); } function GetGetWaitTasks(res) { document.getElementById('ajaxwait').innerHTML = res; //window.alert(res); } function TaskNew(templetid) { var url = "task_new1.aspx?templetid="+templetid; var w1 = screen.width; var w2 = w1 - 30; var h1 = screen.height; var h2 = 650; var t1 = (h1 - h2) / 3; var appearence = 'dependent=yes,menubar=no,resizable=no,status=no,toolbar=no,titlebar=no,left=5,top=50,width=965px,height=620px'; var openWindow = window.open(url, "tasknew", appearence); openWindow.focus(); } </script> </head> <body> <form name="aspnetForm" method="post" action="thinkanydefault.aspx" id="aspnetForm"> <div> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJMTk4NTM3MDU4D2QWAmYPZBYCAgMPZBYCAgEPZBYCAgEPPCsADQEADxYEHgtfIURhdGFCb3VuZGceC18hSXRlbUNvdW50ZmRkGAEFI2N0bDAwJENvbnRlbnRQbGFjZUhvbGRlcjEkZ3JpZFRyYWRlDzwrAAoBCGZkgVPWq+n+ib9NI98bYSPgOP6wYjA=" /> </div> <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['aspnetForm']; if (!theForm) { theForm = document.aspnetForm; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script> <script src="/WebResource.axd?d=YUjlm6ycKfnreIke4GK3XQ2&amp;t=633802920069218315" type="text/javascript"></script> <script src="/ScriptResource.axd?d=z3KJcVLT9ijw1U1WP3pQFkrXumDsg6wUOC-1ek6Qo_XZeAuKvPuCDOgdKKFxxdmnnoXJFiMaKmNKva15-BdwOk_xeIPnLbrAuAMPt7xuJyY1&amp;t=ffffffffec2d9970" type="text/javascript"></script> <script src="/ScriptResource.axd?d=z3KJcVLT9ijw1U1WP3pQFkrXumDsg6wUOC-1ek6Qo_XZeAuKvPuCDOgdKKFxxdmnNTUAczOieuXP3zVeTLUjHd_cyvM_8TdB3KcMk-B-U6vUhv5N_CQBxFd9ZErk2oN20&amp;t=ffffffffec2d9970" type="text/javascript"></script> <script src="AjaxService.asmx/js" type="text/javascript"></script> <div id="Content_right" style="background-image:none; padding:5px; padding-left:0px; padding-right:0px"> <script type="text/javascript"> //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('ctl00$ContentPlaceHolder1$ScriptManagerAjax', document.getElementById('aspnetForm')); Sys.WebForms.PageRequestManager.getInstance()._updateControls([], [], [], 90); //]]> </script> <table style="width:100%"> <tr> <td style="padding-left:10px;"> <span style="float:left">&nbsp;待办事项</span><br /><hr style="height:0px; color:#fff; border-top:1px solid #EBEBEB;" /></td> <td style="padding-left:10px;"> <span style="float:left">&nbsp;跟踪事项</span><br /><hr style="height:0px; color:#fff; border-top:1px solid #EBEBEB;" /></td> </tr> <tr> <td style=" padding-top:0; width:49%; padding-left: 10px; padding-right: 10px; padding-bottom: 10px;" rowspan="4" id="ajaxwait"> </td> <td style=" padding:10px; padding-top:0;height:145px;"> <div> </div> </td> </tr> <tr> <td style=" padding:10px; padding-top:0; text-align:right"> <a href="OATaskTrades.aspx" style='color:#0171BD'>[更多...]</a></td> </tr> <tr> <td style="padding-left:10px;"> &nbsp;我的模板<br /><hr style="height:0px; color:#fff; border-top:1px solid #EBEBEB;" /></td> </tr> <tr> <td style=" padding:10px; padding-top:0;"> <table cellpadding=0 cellspacing=0 style="width:100%;height:145px;"><tr><td style="width:50%"> <ul class="mobanul"></ul> </td><td> <ul class="mobanul"></ul> </td></tr></table> </td> </tr> <tr> <td style=" padding:10px; padding-top:0; width:49%; text-align:right"> <a href="Task_Wait.aspx" style='color:#0171BD'>[更多OA待办...]</a></td> <td style=" padding:10px; padding-top:0; text-align:right"> <a href='PersonalTempletsSetup.aspx' style='color:#0171BD'>[更多...]</a><a href='PersonalTempletsSetup.aspx' style='color:#0171BD'>[模板配置]</a></td> </tr> </table> <script type="text/javascript"> GetTasksWait(); </script> </div> <script type="text/javascript"> //<![CDATA[ Sys.Application.initialize(); //]]> </script> </form> </body> </html>
Platform: | Size: 8895 | Author: niyang2005@126.comni | Hits:

[Otherphptree

Description: PHP+HTML开发,树型结构自动生成HTML文件-PHP HTML development, tree structure automatically generate HTML documents
Platform: | Size: 34816 | Author: 陈起 | Hits:

[ARM-PowerPC-ColdFire-MIPSAT91RM9200-BasicUSARTPDC-GHS3_6-2_0

Description: This zip describes an AT91 USART with PDC Transmission and Reception chain.Includes main.html file for help. For use under Green Hills 3.6.1 Multi?2000 Software Tool. -This describes an porting USARTs with PDC Tr ansmission and main Reception chain.Includes . html file for help. For use under Green Hills 3. 6.1 Multi 2000 Software Tool.
Platform: | Size: 363520 | Author: 张爽 | Hits:

[WEB Codesimple_tree

Description: 这是用html编写的简单树,若你需要可供参考使用。-This is used to prepare a simple html tree, and if you need to use for reference.
Platform: | Size: 2048 | Author: 王红梅 | Hits:

[SCSI-ASPICleara

Description: <%@ LANGUAGE="VBSCRIPT" %> <!--#include file="util.asp" --> <% Head="您放入购物车的物品已经全数退回!" Session("ProductList") = "" %> <html> <head> <meta http-equiv="Content-Type" content="text/html charset=gb2312"> <STYLE type=text/css>.main { FONT-SIZE: 9pt } .main1 { FONT-SIZE: 14px } </STYLE> <title>清空购物车</title> </head> <body topmargin="5" bgcolor="#E6E4C4"> <diiv align="center"><center> <table width="100%" border="0" class="table1" bordercolor="#62ACFF" cellspacing="0" class=main1> <tr> <td width="80%" valign="top"> <p align="center" class=main1><%=Head%></p> <p align="center"> <br><input type="button" value="关闭" name="B2" onclick="window.close() " style="font-size: 9pt"></td> </tr> </table> </center></div> </body> </html> -">
We ll use your suggestion to improve translation quality in future updates to our system.
Platform: | Size: 1024 | Author: 金立犇 | Hits:

[Browser Clienthtml+js_tree

Description: 多级树型菜单,用js写滴。现只有三级可自行扩展-Multi-level tree menu with js drop writing. Now only three are free to expand
Platform: | Size: 3072 | Author: jade | Hits:

[OtherXHTML

Description: XHTML标准参考手册,XHTML是The Extensible HyperText Markup Language可扩展标识语言的缩写。目前推荐遵循的是W3C于2000年1月26日推荐XML1.0(参考http://www.w3.org/TR/xhtml1)。XML虽然数据转换能力强大,完全可以替代HTML,但面对成千上万已有的站点,直接采用XML还为时过早。因此,我们在HTML4.0的基础上,用XML的规则对其进行扩展,得到了XHTML。简单的说,建立XHTML的目的就是实现HTML向XML的过渡。-XHTML standard reference manual, XHTML is The Extensible HyperText Markup Language can be an acronym for Extensible Markup Language. At present, it is recommended to follow the W3C in January 26, 2000 Recommended XML1.0 (reference http://www.w3.org/TR/xhtml1). Although the ability of XML data conversion powerful, can replace HTML, but in the face of tens of thousands of existing sites, direct use of XML is still too early. Therefore, we HTML4.0 based on XML used the rules of their expansion has been XHTML. Simply put, the purpose of the establishment of XHTML is to realize the transition of HTML to XML.
Platform: | Size: 2173952 | Author: zebra | Hits:

[.netentmms

Description: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!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>无标题页</title> </head> <body> <form id="form1" runat="server"> <div> 企业信息管理系统</div> </form> </body> </html> -< @ Page Language = C# AutoEventWireup = true CodeFile = Default.aspx.cs Inherits = _Default > <! 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> no title page </ title> </ head> <body> <form id= form1 runat= server > <div> Enterprise Information Management System </ div> </ form> </ body> </ html>
Platform: | Size: 218112 | Author: zhoujay | Hits:

[CSharpentmms

Description: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!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>无标题页</title> </head> <body> <form id="form1" runat="server"> <div> 企业信息管理系统</div> </form> </body> </html> -< @ Page Language = C# AutoEventWireup = true CodeFile = Default.aspx.cs Inherits = _Default > <! 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> no title page </ title> </ head> <body> <form id= form1 runat= server > <div> Enterprise Information Management System </ div> </ form> </ body> </ html>
Platform: | Size: 286720 | Author: zhoujay | Hits:

[JSP/Javachecktree

Description: 通过css+js实现树形结构,只需要改动html里的源码,就可以得到你要的结果。-java checktree
Platform: | Size: 8192 | Author: 王欣 | Hits:

[WEB Codeyjbook

Description: 是一个比较好的网上书店程序,整个网站结构清晰,界面简单但功能强大.- > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html charset=gb2312"> <title>易家网上书店</title> <link href="style.css" rel="stylesheet" type="text/css">
Platform: | Size: 541696 | Author: 黄凰 | Hits:

[Othersumalljiedian

Description: 统计页面节点数,包括html、table、tr、td的数量-Statistics page of nodes, including html, table, tr, td the number of
Platform: | Size: 1024 | Author: vlem | Hits:

[WEB CodeLearningPjquery

Description: 今天的万维网是一个动态的环境,他们的用户为网站的风格和功能设置了一个高标准。为了 创建有趣的交互式的网站,开发者正都转向如 jQuery 这样的javascript库,使普通的任务自 动化和简化复杂的任务。jQuery 库是流行的选择的一个原因是它能够协助大范围的任务。 因为 jQuery 有很多不同的函数,它可像有挑战性的知道从哪开始。然而,这个库的设计是 一致(coherence)与对称(symmetry)的。它的概念的大部分都借鉴于 HTML 与 Cascading Style Sheets (CSS) 的架构。国 为很多 web 开发者使用这些技术比较 javascript 有更多的经 验。库的设计让只有少量编程经验的设计师可以快速入门。事实上,在开始的这章我们会只 用三行代码写一个功能的 jQuery 程序。另一方面,有经验的程序员在概念的一致性得到帮 助,我们将会在后面的更高级的章节中看到。-<?xml version="1.0" encoding="UTF8" ?> <!DOCTYPE html PUBLIC "// W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1transitional. dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta httpequiv=" ContentType" content="text/html; charset=utf8"/> <title>Through the LookingGlass</ title> <link rel="stylesheet" href="alice.css" type="text/css" media="screen" /> <script src="jquery.js" type="text/javascript"></script> <script src="alice.js" type="text/javascript"></script> </head> <body> <div id="container">
Platform: | Size: 460800 | Author: | Hits:

[JSP/Javashool

Description: <!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> <meta http-equiv="Content-Type" content="text/html charset=utf-8" /> <title>登录</title> <link rel="stylesheet" type="text/css" href="css/style.css" media="all"/> </head> <body> <div id="container"> <div class="main-login"> <p> <label class="pl75">用户名:<input class="intxt" name="" type="text" /> </label> <label class="pl43">密码:<input class="intxt" name="" type="password" /> </label> <label class="pl52"> <button class="btn">登录</button> </label> </p> </div> </div> </body> </html> -<!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><meta http-equiv="Content-Type" content="text/html charset=utf-8" /><title> Login </title><link rel="stylesheet" type="text/css" href="css/style.css" media="all"/></head><body><div id="container"><div class="main-login"><p> <label class="pl75">User Name:</label> <input class="intxt" name="" type="text" /> <label class="pl43">Password:</label> <input class="intxt" name="" type="password" /> <button class="btn"><label class="pl52">Login</label></button> </p></div></div></body></html>
Platform: | Size: 5035008 | Author: tanyuliang | Hits:

[WEB CodeMakingFriends

Description: 交友网站设计 <!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> <title>珍爱网-提供专业红娘服务的相亲征婚网站. 不是交友网</title> <meta http-equiv="pragma" content="no-cache" /> <meta http-equiv="Content-Type" content="text/html charset=utf8" /> <meta http-equiv="Content-Language" content="zh-CN" /> <meta http-equiv="robots" content="all" /> <meta http-equiv="author" content="Michael" /> <meta http-equiv="Copyright" content="zhenai.com版权所有2008" /> <meta http-equiv="Description" content="珍爱网是中国最早最大的红娘交友网站, 成立于1998年5月。专为白领征婚和成年单身男女提供婚恋婚介交友和征婚服务,先后获得了2008年度最佳婚恋网站、中国信誉服务最受公众满意首选征婚网站的称号" /> <meta http-equiv="Keywords" content="珍爱,珍爱网,征婚,征婚网,婚介,婚恋,-Makingfriends <!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> <title>珍爱网-提供专业红娘服务的相亲征婚网站. 不是交友网</title> <meta http-equiv="pragma" content="no-cache" /> <meta http-equiv="Content-Type" content="text/html charset=utf8" /> <meta http-equiv="Content-Language" content="zh-CN" /> <meta http-equiv="robots" content="all" /> <meta http-equiv="author" content="Michael" /> <meta http-equiv="Copyright"
Platform: | Size: 893952 | Author: wangli | Hits:

[.netshopefx.1.2.1.Free.Release

Description: 这是一个网络分销系统,可以运行,但是我现在想自己学着做一个系统,但很多都不明白,后以想请大侠们能来提点下!-< @ Page Language="C#" AutoEventWireup="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> <meta http-equiv="Content-Type" content="text/html charset=gb2312" /> <title>电子商务系统安装协议</title> <link href="Images/install.css" rel="stylesheet" type="text/css" /> <script language="javascript" type="text/javascript"> function btnContinue_onclick() { document.location = "Install.aspx" } </script> </head> <body> <div class="main"> <div class="top"><img src="Images/images_2.gif" width="980" height="235" /></div> <div class="Middle"> <div class="btn1">
Platform: | Size: 41109504 | Author: asdfasdf | Hits:

[Internet-NetworkERP

Description: ERP系统 登陆 添加 修改 删除 是适合初学者的学习资料-< @ page contentType="text/html charset=utf-8" language="java" import="java.sql.*" errorPage="" > <!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><TITLE>用户登录</TITLE><LINK href="images/Default.css" type=text/css rel=stylesheet><LINK href="images/xtree.css" type=text/css rel=stylesheet><LINK href="images/User_Login.css" type=text/css rel=stylesheet> <META http-equiv=Content-Type content="text/html charset=utf-8"> <META content="MSHTML 6.00.6000.16674" name=GENERATOR></HEAD> <BODY id=userlogin_body> <DIV></DIV> <DIV id=user_login> <DL> <DD id=user_top> <UL> <LI class=user_top_l></LI> <LI class=user_top_c></LI> <LI class=user_top_r></LI></UL> <DD id=user_main> <
Platform: | Size: 8155136 | Author: Trista | Hits:
« 12 »