Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / templates / partials / create_snapshot.html @ 8a6915df

History | View | Annotate | Download (1018 Bytes)

1
<div id="snapshot-create-content" class="overlay-content hidden">
2
    <div class="create-form snapshot-create-form">
3
        <p class="info"></p>
4
        <form>
5
          <div class="col-fields bordered clearfix">
6
            <div class="form-field">
7
                <label for="snapshot-create-name">Snapshot name:</label>
8
                <input type="text" class="snapshot-create-name" name="snapshot-create-name" id="snapshot-create-name" />
9
            </div>
10
            <div class="form-field">
11
                <div>
12
                    <label for="snapshot-create-name">Snapshot description:</label>
13
                </div>
14
                <textarea class="snapshot-create-desc" name="snapshot-create-desc" id="snapshot-create-desc">
15
                </textarea>
16
            </div>
17
          </div>
18
          <div class="form-actions plain clearfix">
19
              <span class="form-action create">create snapshot</span>
20
          </div>
21
        </form>
22
    </div>
23
    
24
    <div class="ajax-submit"></div>
25
</div>