This commit is contained in:
2024-10-29 14:04:59 +08:00
commit 48bf3e6f33
2839 changed files with 762707 additions and 0 deletions

View File

@@ -0,0 +1,341 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>软件驱动下载</title>
<meta name="Keywords" content="软件驱动、技术支持与故障排除、操作视频,驱动程序" />
<meta name="Description" content="软件驱动、技术支持与故障排除、操作视频,驱动程序" />
{include file="include/head" /}
<link rel="stylesheet" type="text/css" href="__PUBLIC__/web/css/subject/search.css">
<script type="text/javascript">
var navID = "1";
</script>
</head>
<body>
<!--top-->
<header class="header-PC header-Index">
<div id="header" class="theme-white">
{include file="include/top-head2023" /}
</div>
</header>
<!--top End-->
<div class="Container">
<img src="/uploads/download/drive_ banner.jpg" class="drive_banner">
</div>
<?php if (isset($category['picture'])): ?>
<!-- 轮播 s -->
<div class="homeban">
<a href="<?php //echo url_rewrite('download', ['id' => $category['id']]); ?>"><img src="<?php echo getImage($category['picture']); ?>"/></a>
</div>
</div>
<!-- 轮播 e -->
<?php endif; ?>
<!-- 视频列表 s -->
<div class="down">
<div class="load">
<!-- <div class="hd">
<ul class="hdone">
<li><a href="<?php echo url('Download/index?id=1')?>">驱动下载</a></li>
<li><a href="<?php echo url('Download/catelists_down?id=3')?>" style="color:#009fe0;">说明书下载</a></li>
<li>Orico期刊</li>
<li>其他</li>
</ul>
<a class="prev"><img src="__PUBLIC__/web/images/bfl.png"></a>
<a class="next"><img src="__PUBLIC__/web/images/brh.png"></a>
</div>-->
<div class="S-search-bg nsea">
<div class="swt-Container S-search-content secon1">
<div class="S-Searchbox">
<div class="Search">
<input type="text" name="textfield" class="ipt" placeholder="输入关键字查找" id="search-input">
<div type="submit" name="button" value="" class="searchbtn icon-search" id="search-btnput"></div>
<!--<div id="search-btn" class="search_content search_default"
</div>>-->
</div>
</div>
</div>
</div>
<!-- title s
<div class="Download-title">软件驱动下载</div>-->
<div class="hd">
<ul class="hdone">
<li><a href="__ORICOROOT__/download.html" style="color:#009fe0;">驱动下载</a></li>
<li><a href="<?php echo url('Download/catelists_down?id=3')?>">说明书下载</a></li>
</ul>
<a class="prev"><img src="__PUBLIC__/web/images/bfl.png"></a>
<a class="next"><img src="__PUBLIC__/web/images/brh.png"></a>
</div>
<!-- title-->
<div class="Download-title">软件驱动下载</div>
<!-- title e -->
<div class="swt-Container bd">
<?php if ($list): ?>
<ul class="bdone">
<?php foreach ($list as $detail): ?>
<li>
<div class="loadfl">
<img src="<?php echo getImage($detail['picture']); ?>">
</div>
<div class="loadrh">
<div class="loada"><?php echo $detail['name']; ?></a></div>
<?php if ($detail['description']): ?>
<div class="load_destri"><?php echo msubstr($detail['description'], 0, 200); ?></div>
<?php endif; ?>
<div class="loadms1">适合型号:<?php echo $detail['app_model']; ?></div>
<div class="loadms2">支持系统:<?php echo $detail['support_os']; ?></div>
<div class="loadms3">
<?php
$downloadpath = explode(',', $detail['downloadpath']);
$downloadpath64 = explode(',', $detail['downloadpath64']);
foreach ($downloadpath as $k => $dl):
$dlname = empty($downloadpath64[$k]) ? '下载' : $downloadpath64[$k];
//$url=url('index/download/download', ['id' => $detail['id'], 'bit' => $k]);
?>
<a href="<?php echo trim($dl, '/'); ?>" data-cod="dl" data-id="<?php echo $detail['id']; ?>" target="_blank"><?php echo $dlname; ?></a>
<?php endforeach; ?>
</div>
</div>
<div class="clear"></div>
</li>
<?php endforeach; ?>
<!-- 分页 s -->
<div style="margin-top:60px"></div>
<?php
if ($page) {
echo $page;
}
?>
<!-- 分页 e -->
</ul>
<?php endif; ?>
<?php if ($downloadCategory): ?>
<ul class="bdtwo">
<?php foreach ($downloadCategory as $k => $dc): ?>
<li>
<p class="datatitle"><?php echo $dc['name']; ?></p>
<?php
$downloads = getDifferentDownload('ishot', 8, ['cid' => $dc['id']]);
if ($downloads):
?>
<dl>
<?php foreach ($downloads as $download): ?>
<dd>
<div class="datafl">
<img src="<?php echo getImage($download['picture']); ?>">
</div>
<div class="datarh">
<div class="datams1"><?php echo $download['name']; ?></div>
<div class="datams2"><?php echo msubstr($download['description'], 0, 200); ?></div>
<div class="datams3">格式:<?php echo $download['format']; ?></div>
<div class="datams4">
<?php
$downloadpath = explode(',', $download['downloadpath']);
$downloadpath64 = explode(',', $download['downloadpath64']);
foreach ($downloadpath as $k => $dl):
$dlname = empty($downloadpath64[$k]) ? '下载' : $downloadpath64[$k];
?>
<a href="<?php echo url('/') . trim($dl, '/'); ?>" data-cod="dl" data-id="<?php echo $dc['id']; ?>" target="_blank"><?php echo $dlname; ?></a>
<?php endforeach; ?>
</div>
</div>
</dd>
<?php endforeach; ?>
<div class="clear"></div>
</dl>
<?php endif; ?>
</li>
<?php endforeach; ?>
</ul>
<?php endif; ?>
</div>
<!-- Add Arrows -->
<script>
jQuery(".load .hd").slide({mainCell: "ul", autoPlay: false, effect: "left", vis: 8, scroll: 1, autoPage: false, prevCell: ".prev", nextCell: ".next"});
$(".load").slide({trigger: "click", defaultIndex: 0, });
$(function() {
$("#dl-search-btn").bind("click", function(event) {
var skeyword = $("#dl-search-in").val();
if (skeyword) {
var href = "<?php echo url('/dlsearch'); ?>?skeyword=" + encodeURIComponent(skeyword);
location.href = href;
}
});
$("#dl-search-in").keyup(function(event) {
if (event && event.keyCode == 13) {
$("#dl-search-btn").trigger("click");
}
});
$("[data-cod='dl']").click(function(event) {
var love = $(this), id = love.data("id"), dl = love.data("dl");
dl = typeof (dl) == 'undefined' ? 0 : dl;
if (dl < 10) {
$.ajax({
type: "POST",
dataType: "json",
url: "<?php echo url('/th/download/dlcount'); ?>",
data: {id: id},
cache: false, //不缓存此页面
success: function(data) {
//console.log(data);
love.data("dl", dl + 1);
}
});
} else {
event.preventDefault();
alert('您已下载过了!');
return false;
}
});
});
</script>
</div>
</div>
<!-- 视频列表 e -->
<!-- bottom s -->
{include file="include/bottom2023" /}
<!-- bottom e -->
</body>
</html>
<script type="text/javascript">
$(function() {
$.ajax({
url: '/index/download/get_filter',
type: 'post',
dataType: 'json',
success: function(res) {
var data = res.data.dl_name;
var html = '<ul>';
// data.forEach((item, index) => {
// html += '<li>';
// html += item.name;
// html += '</li>';
// });
var data_length = data.length;
for(var i=0;i<data_length;i++) {
if (i > 4)
break;
html += '<li>';
html += data[i].name;
html += '</li>';
}
html += '</ul>';
$('#search').html(html);
}
})
});
// NEW selector
jQuery.expr[':'].Contains = function(a, i, m) {
return jQuery(a).text().toUpperCase()
.indexOf(m[3].toUpperCase()) >= 0;
};
// OVERWRITES old selecor
jQuery.expr[':'].contains = function(a, i, m) {
return jQuery(a).text().toUpperCase()
.indexOf(m[3].toUpperCase()) >= 0;
};
//Update to work for jQuery 1.8
/*$.expr[":"].contains = $.expr.createPseudo(function(arg) {
return function( elem ) {
return $(elem).text().toUpperCase().indexOf(arg.toUpperCase()) >= 0;
};
});*/
$(function() {
var search_input = $(".Search input");
var search_content = $(".search_content");
$(search_input).on("keyup", function() {
if (search_input.val().length > 0) {
$(search_content).show().addClass("ul_add");
}
else if (search_input.val().length == 0) {
$(search_content).show().removeClass("ul_add");
}
//$(".search_content li:contains(" + search_input.val().trim() + ")").show();
//$(".search_content li:not(:contains(" + search_input.val().trim() + "))").hide();
$(".search_content li").hide().filter(":contains("+ search_input.val().toLowerCase().trim() +")").show();
});
});
$("#search ul li").live('click',function(){
//console.log(11111);
//获取点击的值
var keywords = $(this).text();
if(keywords) {
$('#search-input').val(keywords);
var href = "<?php echo url('/download'); ?>?skeyword=" + encodeURIComponent(keywords);
location.href = href;
$(".search_content").hide();
}
});
//点击search以外部分隐藏
/*$("body").click(function (e) {
if (!$(e.target).closest(".Search").length) {
$(".search_content").hide()
}
//console.log(111);
});*/
</script>
<script type="text/javascript">
/*定位光标*/
document.querySelector('#search-input').focus();
$(function() {
//
$("#search-btnput").bind("click", function(event) {
var skeyword = $("#search-input").val();
if (skeyword) {
var href = "<?php echo url('/download'); ?>?skeyword=" + encodeURIComponent(skeyword);
location.href = href;
}
});
$("#search-input").keyup(function(event) {
if (event && event.keyCode === 13) {
$("#search-btnput").trigger("click");
}
});
var $category = $(".navlist");
$category.hide();
$(".navul li").mouseleave(function() {
$(this).children("a").addClass("aons");
$(this).children("dl").stop(true, true).slideUp(500);
});
$(".navul li").mouseenter(function() {
$category.hide();
$(this).children("dl").stop(true, true).slideDown(500);
});
//搜索框
$(".Searchbox .icon").click(function() {
$(".Search").slideToggle();
});
});
</script>
<style>
.drive_banner{
width: 100%;
}
#search-btnput{
right: 8% !important;
}
</style>

