~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 08:26:04 UTC
  • mfrom: (1710.1.25 new-project-ui)
  • Revision ID: matt.giuca@gmail.com-20100225082604-0fku57vycn5cgonf
Replaced AJAX UI for project creation with a standard one. Can now edit project sets, and edit/delete projects. Also many more links to such things, due to the fact that they have their own URLs now. Fixes Launchpad bug #493942.

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>