Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHabben committed Aug 11, 2015
1 parent 604f304 commit 4e4100d
Show file tree
Hide file tree
Showing 14 changed files with 2,706 additions and 7 deletions.
2 changes: 1 addition & 1 deletion evolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = 'james.habben'

evolveVersion = '1.4.1'
evolveVersion = '1.4.2'

import sys
import argparse
Expand Down
Binary file removed images/evolve-logo-github.png
Binary file not shown.
14 changes: 14 additions & 0 deletions web/css/dataTables.colReorder.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* Namespace DTCR - "DataTables ColReorder" plug-in
*/

table.DTCR_clonedTable {
background-color: rgba(255, 255, 255, 0.7);
z-index: 202;
}

div.DTCR_pointer {
width: 1px;
background-color: #0259C4;
z-index: 201;
}
185 changes: 185 additions & 0 deletions web/css/dataTables.colVis.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,185 @@

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* ColVis styles
*/
div.ColVis {
float: right;
margin-bottom: 1em;
}

button.ColVis_Button,
ul.ColVis_collection li {
position: relative;
float: left;
margin-right: 3px;
padding: 5px 8px;
border: 1px solid #999;
cursor: pointer;
*cursor: hand;
font-size: 0.88em;
color: black !important;
white-space: nowrap;

-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;

-webkit-box-shadow: 1px 1px 3px #ccc;
-moz-box-shadow: 1px 1px 3px #ccc;
-ms-box-shadow: 1px 1px 3px #ccc;
-o-box-shadow: 1px 1px 3px #ccc;
box-shadow: 1px 1px 3px #ccc;

/* Generated by http://www.colorzilla.com/gradient-editor/ */
background: #ffffff; /* Old browsers */
background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* IE10+ */
background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Opera 11.10+ */
background: linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}

.ColVis_Button:hover,
ul.ColVis_collection li:hover {
border: 1px solid #666;
text-decoration: none !important;

-webkit-box-shadow: 1px 1px 3px #999;
-moz-box-shadow: 1px 1px 3px #999;
-ms-box-shadow: 1px 1px 3px #999;
-o-box-shadow: 1px 1px 3px #999;
box-shadow: 1px 1px 3px #999;

background: #f3f3f3; /* Old browsers */
background: -webkit-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* IE10+ */
background: -o-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* Opera 11.10+ */
background: linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

button.ColVis_Button {
height: 30px;
padding: 3px 8px;
}

button.ColVis_Button::-moz-focus-inner {
border: none !important;
padding: 0;
}

button.ColVis_Button:active {
outline: none;
}


div.ColVis_collectionBackground {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: black;
z-index: 1100;
}

ul.ColVis_collection {
list-style: none;
width: 150px;
padding: 8px 8px 4px 8px;
margin: 0;
border: 1px solid #ccc;
border: 1px solid rgba( 0, 0, 0, 0.4 );
background-color: #f3f3f3;
background-color: rgba( 255, 255, 255, 0.3 );
overflow: hidden;
z-index: 2002;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
-ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
-o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

ul.ColVis_collection li {
position: relative;
height: auto;
left: 0;
right: 0;
padding: 0.5em;

display: block;
float: none;
margin-bottom: 4px;

-webkit-box-shadow: 1px 1px 3px #999;
-moz-box-shadow: 1px 1px 3px #999;
-ms-box-shadow: 1px 1px 3px #999;
-o-box-shadow: 1px 1px 3px #999;
box-shadow: 1px 1px 3px #999;
}

ul.ColVis_collection li {
text-align: left;
}

ul.ColVis_collection li.ColVis_Button:hover {
border: 1px solid #999;
background-color: #f0f0f0;
}

ul.ColVis_collection li span {
display: inline-block;
padding-left: 0.5em;
cursor: pointer;
}


ul.ColVis_collection li.ColVis_Special {
border-color: #555;
background: rgb(237,237,237); /* Old browsers */
background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(214,214,214,1) 77%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(214,214,214,1) 77%, rgba(232,232,232,1) 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(214,214,214,1) 77%,rgba(232,232,232,1) 100%); /* IE10+ */
background: -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(214,214,214,1) 77%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(214,214,214,1) 77%,rgba(232,232,232,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}

ul.ColVis_collection li.ColVis_Special:hover {
background: #e2e2e2; /* Old browsers */
background: -webkit-linear-gradient(top, #d0d0d0 0%,#d5d5d5 89%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
background: -moz-linear-gradient(top, #d0d0d0 0%,#d5d5d5 89%,#e2e2e2 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #d0d0d0 0%,#d5d5d5 89%,#e2e2e2 100%); /* IE10+ */
background: -o-linear-gradient(top, #d0d0d0 0%,#d5d5d5 89%,#e2e2e2 100%); /* Opera 11.10+ */
background: linear-gradient(top, #d0d0d0 0%,#d5d5d5 89%,#e2e2e2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}


span.ColVis_radio {
display: inline-block;
width: 20px;
}

div.ColVis_catcher {
position: absolute;
z-index: 1101;
}

.disabled {
color: #999;
}


Binary file removed web/evolve-logo.png
Binary file not shown.
16 changes: 10 additions & 6 deletions web/evolve.htm
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
<html>
<head>
<script src="web/jquery-2.1.3.min.js" type="text/javascript"></script>
<script src="web/jqueryFileTree.js" type="text/javascript"></script>
<script src="web/jquery.dataTables.min.js" type="text/javascript"></script>
<script src="web/evolve.js" type="text/javascript"></script>
<script src="web/js/jquery-2.1.3.min.js" type="text/javascript"></script>
<script src="web/js/jqueryFileTree.js" type="text/javascript"></script>
<script src="web/js/jquery.dataTables.min.js" type="text/javascript"></script>
<script src="web/js/dataTables.colReorder.js" type="text/javascript"></script>
<script src="web/js/dataTables.colVis.js" type="text/javascript"></script>
<script src="web/js/evolve.js" type="text/javascript"></script>

<link rel="stylesheet" href="web/css/jqueryFileTree.css" type="text/css" />
<link rel="stylesheet" href="web/css/jquery.dataTables.min.css" type="text/css" />
<link rel="stylesheet" href="web/css/dataTables.colReorder.css" type="text/css" />
<link rel="stylesheet" href="web/css/dataTables.colVis.css" type="text/css" />
<link rel="stylesheet" href="web/css/evolve.css" type="text/css" />
<styleaaa type="text/css">
<!--
Expand Down Expand Up @@ -60,8 +64,8 @@
</head>
<body>
<div id="header">
<img src="web/evolve-logo-sml.png" /> <span id="evover">v</span> | <span id="volhdr">Web Interface for Volatility Framework (version <span id="volver"></span>)</span>
<span id="twitter"><img src="/web/twitter.png" height="11px"/><a href="https://twitter.com/jameshabben" target="_blank">@JamesHabben</a></span>
<img src="web/images/evolve-logo-sml.png" /> <span id="evover">v</span> | <span id="volhdr">Web Interface for Volatility Framework (version <span id="volver"></span>)</span>
<span id="twitter"><img src="/web/images/twitter.png" height="11px"/><a href="https://twitter.com/jameshabben" target="_blank">@JamesHabben</a></span>
</div>
<div id="dumpdata">
<span id="dumpfile">File</span>
Expand Down
File renamed without changes
File renamed without changes
Loading

0 comments on commit 4e4100d

Please sign in to comment.