Changeset ecf87c8 for asadb/template
- Timestamp:
- Jun 5, 2013, 5:53:11 AM (13 years ago)
- Branches:
- master, stable, stage
- Children:
- 17c118f
- Parents:
- 242566d (diff), 72a3d90 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- Alex Dehnert <adehnert@…> (06/05/13 05:53:05)
- git-committer:
- Alex Dehnert <adehnert@…> (06/05/13 05:53:11)
- Location:
- asadb/template
- Files:
-
- 1 added
- 6 edited
-
index.html (modified) (1 diff)
-
space/group-change-email.txt (modified) (1 diff)
-
space/lock_types.html (added)
-
space/manage-access.html (modified) (3 diffs)
-
space/summary.html (modified) (2 diffs)
-
groups/account_lookup.html (modified) (1 diff)
-
groups/diffs/new-group-announce.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
asadb/template/index.html
r870992c r3c1b20b 58 58 </ul></li> 59 59 <li><a href='{% url space-summary %}'>Space assignments</a> 60 <ul> 61 <li><a href='{% url space-lock-type %}'>Lock Types</a></li> 60 62 {% if perms.groups.view_group_private_info %} 61 <ul>62 63 <li><a href='{% url space-dump-locker-access %}'>Locker access (CSV)</a></li> 63 64 <li><a href='{% url space-dump-office-access %}'>Office access (CSV)</a></li> 65 {% endif %} 64 66 </ul> 65 {% endif %}66 67 </li> 67 68 <li><a href='{% url about %}'>About the ASA Database</a><ul> -
asadb/template/space/group-change-email.txt
rd768e47 r72a3d90 1 1 {% autoescape off %}Hi {{group.name}}, 2 Thank you for updating space access on the ASA database today. We've forwarded the following changes on to CAC: 2 3 Thank you for updating space access on the ASA database today. We are forwarding these changes to CAC, which generally updates access within one week. They will reply when the update has been done; if you don't get a reply, the message may have been lost and you should reply-all to this email reminding them. 4 5 We believe you made the following changes: 3 6 4 7 {% if office_msg %} -
asadb/template/space/manage-access.html
r78de8cb r1927d79 1 1 {% extends "base.html" %} 2 2 3 {% block title %}{{group.name}}: Office Access{% endblock %}3 {% block title %}{{group.name}}: Space Access{% endblock %} 4 4 {% block content %} 5 5 6 <h1>{{group.name}}: Office Access</h1>6 <h1>{{group.name}}: Space Access</h1> 7 7 8 8 {% include "groups/group_tools.part.html" %} … … 48 48 <th>{{assignment.space}}</th> 49 49 <td> 50 {% with assignment.space.lock_type as lock_type %} 51 {% if lock_type.db_update == "none" %} 52 <p><strong>Warning: Access to this office is not managed through the ASA DB.</strong></p> 53 <p><em><a href='{% url space-lock-type %}'>{{lock_type.name}}</a></em>: {{lock_type.description}}{% if lock_type.info_url %} <a href='{{lock_type.info_url}}'>Details.</a>{%endif%}</p> 54 <p>Contact <a href='mailto:{{lock_type.info_addr}}'>{{lock_type.info_addr}}</a> for more information.</p> 55 56 {% else %} 57 58 <p>We recommend managing access on the <a href='{% url groups:group-manage-officers group.id %}'>update people</a> page if possible. You should only need to use this page if:</p> 59 <ul> 60 <li>You need to grant access to somebody who does not have an Athena account, or</li> 61 <li>Your group has several offices, and somebody needs access to one or more of the offices, but should not have access to all of them</li> 62 </ul> 63 50 64 <table class='pretty-table'> 51 65 <tr> … … 67 81 </tr>{% endfor %} 68 82 </table> 83 84 {% endif %} 85 {% endwith %} 86 69 87 </td> 70 88 </tr> -
asadb/template/space/summary.html
rde2f0ac rf6982d4 27 27 <th>Room</th> 28 28 <th>Group</th> 29 <th><a href='{% url space-lock-type %}'>Lock Type</a></th> 29 30 <th>Access</th> 30 31 </tr> … … 33 34 <td>{{office.space.number}}</td> 34 35 <td><a href='{% url groups:group-detail office.group.pk %}'>{{office.group}}</a></td> 36 <td>{{office.space.lock_type.name}}</td> 35 37 <td><a href='{% url groups:group-space-access office.group.pk %}'>Access</a></td> 36 38 </tr> -
asadb/template/groups/account_lookup.html
rcfde3dc r9469a73 41 41 </tr> 42 42 </table> 43 {% endif %} 44 45 {% if account_number %} 46 <p>You may be able to find information about account {{account_number}} in <a href='https://rolesweb.mit.edu/cgi-bin/roleauth2.pl?category=SAP+SAP-related&func_name=CAN+SPEND+OR+COMMIT+FUNDS&qual_code=F{{account_number}}&skip_root=Y'>Roles</a>.</p> 43 47 {% endif %} 44 48 -
asadb/template/groups/diffs/new-group-announce.txt
r798ec5b rf38b6d0 5 5 to the MIT community! 6 6 7 The last step to finalize the group recognition is for you to finish entering the 8 group's complete information into the ASA Database: 7 Your group is currently *suspended*. The last step to finalize the group 8 recognition is for you to finish entering the group's complete information into 9 the ASA Database: 9 10 10 11 http://web.mit.edu/asa/www/asa-db.shtml … … 29 30 can modify the information and that MIT personal certificates are 30 31 required to access the group's account in the ASA Database. 32 33 Once you have completed these steps, you must *notify asa-groups@mit.edu* to 34 become an active group. 31 35 32 36 *** Please keep this e-mail for further reference. ***
Note: See TracChangeset
for help on using the changeset viewer.