Skip to content

Commit b099693

Browse files
author
Matthias Lohr
committed
first file structure
0 parents  commit b099693

24 files changed

+6569
-0
lines changed

LICENSE.txt

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.

api/.htaccess

Whitespace-only changes.

api/LICENSE.txt

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.

api/index.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?php
2+
3+
/*
4+
* This file is part of phpDNSAdmin.
5+
* (c) 2010 Matthias Lohr - http://phpdnsadmin.sourceforge.net/
6+
*
7+
* jNav is free software: you can redistribute it and/or modify
8+
* it under the terms of the GNU General Public License as published by
9+
* the Free Software Foundation, either version 3 of the License, or
10+
* (at your option) any later version.
11+
*
12+
* jNav is distributed in the hope that it will be useful,
13+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
* GNU General Public License for more details.
16+
*
17+
* You should have received a copy of the GNU General Public License
18+
* along with phpDNSAdmin. If not, see <http://www.gnu.org/licenses/>.
19+
*/
20+
21+
?>
1.52 KB
Loading
180 Bytes
Loading
120 Bytes
Loading
105 Bytes
Loading
111 Bytes
Loading
110 Bytes
Loading
107 Bytes
Loading
Loading
Loading
4.27 KB
Loading
5.23 KB
Loading
4.27 KB
Loading
4.27 KB
Loading
4.27 KB
Loading

css/jquery/jquery.css

Lines changed: 489 additions & 0 deletions
Large diffs are not rendered by default.

index.php

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?php
2+
3+
/*
4+
* This file is part of phpDNSAdmin.
5+
* (c) 2010 Matthias Lohr - http://phpdnsadmin.sourceforge.net/
6+
*
7+
* jNav is free software: you can redistribute it and/or modify
8+
* it under the terms of the GNU General Public License as published by
9+
* the Free Software Foundation, either version 3 of the License, or
10+
* (at your option) any later version.
11+
*
12+
* jNav is distributed in the hope that it will be useful,
13+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
* GNU General Public License for more details.
16+
*
17+
* You should have received a copy of the GNU General Public License
18+
* along with phpDNSAdmin. If not, see <http://www.gnu.org/licenses/>.
19+
*/
20+
21+
?>
22+
<html>
23+
<head>
24+
<link rel="stylesheet" href="css/jquery/jquery.css" type="text/css" />
25+
<script type="text/javascript" src="js/jquery-1.4.2.min.js" />
26+
<script type="text/javascript" src="js/jquery-ui-1.8.2.min.js" />
27+
<script type="text/javascript" src="js/jquery.jstree.js" />
28+
<script type="text/javascript" src="js/jquery.tablesorter.min.js" />
29+
<body>
30+
31+
32+
</body>
33+
</html>

js/jquery-1.4.2.min.js

Lines changed: 154 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/jquery-ui-1.8.2.min.js

Lines changed: 1012 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)