View File

@@ -0,0 +1,144 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>驱动下载</title>
{include file="include/head" /}
<script type="text/javascript">
var navID = "1";
</script>
<link rel="stylesheet" type="text/css" href="__PUBLIC__/weben/css/subject/software.css">
<link rel="stylesheet" type="text/css" href="__PUBLIC__/weben/css/montserrat.css">
</head>
<body class="bg-gray">
<!--top-->
<header class="header-PC header-Index">
<div id="header" class="theme-white">
{include file="include/top-head2023" /}
</div>
</header>
{include file="include/top-header-mobile" /}
<!--内容-->
<!--banner-->
<div class="Swt-Banner position-r">
<img src="__PUBLIC__/weben/images/software/banner_01.png" alt="" />
<div class="banner_title">软件和驱动程序</div>
</div>
<!--banner-->
<div class="contact_c">
<!--搜索-->
<div class="search_all">
<input type="text" name="textfield" placeholder="搜索型号" id="search_software">
<div class="searchbtn" id="search-btn"><img src="__PUBLIC__/weben/images/software/search.png"></div>
</div>
<!--搜索-->
<!--tab切换-->
<div class="tab">
<a href="__ORICOROOT__/download.html" class="list on">软件驱动</a>
<a href="<?php echo url('download/catelists_down?id=3')?>" class="list">手册</a>
<a href="__ORICOROOT__/video/category/1.html" class="list">视频</a>
</div>
<!--tab切换-->
<div class="boxs">
<!--Software Drives-->
<div class="software">
<?php if($list):?>
<?php foreach ($list as $detail): ?>
<div class="list">
<div class="left_img"><img src="<?php echo getImage($detail['picture']); ?>" alt="" /></div>
<div>
<p class="title"><?php echo $detail['name']; ?></p>
<p class="sub_title">支持型号: </p>
<p class="des"><?php echo $detail['app_model']; ?></p>
<p class="sub_title">支持的系统: </p>
<p class="des"><?php echo $detail['support_os']; ?></p>
<p>
<?php
$downloadpath = explode(',', $detail['downloadpath']);
$downloadpath64 = explode(',', $detail['downloadpath64']);
foreach ($downloadpath as $k => $dl):
$dlname = empty($downloadpath64[$k]) ? '下载' : $downloadpath64[$k];
//$url=url('index/download/download', ['id' => $detail['id'], 'bit' => $k]);
?>
<a href="<?php echo trim($dl, '/'); ?>" class="l_button" data-cod="dl" data-id="<?php echo $detail['id']; ?>" target="_blank"><?php echo $dlname; ?></a>
<?php endforeach; ?>
</p>
</div>
</div>
<?php endforeach; ?>
<?php else:?>
<div class="list clearfix">查询无此驱动!</div>
<?php endif;?>
</div>
<!--Software Drives-->
<!-- 分页 s -->
<?php
if ($page) {
echo $page;
}
?>
<!-- 分页 e -->
<!--Manual-->
<!--video-->
<!--video-->
</div>
</div>
<!--内容 -->
<!-- bottom s -->
{include file="include/bottom2023" /}
<!-- bottom e -->
</body>
</html>
<script type="text/javascript">
/*定位光标*/
document.querySelector('#search_software').focus();
$(function() {
//
$("#search-btn").bind("click", function(event) {
console.log(111111)
var skeyword = $("#search_software").val();
console.log(skeyword)
if (skeyword) {
var href = "<?php echo url('/download'); ?>?skeyword=" + encodeURIComponent(skeyword);
location.href = href;
}
else{
var href = "__ORICOROOT__/download.html";
location.href = href;
}
});
$("#search_software").keyup(function(event) {
if (event && event.keyCode === 13) {
$("#search-btn").trigger("click");
}
});
var $category = $(".navlist");
$category.hide();
$(".navul li").mouseleave(function() {
$(this).children("a").addClass("aons");
$(this).children("dl").stop(true, true).slideUp(500);
});
$(".navul li").mouseenter(function() {
$category.hide();
$(this).children("dl").stop(true, true).slideDown(500);
});
//搜索框
$(".Searchbox .icon").click(function() {
$(".Search").slideToggle();
});
});
</script>
<style>
.list .des {
word-break: break-all;
}
</style>

