Files
@ r28:0b2d8641d62d
Branch filter:
Location: public/ws-vacation/doc/index-template.txt - annotation
r28:0b2d8641d62d
924 B
text/plain
Added tag v0.7 for changeset 4d96cfceba10
r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 r16:b02d1f078d98 | %(head_prefix)s
%(head)s
%(stylesheet)s
<script type="text/javascript"><!--
// Add a trailing slash to the URL, if it does not end in `.html' or `/'.
// This is needed for relative links to work on bitbucket.org
my_url = document.location.href;
query = [];
spc_pos = my_url.indexOf('?');
if (spc_pos >= 0) {
query.unshift(my_url.substr(spc_pos));
my_url = my_url.substr(0, spc_pos);
}
spc_pos = my_url.indexOf('#');
if (spc_pos >= 0) {
query.unshift(my_url.substr(spc_pos));
my_url = my_url.substr(0, spc_pos);
}
if (my_url.indexOf('.html') < my_url.length - '.html'.length) {
if (my_url.substr(my_url.length - 1) != '/') {
my_url += '/' + query.join('');
document.location.href = my_url;
}
}
//--></script>
%(body_prefix)s
%(body_pre_docinfo)s
%(docinfo)s
%(body)s
%(body_suffix)s
|