summaryrefslogtreecommitdiff
path: root/templates/calendar.html
blob: abaf6feed0e795e0e05111564e637b7357ea0f61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html	xmlns="http://www.w3.org/1999/xhtml"
	xmlns:py="http://genshi.edgewall.org/"
	xmlns:i18n="http://genshi.edgewall.org/i18n"
	xmlns:sub="http://local.sublab.org/subdap/xmlns-templates"
	xmlns:xi="http://www.w3.org/2001/XInclude">
 <xi:include href="layout.xi"/>
 <head>
  <title>login</title>
 </head>
 <sub:bodylarge>
  <div class="cont">
   <h1>sublab.org calendar</h1>
   <p>The sublab calendar talks caldav. It is accessable at<br />
   <a href="https://sublab.org:5232/calendars/events">https://sublab.org:5232/calendars/events</a><br />
   with your usual credentials</p>
  </div>
 </sub:bodylarge>
</html>