View File

@@ -0,0 +1,238 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>软件驱动下载</title>
<meta name="Keywords" content="软件驱动、技术支持与故障排除、操作视频,驱动程序" />
<meta name="Description" content="软件驱动、技术支持与故障排除、操作视频,驱动程序" />
{include file="include/head" /}
<link rel="stylesheet" type="text/css" href="__PUBLIC__/web/css/subject/search.css">
<script type="text/javascript">
var navID = "1";
</script>
</head>
<style>
.loadms3{margin-top:1vw;}
/*说明书下载*/
.bdone{width:60%; margin:auto;}
.down_2{width:5%; float: right; margin-right: 5%; padding-top:2%;}
.load .bd .bdone li .loadrh{width:80%;}
</style>
<body>
<!--top-->
<header class="header-PC header-Index">
<div id="header" class="theme-white">
{include file="include/top-head2023" /}
</div>
</header> <!--top End-->
<div class="Container">
<img src="/uploads/download/drive_ banner.jpg" class="drive_banner">
</div>
<!-- 视频列表 s -->
<div class="down">
<div class="load">
<div class="S-search-bg nsea">
<div class="swt-Container S-search-content secon1">
<div class="S-Searchbox">
<div class="Search">
<input type="text" name="textfield" class="ipt" placeholder="输入关键字查找" id="search-input">
<button type="submit" name="button" value="" class="searchbtn icon-search" id="search-btnput"></button>
<div id="search" class="search_content search_default">
</div>
</div>
<!--<div class="sput">
<input value="dfdff" placeholder="站内搜索" id="search-input" type="text">
<a href="javascript:void(0);" id="search-button"><img src="/frontend/web/images/images/sea1.png"></a>
</div>-->
</div>
</div>
</div>
<div class="hd">
<ul class="hdone">
<li><a href="__ORICOROOT__/download.html">驱动下载</a></li>
<li><a href="<?php echo url('Download/catelists_down?id=3')?>" style="color:#009fe0;">说明书下载</a></li>
</ul>
<a class="prev"><img src="__PUBLIC__/web/images/bfl.png"></a>
<a class="next"><img src="__PUBLIC__/web/images/brh.png"></a>
</div>
<!-- title s -->
<div class="Download-title">说明书下载</div>
<!-- title e -->
<div class="swt-Container bd">
<?php if (sizeof($list)): ?>
<ul class="bdone">
<?php foreach ($list as $detail): ?>
<li>
<div class="loadrh">
<div class="loada"><a href="<?php //echo url_rewrite('downloaddetail', array('id' => $detail['id'])); ?>"><?php echo $detail['name']; ?></a></div>
<div class="load_destri"></div>
<div><?php echo msubstr($detail['description'], 0, 200); ?></div>
<div class="loadms1">适合型号:<?php echo $detail['app_model']; ?></div>
<!-- <div class="loadms2">支持系统:<?php echo $detail['support_os']; ?></div>-->
<div class="loadms3">
<?php
$downloadpath = explode(',', $detail['downloadpath']);
$downloadpath64 = explode(',', $detail['downloadpath64']);
foreach ($downloadpath as $k => $dl):
$dlname = empty($downloadpath64[$k]) ? '下载' : $downloadpath64[$k];
//$url=url('index/download/download', ['id' => $detail['id'], 'bit' => $k]);
?>
<a href="<?php echo url('/') . trim($dl, '/'); ?>" data-cod="dl" data-id="<?php echo $detail['id']; ?>" target="_blank"><?php echo $dlname; ?></a>
<?php endforeach; ?>
</div>
</div>
<div class="img-responsive down_2">
<!--<img src="<?php echo getImage($detail['picture']); ?>">-->
<img src="__PUBLIC__/web/images/home/down.png">
</div>
<div class="clear"></div>
</li>
<?php endforeach; ?>
<!-- 分页 s -->
<div style="margin-top:60px"></div>
<?php
if ($page) {
echo $page;
}
?>
<!-- 分页 e -->
</ul>
<?php endif; ?>
<?php if ($downloadCategory): ?>
<ul class="bdtwo">
<?php foreach ($downloadCategory as $k => $dc): ?>
<li>
<p class="datatitle"><?php echo $dc['name']; ?></p>
<?php
$downloads = getDifferentDownload('ishot', 8, ['cid' => $dc['id']]);
if ($downloads):
?>
<dl>
<?php foreach ($downloads as $download): ?>
<dd>
<div class="datafl">
<img src="<?php echo getImage($download['picture']); ?>">
</div>
<div class="datarh">
<div class="datams1"><?php echo $download['name']; ?></div>
<!--<div class="datams2"><?php echo msubstr($download['description'], 0, 200); ?></div>-->
<div class="datams3">格式:<?php echo $download['format']; ?></div>
<div class="datams4">
<?php
$downloadpath = explode(',', $download['downloadpath']);
$downloadpath64 = explode(',', $download['downloadpath64']);
foreach ($downloadpath as $k => $dl):
$dlname = empty($downloadpath64[$k]) ? '下载' : $downloadpath64[$k];
?>
<a href="<?php echo url('/') . trim($dl, '/'); ?>" data-cod="dl" data-id="<?php echo $dc['id']; ?>" target="_blank"><?php echo $dlname; ?></a>
<?php endforeach; ?>
</div>
</div>
</dd>
<?php endforeach; ?>
<div class="clear"></div>
</dl>
<?php endif; ?>
</li>
<?php endforeach; ?>
</ul>
<?php endif; ?>
</div>
<!-- Add Arrows -->
<script>
jQuery(".load .hd").slide({mainCell: "ul", autoPlay: false, effect: "left", vis: 8, scroll: 1, autoPage: false, prevCell: ".prev", nextCell: ".next"});
$(".load").slide({trigger: "click", defaultIndex: 0, });
$(function() {
$("#dl-search-btn").bind("click", function(event) {
var skeyword = $("#dl-search-in").val();
if (skeyword) {
var href = "<?php echo url('/dlsearch'); ?>?skeyword=" + encodeURIComponent(skeyword);
location.href = href;
}
});
$("#dl-search-in").keyup(function(event) {
if (event && event.keyCode == 13) {
$("#dl-search-btn").trigger("click");
}
});
$("[data-cod='dl']").click(function(event) {
var love = $(this), id = love.data("id"), dl = love.data("dl");
dl = typeof (dl) == 'undefined' ? 0 : dl;
if (dl < 10) {
$.ajax({
type: "POST",
dataType: "json",
url: "<?php echo url('/index/download/dlcount'); ?>",
data: {id: id},
cache: false, //不缓存此页面
success: function(data) {
//console.log(data);
love.data("dl", dl + 1);
}
});
} else {
event.preventDefault();
alert('您已下载过了!');
return false;
}
});
});
</script>
</div>
</div>
<!-- 视频列表 e -->
<script type="text/javascript">
/*定位光标*/
document.querySelector('#search-in').focus();
$(function() {
//
$("#search-btnput").bind("click", function(event) {
var skeyword = $("#search-input").val();
if (skeyword) {
var href = "<?php echo url('Download/catelists_down?id=3')?>?skeyword=" + encodeURIComponent(skeyword);
location.href = href;
}
});
$("#search-input").keyup(function(event) {
if (event && event.keyCode === 13) {
$("#search-btnput").trigger("click");
}
});
var $category = $(".navlist");
$category.hide();
$(".navul li").mouseleave(function() {
$(this).children("a").addClass("aons");
$(this).children("dl").stop(true, true).slideUp(500);
});
$(".navul li").mouseenter(function() {
$category.hide();
$(this).children("dl").stop(true, true).slideDown(500);
});
//搜索框
$(".Searchbox .icon").click(function() {
$(".Search").slideToggle();
});
});
</script>
<style>
#search-btnput{
right: 8% !important;
}
</style>
<!-- bottom s -->
{include file="include/bottom2023" /}
<!-- bottom e -->
</body>
</html>

