登录
首页 » HTML » HTML-template

HTML-template

于 2020-11-03 发布 文件大小:305KB
0 285
下载积分: 1 下载次数: 47

代码说明:

  一个很漂亮的后台HTML静态页面框架,一个很漂亮的后台HTML静态页面框架(A very beautiful HTML administrator frame)

文件列表:

index
.....\chanagepass.html,412,2008-08-22
.....\css
.....\...\common.css,4885,2007-02-16
.....\images
.....\......\direct.gif
.....\......\direct_blue.gif
.....\......\down_list.gif
.....\......\hi.gif
.....\......\left_nav_bg.jpg
.....\......\list_title.gif,635,2007-01-24
.....\......\list_title_onclick.gif,627,2007-01-27
.....\......\manage_r2_c1.jpg,2305,2007-01-24
.....\......\manage_r2_c13.jpg,663,2007-01-24
.....\......\manage_r2_c14.jpg,635,2007-01-24
.....\......\manage_r2_c18.jpg,305,2007-01-24
.....\......\manage_r3_c11.jpg,293,2007-01-24
.....\......\manage_r5_c1.jpg,302,2007-01-24
.....\......\manage_r6_c2.jpg,612,2007-01-24
.....\......\manage_r7_c2.jpg,719,2007-01-24
.....\......\manage_r9_c1.jpg,322,2007-01-24
.....\......\man_logo.jpg,4310,2007-01-24
.....\......\nav_bg.jpg,315,2007-01-24
.....\......\return.gif,211,2007-01-24
.....\......\slide.gif,95,2007-01-27
.....\......\switch_left.gif,70,2007-01-24
.....\......\switch_right.gif,70,2007-01-24
.....\......\up_list.gif,167,2007-01-24
.....\index.html,1343,2007-01-27
.....\js
.....\..\nav.js,905,2008-08-22
.....\leftframe.html,5440,2008-12-29
.....\mainframe.html,2530,2007-01-27
.....\manframe.html,1482,2007-02-16
.....\profile.html,416,2008-08-22
.....\switchframe.html,1177,2007-01-27
.....\topframe.html,1001,2007-01-27


下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • k-fenghuangye-xt
    k风黄页模版不错的下载问题是有的 哈哈哈哈哈哈哈(k wind Yellow Pages templates download problem is some good ha ha ha ha ha ha ha)
    2014-06-29 22:00:16下载
    积分:1
  • SSH
    登录和注册页面要配置验证文件,保证用户名和密码为非空。 添加学生信息页面要保证学号非空,为6位数字。 添加完学生信息后,以表格的方式显示数据库中所有学生信息 (Login and Registration page to verify the configuration file to ensure that the user name and password for non-empty. Add student information page to ensure student number is not empty, as six figures. After adding the student information in tabular display database information for all students)
    2013-11-27 11:17:15下载
    积分:1
  • 社会网络网站
    其前景中的 php 和 Mysql DBMS 为背景的一个项目。我是在 wampserrver 软件中运行。在表中存储了所有的聊天信息。在这里我还使用 CSI 为设计目的。从登录页中运行的程序。
    2022-01-31 00:57:09下载
    积分:1
  • 快餐系统设计(网站)
    基于MYSQL+ PHP+ Apache平台实现的快餐数据库设计,前提是系统中有Dreamweaver软件,有用户以及管理员界面,快餐系统应有的功能基本都有。
    2022-07-15 04:53:50下载
    积分:1
  • HTML-template
    一个很漂亮的后台HTML静态页面框架,一个很漂亮的后台HTML静态页面框架(A very beautiful HTML administrator frame)
    2020-11-03 15:49:53下载
    积分:1
  • 2
    爱商AnySale电子商务系统 v2.1 多风格正式版,论坛显示的用户名改为显示昵称,增加了帖子统计、固顶,版块固顶,总固顶,帖子转移版面等操作。(AnySale e-commerce system v2.1 multi-style official version, the Forum display user name changed to display nicknames, increased post statistics, fixed top, plate fixed top, total fixed top, post transfer layout and other operations.)
    2018-11-14 07:02:18下载
    积分:1
  • free-admin-templates-024
    非常漂亮的全套网站模板,页面完整,包含登录页,首页,表格页面,数据编辑页面等等。HTML格式,修改方便。(Very beautiful full website templates, pages, including login page, complete home page, form, data editing pages, etc. HTML, modify convenient. )
    2011-05-13 07:54:58下载
    积分:1
  • 在网格视图 上级联下拉列表
    翻译 maninwest@Codeforge   作者:Tadit Dash @ Codeproject 文章将展示如何在网格视图GridView  本身呈现的下拉列表DropDownList  的 SelectedIndexChanged 事件中,获取GridView 的当前行,然后找到其他下拉列表并进行绑定背景当我在进行项目时,需要根据其他列上呈现的 DropDownList的选择,绑定一个列上的 DropDownList。这有些像级联下拉列表,两个 下拉列表呈现在同一个网格视图上。解决步骤是:1. 为第一个GridView 上的 DropDownList 附加 SelectedIndexChanged 事件2. 在事件内,首先获取 GridView 行,从中选择第一个 DropDownList 3. 然后从当前GridView 行中,找到第二个 DropDownList ,并跟数据表 DataTable 或其他东西捆绑。网格视图标记在标记Markup 中,你可以看到GridView 中声明了两个DropDownLists。一个是用于国家Country,另一个是用于城市 City。为了演示,我硬编码了国家Country的项目。您可以使用代码动态填充。注意:第一步,我已经将  OnSelectedIndexChanged  事件附加到Country DropDownList 中。目标:在行中选定Country后,为 特定行填充City DropDownList
    2022-02-04 19:44:30下载
    积分:1
  • maomao
    1.用记事本打开 server/user.asp , 更改后台管理的用户名及密码. 2.用记事本打开 server/conn.asp , 更改数据库位置及名字. 3.把所有文件上传到服务器. 4.在服务器打开admin.htm进行设置. 默认帐号密码 fpv 5.正常浏览. (1. Use Notepad to open the server/user.asp, change the background management of the user name and password 2. Use Notepad to open the server/conn.asp, change the location and name 3. Upload all the files to the server. In the server to open admin.htm to set the default account password fpv 5. normal browsing.)
    2016-12-18 17:46:40下载
    积分:1
  • jsp+servlet+jdbc学生信息后台管理系统(源码+数据库)
    jsp+servlet+jdbc开发学生信息后台管理系统(源码+数据库)
    2021-05-06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载