Sha256: e4b3c035ded5a4640191db96d964edcb3be953b03c97255155d52d55685b1079

Contents?: true

Size: 1.57 KB

Versions: 11

Compression:

Stored size: 1.57 KB

Contents

<header>
  <h1>Send a Push Notification</h1>
</header>

<form id="compose">
  <!-- <fieldset id="recipients">
    <legend>Recipients</legend>

    <ol>
      <li>
        <input type="radio" name="recipients" value="all" id="recipients[all]"/>
        <label for="recipients[all]">All Devices</label>
      </li>
      <li>
        <input type="radio" name="recipients" value="specified" id="recipients[specified]"/>
        <label for="recipients[specified]">Specified Devices</label>
        <textarea id="tokens" name="tokens" rows="3", cols="50"></textarea>
      </li>
    </ol>
  </fieldset> -->

  <fieldset class="message">
    <legend>Payload</legend>

    <div class="span7">
      <textarea id="payload" name="payload" rows="4" cols="50">
  {
    "aps": {
      "alert": "Lorem ipsum dolar sit amet.",
      "badge": 0
    }
  }</textarea>

      <div class="alert">
        <strong></strong> : <span></span>
      </div>
    </div>
  </fieldset>

  <hr/>

  <button id="send" type="button">Send Push Notification</button>
</form>

<figure class="iphone preview">
  <header>
    <figure class="status">
      <span class="signal">▁</span>
      <span class="carrier">Carrier</span>
      <span class="battery">100%</span>
    </figure>

    <time>
      <span class="time">9:04</span>
      <span class="date">Thursday, November 29</span>
    </time>
  </header>

  <figure class="notification">
    <h1>App Name</h1>
    <p></p>
  </figure>

  <footer>
    <figure class="slider">
      <input type="range" value="0"></input>
      <span>slide to view</span>
    </figure>
  </footer>
</figure>

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
helios-0.4.1 ./lib/helios/frontend/templates/push-notification/compose.jst.tpl
helios-0.4.0 ./lib/helios/frontend/templates/push-notification/compose.jst.tpl
helios_aim-0.2.2 ./lib/helios/frontend/templates/push-notification/compose.jst.tpl
helios-0.3.0 ./lib/helios/frontend/templates/push-notification/compose.jst.tpl
helios-0.2.5 ./lib/helios/frontend/templates/push-notification/compose.jst.tpl
helios-0.2.4 ./lib/helios/frontend/templates/push-notification/compose.jst.tpl
helios-0.2.3 ./lib/helios/frontend/templates/push-notification/compose.jst.tpl
helios-0.2.2 ./lib/helios/frontend/templates/push-notification/compose.jst.tpl
helios-0.2.1 ./lib/helios/frontend/templates/compose.jst.tpl
helios-0.2.0 ./lib/helios/frontend/templates/compose.jst.tpl
helios-0.1.1 ./lib/helios/frontend/views/compose.jst.tpl