Update ruoli_violet.php
							parent
							
								
									14d3d8df93
								
							
						
					
					
						commit
						555fec0fb3
					
				| 
						 | 
				
			
			@ -6,16 +6,16 @@
 | 
			
		|||
    <meta charset=utf-8>
 | 
			
		||||
    <meta http-equiv=X-UA-Compatible content="IE=edge">
 | 
			
		||||
    <meta name=viewport content="width=device-width,initial-scale=1">
 | 
			
		||||
    <meta name="keywords" content="<?php echo $n_path;?>,<?php if ($p_path!='') echo $p_path.','; echo $_SERVER['sitename'];?>,林的小窝,onedrive">
 | 
			
		||||
    <link rel="icon" href="https://cdn.jsdelivr.net/gh/ldxw/CDN@0.003/favicon/64x64/favicon.ico" type="image/x-icon" />
 | 
			
		||||
    <link rel="shortcut icon" href="https://cdn.jsdelivr.net/gh/ldxw/CDN@0.003/favicon/64x64/favicon.ico" type="image/x-icon" />
 | 
			
		||||
    <meta name="keywords" content="<?php echo $n_path;?>,<?php if ($p_path!='') echo $p_path.','; echo $_SERVER['sitename'];?>,OneManager,auth_by_逸笙">
 | 
			
		||||
    <link rel="icon" href="<?php echo $_SERVER['base_disk_path'];?>favicon.ico" type="image/x-icon" />
 | 
			
		||||
    <link rel="shortcut icon" href="<?php echo $_SERVER['base_disk_path'];?>favicon.ico" type="image/x-icon" />
 | 
			
		||||
    <style type="text/css">
 | 
			
		||||
        body{cursor:url("https://cdn.jsdelivr.net/gh/ldxw/CDN@0.02.7/scfone-theme-js/img/XSSB-1.cur"),auto;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px;line-height:1em;color:#9966CC;background-image:url("https://cdn.jsdelivr.net/gh/ldxw/CDN@0.02.7/scfone-theme-js/img/bj.png");margin:0;}
 | 
			
		||||
        a{text-decoration:none;cursor:url("https://cdn.jsdelivr.net/gh/ldxw/CDN@0.02.7/scfone-theme-js/img/XSSB-2.cur"),auto;}
 | 
			
		||||
        body{cursor:url("http://www.qqzzz.net/www/images/XSSB-1.cur"),auto;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:16px;line-height:1em;color:#9966CC;background-image:url("http://www.qqzzz.net/www/images/bj.png");margin:0;}
 | 
			
		||||
        a{text-decoration:none;cursor:url("http://www.qqzzz.net/www/images/XSSB-2.cur"),auto;}
 | 
			
		||||
        ion-icon{font-size:15px;vertical-align:bottom}
 | 
			
		||||
		.login{float:left;}
 | 
			
		||||
        .changelanguage{float:right;}
 | 
			
		||||
		.button{border-radius:3px;border:1px solid #663399;color:white;background-color:#9966CC;padding:5px 15px;text-align:center;transition:background-color 0.4s;transition:box-shadow 0.4s;cursor:url("https://cdn.jsdelivr.net/gh/ldxw/CDN@0.02.7/scfone-theme-js/img/XSSB-2.cur"),auto;}
 | 
			
		||||
		.button{border-radius:3px;border:1px solid #663399;color:white;background-color:#9966CC;padding:5px 15px;text-align:center;transition:background-color 0.4s;transition:box-shadow 0.4s;cursor:url("http://www.qqzzz.net/www/images/XSSB-2.cur"),auto;}
 | 
			
		||||
		.button:hover{background-color:#663399;box-shadow:1px 1px 8px rgba(153,102,204,0.4);color:#FF6666;}
 | 
			
		||||
		.ERR{background-color:#9966CC; }
 | 
			
		||||
		.FOC{background-color:#FF6666; box-shadow:2px 2px 12px #FF6666;}
 | 
			
		||||
| 
						 | 
				
			
			@ -83,7 +83,7 @@
 | 
			
		|||
            <option value="">Language</option>
 | 
			
		||||
<?php
 | 
			
		||||
    foreach ($constStr['languages'] as $key1 => $value1) { ?>
 | 
			
		||||
            <option value="<?php echo $key1; ?>" <?php echo $key1==$constStr['language']?'selected="selected"':'' ?><?php echo $value1; ?></option>
 | 
			
		||||
            <option value="<?php echo $key1; ?>" <?php echo $key1==$constStr['language']?'selected="selected"':'' ?>><?php echo $value1; ?></option>
 | 
			
		||||
<?php
 | 
			
		||||
    } ?>
 | 
			
		||||
        </select>
 | 
			
		||||
| 
						 | 
				
			
			@ -227,7 +227,7 @@
 | 
			
		|||
                        // Folders
 | 
			
		||||
                        if (isset($file['folder'])) { 
 | 
			
		||||
                            $filenum++; ?>
 | 
			
		||||
                    <tr data-to  id="tr<?php echo $filenum;?>" style="cursor:url('https://cdn.jsdelivr.net/gh/ldxw/CDN@0.02.7/scfone-theme-js/img/XSSB-2.cur'),auto" onclick="location.href='<?php echo path_format($_SERVER['base_disk_path'] . '/' . $path . '/' . encode_str_replace($file['name']) . '/'); ?>'">
 | 
			
		||||
                    <tr data-to  id="tr<?php echo $filenum;?>" style="cursor:url('http://www.qqzzz.net/www/images/XSSB-2.cur'),auto" onclick="location.href='<?php echo path_format($_SERVER['base_disk_path'] . '/' . $path . '/' . encode_str_replace($file['name']) . '/'); ?>'">
 | 
			
		||||
                        <td class="file">
 | 
			
		||||
<?php                       if ($_SERVER['admin']) { ?>
 | 
			
		||||
                            <li class="operate button"><ion-icon name="construct"></ion-icon><a><?php echo getconstStr('Operate'); ?></a>
 | 
			
		||||
| 
						 | 
				
			
			@ -261,7 +261,7 @@
 | 
			
		|||
                                }
 | 
			
		||||
                                $filenum++; ?>
 | 
			
		||||
								<?php if(strtolower($file['name']) !== 'head.md' && strtolower($file['name']) !== 'readme.md') {?>
 | 
			
		||||
                    <tr data-to id="tr<?php echo $filenum;?>" style="cursor:url('https://cdn.jsdelivr.net/gh/ldxw/CDN@0.02.7/scfone-theme-js/img/XSSB-2.cur'),auto" onclick="location.href='<?php echo path_format($_SERVER['base_disk_path'] . '/' . $path . '/' . encode_str_replace($file['name'])); ?>?preview'">
 | 
			
		||||
                    <tr data-to id="tr<?php echo $filenum;?>" style="cursor:url('http://www.qqzzz.net/www/images/XSSB-2.cur'),auto" onclick="location.href='<?php echo path_format($_SERVER['base_disk_path'] . '/' . $path . '/' . encode_str_replace($file['name'])); ?>?preview'">
 | 
			
		||||
                        <td class="file">
 | 
			
		||||
<?php                           if ($_SERVER['admin']) { ?>
 | 
			
		||||
                            <li class="operate button"><ion-icon name="construct"></ion-icon><a><?php echo getconstStr('Operate'); ?></a>
 | 
			
		||||
| 
						 | 
				
			
			@ -954,7 +954,7 @@
 | 
			
		|||
                    } else {
 | 
			
		||||
                        StartStr='<?php echo getconstStr('LastUpload'); ?>'+size_format(newstartsize)+ '<br><?php echo getconstStr('ThisTime').getconstStr('UploadStartAt'); ?>:' +StartTime.toLocaleString()+'<br>' ;
 | 
			
		||||
                    }
 | 
			
		||||
                    var chunksize=15*1024*1024; // chunk size, max 60M. 每小块上传大小,最大60M,微软建议10M
 | 
			
		||||
                    var chunksize=5*1024*1024; // chunk size, max 60M. 每小块上传大小,最大60M,微软建议10M
 | 
			
		||||
                    if (totalsize>200*1024*1024) chunksize=10*1024*1024;
 | 
			
		||||
                    function readblob(start) {
 | 
			
		||||
                        var end=start+chunksize;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue