Skip to content

Commit

Permalink
v1.0.12 correction IE,history, add favorites
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpep authored Mar 15, 2017
1 parent e1ecddd commit 008a36c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
Binary file modified IPsubnet-cacti-plugin.zip
Binary file not shown.
Binary file modified IPsubnet-cacti-v1.0.1-plugin.zip
Binary file not shown.
Binary file modified IPsubnet-last_version.zip
Binary file not shown.
4 changes: 3 additions & 1 deletion ipsubnet-body.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<BODY translate="no" dir="auto" >
<FORM class="form" >
<DIV class="container ipsubnet">
<!-- main panel -->
Expand Down Expand Up @@ -435,7 +436,7 @@
&nbsp;</BUTTON>
</div>
<div class="version">
<span>v1.0.11</span>
<span>v1.0.12</span>
</div>
</DIV>
</DIV>
Expand All @@ -444,3 +445,4 @@
<!-- end container -->
</DIV>
</FORM>

10 changes: 8 additions & 2 deletions ipsubnet.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,12 @@
================================================== -->
<!-- using flags of https://github.com/lipis/flag-icon-css/ licence MIT-->
<link href="fonts/flag-icon-css/css/flag-icon.css" rel="stylesheet" >
<SCRIPT src="js/ipsubnet.js"></SCRIPT>
<!-- set default -->
<script>
var defaultlang="en";
var defaulttheme="modern";
var defaultIP="192.168.0.1",defaultBits="24";
</script>
<!-- application's class -->
<link href="css/ipsubnet.css" rel="stylesheet" >
<link href="lang/languages-WORLD.css" rel="stylesheet" >
Expand All @@ -47,6 +52,7 @@
<link href="lang/languages-ZH-HANS.css" rel="stylesheet" >
<link href="lang/languages-ZH.css" rel="stylesheet" >
<link id="design" href="css/design.css" rel="stylesheet" >
<SCRIPT src="js/ipsubnet.js"></SCRIPT>
</HEAD>
<BODY translate="no" dir="auto" >
<FORM class="form" >
Expand Down Expand Up @@ -486,7 +492,7 @@
&nbsp;</BUTTON>
</div>
<div class="version">
<span>v1.0.11</span>
<span>v1.0.12</span>
</div>
</DIV>
</DIV>
Expand Down

0 comments on commit 008a36c

Please sign in to comment.