* edit doc library in colorbox.

This commit is contained in:
zhujinyong
2013-01-17 00:48:49 +00:00
parent 731b1a2a30
commit 2d840a6cea
5 changed files with 10 additions and 4 deletions

View File

@@ -27,3 +27,9 @@ function setType(type)
$('#contentBox').hide();
}
}
$(document).ready(function()
{
$("#submenucreate").colorbox({width:500, height:200, iframe:true, transition:'none'}); // The create lib link.
$("#submenuedit").colorbox({width:500, height:200, iframe:true, transition:'none'}); // The edit lib link.
});

View File

@@ -81,4 +81,4 @@ var browseType = '<?php echo $browseType;?>';
</td>
</tr>
</table>
<?php include './footer.html.php';?>
<?php include '../../common/view/footer.html.php';?>

View File

@@ -68,4 +68,4 @@
</tr>
</table>
</form>
<?php include './footer.html.php';?>
<?php include '../../common/view/footer.html.php';?>

View File

@@ -65,4 +65,4 @@ $(document).ready(function()
</tr>
</table>
</form>
<?php include './footer.html.php';?>
<?php include '../../common/view/footer.html.php';?>

View File

@@ -107,4 +107,4 @@
</tr>
</table>
<?php include '../../common/view/syntaxhighlighter.html.php';?>
<?php include './footer.html.php';?>
<?php include '../../common/view/footer.html.php';?>