A webmail client. Forked from https://git.sr.ht/~migadu/alps
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
641 B

  1. <div class="actions-wrap">
  2. <div class="actions-pagination" style="margin-left: 0;">
  3. <a href="?month={{.PrevPage}}" class="button-link">« {{.PrevTime.Format "January"}}</a>
  4. <h3>{{.Time.Format "January 2006"}}</h3>
  5. <a href="?month={{.NextPage}}" class="button-link">{{.NextTime.Format "January"}} »</a>
  6. {{if ne .Time.Month .Now.Month}}
  7. <a href="/calendar" class="button-link">Today »</a>
  8. {{end}}
  9. </div>
  10. <form method="get" class="actions-search action-group">
  11. <input
  12. type="text"
  13. name="query"
  14. placeholder="Search {{.Calendar.Name}} events...">
  15. <button>Search</button>
  16. </form>
  17. </div>