Rev 198 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.1 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>Edit $action.getId()</title><script type="text/javascript" src="../../jquery/jquery-1.4.2.js"></script><script>$(document).ready(function() {//alert("document ready");$('#cancelbutton').click(function(e) {//alert("Cancel clicked");window.location.href = '/content/entity';});});</script></head>#set ( $entity = $action.getEntity() )<body><div class="ui-widget"><h1>Edit $action.getId()</h1><form name="f" action="/content/entity" method="post"><label for="brands">Entity ID: </label><span id="entityid"><strong><em>$action.getId()</em></strong></span><br/><label for="brands">Brand: </label><input id="brands" name="brand" value="$entity.getBrand()"/><br/><label for="modelnumber">Model Number: </label><input id="modelnumber" name="modelnumber" value="$entity.getModelNumber()"/><br/><label for="modelname">Model Name: </label><input id="modelname" name="modelname" value="$entity.getModelName()"/><br/><label for="category">Category: </label><input id="category" name="category" value="$entity.getCategory().getLabel()"/><br/><p/><input type="button" id="cancelbutton" name="cancel" value="Cancel"/><input type="submit" value="Next"/></form></div></body></html>