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

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/templates/offering_projects.html

  • Committer: Matt Giuca
  • Date: 2010-02-25 04:04:13 UTC
  • mto: This revision was merged to the branch mainline in revision 1731.
  • Revision ID: matt.giuca@gmail.com-20100225040413-cqd8ljhmf1nwr6or
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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
        </py:for>
13
13
      </ul>
14
14
      <div class="add-projectset">
15
 
        <a href="#" id="add_new_projectset"
16
 
           class="add-projectset-link addaction">Add a new project set</a>
17
 
        <form id="new_projectset_form" class="new_projectset"
18
 
              method="PUT" name="new_projectset_form"
19
 
              action="${req.publisher.generate(offering, OfferingRESTView)}">
20
 
          <div id="new_projectset_div">
21
 
            <label for="group_size">Group Size:</label>
22
 
            <input type="text" name="group_size" id="group_size"></input> Leave blank for individual projects. Enter 0 for unlimited membership.
23
 
            <br />
24
 
            <input type="submit" id="submit_new_projectset" name="Bob"
25
 
                   value="Create"/>
26
 
          </div>
27
 
        </form>
 
15
        <a href="${req.publisher.generate(offering)}/+projects/+new-set"
 
16
            class="addaction">Add a new project set</a>
28
17
      </div>
29
18
    </div>
30
19
  </body>