View File

@@ -0,0 +1,136 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>手册</title>
{include file="include/head" /}
<script type="text/javascript">
var navID = "1";
</script>
<link rel="stylesheet" type="text/css" href="__PUBLIC__/weben/css/subject/software.css">
<link rel="stylesheet" type="text/css" href="__PUBLIC__/weben/css/montserrat.css">
</head>
<body class="bg-gray">
<!--top-->
<header class="header-PC header-Index">
<div id="header" class="theme-white">
{include file="include/top-head2023" /}
</div>
</header>
{include file="include/top-header-mobile" /}
<!--内容-->
<!--banner-->
<div class="Swt-Banner position-r">
<img src="__PUBLIC__/weben/images/software/banner_01.png" alt="" />
<div class="banner_title">软件和驱动程序</div>
</div>
<!--banner-->
<div class="contact_c">
<!--搜索-->
<div class="search_all">
<input type="text" name="textfield" placeholder="搜索型号" id="search_software">
<div class="searchbtn" id="search-btn"><img src="__PUBLIC__/weben/images/software/search.png"></div>
</div>
<!--搜索-->
<!--tab切换-->
<div class="tab">
<a href="__ORICOROOT__/download.html" class="list">软件驱动</a>
<a href="<?php echo url('__ORICOROOT__/download/catelists_down?id=3')?>" class="list on">手册</a>
<a href="__ORICOROOT__/video/category/1.html" class="list">视频</a>
</div>
<!--tab切换-->
<!--Manual-->
<div class="manual">
<?php if ($list): ?>
<?php foreach ($list as $detail): ?>
<div class="list">
<div class="left_img">
<?php if($detail['picture']):?>
<img src="<?php echo $detail['picture']; ?>" alt="" />
<?php else:?>
<img src="__PUBLIC__/weben/images/software/manual.png" alt="" />
<?php endif;?>
</div>
<div>
<p class="title"><?php echo $detail['name']; ?></p>
<p class="m-t-24">
<span class="sub_title">支持的型号: </span>
<span class="des"><?php echo $detail['app_model']; ?></span>
</p>
<p>
<?php
$downloadpath = explode(',', $detail['downloadpath']);
$downloadpath64 = explode(',', $detail['downloadpath64']);
foreach ($downloadpath as $k => $dl):
$dlname = empty($downloadpath64[$k]) ? '下载' : $downloadpath64[$k];
//$url=url('index/download/download', ['id' => $detail['id'], 'bit' => $k]);
?>
<a class="l_button" href="<?php echo url('/') . trim($dl, '/'); ?>" data-cod="dl" data-id="<?php echo $detail['id']; ?>" target="_blank"><?php echo $dlname; ?></a>
<?php endforeach; ?>
</p>
</div>
</div>
<?php endforeach; ?>
<?php else: ?>
<div class="list">查询无结果</div>
<?php endif; ?>
<!--Manual-->
</div>
<!-- 分页 s -->
<?php
if ($page) {
echo $page;
}
?>
<!-- 分页 e -->
</div>
<!--内容 -->
<!-- bottom s -->
{include file="include/bottom2023" /}
<!-- bottom e -->
</body>
</html>
<script type="text/javascript">
$(function() {
//
$("#search-btn").bind("click", function(event) {
var skeyword = $("#search_software").val();
if (skeyword) {
var href = "<?php echo url('Download/catelists_down?id=3')?>?skeyword=" + encodeURIComponent(skeyword);
location.href = href;
}
else{
var href = "<?php echo url('Download/catelists_down?id=3')?>";
location.href = href;
}
});
$("#search_software").keyup(function(event) {
if (event && event.keyCode === 13) {
$("#search-btn").trigger("click");
}
});
var $category = $(".navlist");
$category.hide();
$(".navul li").mouseleave(function() {
$(this).children("a").addClass("aons");
$(this).children("dl").stop(true, true).slideUp(500);
});
$(".navul li").mouseenter(function() {
$category.hide();
$(this).children("dl").stop(true, true).slideDown(500);
});
});
</script>

