new admin bar
This commit is contained in:
parent
4e4afa83cf
commit
124b62f960
11 changed files with 441 additions and 19 deletions
36
www/extras/slidePanel/slidePanel.html
Normal file
36
www/extras/slidePanel/slidePanel.html
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
var slider = new createSlidePanelBar('WebGUIAdminBar');
|
||||
var panel;
|
||||
|
||||
panel = new createPanel('adminconsole','Admin Console');
|
||||
panel.addLink('/extras/adminConsole/users.gif','Users',"/index.pl/home?op=add");
|
||||
slider.addPanel(panel);
|
||||
|
||||
panel = new createPanel('clipboard','Clipboard');
|
||||
slider.addPanel(panel);
|
||||
|
||||
panel = new createPanel('packages','Packages');
|
||||
slider.addPanel(panel);
|
||||
|
||||
panel = new createPanel('prototypes','Prototypes');
|
||||
slider.addPanel(panel);
|
||||
|
||||
panel = new createPanel('assets','New Content');
|
||||
panel.addLink('/extras/assets/small/article.gif','Article',"/index.pl/home?op=add");
|
||||
panel.addLink('/extras/assets/small/article.gif','Collaboration System',"/index.pl/home?op=add");
|
||||
panel.addLink('/extras/assets/small/article.gif','Rediculously long tile for an asset',"/index.pl/home?op=add");
|
||||
panel.addLink('/extras/assets/small/article.gif','Article',"/index.pl/home?op=add");
|
||||
slider.addPanel(panel);
|
||||
slider.draw();
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue