diff --git a/domains.php b/domains.php new file mode 100644 index 0000000..35f26b6 --- /dev/null +++ b/domains.php @@ -0,0 +1,52 @@ + + + + + + PDNS Manager - Domains + + + + + + + + + + + + + + + +
+ +
+ + diff --git a/js/domains.js b/js/domains.js new file mode 100644 index 0000000..b87cd6d --- /dev/null +++ b/js/domains.js @@ -0,0 +1,19 @@ +/* + * Copyright 2016 Lukas Metzger . + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +$(document).ready(function() { + +}); \ No newline at end of file diff --git a/js/index.js b/js/index.js index ec6f341..9751b99 100644 --- a/js/index.js +++ b/js/index.js @@ -32,7 +32,7 @@ $(document).ready(function() { if(data.status == "fail") { $('#alertLoginFailed').slideDown(600); } else { - location.assign("domains.html"); + location.assign("domains.php"); } }, "json" diff --git a/logout.php b/logout.php new file mode 100644 index 0000000..323653b --- /dev/null +++ b/logout.php @@ -0,0 +1,54 @@ + + + + + + PDNS Manager + + + + + + + + + + + + + +
+
+
+
+

You have been logged out successfully!

+ Login again +
+
+
+ + +