Commit 37f7d5bf authored by Lingnan Wu's avatar Lingnan Wu

continue change some links' name ,powerpoint to presentation

parent 41c84a6f
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
} }
#add_slide_button{ #add_slide_button{
background-image: url("lib/powerpoint/images/filenew.png"); background-image: url("lib/presentation/images/filenew.png");
background-repeat:no-repeat; background-repeat:no-repeat;
background-position:center; background-position:center;
-moz-user-select: -moz-none; -moz-user-select: -moz-none;
...@@ -102,11 +102,11 @@ ...@@ -102,11 +102,11 @@
} }
.remove_slide_button{ .remove_slide_button{
background-image: url("lib/powerpoint/images/editdelete.png"); background-image: url("lib/presentation/images/editdelete.png");
} }
.edit_slide_button{ .edit_slide_button{
background-image: url("lib/powerpoint/images/exec.png"); background-image: url("lib/presentation/images/exec.png");
} }
.slide_dialog iframe{ .slide_dialog iframe{
......
...@@ -263,7 +263,7 @@ $(document).ready(function(){ ...@@ -263,7 +263,7 @@ $(document).ready(function(){
//Configure the dialog to add a slide //Configure the dialog to add a slide
addSlideIframe = $("<iframe>"); addSlideIframe = $("<iframe>");
addSlideIframe.attr('id','iframe_add_slide'); addSlideIframe.attr('id','iframe_add_slide');
addSlideIframe.attr('src','/lib/powerpoint/TestPage_viewSlideCreator'); addSlideIframe.attr('src','/lib/presentation/TestPage_viewSlideCreator');
addSlideIframe.load(function() { addSlideIframe.load(function() {
function initFrame(){ function initFrame(){
...@@ -348,7 +348,7 @@ $(document).ready(function(){ ...@@ -348,7 +348,7 @@ $(document).ready(function(){
//Configure the dialog to edit a slide //Configure the dialog to edit a slide
editSlideIframe = $("<iframe>"); editSlideIframe = $("<iframe>");
editSlideIframe.attr('id','iframe_edit_slide'); editSlideIframe.attr('id','iframe_edit_slide');
editSlideIframe.attr('src','lib/powerpoint/TestPage_viewSlideEditor'); editSlideIframe.attr('src','lib/presentation/TestPage_viewSlideEditor');
editSlideIframe.load(function() { editSlideIframe.load(function() {
function initFrame(){ function initFrame(){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment