diff --git a/lib/file-folder-properties.css b/lib/file-folder-properties.css new file mode 100644 index 0000000..0140358 --- /dev/null +++ b/lib/file-folder-properties.css @@ -0,0 +1,29 @@ +/* First, reset everything to a standard */ +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, font, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td { + border: 0; + margin: 0; + padding: 0; + outline: 0; + font-size: 12px; + vertical-align: top; +} + +body {overflow: hidden; + -webkit-user-select: none; + -moz-user-select: none; + -o-user-select:none; + user-select: none; +} + +h1 {font-size: 36px; font-weight: normal; color: #888; margin-bottom: 20px} + +.properties {font-family: arial, verdana, helvetica, sans-serif; background-color: #1c1c19; color: #fff; padding: 20px} +.properties .column {display: inline-block; width: 220px; font-size: 10px; float: left} \ No newline at end of file diff --git a/lib/file-folder-properties.php b/lib/file-folder-properties.php new file mode 100644 index 0000000..9e3f571 --- /dev/null +++ b/lib/file-folder-properties.php @@ -0,0 +1,57 @@ + + + + + +ICE Coder - <?php echo $versionNo;?> :: File/Folder Properties + + + + + + +

properties

+ + +


+Size: = 1024) { + $outputSize = ($outputSize/1024); + $outputUnit = "mb"; +} +echo number_format($outputSize, 2, '.', '').$outputUnit." (".number_format($bytes)." bytes)"; +?> +Modified: +Last Accessed: +

+Type: +Readable / Writeable: / +Root path: + +

+Full path:
+

+
+ +Permissions: + + + + + + + + + \ No newline at end of file