Ignore:
Timestamp:
Oct 2, 2008, 4:34:21 PM (17 years ago)
Author:
RIck van der Zwet
Message:

Voila, the initial framework is completed, next will be the tweaking and implementing of all logic

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 
    71Interfaces to be deleted:
    82<ol>
     
    2418{% endfor %}
    2519</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 %}
Note: See TracChangeset for help on using the changeset viewer.