]> git.ktnx.net Git - icedeb.git/blobdiff - icedeb.html
this code is reached only with query string
[icedeb.git] / icedeb.html
index f709ee998c505da076979fd9370ccad6d969c7e0..b68f5a21cf030f3f2ba985e1bed0f4e31311a6a2 100644 (file)
@@ -5,15 +5,16 @@
     <link rel="stylesheet" href="icedeb.css"/>
   </head>
   <script src="icedeb.js"></script>
-  <textarea id="clipboard" rows="1"></textarea>
+  <textarea id="clip-pot" contenteditable="true"></textarea>
+  <input type="text" id="clipboard"/>
   <div id="button-list-container">
       <div><span class="icedeb-button" id="bts">Bug tracker</span> (<a href="https://bugs.debian.org/">site</a>)</div>
       <div><span class="icedeb-button" id="pts">Package tracker</span> (<a href="https://tracker.debian.org/">site</a>)</div>
       <div><span class="icedeb-button" id="deb">Package directory</span> (<a href="https://packages.debian.org/">site</a>)</div>
       <div><span class="icedeb-button" id="ml">Mailing lists</span> (<a href="https://lists.debian.org/">site</a>)</div>
-      <div><span class="icedeb-button" id="ddpo">Developer overview</span> (<a href="https://ddpo.debian.org/">site</a>)</div>
+      <div><span class="icedeb-button" id="ddpo">Developer overview</span> (<a href="https://qa.debian.org/developer.php">site</a>)</div>
+      <div><span class="icedeb-button" id="dmd">Maintainer dashboard</span> (<a href="https://udd.debian.org/dmd.cgi">site</a>)</div>
       <div><span class="icedeb-button" id="buildd">Build logs</span> (<a href="https://buildd.debian.org/">site</a>)</div>
       <div><span class="icedeb-button" id="security">Security tracker</span> (<a href="https://security-tracker.debian.org/">site</a>)</div>
   </div>
-  <div id="error" class="hidden"></div>
 </html>