Ignore:
Timestamp:
Oct 20, 2007, 10:14:51 AM (17 years ago)
Author:
ecprice
Message:

Removed the Javascript, since I realized that

  • The way it was was worthless
  • The architecture has serious trouble supporting useful js
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/templates/list.tmpl

    r205 r207  
    1717<p>Congratulations! You successfully created a new VM called $new_machine.</p>
    1818#end if
    19     <form action="create" method="POST" onsubmit="return jsFormSubmit('create', this);">
     19    <form action="create" method="POST">
     20    <input type="hidden" name="back" value="list"/>
    2021      <table>
    2122      $errorRow('create', $err)
     
    8586</td>
    8687        <td>
    87           <form action="command" method="post" onsubmit="return rowFormSubmit(this, 'list');">
     88          <form action="command" method="post">
     89            <input type="hidden" name="back" value="list"/>
    8890            <input type="hidden" name="machine_id"
    8991                   value="$machine.machine_id"/>
     
    120122    <p>You have the following VMs:</p>
    121123#end if
    122     <p><a href="list" onclick="new Ajax.Updater('machinelist', 'list?js=machinelist', {method: 'get' });return false">refresh</a></p>
     124    <p><a href="list">refresh</a></p>
    123125    <div id="machinelist">
    124126    $machineList($machines)
Note: See TracChangeset for help on using the changeset viewer.