| | |
| | | </preProcess> |
| | | |
| | | <postProcess> |
| | | <replace dir="${basedir}/target/docbkx/html/" token="</html>"> |
| | | <include name="**/**/**/*.html" /> |
| | | <replacevalue> |
| | | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| | | <html ></replacevalue> |
| | | </replace> |
| | | <replace dir="${basedir}/target/docbkx/html/" token="</head>"> |
| | | <include name="**/**/**/*.html" /> |
| | | <replacevalue> |
| | | <script src="http://code.jquery.com/jquery-latest.min.js"></script> |
| | | <script> |
| | | <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script> |
| | | <script type="text/javascript"> |
| | | // On double-click, reformat <div class="screen"> for easy copying. |
| | | $(document).ready(function() { |
| | | $(".screen").attr("title", "Double-click [-] to flatten lines."); |
| | |
| | | </preProcess> |
| | | |
| | | <postProcess> |
| | | <replace dir="${basedir}/target/docbkx/html/" token="</html>"> |
| | | <include name="**/**/*.html" /> |
| | | <replacevalue> |
| | | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| | | <html ></replacevalue> |
| | | </replace> |
| | | <replace dir="${basedir}/target/docbkx/html/" token="</head>"> |
| | | <include name="**/**/*.html" /> |
| | | <replacevalue> |
| | | <script src="http://code.jquery.com/jquery-latest.min.js"></script> |
| | | <script> |
| | | <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script> |
| | | <script type="text/javascript"> |
| | | // On double-click, reformat <div class="screen"> for easy copying. |
| | | $(document).ready(function() { |
| | | $(".screen").attr("title", "Double-click [-] to flatten lines."); |