apzl_leasing/WebContent/Frame/page/jspf/include/jsp_syntaxhighlighter.jspf
2018-06-03 22:26:41 +08:00

6 lines
399 B
Plaintext

<link rel="stylesheet" href="<%=sWebRootPath%>/Frame/page/resources/syntaxhighlighter/css/sh.css">
<script type="text/javascript" src="<%=sWebRootPath%>/Frame/page/resources/syntaxhighlighter/js/sh.js"></script>
<script language="javascript">
dp.SyntaxHighlighter.ClipboardSwf = '/Frame/page/resources/syntaxhighlighter/js/clipboard.swf';
dp.SyntaxHighlighter.HighlightAll('code');
</script>