Skip to content

Commit

Permalink
Modify underTemplate.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdullah Almehmadi committed Aug 14, 2011
1 parent 713754b commit ea7c6bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
1 change: 1 addition & 0 deletions src/template/underTemplate.php
Expand Up @@ -405,4 +405,5 @@ public function __destruct()
}
}


?>
15 changes: 1 addition & 14 deletions src/template/uql_template_demo.html
Expand Up @@ -12,27 +12,14 @@
<body>


<div align = "right">

<form action = "binmosa.php" method = "post">
<input type = "text" name = "task" />
<input type = "submit" value = "save task" />
</form>


</usegment>

<usegment name = "task">
<form action = "binmosa.php?u=$id" method = "post">
<input size = "100" type = "text" name = "task" value ="$task" />
<input type = "submit" value = "modify $id" />
</form> <a href ="binmosa.php?id=$id">X</a>
$id ($task) <br />
</usegment>

<usegment name ="footer">


</div>
</body>

</html>
Expand Down

0 comments on commit ea7c6bf

Please sign in to comment.