多媒体网路电子相簿系统_第1页
多媒体网路电子相簿系统_第2页
多媒体网路电子相簿系统_第3页
多媒体网路电子相簿系统_第4页
多媒体网路电子相簿系统_第5页
已阅读5页,还剩19页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、多媒體-網路電子相簿系統F74942171林宇凡F74942066林江南程式建構環境:Windows XP使用vs2005編輯使用語言:2.0 for c#使用Access建立資料表單,儲存資料.使用CSS和JS來幫助相簿美化.測試方法:利用XP-IIS6來開啟網站.相簿首頁點選相簿分類裡的風景照/albumCategory.aspx.cs protected void Item_Created(Object sender, DataListItemEventArgs e) AccessDataSource ads = new AccessDataSource(); ads.DataFile

2、= /App_data/webData.mdb; ads.SelectCommand = “select * from defaultpage where ca_id=” + Request.QueryString“ca_id” + “ order by album_date DESC”; /從defaultpage表單中按建立時間排序相簿 DataView dv = (DataView)ads.Select(DataSourceSelectArguments.Empty); int PageIndex = (Convert.ToInt32(Request.QueryStringPage) -

3、 1) * Convert.ToInt32(Request.QueryStringPageSize) + e.Item.ItemIndex; if (!(Convert.ToString(dvPageIndex“FirstPic”) = “”) /判斷照片名稱是否存在 System.Web.UI.WebControls.Image IMG = (System.Web.UI.WebControls.Image)e.Item.FindControl(Image1); IMG.ImageUrl = /photos/ + dvPageIndexFirstPic; if (Convert.ToInt32

4、(dvPageIndexFirstPicW) Convert.ToInt32(dvPageIndexFirstPicH) /判斷高和寬的關係 IMG.CssClass = ls; else IMG.CssClass = pt; Item_Created()本函式目的在檢察顯示照片時需要直立或橫放,取出照片顯示於Imag1的控制項中(即albumCategory.aspx裡的標籤Image1),我們判定當圖片高大於寬時,將 IMag1 的Css樣式設定為”pt”; 若寬大於高時,設定為”ls”. “ls” , ”pt”的定義在style.css檔案中。進入相簿其他JS-Lightbox顯示相片J

5、S-Lightbox顯示相片進入管理模式網站資訊介紹相簿分類管理管理相簿-檢閱建立動態DropDownList在資料表單中每個相簿類別都有一個分類編號,如果使用者選取某一分類名稱,ex:電影,電影的分類編號是”1”, AccessDataSource1控制項會執行WHERE (ca_id LINK “1”) 而取出此分所有相簿資料。管理相簿-新增/刪除相片在類別中新增一個相簿資料庫使用-AccessVS2005中拉資料連結工具在程式碼中的語法JSLightbox2觀看照片特效How to UsePart 1 SetupLightbox 2 uses the Prototype Framewor

6、k and Scriptaculous Effects Library. You will need to include these three Javascript files in your header (in this order). Include the Lightbox CSS file (or append your active stylesheet with the Lightbox styles). Check the CSS and make sure the referenced prev.gif and next.gif files are in the righ

7、t location. Also, make sure the loading.gif and close.gif files as referenced near the top of the lightbox.js file are in the right location. Part 2 ActivateAdd a rel=lightbox attribute to any link tag to activate the lightbox. For example: image #1 Optional: Use the title attribute if you want to show a caption. If you have a set of related images that you would like to group, follow step one but additionally include a group name between square brackets in the rel attribute. For example: image #1 image #2 image

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论