From: indresh singh bhadoria Date: Wed, 21 Jun 2017 17:30:52 +0530 Subject: browse file button functionality and view changed --- browse file button functionality and view changed --- --- 'a/css/styles.css' +++ b/css/styles.css @@ -5,6 +5,7 @@ /* * 1.1 Common styles */ + ::-moz-selection { color: #fff; background: #000000; } @@ -5303,29 +5304,12 @@ h3.widget-title.side-nav {margin-top: 20 .no-padding { padding: 0 !important; } - /** -#loading { - content: ''; - display: block; - top: 0; - left: 0; - bottom: 0; - right: 0; - position:absolute; - width: 100%; height: 100%; - background: url('loading.gif') no-repeat center center; - margin:0 auto; - z-index:10000000; - /**opacity: 0.4; **/ -} -**/ + + /* Paste this css to your style sheet file or under head tag */ /* This only works with JavaScript, if it's not present, don't show loader */ -.no-js #loader { display: none; } -.js #loader { display: block; position: absolute; left: 100px; top: 0; } .se-pre-con { - display: none; position: fixed; left: 0px; top: 0px; --- 'a/doc.php' +++ b/doc.php @@ -1,16 +1,7 @@ $code, @@ -60,7 +51,6 @@ if ($cd != $code) { echo "xml/hashKey.xml file doesnot exists"; } $access_token = $xml['access_token']; -} $headers = array( 'Authorization: Bearer ' . $access_token @@ -95,6 +85,8 @@ $resissuedErr = curl_error($vhi); curl_close($vhi); $issuedNew = explode('¿', $resissued); $dataI = json_decode($issuedNew[1], TRUE); + +include 'header.php'; ?>
@@ -123,44 +115,44 @@ $dataI = json_decode($issuedNew[1], TRUE Date URI -
+
- - - '; - echo ''; - echo($api_detail['name']); - } - if ($api_detail['type'] == "file") { - echo ""; - echo ''; - echo($api_detail['name']); + "; ?> - - - - - + + '; + echo ''; + echo($api_detail['name']); + } + if ($api_detail['type'] == "file") { + echo ""; + echo ''; + echo($api_detail['name']); + } + echo ""; + ?> + + + + + - - - - + + + + - --- 'a/header.php' +++ b/header.php @@ -78,7 +78,7 @@