View File

@@ -0,0 +1,49 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
{include file="include/head" /}
<script type="text/javascript">
var navID = "1";
</script>
</head>
<body>
<!--top-->
<header class="header-PC header-Product">
<div id="header" class="theme-white">
{include file="include/top-header2023" /}
</div>
</header>
<!--top End-->
<!-- 视频播放页 s -->
<div class="play">
<div class="playv">
<div class="plvimg">
<video width="100%" height="auto" controls poster="<?php echo $detail['picture']; ?>">
<source src="<?php echo $detail['videopath']; ?>">
您的浏览器不支持 video 标签。
Your browser does not support HTML5 video.
</video>
</div>
</div>
<div class="playt">
<div class="plcon">
<div class="vtext">
<p class="tl1"><?php echo $detail['name']; ?><i><img src="__PUBLIC__/web/images/dot1.png"></i></p>
<p class="date">发布日期:<?php echo date('Y-m-d', $detail['createtime']); ?></p>
<p class="tl2"></p>
</div>
<div class="pltext">
<?php echo $detail['content']; ?>
</div>
</div>
</div>
</div>
<!-- 视频播放页 e -->
<!-- bottom s -->
{include file="include/bottom2023" /}
<!-- bottom e -->
</body>
</html>

View File

@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
{include file="include/head" /}
<script type="text/javascript">
var navID = "1";
</script>
</head>
<body>
<!--top-->
{include file="include/top-head2023" /}
<!--top End-->
<!-- 视频播放页 s -->
<div class="play">
<div class="playv">
<div class="plvimg">
<video width="100%" height="auto" controls poster="<?php echo $detail['picture']; ?>">
<source src="<?php echo $detail['videopath']; ?>">
您的浏览器不支持 video 标签。
Your browser does not support HTML5 video.
</video>
</div>
</div>
<div class="playt">
<div class="plcon">
<div class="vtext">
<p class="tl1"><?php echo $detail['name']; ?><i><img src="__PUBLIC__/web/images/dot1.png"></i></p>
<p class="date">发布日期:<?php echo date('Y-m-d', $detail['createtime']); ?></p>
<p class="tl2"></p>
</div>
<div class="pltext">
<?php echo $detail['content']; ?>
</div>
</div>
</div>
</div>
<!-- 视频播放页 e -->
<!-- bottom s -->
{include file="include/bottom2023" /}
<!-- bottom e -->
</body>
</html>

View File

