templates/plugins.html Fixed relative paths

pull/678/head
0ip 2012-04-28 22:00:15 +02:00
parent 83648481c3
commit c11df112e8
1 changed files with 6 additions and 6 deletions

View File

@ -2,10 +2,10 @@
<head> <head>
<title>Plugin manager</title> <title>Plugin manager</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
<link rel="stylesheet" href="../../static/css/admin.css"> <link rel="stylesheet" href="../static/css/admin.css">
<script src="../../static/js/jquery.js"></script> <script src="../static/js/jquery.js"></script>
<script src="../../socket.io/socket.io.js"></script> <script src="../socket.io/socket.io.js"></script>
<script src="../../static/js/admin/plugins.js"></script> <script src="../static/js/admin/plugins.js"></script>
</head> </head>
<body> <body>
<div id="wrapper"> <div id="wrapper">
@ -20,7 +20,7 @@
<h1>Etherpad Lite</h1> <h1>Etherpad Lite</h1>
<div class="seperator"></div> <div class="seperator"></div>
<h2>Installed plugins</h2> <h2>Installed plugins</h2>
<table> <table>
<thead> <thead>
@ -44,7 +44,7 @@
</table> </table>
<div class="paged listing search-results"> <div class="paged listing search-results">
<div class="seperator"></div> <div class="seperator"></div>
<h2>Search for plugins to install</h2> <h2>Search for plugins to install</h2>
<form> <form>
<input type="text" name="search" placeholder="Search term" id="search-query"> <input type="text" name="search" placeholder="Search term" id="search-query">