PageRenderTime 59ms CodeModel.GetById 34ms RepoModel.GetById 0ms app.codeStats 0ms

/system/application/views/events/add_event_block.php

https://bitbucket.org/zhemel/cloudengine
PHP | 9 lines | 9 code | 0 blank | 0 comment | 1 complexity | 62455be7c53fa1e3dc8527c23e73e46b MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, BSD-3-Clause
  1. <div class="box">
  2. <h2><?=t("How to add an event")?></h2>
  3. <p><?=t("To add a conference to this list, [link-add]create a cloudscape[/link] for the event and add the dates and location when you create the cloudscape.",
  4. array('[link-add]' => t_link('cloudscape/add')))?> </p>
  5. <p><?=t("To add a workshop, seminar or talk to this list, [link-add]create a cloud[/link], then edit the cloud to add the event date.",
  6. array('[link-add]' => t_link('cloud/add')))?></p>
  7. <p><?=t("To add a deadline to this list, [link-add]create a cloud[/link], then edit the cloud to add the deadline.",
  8. array('[link-add]' => t_link('cloud/add')))?></p>
  9. </div>