@@ -0,0 +1,131 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>软件驱动下载</title>
<meta name="Keywords" content="软件驱动、技术支持与故障排除、操作视频,驱动程序" />
<meta name="Description" content="软件驱动、技术支持与故障排除、操作视频,驱动程序" />
{include file="include/head" /}
<script type="text/javascript">
var navID = "1";
</script>
</head>
<body>
<!--top-->
<header class="header-PC header-Index">
<div id="header" class="theme-black">
{include file="include/top-header2023" /}
</div>
</header>
<!--top End-->
<!-- 视频列表 s -->
<div class="down">
<div class="load">
<div class="hd">
<a class="prev"><img src="__PUBLIC__/web/images/bfl.png"></a>
<a class="next"><img src="__PUBLIC__/web/images/brh.png"></a>
</div>
<!-- title s -->
<div class="Download-title" style="padding-top: 50px;">软件驱动下载</div>
<!-- title e -->
<div class="swt-Container bd">
<ul class="bdone">
<li>
<div class="loadfl">
<img src="<?php echo getImage($view['picture']); ?>">
</div>
<div class="loadrh">
<div class="loada"><a
href="<?php //echo url_rewrite('downloaddetail', array('id' => $detail['id'])); ?>"><?php echo $view['name']; ?></a>
</div>
<div class="load_destri"><?php echo msubstr($view['description'], 0, 200); ?></div>
<div class="loadms1">适合型号:<?php echo $view['app_model']; ?></div>
<div class="loadms2">支持系统:<?php echo $view['support_os']; ?></div>
<div class="loadms3">
<?php
$downloadpath = explode(',', $view['downloadpath']);
$downloadpath64 = explode(',', $view['downloadpath64']);
// tiaoshi($downloadpath);die;
foreach ($downloadpath as $k => $dl):
$dlname = empty($downloadpath64[$k]) ? '下载' : $downloadpath64[$k];
// echo trim($dl, '/');die;
//$url=url('index/download/download', ['id' => $detail['id'], 'bit' => $k]);
?>
<a id="dl-search-btn" href="<?php echo trim($dl, '/'); ?>"
data-cod="dl" data-id="<?php echo $view['id']; ?>"
target="_blank"><?php echo $dlname; ?></a>
<?php endforeach; ?>
</div>
</div>
<div class="clear"></div>
</li>
<!-- 分页 s -->
<div style="margin-top:60px"></div>
</ul>
</div>
<!-- Add Arrows -->
<script>
jQuery(".load .hd").slide({
mainCell: "ul",
autoPlay: false,
effect: "left",
vis: 8,
scroll: 1,
autoPage: false,
prevCell: ".prev",
nextCell: ".next"
});
$(".load").slide({trigger: "click", defaultIndex: 0,});
$(function () {
$("#dl-search-btn").bind("click", function (event) {
var skeyword = $("#dl-search-in").val();
if (skeyword) {
var href = "<?php echo url('/dlsearch'); ?>?skeyword=" + encodeURIComponent(skeyword);
location.href = href;
}
});
$("#dl-search-in").keyup(function (event) {
if (event && event.keyCode == 13) {
$("#dl-search-btn").trigger("click");
}
});
$("[data-cod='dl']").click(function (event) {
var love = $(this), id = love.data("id"), dl = love.data("dl");
dl = typeof (dl) == 'undefined' ? 0 : dl;
if (dl < 10) {
$.ajax({
type: "POST",
dataType: "json",
url: "<?php echo url('/index/download/dlcount'); ?>",
data: {id: id},
cache: false, //不缓存此页面
success: function (data) {
//console.log(data);
love.data("dl", dl + 1);
}
});
} else {
event.preventDefault();
alert('您已下载过了!');
return false;
}
});
});
</script>
</div>
</div>
<!-- 视频列表 e -->
<!-- bottom s -->
{include file="include/bottom2023" /}
<!-- bottom e -->
</body>
</html>

View File

@@ -0,0 +1,131 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>软件驱动下载</title>
<meta name="Keywords" content="软件驱动、技术支持与故障排除、操作视频,驱动程序" />
<meta name="Description" content="软件驱动、技术支持与故障排除、操作视频,驱动程序" />
{include file="include/head" /}
<script type="text/javascript">
var navID = "1";
</script>
</head>
<body>
<!--top-->
<header class="header-PC header-Index">
<div id="header" class="theme-black">
{include file="include/top" /}
{include file="include/top-header" /}
</div>
</header>
<!--top End-->
<!-- 视频列表 s -->
<div class="down">
<div class="load">
<div class="hd">
<a class="prev"><img src="__PUBLIC__/web/images/bfl.png"></a>
<a class="next"><img src="__PUBLIC__/web/images/brh.png"></a>
</div>
<!-- title s -->
<div class="Download-title" style="padding-top: 50px;">软件驱动下载</div>
<!-- title e -->
<div class="swt-Container bd">
<ul class="bdone">
<li>
<div class="loadfl">
<img src="<?php echo getImage($view['picture']); ?>">
</div>
<div class="loadrh">
<div class="loada"><a
href="<?php //echo url_rewrite('downloaddetail', array('id' => $detail['id'])); ?>"><?php echo $view['name']; ?></a>
</div>
<div class="load_destri"><?php echo msubstr($view['description'], 0, 200); ?></div>
<div class="loadms1">适合型号:<?php echo $view['app_model']; ?></div>
<div class="loadms2">支持系统:<?php echo $view['support_os']; ?></div>
<div class="loadms3">
<?php
$downloadpath = explode(',', $view['downloadpath']);
$downloadpath64 = explode(',', $view['downloadpath64']);
// tiaoshi($downloadpath);die;
foreach ($downloadpath as $k => $dl):
$dlname = empty($downloadpath64[$k]) ? '下载' : $downloadpath64[$k];
// echo trim($dl, '/');die;
//$url=url('index/download/download', ['id' => $detail['id'], 'bit' => $k]);
?>
<a id="dl-search-btn" href="<?php echo trim($dl, '/'); ?>"
data-cod="dl" data-id="<?php echo $view['id']; ?>"
target="_blank"><?php echo $dlname; ?></a>
<?php endforeach; ?>
</div>
</div>
<div class="clear"></div>
</li>
<!-- 分页 s -->
<div style="margin-top:60px"></div>
</ul>
</div>
<!-- Add Arrows -->
<script>
jQuery(".load .hd").slide({
mainCell: "ul",
autoPlay: false,
effect: "left",
vis: 8,
scroll: 1,
autoPage: false,
prevCell: ".prev",
nextCell: ".next"
});
$(".load").slide({trigger: "click", defaultIndex: 0,});
$(function () {
$("#dl-search-btn").bind("click", function (event) {
var skeyword = $("#dl-search-in").val();
if (skeyword) {
var href = "<?php echo url('/dlsearch'); ?>?skeyword=" + encodeURIComponent(skeyword);
location.href = href;
}
});
$("#dl-search-in").keyup(function (event) {
if (event && event.keyCode == 13) {
$("#dl-search-btn").trigger("click");
}
});
$("[data-cod='dl']").click(function (event) {
var love = $(this), id = love.data("id"), dl = love.data("dl");
dl = typeof (dl) == 'undefined' ? 0 : dl;
if (dl < 10) {
$.ajax({
type: "POST",
dataType: "json",
url: "<?php echo url('/index/download/dlcount'); ?>",
data: {id: id},
cache: false, //不缓存此页面
success: function (data) {
//console.log(data);
love.data("dl", dl + 1);
}
});
} else {
event.preventDefault();
alert('您已下载过了!');
return false;
}
});
});
</script>
</div>
</div>
<!-- 视频列表 e -->
<!-- bottom s -->
{include file="include/bottom" /}
<!-- bottom e -->
</body>
</html>

View File

