diff --git a/trunk/module/doc/view/browse.html.php b/trunk/module/doc/view/browse.html.php index f5a806aa14..4cf81543f3 100644 --- a/trunk/module/doc/view/browse.html.php +++ b/trunk/module/doc/view/browse.html.php @@ -25,7 +25,6 @@ -
@@ -91,7 +90,4 @@
- - + diff --git a/trunk/module/doc/view/create.html.php b/trunk/module/doc/view/create.html.php index 93af0aa375..b5efb761e9 100644 --- a/trunk/module/doc/view/create.html.php +++ b/trunk/module/doc/view/create.html.php @@ -23,13 +23,6 @@ */ ?> -
@@ -53,27 +46,6 @@ $(document).ready(function() - @@ -87,4 +59,4 @@ $(document).ready(function()
doc->title;?>
doc->files;?> fetch('file', 'buildform', 'fileCount=2');?>
- + diff --git a/trunk/module/doc/view/createlib.html.php b/trunk/module/doc/view/createlib.html.php index 9f459007ca..907f9e0da6 100644 --- a/trunk/module/doc/view/createlib.html.php +++ b/trunk/module/doc/view/createlib.html.php @@ -40,3 +40,5 @@
+ + diff --git a/trunk/module/doc/view/edit.html.php b/trunk/module/doc/view/edit.html.php index 942e9cfe93..2b2ffa4754 100644 --- a/trunk/module/doc/view/edit.html.php +++ b/trunk/module/doc/view/edit.html.php @@ -23,13 +23,6 @@ */ ?> -
@@ -42,27 +35,6 @@ $(document).ready(function() - @@ -76,4 +48,4 @@ $(document).ready(function()
doc->title;?>
doc->files;?> fetch('file', 'buildform', 'fileCount=2');?>
- + diff --git a/trunk/module/doc/view/editlib.html.php b/trunk/module/doc/view/editlib.html.php index 876297f602..6a99585da6 100644 --- a/trunk/module/doc/view/editlib.html.php +++ b/trunk/module/doc/view/editlib.html.php @@ -25,6 +25,9 @@
+ +

doc->errorEditSystemDoc;?>

+
@@ -32,11 +35,10 @@ - - - +
doc->editLib;?>
doc->libName;?>
- -
+
+ + diff --git a/trunk/module/doc/view/footer.html.php b/trunk/module/doc/view/footer.html.php new file mode 100644 index 0000000000..72b431c2ce --- /dev/null +++ b/trunk/module/doc/view/footer.html.php @@ -0,0 +1,9 @@ + + + diff --git a/trunk/module/doc/view/view.html.php b/trunk/module/doc/view/view.html.php index aff953f082..6cc8778b3b 100644 --- a/trunk/module/doc/view/view.html.php +++ b/trunk/module/doc/view/view.html.php @@ -30,11 +30,6 @@ function deleteFile(fileID) if(!fileID) return; hiddenwin.location.href =createLink('doc', 'deleteFile', 'fileID=' + fileID); } -$(document).ready(function() -{ - $(".right a").colorbox({width:500, height:200, iframe:true, transition:'none'}); - $("#modulemenu a:contains('doc->editLib;?>')").colorbox({width:500, height:200, iframe:true, transition:'none'}); -});
@@ -49,13 +44,14 @@ $(document).ready(function() -
files;?>files as $file) - { - echo html::a($this->createLink('file', 'download', "fileID=$file->id"), $file->title, '_blank'); - echo html::commonButton('x', "onclick=deleteFile($file->id)"); - } - ?> + + files as $file) + { + echo html::a($this->createLink('file', 'download', "fileID=$file->id"), $file->title, '_blank'); + echo html::commonButton('x', "onclick=deleteFile($file->id)"); + } + ?>
@@ -71,4 +67,4 @@ $(document).ready(function() ?>
- +