Commit 944d2ba7 authored by Frank Bergmann's avatar Frank Bergmann

- Replaced "proc_doc" by "ad_proc -public" in all files

  in order for compatibility with OpenACS 5.9
parent 40798b16
<!-- Generated by ::xowiki::ADP_Generator on Mon Sep 29 16:47:30 CEST 2014 -->
<master>
<property name="title">@title;noquote@</property>
<property name="context">@context;noquote@</property>
<if @item_id@ not nil><property name="displayed_object_id">@item_id@</property></if>
<property name="&body">property_body</property>
<property name="&doc">property_doc</property>
<property name="header_stuff">
<link rel="stylesheet" type="text/css" href="/resources/xowiki/xowiki.css" media="all" >
<link rel='stylesheet' href='/resources/xowiki/cattree.css' media='all' >
<script language='javascript' src='/resources/acs-templating/mktree.js' type='text/javascript'></script>
@header_stuff;noquote@
<script type="text/javascript">
function get_popular_tags(popular_tags_link, prefix) {
var http = getHttpObject();
http.open('GET', popular_tags_link, true);
http.onreadystatechange = function() {
if (http.readyState == 4) {
if (http.status != 200) {
alert('Something wrong in HTTP request, status code = ' + http.status);
} else {
var e = document.getElementById(prefix + '-popular_tags');
e.innerHTML = http.responseText;
e.style.display = 'block';
}
}
};
http.send(null);
}
</script>
</property>
<property name="head">
<link rel="stylesheet" type="text/css" href="/resources/xowiki/xowiki.css" media="all" >
<link rel='stylesheet' href='/resources/xowiki/cattree.css' media='all' >
<script language='javascript' src='/resources/acs-templating/mktree.js' type='text/javascript'></script>
@header_stuff;noquote@
<script type="text/javascript">
function get_popular_tags(popular_tags_link, prefix) {
var http = getHttpObject();
http.open('GET', popular_tags_link, true);
http.onreadystatechange = function() {
if (http.readyState == 4) {
if (http.status != 200) {
alert('Something wrong in HTTP request, status code = ' + http.status);
} else {
var e = document.getElementById(prefix + '-popular_tags');
e.innerHTML = http.responseText;
e.style.display = 'block';
}
}
};
http.send(null);
}
</script>
</property>
<!-- The following DIV is needed for overlib to function! -->
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
<div class='xowiki-content'>
<div id='wikicmds'>
<if @login_link@ not nil><a href="@login_link@" accesskey='l' title='#xowiki.login_title#'>#xowiki.login#</a> &middot; </if>
<if @logout_link@ not nil><a href="@logout_link@" accesskey='l' title='#xowiki.logout_title#'>#xowiki.logout#</a> &middot; </if>
<if @view_link@ not nil><a href="@view_link@" accesskey='v' title='#xowiki.view_title#'>#xowiki.view#</a> &middot; </if>
<if @edit_link@ not nil><a href="@edit_link@" accesskey='e' title='#xowiki.edit_title#'>#xowiki.edit#</a> &middot; </if>
<if @rev_link@ not nil><a href="@rev_link@" accesskey='r' title='#xowiki.revisions_title#'>#xotcl-core.revisions#</a> &middot; </if>
<if @new_link@ not nil><a href="@new_link@" accesskey='n' title='#xowiki.new_title#'>#xowiki.new_page#</a> &middot; </if>
<if @delete_link@ not nil><a href="@delete_link@" accesskey='d' title='#xowiki.delete_title#'>#xowiki.delete#</a> &middot; </if>
<if @admin_link@ not nil><a href="@admin_link@" accesskey='a' title='#xowiki.admin_title#'>#xowiki.admin#</a> &middot; </if>
<if @notification_subscribe_link@ not nil><a href='/notifications/manage' title='#xowiki.notifications_title#'>#xowiki.notifications#</a>
<a href="@notification_subscribe_link@" class="notification-image-button">&nbsp;</a> &middot; </if>
<a href='#' onclick='document.getElementById("do_search").style.display="inline";document.getElementById("do_search_q").focus(); return false;' title='#xowiki.search_title#'>#xowiki.search#</a> &middot;
<if @index_link@ not nil><a href="@index_link@" accesskey='i' title='#xowiki.index_title#'>#xowiki.index#</a></if>
<div id='do_search' style='display: none'>
<form action='/search/search'><div><label for='do_search_q'>#xowiki.search#</label><input id='do_search_q' name='q' type='text'><input type="hidden" name="search_package_id" value="@package_id@" ></div></form>
</div>
</div>
<div style="float:left; width: 25%; font-size: 85%;
background: url(/resources/xowiki/bw-shadow.png) no-repeat bottom right;
margin-left: 6px; margin-top: 6px; padding: 0px;
">
<div style="position:relative; right:6px; bottom:6px; border: 1px solid #a9a9a9; padding: 5px 5px; background: #f8f8f8;">
<include src="/packages/xowiki/www/portlets/include"
&__including_page=page
portlet="categories -open_page @name@ -decoration plain">
</div></div>
<div style="float:right; width: 70%;">
@top_includelets;noquote@
<if @page_context@ not nil><h1>@title@ (@page_context@)</h1></if>
<else><h1>@title@</h1></else>
@content;noquote@
</div>
@footer;noquote@
</div> <!-- class='xowiki-content' -->
<!-- Generated by ::xowiki::ADP_Generator on Tue Nov 17 19:05:37 CET 2015 -->
<master>
<property name="title">@title;noquote@</property>
<property name="context">@context;noquote@</property>
<if @item_id@ not nil><property name="displayed_object_id">@item_id@</property></if>
<property name="&body">property_body</property>
<property name="&doc">property_doc</property>
<property name="header_stuff">
<link rel="stylesheet" type="text/css" href="/resources/xowiki/xowiki.css" media="all" >
<link rel='stylesheet' href='/resources/xowiki/cattree.css' media='all' >
<script language='javascript' src='/resources/acs-templating/mktree.js' type='text/javascript'></script>
@header_stuff;noquote@
<script type="text/javascript">
function get_popular_tags(popular_tags_link, prefix) {
var http = getHttpObject();
http.open('GET', popular_tags_link, true);
http.onreadystatechange = function() {
if (http.readyState == 4) {
if (http.status != 200) {
alert('Something wrong in HTTP request, status code = ' + http.status);
} else {
var e = document.getElementById(prefix + '-popular_tags');
e.innerHTML = http.responseText;
e.style.display = 'block';
}
}
};
http.send(null);
}
</script>
</property>
<property name="head">
<link rel="stylesheet" type="text/css" href="/resources/xowiki/xowiki.css" media="all" >
<link rel='stylesheet' href='/resources/xowiki/cattree.css' media='all' >
<script language='javascript' src='/resources/acs-templating/mktree.js' type='text/javascript'></script>
@header_stuff;noquote@
<script type="text/javascript">
function get_popular_tags(popular_tags_link, prefix) {
var http = getHttpObject();
http.open('GET', popular_tags_link, true);
http.onreadystatechange = function() {
if (http.readyState == 4) {
if (http.status != 200) {
alert('Something wrong in HTTP request, status code = ' + http.status);
} else {
var e = document.getElementById(prefix + '-popular_tags');
e.innerHTML = http.responseText;
e.style.display = 'block';
}
}
};
http.send(null);
}
</script>
</property>
<!-- The following DIV is needed for overlib to function! -->
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
<div class='xowiki-content'>
<div id='wikicmds'>
<if @login_link@ not nil><a href="@login_link@" accesskey='l' title='#xowiki.login_title#'>#xowiki.login#</a> &middot; </if>
<if @logout_link@ not nil><a href="@logout_link@" accesskey='l' title='#xowiki.logout_title#'>#xowiki.logout#</a> &middot; </if>
<if @view_link@ not nil><a href="@view_link@" accesskey='v' title='#xowiki.view_title#'>#xowiki.view#</a> &middot; </if>
<if @edit_link@ not nil><a href="@edit_link@" accesskey='e' title='#xowiki.edit_title#'>#xowiki.edit#</a> &middot; </if>
<if @rev_link@ not nil><a href="@rev_link@" accesskey='r' title='#xowiki.revisions_title#'>#xotcl-core.revisions#</a> &middot; </if>
<if @new_link@ not nil><a href="@new_link@" accesskey='n' title='#xowiki.new_title#'>#xowiki.new_page#</a> &middot; </if>
<if @delete_link@ not nil><a href="@delete_link@" accesskey='d' title='#xowiki.delete_title#'>#xowiki.delete#</a> &middot; </if>
<if @admin_link@ not nil><a href="@admin_link@" accesskey='a' title='#xowiki.admin_title#'>#xowiki.admin#</a> &middot; </if>
<if @notification_subscribe_link@ not nil><a href='/notifications/manage' title='#xowiki.notifications_title#'>#xowiki.notifications#</a>
<a href="@notification_subscribe_link@" class="notification-image-button">&nbsp;</a> &middot; </if>
<a href='#' onclick='document.getElementById("do_search").style.display="inline";document.getElementById("do_search_q").focus(); return false;' title='#xowiki.search_title#'>#xowiki.search#</a> &middot;
<if @index_link@ not nil><a href="@index_link@" accesskey='i' title='#xowiki.index_title#'>#xowiki.index#</a></if>
<div id='do_search' style='display: none'>
<form action='/search/search'><div><label for='do_search_q'>#xowiki.search#</label><input id='do_search_q' name='q' type='text'><input type="hidden" name="search_package_id" value="@package_id@" ></div></form>
</div>
</div>
<div style="float:left; width: 25%; font-size: 85%;
background: url(/resources/xowiki/bw-shadow.png) no-repeat bottom right;
margin-left: 6px; margin-top: 6px; padding: 0px;
">
<div style="position:relative; right:6px; bottom:6px; border: 1px solid #a9a9a9; padding: 5px 5px; background: #f8f8f8;">
<include src="/packages/xowiki/www/portlets/include"
&__including_page=page
portlet="categories -open_page @name@ -decoration plain">
</div></div>
<div style="float:right; width: 70%;">
@top_includelets;noquote@
<if @page_context@ not nil><h1>@title@ (@page_context@)</h1></if>
<else><h1>@title@</h1></else>
@content;noquote@
</div>
@footer;noquote@
</div> <!-- class='xowiki-content' -->
This diff is collapsed.
This diff is collapsed.
<!-- Generated by ::xowiki::ADP_Generator on Mon Sep 29 16:47:30 CEST 2014 -->
<master>
<property name="title">@title;noquote@</property>
<property name="context">@context;noquote@</property>
<if @item_id@ not nil><property name="displayed_object_id">@item_id@</property></if>
<property name="&body">property_body</property>
<property name="&doc">property_doc</property>
<property name="header_stuff">
<link rel="stylesheet" type="text/css" href="/resources/xowiki/xowiki.css" media="all" >
@header_stuff;noquote@
<script type="text/javascript">
function get_popular_tags(popular_tags_link, prefix) {
var http = getHttpObject();
http.open('GET', popular_tags_link, true);
http.onreadystatechange = function() {
if (http.readyState == 4) {
if (http.status != 200) {
alert('Something wrong in HTTP request, status code = ' + http.status);
} else {
var e = document.getElementById(prefix + '-popular_tags');
e.innerHTML = http.responseText;
e.style.display = 'block';
}
}
};
http.send(null);
}
</script>
</property>
<property name="head">
<link rel="stylesheet" type="text/css" href="/resources/xowiki/xowiki.css" media="all" >
@header_stuff;noquote@
<script type="text/javascript">
function get_popular_tags(popular_tags_link, prefix) {
var http = getHttpObject();
http.open('GET', popular_tags_link, true);
http.onreadystatechange = function() {
if (http.readyState == 4) {
if (http.status != 200) {
alert('Something wrong in HTTP request, status code = ' + http.status);
} else {
var e = document.getElementById(prefix + '-popular_tags');
e.innerHTML = http.responseText;
e.style.display = 'block';
}
}
};
http.send(null);
}
</script>
</property>
<!-- The following DIV is needed for overlib to function! -->
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
<div class='xowiki-content'>
<div style="float:left; width: 25%; font-size: .8em;
background: url(/resources/xowiki/bw-shadow.png) no-repeat bottom right;
margin-left: 6px; margin-top: 6px; padding: 0px;
">
<div style="position:relative; right:6px; bottom:6px; border: 1px solid #a9a9a9; padding: 5px 5px; background: #f8f8f8">
@toc;noquote@
</div></div>
<div style="float:right; width: 70%;">
<if @book_prev_link@ not nil or @book_relpos@ not nil or @book_next_link@ not nil>
<div class="book-navigation" style="background: #fff; border: 1px dotted #000; padding-top:3px; margin-bottom:0.5em;">
<table width='100%'
summary='This table provides a progress bar and buttons for next and previous pages'>
<colgroup><col width='20'><col><col width='20'>
</colgroup>
<tr>
<td>
<if @book_prev_link@ not nil>
<a href="@book_prev_link@" accesskey='p' ID="bookNavPrev.a" onclick='return TocTree.getPage("@book_prev_link@");'>
<img alt='Previous' src='/resources/xowiki/previous.png' width='15' ID="bookNavPrev.img"></a>
</if>
<else>
<a href="" accesskey='p' ID="bookNavPrev.a" onclick="">
<img alt='No Previous' src='/resources/xowiki/previous-end.png' width='15' ID="bookNavPrev.img"></a>
</else>
</td>
<td>
<if @book_relpos@ not nil>
<table width='100%'>
<colgroup><col></colgroup>
<tr><td style='font-size: 75%'><div style='width: @book_relpos@;' ID='bookNavBar'></div></td></tr>
<tr><td style='font-size: 75%; text-align:center;'><span ID='bookNavRelPosText'>@book_relpos@</span></td></tr>
</table>
</if>
</td>
<td ID="bookNavNext">
<if @book_next_link@ not nil>
<a href="@book_next_link@" accesskey='n' ID="bookNavNext.a" onclick='return TocTree.getPage("@book_next_link@");'>
<img alt='Next' src='/resources/xowiki/next.png' width='15' ID="bookNavNext.img"></a>
</if>
<else>
<a href="" accesskey='n' ID="bookNavNext.a" onclick="">
<img alt='No Next' src='/resources/xowiki/next-end.png' width='15' ID="bookNavNext.img"></a>
</else>
</td>
</tr>
</table>
</div>
</if>
<div id='book-page'>
<include src="view-page" &="package_id"
&="references" &="name" &="title" &="item_id" &="page" &="context" &="header_stuff" &="return_url"
&="content" &="references" &="lang_links" &="package_id"
&="rev_link" &="edit_link" &="delete_link" &="new_link" &="admin_link" &="index_link"
&="tags" &="no_tags" &="tags_with_links" &="save_tag_link" &="popular_tags_link"
&="per_object_categories_with_links"
&="digg_link" &="delicious_link" &="my_yahoo_link"
&="gc_link" &="gc_comments" &="notification_subscribe_link" &="notification_image"
&="top_includelets" &="page">
</div>
</div>
@footer;noquote@
</div> <!-- class='xowiki-content' -->
<!-- Generated by ::xowiki::ADP_Generator on Tue Nov 17 19:05:37 CET 2015 -->
<master>
<property name="title">@title;noquote@</property>
<property name="context">@context;noquote@</property>
<if @item_id@ not nil><property name="displayed_object_id">@item_id@</property></if>
<property name="&body">property_body</property>
<property name="&doc">property_doc</property>
<property name="header_stuff">
<link rel="stylesheet" type="text/css" href="/resources/xowiki/xowiki.css" media="all" >
@header_stuff;noquote@
<script type="text/javascript">
function get_popular_tags(popular_tags_link, prefix) {
var http = getHttpObject();
http.open('GET', popular_tags_link, true);
http.onreadystatechange = function() {
if (http.readyState == 4) {
if (http.status != 200) {
alert('Something wrong in HTTP request, status code = ' + http.status);
} else {
var e = document.getElementById(prefix + '-popular_tags');
e.innerHTML = http.responseText;
e.style.display = 'block';
}
}
};
http.send(null);
}
</script>
</property>
<property name="head">
<link rel="stylesheet" type="text/css" href="/resources/xowiki/xowiki.css" media="all" >
@header_stuff;noquote@
<script type="text/javascript">
function get_popular_tags(popular_tags_link, prefix) {
var http = getHttpObject();
http.open('GET', popular_tags_link, true);
http.onreadystatechange = function() {
if (http.readyState == 4) {
if (http.status != 200) {
alert('Something wrong in HTTP request, status code = ' + http.status);
} else {
var e = document.getElementById(prefix + '-popular_tags');
e.innerHTML = http.responseText;
e.style.display = 'block';
}
}
};
http.send(null);
}
</script>
</property>
<!-- The following DIV is needed for overlib to function! -->
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
<div class='xowiki-content'>
<div style="float:left; width: 25%; font-size: .8em;
background: url(/resources/xowiki/bw-shadow.png) no-repeat bottom right;
margin-left: 6px; margin-top: 6px; padding: 0px;
">
<div style="position:relative; right:6px; bottom:6px; border: 1px solid #a9a9a9; padding: 5px 5px; background: #f8f8f8">
@toc;noquote@
</div></div>
<div style="float:right; width: 70%;">
<if @book_prev_link@ not nil or @book_relpos@ not nil or @book_next_link@ not nil>
<div class="book-navigation" style="background: #fff; border: 1px dotted #000; padding-top:3px; margin-bottom:0.5em;">
<table width='100%'
summary='This table provides a progress bar and buttons for next and previous pages'>
<colgroup><col width='20'><col><col width='20'>
</colgroup>
<tr>
<td>
<if @book_prev_link@ not nil>
<a href="@book_prev_link@" accesskey='p' ID="bookNavPrev.a" onclick='return TocTree.getPage("@book_prev_link@");'>
<img alt='Previous' src='/resources/xowiki/previous.png' width='15' ID="bookNavPrev.img"></a>
</if>
<else>
<a href="" accesskey='p' ID="bookNavPrev.a" onclick="">
<img alt='No Previous' src='/resources/xowiki/previous-end.png' width='15' ID="bookNavPrev.img"></a>
</else>
</td>
<td>
<if @book_relpos@ not nil>
<table width='100%'>
<colgroup><col></colgroup>
<tr><td style='font-size: 75%'><div style='width: @book_relpos@;' ID='bookNavBar'></div></td></tr>
<tr><td style='font-size: 75%; text-align:center;'><span ID='bookNavRelPosText'>@book_relpos@</span></td></tr>
</table>
</if>
</td>
<td ID="bookNavNext">
<if @book_next_link@ not nil>
<a href="@book_next_link@" accesskey='n' ID="bookNavNext.a" onclick='return TocTree.getPage("@book_next_link@");'>
<img alt='Next' src='/resources/xowiki/next.png' width='15' ID="bookNavNext.img"></a>
</if>
<else>
<a href="" accesskey='n' ID="bookNavNext.a" onclick="">
<img alt='No Next' src='/resources/xowiki/next-end.png' width='15' ID="bookNavNext.img"></a>
</else>
</td>
</tr>
</table>
</div>
</if>
<div id='book-page'>
<include src="view-page" &="package_id"
&="references" &="name" &="title" &="item_id" &="page" &="context" &="header_stuff" &="return_url"
&="content" &="references" &="lang_links" &="package_id"
&="rev_link" &="edit_link" &="delete_link" &="new_link" &="admin_link" &="index_link"
&="tags" &="no_tags" &="tags_with_links" &="save_tag_link" &="popular_tags_link"
&="per_object_categories_with_links"
&="digg_link" &="delicious_link" &="my_yahoo_link"
&="gc_link" &="gc_comments" &="notification_subscribe_link" &="notification_image"
&="top_includelets" &="page">
</div>
</div>
@footer;noquote@
</div> <!-- class='xowiki-content' -->
<!-- Generated by ::xowiki::ADP_Generator on Mon Sep 29 16:47:30 CEST 2014 -->
<master>
<property name="title">@title;noquote@</property>
<property name="context">@context;noquote@</property>
<if @item_id@ not nil><property name="displayed_object_id">@item_id@</property></if>
<property name="&body">property_body</property>
<property name="&doc">property_doc</property>
<property name="header_stuff">
<link rel="stylesheet" type="text/css" href="/resources/xowiki/xowiki.css" media="all" >
@header_stuff;noquote@
<script type="text/javascript">
function get_popular_tags(popular_tags_link, prefix) {
var http = getHttpObject();
http.open('GET', popular_tags_link, true);
http.onreadystatechange = function() {
if (http.readyState == 4) {
if (http.status != 200) {
alert('Something wrong in HTTP request, status code = ' + http.status);
} else {
var e = document.getElementById(prefix + '-popular_tags');
e.innerHTML = http.responseText;
e.style.display = 'block';
}
}
};
http.send(null);
}
</script>
</property>
<property name="head">
<link rel="stylesheet" type="text/css" href="/resources/xowiki/xowiki.css" media="all" >
@header_stuff;noquote@
<script type="text/javascript">
function get_popular_tags(popular_tags_link, prefix) {
var http = getHttpObject();
http.open('GET', popular_tags_link, true);
http.onreadystatechange = function() {
if (http.readyState == 4) {
if (http.status != 200) {
alert('Something wrong in HTTP request, status code = ' + http.status);
} else {
var e = document.getElementById(prefix + '-popular_tags');
e.innerHTML = http.responseText;
e.style.display = 'block';
}
}
};
http.send(null);
}
</script>
</property>
<!-- The following DIV is needed for overlib to function! -->
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
<div class='xowiki-content'>
<div style="float:left; width: 25%; font-size: .8em;
background: url(/resources/xowiki/bw-shadow.png) no-repeat bottom right;
margin-left: 6px; margin-top: 6px; padding: 0px;
">
<div style="position:relative; right:6px; bottom:6px; border: 1px solid #a9a9a9; padding: 5px 5px; background: #f8f8f8">
@toc;noquote@
</div></div>
<div style="float:right; width: 70%;">
<if @book_prev_link@ not nil or @book_relpos@ not nil or @book_next_link@ not nil>
<div class="book-navigation" style="background: #fff; border: 1px dotted #000; padding-top:3px; margin-bottom:0.5em;">
<table width='100%'
summary='This table provides a progress bar and buttons for next and previous pages'>
<colgroup><col width='20'><col><col width='20'>
</colgroup>
<tr>
<td>
<if @book_prev_link@ not nil>
<a href="@book_prev_link@" accesskey='p' ID="bookNavPrev.a" onclick='return TocTree.getPage("@book_prev_link@");'>
<img alt='Previous' src='/resources/xowiki/previous.png' width='15' ID="bookNavPrev.img"></a>
</if>
<else>
<a href="" accesskey='p' ID="bookNavPrev.a" onclick="">
<img alt='No Previous' src='/resources/xowiki/previous-end.png' width='15' ID="bookNavPrev.img"></a>
</else>
</td>
<td>
<if @book_relpos@ not nil>
<table width='100%'>
<colgroup><col></colgroup>
<tr><td style='font-size: 75%'><div style='width: @book_relpos@;' ID='bookNavBar'></div></td></tr>
<tr><td style='font-size: 75%; text-align:center;'><span ID='bookNavRelPosText'>@book_relpos@</span></td></tr>
</table>
</if>
</td>
<td ID="bookNavNext">
<if @book_next_link@ not nil>
<a href="@book_next_link@" accesskey='n' ID="bookNavNext.a" onclick='return TocTree.getPage("@book_next_link@");'>
<img alt='Next' src='/resources/xowiki/next.png' width='15' ID="bookNavNext.img"></a>
</if>
<else>
<a href="" accesskey='n' ID="bookNavNext.a" onclick="">
<img alt='No Next' src='/resources/xowiki/next-end.png' width='15' ID="bookNavNext.img"></a>
</else>
</td>
</tr>
</table>
</div>
</if>
<div id='book-page'>
<include src="view-page" &="package_id"
&="references" &="name" &="title" &="item_id" &="page" &="context" &="header_stuff" &="return_url"
&="content" &="references" &="lang_links" &="package_id"
&="rev_link" &="edit_link" &="delete_link" &="new_link" &="admin_link" &="index_link"
&="tags" &="no_tags" &="tags_with_links" &="save_tag_link" &="popular_tags_link"
&="per_object_categories_with_links"
&="digg_link" &="delicious_link" &="my_yahoo_link"
&="gc_link" &="gc_comments" &="notification_subscribe_link" &="notification_image"
&="top_includelets" &="page">
</div>
</div>
@footer;noquote@
</div> <!-- class='xowiki-content' -->
<!-- Generated by ::xowiki::ADP_Generator on Tue Nov 17 19:05:37 CET 2015 -->
<master>
<property name="title">@title;noquote@</property>
<property name="context">@context;noquote@</property>
<if @item_id@ not nil><property name="displayed_object_id">@item_id@</property></if>
<property name="&body">property_body</property>
<property name="&doc">property_doc</property>
<property name="header_stuff">
<link rel="stylesheet" type="text/css" href="/resources/xowiki/xowiki.css" media="all" >
@header_stuff;noquote@
<script type="text/javascript">
function get_popular_tags(popular_tags_link, prefix) {
var http = getHttpObject();
http.open('GET', popular_tags_link, true);
http.onreadystatechange = function() {
if (http.readyState == 4) {
if (http.status != 200) {
alert('Something wrong in HTTP request, status code = ' + http.status);
} else {
var e = document.getElementById(prefix + '-popular_tags');
e.innerHTML = http.responseText;
e.style.display = 'block';
}
}
};
http.send(null);
}
</script>
</property>
<property name="head">
<link rel="stylesheet" type="text/css" href="/resources/xowiki/xowiki.css" media="all" >
@header_stuff;noquote@
<script type="text/javascript">
function get_popular_tags(popular_tags_link, prefix) {
var http = getHttpObject();
http.open('GET', popular_tags_link, true);
http.onreadystatechange = function() {
if (http.readyState == 4) {
if (http.status != 200) {
alert('Something wrong in HTTP request, status code = ' + http.status);
} else {
var e = document.getElementById(prefix + '-popular_tags');
e.innerHTML = http.responseText;
e.style.display = 'block';
}
}
};
http.send(null);
}
</script>
</property>
<!-- The following DIV is needed for overlib to function! -->
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
<div class='xowiki-content'>
<div style="float:left; width: 25%; font-size: .8em;
background: url(/resources/xowiki/bw-shadow.png) no-repeat bottom right;
margin-left: 6px; margin-top: 6px; padding: 0px;
">
<div style="position:relative; right:6px; bottom:6px; border: 1px solid #a9a9a9; padding: 5px 5px; background: #f8f8f8">
@toc;noquote@
</div></div>
<div style="float:right; width: 70%;">
<if @book_prev_link@ not nil or @book_relpos@ not nil or @book_next_link@ not nil>
<div class="book-navigation" style="background: #fff; border: 1px dotted #000; padding-top:3px; margin-bottom:0.5em;">
<table width='100%'
summary='This table provides a progress bar and buttons for next and previous pages'>
<colgroup><col width='20'><col><col width='20'>
</colgroup>
<tr>
<td>
<if @book_prev_link@ not nil>
<a href="@book_prev_link@" accesskey='p' ID="bookNavPrev.a" onclick='return TocTree.getPage("@book_prev_link@");'>
<img alt='Previous' src='/resources/xowiki/previous.png' width='15' ID="bookNavPrev.img"></a>
</if>
<else>
<a href="" accesskey='p' ID="bookNavPrev.a" onclick="">
<img alt='No Previous' src='/resources/xowiki/previous-end.png' width='15' ID="bookNavPrev.img"></a>
</else>
</td>
<td>
<if @book_relpos@ not nil>
<table width='100%'>
<colgroup><col></colgroup>
<tr><td style='font-size: 75%'><div style='width: @book_relpos@;' ID='bookNavBar'></div></td></tr>
<tr><td style='font-size: 75%; text-align:center;'><span ID='bookNavRelPosText'>@book_relpos@</span></td></tr>
</table>
</if>
</td>
<td ID="bookNavNext">
<if @book_next_link@ not nil>
<a href="@book_next_link@" accesskey='n' ID="bookNavNext.a" onclick='return TocTree.getPage("@book_next_link@");'>
<img alt='Next' src='/resources/xowiki/next.png' width='15' ID="bookNavNext.img"></a>
</if>
<else>
<a href="" accesskey='n' ID="bookNavNext.a" onclick="">
<img alt='No Next' src='/resources/xowiki/next-end.png' width='15' ID="bookNavNext.img"></a>
</else>
</td>
</tr>
</table>
</div>
</if>
<div id='book-page'>
<include src="view-page" &="package_id"
&="references" &="name" &="title" &="item_id" &="page" &="context" &="header_stuff" &="return_url"
&="content" &="references" &="lang_links" &="package_id"
&="rev_link" &="edit_link" &="delete_link" &="new_link" &="admin_link" &="index_link"
&="tags" &="no_tags" &="tags_with_links" &="save_tag_link" &="popular_tags_link"
&="per_object_categories_with_links"
&="digg_link" &="delicious_link" &="my_yahoo_link"
&="gc_link" &="gc_comments" &="notification_subscribe_link" &="notification_image"
&="top_includelets" &="page">
</div>
</div>
@footer;noquote@
</div> <!-- class='xowiki-content' -->
<!-- Generated by ::xowiki::ADP_Generator on Mon Sep 29 16:47:29 CEST 2014 -->
<master>
<property name="title">@title;noquote@</property>
<property name="context">@context;noquote@</property>
<if @item_id@ not nil><property name="displayed_object_id">@item_id@</property></if>
<property name="&body">property_body</property>
<property name="&doc">property_doc</property>
<property name="header_stuff">
<link rel="stylesheet" type="text/css" href="/resources/xowiki/xowiki.css" media="all" >
@header_stuff;noquote@
<script type="text/javascript">
function get_popular_tags(popular_tags_link, prefix) {
var http = getHttpObject();
http.open('GET', popular_tags_link, true);
http.onreadystatechange = function() {
if (http.readyState == 4) {
if (http.status != 200) {
alert('Something wrong in HTTP request, status code = ' + http.status);
} else {
var e = document.getElementById(prefix + '-popular_tags');
e.innerHTML = http.responseText;
e.style.display = 'block';
}
}
};
http.send(null);
}
</script>
</property>
<property name="head">
<link rel="stylesheet" type="text/css" href="/resources/xowiki/xowiki.css" media="all" >
@header_stuff;noquote@
<script type="text/javascript">
function get_popular_tags(popular_tags_link, prefix) {
var http = getHttpObject();
http.open('GET', popular_tags_link, true);
http.onreadystatechange = function() {
if (http.readyState == 4) {
if (http.status != 200) {
alert('Something wrong in HTTP request, status code = ' + http.status);
} else {
var e = document.getElementById(prefix + '-popular_tags');
e.innerHTML = http.responseText;
e.style.display = 'block';
}
}
};
http.send(null);
}
</script>
</property>
<!-- The following DIV is needed for overlib to function! -->
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
<div class='xowiki-content'>
<div id='wikicmds'>
<if @login_link@ not nil><a href="@login_link@" accesskey='l' title='#xowiki.login_title#'>#xowiki.login#</a> &middot; </if>
<if @logout_link@ not nil><a href="@logout_link@" accesskey='l' title='#xowiki.logout_title#'>#xowiki.logout#</a> &middot; </if>
<if @view_link@ not nil><a href="@view_link@" accesskey='v' title='#xowiki.view_title#'>#xowiki.view#</a> &middot; </if>
<if @edit_link@ not nil><a href="@edit_link@" accesskey='e' title='#xowiki.edit_title#'>#xowiki.edit#</a> &middot; </if>
<if @rev_link@ not nil><a href="@rev_link@" accesskey='r' title='#xowiki.revisions_title#'>#xotcl-core.revisions#</a> &middot; </if>
<if @new_link@ not nil><a href="@new_link@" accesskey='n' title='#xowiki.new_title#'>#xowiki.new_page#</a> &middot; </if>
<if @delete_link@ not nil><a href="@delete_link@" accesskey='d' title='#xowiki.delete_title#'>#xowiki.delete#</a> &middot; </if>
<if @admin_link@ not nil><a href="@admin_link@" accesskey='a' title='#xowiki.admin_title#'>#xowiki.admin#</a> &middot; </if>
<if @notification_subscribe_link@ not nil><a href='/notifications/manage' title='#xowiki.notifications_title#'>#xowiki.notifications#</a>
<a href="@notification_subscribe_link@" class="notification-image-button">&nbsp;</a> &middot; </if>
<a href='#' onclick='document.getElementById("do_search").style.display="inline";document.getElementById("do_search_q").focus(); return false;' title='#xowiki.search_title#'>#xowiki.search#</a> &middot;
<if @index_link@ not nil><a href="@index_link@" accesskey='i' title='#xowiki.index_title#'>#xowiki.index#</a></if>
<div id='do_search' style='display: none'>
<form action='/search/search'><div><label for='do_search_q'>#xowiki.search#</label><input id='do_search_q' name='q' type='text'><input type="hidden" name="search_package_id" value="@package_id@" ></div></form>
</div>
</div>
@top_includelets;noquote@
<if @page_context@ not nil><h1>@title@ (@page_context@)</h1></if>
<else><h1>@title@</h1></else>
@content;noquote@
@footer;noquote@
</div> <!-- class='xowiki-content' -->
<!-- Generated by ::xowiki::ADP_Generator on Tue Nov 17 19:05:37 CET 2015 -->
<master>
<property name="title">@title;noquote@</property>
<property name="context">@context;noquote@</property>
<if @item_id@ not nil><property name="displayed_object_id">@item_id@</property></if>
<property name="&body">property_body</property>
<property name="&doc">property_doc</property>
<property name="header_stuff">
<link rel="stylesheet" type="text/css" href="/resources/xowiki/xowiki.css" media="all" >
@header_stuff;noquote@
<script type="text/javascript">
function get_popular_tags(popular_tags_link, prefix) {
var http = getHttpObject();
http.open('GET', popular_tags_link, true);
http.onreadystatechange = function() {
if (http.readyState == 4) {
if (http.status != 200) {
alert('Something wrong in HTTP request, status code = ' + http.status);
} else {
var e = document.getElementById(prefix + '-popular_tags');
e.innerHTML = http.responseText;
e.style.display = 'block';
}
}
};
http.send(null);
}
</script>
</property>
<property name="head">
<link rel="stylesheet" type="text/css" href="/resources/xowiki/xowiki.css" media="all" >
@header_stuff;noquote@
<script type="text/javascript">
function get_popular_tags(popular_tags_link, prefix) {
var http = getHttpObject();
http.open('GET', popular_tags_link, true);
http.onreadystatechange = function() {
if (http.readyState == 4) {
if (http.status != 200) {
alert('Something wrong in HTTP request, status code = ' + http.status);
} else {
var e = document.getElementById(prefix + '-popular_tags');
e.innerHTML = http.responseText;
e.style.display = 'block';
}
}
};
http.send(null);
}
</script>
</property>
<!-- The following DIV is needed for overlib to function! -->
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
<div class='xowiki-content'>
<div id='wikicmds'>
<if @login_link@ not nil><a href="@login_link@" accesskey='l' title='#xowiki.login_title#'>#xowiki.login#</a> &middot; </if>
<if @logout_link@ not nil><a href="@logout_link@" accesskey='l' title='#xowiki.logout_title#'>#xowiki.logout#</a> &middot; </if>
<if @view_link@ not nil><a href="@view_link@" accesskey='v' title='#xowiki.view_title#'>#xowiki.view#</a> &middot; </if>
<if @edit_link@ not nil><a href="@edit_link@" accesskey='e' title='#xowiki.edit_title#'>#xowiki.edit#</a> &middot; </if>
<if @rev_link@ not nil><a href="@rev_link@" accesskey='r' title='#xowiki.revisions_title#'>#xotcl-core.revisions#</a> &middot; </if>
<if @new_link@ not nil><a href="@new_link@" accesskey='n' title='#xowiki.new_title#'>#xowiki.new_page#</a> &middot; </if>
<if @delete_link@ not nil><a href="@delete_link@" accesskey='d' title='#xowiki.delete_title#'>#xowiki.delete#</a> &middot; </if>
<if @admin_link@ not nil><a href="@admin_link@" accesskey='a' title='#xowiki.admin_title#'>#xowiki.admin#</a> &middot; </if>
<if @notification_subscribe_link@ not nil><a href='/notifications/manage' title='#xowiki.notifications_title#'>#xowiki.notifications#</a>
<a href="@notification_subscribe_link@" class="notification-image-button">&nbsp;</a> &middot; </if>
<a href='#' onclick='document.getElementById("do_search").style.display="inline";document.getElementById("do_search_q").focus(); return false;' title='#xowiki.search_title#'>#xowiki.search#</a> &middot;
<if @index_link@ not nil><a href="@index_link@" accesskey='i' title='#xowiki.index_title#'>#xowiki.index#</a></if>
<div id='do_search' style='display: none'>
<form action='/search/search'><div><label for='do_search_q'>#xowiki.search#</label><input id='do_search_q' name='q' type='text'><input type="hidden" name="search_package_id" value="@package_id@" ></div></form>
</div>
</div>
@top_includelets;noquote@
<if @page_context@ not nil><h1>@title@ (@page_context@)</h1></if>
<else><h1>@title@</h1></else>
@content;noquote@
@footer;noquote@
</div> <!-- class='xowiki-content' -->
<!-- Generated by ::xowiki::ADP_Generator on Mon Sep 29 16:47:29 CEST 2014 -->
<!-- The following DIV is needed for overlib to function! -->
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
<div class='xowiki-content'>
<div id='wikicmds'>
<if @login_link@ not nil><a href="@login_link@" accesskey='l' title='#xowiki.login_title#'>#xowiki.login#</a> &middot; </if>
<if @logout_link@ not nil><a href="@logout_link@" accesskey='l' title='#xowiki.logout_title#'>#xowiki.logout#</a> &middot; </if>
<if @view_link@ not nil><a href="@view_link@" accesskey='v' title='#xowiki.view_title#'>#xowiki.view#</a> &middot; </if>
<if @edit_link@ not nil><a href="@edit_link@" accesskey='e' title='#xowiki.edit_title#'>#xowiki.edit#</a> &middot; </if>
<if @rev_link@ not nil><a href="@rev_link@" accesskey='r' title='#xowiki.revisions_title#'>#xotcl-core.revisions#</a> &middot; </if>
<if @new_link@ not nil><a href="@new_link@" accesskey='n' title='#xowiki.new_title#'>#xowiki.new_page#</a> &middot; </if>
<if @delete_link@ not nil><a href="@delete_link@" accesskey='d' title='#xowiki.delete_title#'>#xowiki.delete#</a> &middot; </if>
<if @admin_link@ not nil><a href="@admin_link@" accesskey='a' title='#xowiki.admin_title#'>#xowiki.admin#</a> &middot; </if>
<if @notification_subscribe_link@ not nil><a href='/notifications/manage' title='#xowiki.notifications_title#'>#xowiki.notifications#</a>
<a href="@notification_subscribe_link@" class="notification-image-button">&nbsp;</a> &middot; </if>
<a href='#' onclick='document.getElementById("do_search").style.display="inline";document.getElementById("do_search_q").focus(); return false;' title='#xowiki.search_title#'>#xowiki.search#</a> &middot;
<if @index_link@ not nil><a href="@index_link@" accesskey='i' title='#xowiki.index_title#'>#xowiki.index#</a></if>
<div id='do_search' style='display: none'>
<form action='/search/search'><div><label for='do_search_q'>#xowiki.search#</label><input id='do_search_q' name='q' type='text'><input type="hidden" name="search_package_id" value="@package_id@" ></div></form>
</div>
</div>
@top_includelets;noquote@
<if @page_context@ not nil><h1>@title@ (@page_context@)</h1></if>
<else><h1>@title@</h1></else>
@content;noquote@
</div> <!-- class='xowiki-content' -->
<!-- Generated by ::xowiki::ADP_Generator on Tue Nov 17 19:05:37 CET 2015 -->
<!-- The following DIV is needed for overlib to function! -->
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
<div class='xowiki-content'>
<div id='wikicmds'>
<if @login_link@ not nil><a href="@login_link@" accesskey='l' title='#xowiki.login_title#'>#xowiki.login#</a> &middot; </if>
<if @logout_link@ not nil><a href="@logout_link@" accesskey='l' title='#xowiki.logout_title#'>#xowiki.logout#</a> &middot; </if>
<if @view_link@ not nil><a href="@view_link@" accesskey='v' title='#xowiki.view_title#'>#xowiki.view#</a> &middot; </if>
<if @edit_link@ not nil><a href="@edit_link@" accesskey='e' title='#xowiki.edit_title#'>#xowiki.edit#</a> &middot; </if>
<if @rev_link@ not nil><a href="@rev_link@" accesskey='r' title='#xowiki.revisions_title#'>#xotcl-core.revisions#</a> &middot; </if>
<if @new_link@ not nil><a href="@new_link@" accesskey='n' title='#xowiki.new_title#'>#xowiki.new_page#</a> &middot; </if>
<if @delete_link@ not nil><a href="@delete_link@" accesskey='d' title='#xowiki.delete_title#'>#xowiki.delete#</a> &middot; </if>
<if @admin_link@ not nil><a href="@admin_link@" accesskey='a' title='#xowiki.admin_title#'>#xowiki.admin#</a> &middot; </if>
<if @notification_subscribe_link@ not nil><a href='/notifications/manage' title='#xowiki.notifications_title#'>#xowiki.notifications#</a>
<a href="@notification_subscribe_link@" class="notification-image-button">&nbsp;</a> &middot; </if>
<a href='#' onclick='document.getElementById("do_search").style.display="inline";document.getElementById("do_search_q").focus(); return false;' title='#xowiki.search_title#'>#xowiki.search#</a> &middot;
<if @index_link@ not nil><a href="@index_link@" accesskey='i' title='#xowiki.index_title#'>#xowiki.index#</a></if>
<div id='do_search' style='display: none'>
<form action='/search/search'><div><label for='do_search_q'>#xowiki.search#</label><input id='do_search_q' name='q' type='text'><input type="hidden" name="search_package_id" value="@package_id@" ></div></form>
</div>
</div>
@top_includelets;noquote@
<if @page_context@ not nil><h1>@title@ (@page_context@)</h1></if>
<else><h1>@title@</h1></else>
@content;noquote@
</div> <!-- class='xowiki-content' -->
<!-- Generated by ::xowiki::ADP_Generator on Mon Sep 29 16:47:29 CEST 2014 -->
<!-- The following DIV is needed for overlib to function! -->
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
<div class='xowiki-content'>
@top_includelets;noquote@
<if @page_context@ not nil><h1>@title@ (@page_context@)</h1></if>
<else><h1>@title@</h1></else>
@content;noquote@
</div> <!-- class='xowiki-content' -->
<!-- Generated by ::xowiki::ADP_Generator on Tue Nov 17 19:05:37 CET 2015 -->
<!-- The following DIV is needed for overlib to function! -->
<div id="overDiv" style="position:absolute; visibility:hidden; z-index:1000;"></div>
<div class='xowiki-content'>
@top_includelets;noquote@
<if @page_context@ not nil><h1>@title@ (@page_context@)</h1></if>
<else><h1>@title@</h1></else>
@content;noquote@
</div> <!-- class='xowiki-content' -->
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment