]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/Templates/UIxCalBackForthNavView.wox
moved templates out of the bundles into the Templates directory
[scalable-opengroupware.org] / SOGo / UI / Templates / UIxCalBackForthNavView.wox
1 <?xml version='1.0' standalone='yes'?>
2
3 <table xmlns="http://www.w3.org/1999/xhtml"
4        xmlns:var="http://www.skyrix.com/od/binding"
5        xmlns:const="http://www.skyrix.com/od/constant"
6        xmlns:rsrc="OGo:url"
7        border="0"
8  >
9     <tr>
10         <td align="right" valign="middle">
11             <a var:href="^methodName" var:queryDictionary="^prevQueryParameters"><img rsrc:src="previous_week.gif" alt="previous" border="0"/></a>
12         </td>
13         <td align="right" valign="middle" class="button_auto_env">
14             <a var:href="^methodName" var:queryDictionary="^currentQueryParameters" class="button_auto"><var:string value="^label" escapeHTML="NO" /></a>
15         </td>
16         <td align="right" valign="middle">
17             <a var:href="^methodName" var:queryDictionary="^nextQueryParameters"><img rsrc:src="next_week.gif" alt="next" border="0"/></a>
18         </td>
19     </tr>
20 </table>