Changeset 6325 for trunk/exodus/templates/deleteNode.html
- Timestamp:
- Oct 2, 2008, 4:34:21 PM (17 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/exodus/templates/deleteNode.html
-
Property svn:mergeinfo
set to
r6323 r6325 1 {% extends "exodus-template.html" %}2 3 {% block content %}4 5 <h1>Delete node {{ object.name }}</h1>6 7 1 Interfaces to be deleted: 8 2 <ol> … … 24 18 {% endfor %} 25 19 </ol> 26 27 <form method="post" action=".">28 <h3>Are you sure you want to <b>DELETE</b> this data <b>PERMANENTLY</b>?</h3>29 <input type="submit" name="cancel" value="NO, cancel">30 <input type="submit" name="proceed" value="OK, proceed">31 </form>32 33 {% endblock %} -
Property svn:mergeinfo
set to
Note:
See TracChangeset
for help on using the changeset viewer.