Moo!
[invirt/packages/invirt-web.git] / templates / command.tmpl
diff --git a/templates/command.tmpl b/templates/command.tmpl
new file mode 100644 (file)
index 0000000..d7a6890
--- /dev/null
@@ -0,0 +1,17 @@
+#from skeleton import skeleton
+#extends skeleton
+
+#def title
+$command $machine.name
+#end def
+
+
+#def body
+<h1>Command succesful</h1>
+<p>$command ${machine.name} was successful.</p>
+#if $command == "Delete VM"
+<p><a href="list">Return</a></p>
+#else
+<p><a href="info?machine_id=${machine.machine_id}">Return</a></p>
+#end if
+#end def