implemented fetching of previous month/year
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -3,12 +3,14 @@
|
||||
<meta charset="UTF-8" />
|
||||
<title>SRSoftware OpenCloudCal</title>
|
||||
<link rel="stylesheet" href="/static/occ.css" />
|
||||
<script src="/static/script/occ.js"></script>
|
||||
<script src="/static/script/common.js"></script>
|
||||
<script src="/static/script/index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<nav />
|
||||
<div>
|
||||
<h1>Event List</h1>
|
||||
<div id="eventnav"></div>
|
||||
<table id="eventlist">
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
|
||||
Reference in New Issue
Block a user