@@ -0,0 +1,183 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>软件驱动下载</title>
<meta name="Keywords" content="软件驱动、技术支持与故障排除、操作视频,驱动程序" />
<meta name="Description" content="软件驱动、技术支持与故障排除、操作视频,驱动程序" />
{include file="include/head" /}
<script type="text/javascript">
var navID = "1";
</script>
</head>
<body>
<!--top-->
<header class="header-PC header-Index">
<div id="header" class="theme-black">
{include file="include/top-header2023" /}
</div>
</header>
<!--top End-->
<!--<?php if ($category['picture']): ?>-->
<!-- 轮播 s -->
<div class="homeban">
<a href="<?php //echo url_rewrite('download', ['id' => $category['id']]); ?>"><img src="<?php echo getImage($category['picture']); ?>"/></a>
<!-- 搜索框 s
<div class="lsea">
<input id="dl-search-in" type="text" value="<?php echo $skeyword; ?>" name="skeyword" placeholder="输入关键字查找">
<a id="dl-search-btn" href="#"></a>
</div>-->
<!-- 搜索框 e -->
</div>
</div>
<!-- 轮播 e -->
<!--<?php endif; ?>-->
<!-- 视频列表 s -->
<div class="down">
<div class="load">
<div class="hd">
<ul class="hdone">
<li>驱动下载</li>
<li><a href="<?php echo url('Download/catelists_down?id=3')?>">说明书下载</a></li>
<li>Orico期刊</li>
<li>其他</li>
</ul>
<a class="prev"><img src="__PUBLIC__/web/images/bfl.png"></a>
<a class="next"><img src="__PUBLIC__/web/images/brh.png"></a>
</div>
<!-- title s -->
<div class="Download-title">软件驱动下载</div>
<!-- title e -->
<div class="swt-Container bd">
<?php if ($list): ?>
<ul class="bdone">
<?php foreach ($list as $detail): ?>
<li>
<div class="loadfl">
<img src="<?php echo getImage($detail['picture']); ?>">
</div>
<div class="loadrh">
<div class="loada"><a href="<?php //echo url_rewrite('downloaddetail', array('id' => $detail['id'])); ?>"><?php echo $detail['name']; ?></a></div>
<div class="load_destri"><?php echo msubstr($detail['description'], 0, 200); ?></div>
<div class="loadms1">适合型号:<?php echo $detail['app_model']; ?></div>
<div class="loadms2">支持系统:<?php echo $detail['support_os']; ?></div>
<div class="loadms3">
<?php
$downloadpath = explode(',', $detail['downloadpath']);
$downloadpath64 = explode(',', $detail['downloadpath64']);
foreach ($downloadpath as $k => $dl):
$dlname = empty($downloadpath64[$k]) ? '下载' : $downloadpath64[$k];
//$url=url('index/download/download', ['id' => $detail['id'], 'bit' => $k]);
?>
<a id="dl-search-btn" href="<?php echo url('/') . trim($dl, '/'); ?>" data-cod="dl" data-id="<?php echo $detail['id']; ?>"><?php echo $dlname; ?></a>
<?php endforeach; ?>
</div>
</div>
<div class="clear"></div>
</li>
<?php endforeach; ?>
<!-- 分页 s -->
<div style="margin-top:60px"></div>
<?php
if ($page) {
echo $page;
}
?>
<!-- 分页 e -->
</ul>
<?php endif; ?>
<?php if ($downloadCategory): ?>
<ul class="bdtwo">
<?php foreach ($downloadCategory as $k => $dc): ?>
<li>
<p class="datatitle"><?php echo $dc['name']; ?></p>
<?php
$downloads = getDifferentDownload('ishot', 8, ['cid' => $dc['id']]);
if ($downloads):
?>
<dl>
<?php foreach ($downloads as $download): ?>
<dd>
<div class="datafl">
<img src="<?php echo getImage($download['picture']); ?>">
</div>
<div class="datarh">
<div class="datams1"><?php echo $download['name']; ?></div>
<div class="datams2"><?php echo msubstr($download['description'], 0, 200); ?></div>
<div class="datams3">格式:<?php echo $download['format']; ?></div>
<div class="datams4">
<?php
$downloadpath = explode(',', $download['downloadpath']);
$downloadpath64 = explode(',', $download['downloadpath64']);
foreach ($downloadpath as $k => $dl):
$dlname = empty($downloadpath64[$k]) ? '下载' : $downloadpath64[$k];
?>
<a id="dl-search-btn" href="<?php echo url('/') . trim($dl, '/'); ?>" data-cod="dl" data-id="<?php echo $detail['id']; ?>"><?php echo $dlname; ?></a>
<?php endforeach; ?>
</div>
</div>
</dd>
<?php endforeach; ?>
<div class="clear"></div>
</dl>
<?php endif; ?>
</li>
<?php endforeach; ?>
</ul>
<?php endif; ?>
</div>
<!-- Add Arrows -->
<script>
jQuery(".load .hd").slide({mainCell: "ul", autoPlay: false, effect: "left", vis: 8, scroll: 1, autoPage: false, prevCell: ".prev", nextCell: ".next"});
$(".load").slide({trigger: "click", defaultIndex: 0, });
$(function() {
$("#dl-search-btn").bind("click", function(event) {
var skeyword = $("#dl-search-in").val();
if (skeyword) {
var href = "<?php echo url('/dlsearch'); ?>?skeyword=" + encodeURIComponent(skeyword);
window.location.href = href;
}
});
$("#dl-search-in").keyup(function(event) {
if (event && event.keyCode == 13) {
$("#dl-search-btn").trigger("click");
}
});
$("[data-cod='dl']").click(function(event) {
var love = $(this), id = love.data("id"), dl = love.data("dl");
dl = typeof (dl) == 'undefined' ? 0 : dl;
if (dl < 10) {
$.ajax({
type: "POST",
dataType: "json",
url: "<?php echo url('/index/download/dlcount'); ?>",
data: {id: id},
cache: false, //不缓存此页面
success: function(data) {
//console.log(data);
love.data("dl", dl + 1);
}
});
} else {
event.preventDefault();
alert('您已下载过了!');
return false;
}
});
});
</script>
</div>
</div>
<!-- 视频列表 e -->
<!-- bottom s -->
{include file="include/bottom2023" /}
<!-- bottom e -->
</body>
</html>

