Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 51 additions & 0 deletions _layouts/refdoc.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="../shared/css/html.css" type="text/css">
</head>

<body>
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center">{{ page.title }}</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="events.html">Prev</a>&nbsp;</td>
<th width="60%" align="center">&nbsp;</th>
<td width="20%" align="right">&nbsp;<a accesskey="n" href="queryhql.html">Next</a></td>
</tr>
</table>
<hr>
</div>
<div class="chapter" style="height: auto !important;">
<h1>{{ page.title }}</h1>
{% include google_adsense.html %}

{{ content }}
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="{{ page.previous_page_url }}">Prev</a>&nbsp;
</td>
<td width="20%" align="center"><a accesskey="u" href="index.html">Up</a></td>
<td width="40%" align="right">&nbsp;<a accesskey="n" href="{{ page.next_page_url }}">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">{{ page.previous_page_title }}</td>
<td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td>
<td width="40%" align="right" valign="top">{{ page.next_page_title }}
</td>
</tr>
</table>
</div>
{% include google_analytics.html %}

</body>

</html>
240 changes: 0 additions & 240 deletions doc/nhibernate-reference/batch.html

This file was deleted.

Loading