~azzar1/unity/add-show-desktop-key

1710.1.1 by Matt Giuca
Added new view for adding a new project set (offering/+projects/+new-set). This replaces the AJAX UI. The 'Add a new project set' link now links to the static 'new project set' page.
1
<html xmlns="http://www.w3.org/1999/xhtml"
2
      xmlns:py="http://genshi.edgewall.org/"
3
      py:strip="">
4
  <body py:strip="">
5
      <form class="verticalform thin" method="post" action="">
6
        <div>
1710.1.6 by Matt Giuca
Minor text.
7
          <label for="group_size">Group size:</label>
1710.1.1 by Matt Giuca
Added new view for adding a new project set (offering/+projects/+new-set). This replaces the AJAX UI. The 'Add a new project set' link now links to the static 'new project set' page.
8
          <input type="text" id="group_size" name="group_size" />
9
          Leave blank for individual projects. Enter 0 for unlimited membership.
10
          <span py:if="'group_size' in errors" class="form_error">${errors.group_size}</span>
11
        </div>
12
        <div class="submit form_error" py:if="defined('error_value')" py:content="error_value" />
13
        <div class="submit">
14
          <input type="submit" value="${submit_button_label}" />
15
        </div>
16
      </form>
17
  </body>
18
</html>