File:Solution.htm
Method:system.set()
CatalogPic
对像不存在
Solution.htm
{%#frame(frame.htm)%}
{%
$shell[Title]=$join(解决方案-,$shell.getData(title));
$shell[Style]=solution_media.css;
%}
<style>
.logo {
margin: 0px !important;
}
.logo img {
width: 100% !important;
height: auto !important;
}
</style>
<script>
$(function () {
$(".ontele").click(function () {
$(this).find(".ontele_con").fadeToggle();
})
})
</script>
<!--banner-->
<div class="bannerbox">
<div class="banner">
<img src="{%@CatalogPic%}" alt="">
</div>
</div>