深入PHP与jQuery开发源代码下载(Pro PHP and jQuery source code)(25页).doc
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_1.gif)
![资源得分’ title=](/images/score_05.gif)
《深入PHP与jQuery开发源代码下载(Pro PHP and jQuery source code)(25页).doc》由会员分享,可在线阅读,更多相关《深入PHP与jQuery开发源代码下载(Pro PHP and jQuery source code)(25页).doc(25页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、-深入PHP与jQuery开发源代码下载(Pro PHP and jQuery source code)-第 25 页深入PHP与jQuery开发源代码下载(Pro PHP and jQuery source code) 看完这本书后觉得内容挺不错的,书中的代码基本上都能实现,为方便广大同仁更好的学习和参考,能以我个人的能力给大家做点贡献我也觉得非常荣幸,欢迎大家踊跃下载!本想免费供大家下载的,可是为了同时也能让我下载更多的学习资料,所以还是决定跟大家要点财富值吧,嘿嘿!下面是这个项目的目录结构!下面是运行效果图:首先是app目录下的文件,代码如下:?php * Created on 2012
2、-4-24 by xiongxuebing include_once ./system/core/init.inc.php; if ( !isset($_SESSIONuser) ) header(Location: ./); exit;* Output the header$page_title = Add/Edit Event;$css_files = array(style.css,admin.css);include_once assets/common/header.inc.php;* Load the calendar$cal = new Calendar($dbo);displa
3、yForm(); ?php* Output the footerinclude_once assets/common/footer.inc.php;下面是文件:confirmDelete($id);* Output the header$page_title = View Event;$css_files = array(style.css, admin.css);include_once assets/common/header.inc.php;?php* Output the footerinclude_once assets/common/footer.inc.php;I?php * C
4、reated on 2012-4-24 by xiongxuebing* Include necessary filesinclude_once ./system/core/init.inc.php;* Load the calendar for January$cal = new Calendar($dbo, 2012-04-01 12:00:00);$page_title = Events Calendar;$css_files = array(style.css,admin.css,ajax.css);include_once assets/common/header.inc.php;b
5、uildCalendar();?phpecho isset($_SESSIONuser) ? 欢迎您,.$_SESSIONusername.! : 还未登录!;?php* Include the footerinclude_once assets/common/footer.inc.php;L?php * Created on 2012-4-25 by xiongxuebing* Include necessary filesinclude_once ./system/core/init.inc.php;* Output the header$page_title = Please Log I
6、n;$css_files = array(style.css, admin.css);include_once assets/common/header.inc.php; Please Log In Username Password input type=hidden name=token value= / or cancel ?php* Output the footerinclude_once assets/common/footer.inc.php;V?php * Created on 2012-4-24 by xiongxuebing if ( isset($_GETevent_id
7、) ) $id = preg_replace(/0-9/, , $_GETevent_id); if ( empty($id) ) header(Location: ./); exit; else header(Location: ./); exit; include_once ./system/core/init.inc.php; $page_title = View Event; $css_files = array(style.css,admin.css); include_once assets/common/header.inc.php; $cal = new Calendar($d
8、bo);displayEvent($id) ?« Back to the calendar?phpinclude_once assets/common/footer.inc.php;下面是app目录assets目录下文件:首先是Commen目录:Flink rel=stylesheet type=text/css media=screen,projectionhref=assets/css/ /Css目录:Afieldset border: 0;legend font-size: 24px;font-weight: bold;inputtype=text,inputtype=pas
9、sword,label display: block;width: 70%;font-weight: bold;textarea width: 99%;height: 200px;inputtype=text,inputtype=password,textarea border: 1px solid #123;-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;-moz-box-shadow: inset 1px 2px 4px #789;-webkit-box-shadow: inset 1px 2px
10、4px #789;box-shadow: inset 1px 2px 4px #789;padding: 4px;margin: 0 0 4px;font-size: 16px;font-family: georgia, serif;inputtype=submit margin: 4px 0;padding: 4px;border: 1px solid #123;-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;-moz-box-shadow: inset -2px -1px 3px #345,inse
11、t 1px 1px 3px #BCF,1px 2px 6px #789;-webkit-box-shadow: inset -2px -1px 3px #345,inset 1px 1px 3px #BCF,1px 2px 6px #789;box-shadow: inset -2px -1px 3px #345,inset 1px 1px 3px #BCF,1px 2px 6px #789;background-color: #789;font-family: georgia, serif;text-transform: uppercase;font-weight: bold;font-si
12、ze: 14px;text-shadow: 0px 0px 1px #fff;.admin-options text-align: center;.admin-options form,.admin-options p display: inline;display: inline-block;margin: 4px 0;padding: 4px;border: 1px solid #123;-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;-moz-box-shadow: inset -2px -1px
13、 3px #345,inset 1px 1px 3px #BCF,1px 2px 6px #789;-webkit-box-shadow: inset -2px -1px 3px #345,inset 1px 1px 3px #BCF,1px 2px 6px #789;box-shadow: inset -2px -1px 3px #345,inset 1px 1px 3px #BCF,1px 2px 6px #789;background-color: #789;color: black;text-decoration: none;font-family: georgia, serif;te
14、xt-transform: uppercase;font-weight: bold;font-size: 14px;text-shadow: 0px 0px 1px #fff;A.modal-overlay position: fixed;top: 0;left: 0;bottom: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,.5);z-index: 4;.modal-window position: absolute;top: 140px;left: 50%;width: 300px;height: auto;margin
15、-left: -150px;padding: 20px;border: 2px solid #000;background-color: #FFF;-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;-moz-box-shadow: 0 0 14px #123;-webkit-box-shadow: 0 0 14px #123;box-shadow: 0 0 14px #123;z-index: 5;.modal-close-btn position: absolute;top: 0;right: 4px;
16、margin: 0;padding: 0;text-decoration: none;color: black;font-size: 16px;.modal-close-btn:before position: relative;top: -1px;content: Close;text-transform: uppercase;font-size: 10px;S body background-color: #789;font-family: georgia, serif;font-size: 13px;#content display: block;width: 812px;margin:
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 深入PHP与jQuery开发源代码下载Pro PHP and jQuery source code25页 深入 开发 源代码 下载 Pro code 25
![提示](https://www.taowenge.com/images/bang_tan.gif)
链接地址:https://www.taowenge.com/p-37159957.html
限制150内