View File

@@ -0,0 +1,190 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
{include file="include/head" /}
<script type="text/javascript">
var navID = "1";
</script>
</head>
<body>
<!--top-->
{include file="include/top-head2023" /}
<!--top End-->
<?php if ($category['picture']): ?>
<!-- 轮播 s -->
<div class="homeban">
<a href="<?php //echo url_rewrite('download', ['id' => $category['id']]); ?>"><img src="<?php echo getImage($category['picture']); ?>"/></a>
<!-- 搜索框 s
<div class="lsea">
<input id="dl-search-in" type="text" value="<?php echo $skeyword; ?>" name="skeyword" placeholder="输入关键字查找">
<a id="dl-search-btn" href="#"></a>
</div>-->
<!-- 搜索框 e -->
</div>
</div>
<!-- 轮播 e -->
<?php endif; ?>
<!-- 视频列表 s -->
<div class="down">
<div class="load">
<div class="hd">
<ul class="hdone">
<li>驱动下载</li>
<li><a href="<?php echo url('/Download/catelists_down?id=3')?>">说明书下载</a></li>
<li>Orico期刊</li>
<li>其他</li>
</ul>
<a class="prev"><img src="__PUBLIC__/web/images/bfl.png"></a>
<a class="next"><img src="__PUBLIC__/web/images/brh.png"></a>
</div>
<!-- title s -->
<div class="Download-title">软件驱动下载</div>
<!-- title e -->
<div class="w1440 bd">
<?php if ($list): ?>
<ul class="bdone">
<?php foreach ($list as $detail): ?>
<li>
<div class="loadfl">
<img src="<?php echo getImage($detail['picture']); ?>">
</div>
<div class="loadrh">
<div class="loada"><a href="<?php //echo url_rewrite('downloaddetail', array('id' => $detail['id'])); ?>"><?php echo $detail['name']; ?></a></div>
<div class="load_destri"><?php echo msubstr($detail['description'], 0, 200); ?></div>
<div class="loadms1">适合型号:<?php echo $detail['app_model']; ?></div>
<div class="loadms2">支持系统:<?php echo $detail['support_os']; ?></div>
<div class="loadms3">
<?php
$downloadpath = explode(',', $detail['downloadpath']);
$downloadpath64 = explode(',', $detail['downloadpath64']);
foreach ($downloadpath as $k => $dl):
$dlname = empty($downloadpath64[$k]) ? '下载' : $downloadpath64[$k];
//$url=url('index/download/download', ['id' => $detail['id'], 'bit' => $k]);
?>
<a href="<?php echo url('/') . trim($dl, '/'); ?>" data-cod="dl" data-id="<?php echo $detail['id']; ?>" target="_blank"><?php echo $dlname; ?></a>
<?php endforeach; ?>
</div>
</div>
<div class="clear"></div>
</li>
<?php endforeach; ?>
<!-- 分页 s -->
<div style="margin-top:60px"></div>
<?php
if ($page) {
echo $page;
}
?>
<!-- 分页 e -->
</ul>
<?php endif; ?>
<?php if ($downloadCategory): ?>
<ul class="bdtwo">
<?php foreach ($downloadCategory as $k => $dc): ?>
<li>
<p class="datatitle"><?php echo $dc['name']; ?></p>
<?php
$downloads = getDifferentDownload('ishot', 8, ['cid' => $dc['id']]);
if ($downloads):
?>
<dl>
<?php foreach ($downloads as $download): ?>
<dd>
<div class="datafl">
<img src="<?php echo getImage($download['picture']); ?>">
</div>
<div class="datarh">
<div class="datams1"><?php echo $download['name']; ?></div>
<div class="datams2"><?php echo msubstr($download['description'], 0, 200); ?></div>
<div class="datams3">格式:<?php echo $download['format']; ?></div>
<div class="datams4">
<?php
$downloadpath = explode(',', $download['downloadpath']);
$downloadpath64 = explode(',', $download['downloadpath64']);
foreach ($downloadpath as $k => $dl):
$dlname = empty($downloadpath64[$k]) ? '下载' : $downloadpath64[$k];
?>
<a href="<?php echo url('/') . trim($dl, '/'); ?>" data-cod="dl" data-id="<?php echo $detail['id']; ?>" target="_blank"><?php echo $dlname; ?></a>
<?php endforeach; ?>
</div>
</div>
</dd>
<?php endforeach; ?>
<div class="clear"></div>
</dl>
<?php endif; ?>
</li>
<?php endforeach; ?>
</ul>
<?php endif; ?>
</div>
<!-- Add Arrows -->
<script>
jQuery(".load .hd").slide({mainCell: "ul", autoPlay: false, effect: "left", vis: 8, scroll: 1, autoPage: false, prevCell: ".prev", nextCell: ".next"});
$(".load").slide({trigger: "click", defaultIndex: 0, });
$(function() {
$("#dl-search-btn").bind("click", function(event) {
var skeyword = $("#dl-search-in").val();
if (skeyword) {
var href = "<?php echo url('/dlsearch'); ?>?skeyword=" + encodeURIComponent(skeyword);
location.href = href;
}
});
$("#dl-search-in").keyup(function(event) {
if (event && event.keyCode == 13) {
$("#dl-search-btn").trigger("click");
}
});
$("[data-cod='dl']").click(function(event) {
var love = $(this), id = love.data("id"), dl = love.data("dl");
dl = typeof (dl) == 'undefined' ? 0 : dl;
if (dl < 10) {
$.ajax({
type: "POST",
dataType: "json",
url: "<?php echo url('/download/dlcount'); ?>",
data: {id: id},
cache: false, //不缓存此页面
success: function(data) {
//console.log(data);
love.data("dl", dl + 1);
}
});
} else {
event.preventDefault();
alert('您已下载过了!');
return false;
}
});
});
</script>
</div>
</div>
<!-- 视频列表 e -->
<!-- bottom s -->
{include file="include/bottom2023" /}
<!-- bottom e -->
</body>
<style>
.software .list .des, .manual .list .des {
line-height: 20px;
margin-top: 8px;
font-size: 16px;
max-width: 400px;
overflow: hidden;
}
.list .des {
word-break: break-all;
}
</style>
</html>