source: other-projects/meddle/trunk/index.html

Last change on this file was 31685, checked in by davidb, 7 years ago

Link to open-source code added as footer

File size: 2.1 KB
Line 
1<html id="root">
2 <head>
3 <meta charset="UTF-8">
4 <link rel="stylesheet" type="text/css" href="index.css">
5 <script
6 src="https://code.jquery.com/jquery-2.2.4.min.js"
7 integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
8 crossorigin="anonymous"></script>
9<!--
10 <script src="index.js"></script>
11-->
12
13 </head>
14 <body id="body">
15
16
17<div id="outer">
18 <div id="header">
19
20 <h2>
21 <img src="//bedrock.resnet.cms.waikato.ac.nz/meddle/meddle-icon-large.png" height="40" width="40">
22 MEDDLE Proxy: ModifiED Digital Library Proxy
23 </h2>
24 </div>
25<!--
26 <div id="nav">
27 <h4>Navigation</h4>
28 <ul>
29 <li>Item 1</li>
30 <li>Item 2</li>
31 <li>Item 3</li>
32 </ul>
33 </div>
34-->
35 <div id="main">
36 <p>
37 Which Digital Library would you like to MEDDLE with?
38 </p>
39 <ul style="list-style: none;">
40 <li>
41 <a href="https://bedrock.resnet.cms.waikato.ac.nz/cgi-bin/meddle/nph-proxy-meddle.cgi/en/20/http/dl.acm.org/">
42 <img class="dllogo" src="meddle-acmdl.png">
43 </a>
44 </li>
45<!--
46 <li>
47 <a href="https://bedrock.resnet.cms.waikato.ac.nz/cgi-bin/meddle/nph-proxy-meddle.cgi/en/20/http/ieeexplore.ieee.org/">
48 <img class="dllogo" src="meddle-xplore.png">
49 </a>
50 </li>
51-->
52 <li>
53 <a href="https://bedrock.resnet.cms.waikato.ac.nz/cgi-bin/meddle/nph-proxy-meddle.cgi/en/20/http/www.springer.com/gp/">
54 <img class="dllogo" src="https://upload.wikimedia.org/wikipedia/en/thumb/e/eb/Springer.svg/1280px-Springer.svg.png" width="333">
55
56 </a>
57 </li>
58 <li>
59 <a href="https://bedrock.resnet.cms.waikato.ac.nz/cgi-bin/meddle/nph-proxy-meddle.cgi/en/20/https/scholar.google.com/">
60 <img class="dllogo" src="meddle-gscholar.png">
61 </a>
62 </li>
63 </ul>
64 </div>
65 <div id="footer">
66 <p>
67 MEDDLE source available under
68 <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GPL
69 v3 license</a>. Check it out through
70 <a href="http://trac.greenstone.org/browser/other-projects/meddle/trunk">
71 here</a> through SVN.
72 </p>
73 </div>
74
75</div>
76
77
78
79
80 </body>
81</html>
Note: See TracBrowser for help on using the repository browser.