Code 001
Code 001
DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title i18n-content="title"></title>
<link rel="stylesheet" href="chrome://resources/wow/css/common/wow_widgets.css"
type="text/css">
<link rel="stylesheet" type="text/css"
href="chrome://resources/wow/css/download/wow_download.css">
<style>
#type .typeItem .typeName {
min-width: 108px;
}
@media screen and (max-width: 1366px){
.downloadInfo {
max-width: 340px;
}
.fileInfo font {
max-width: 90px;
}
}
</style>
</head>
<body>
<div id="head">
<span id="title" i18n-content="title"></span>
<input type="search" id="search" i18n-values="placeholder:searchButton" autofocus
incremental/>
<span class="timeSaving fr" id="timeSaving"></span>
<span class="fileCount fr" id="fileCount"></span>
<span class="downloadFolder fr"><span i18n-content="download_folder"></span><input
id="locationInput" type="text" title="" readonly value="" />
<span id="choiceFolder"></span>
<ul id="lastLocationList" class="locationList"></ul>
</span>
</div>
<div id="container">
<div id="type"></div>
<div id="content">
<div id="offlineHead">
<button id="newOfflineTask" i18n-content="new_cloud_task"></button>
<button id="openCloudDrive" i18n-content="open_the_cloud_drive"></button>
</div>
<div id="list"></div>
</div>
src="chrome://resources/wow/js/download/wow_download_main.js" crossorigin></script>
</body>
</html>