[Astpp-commit] SF.net SVN: astpp: [2179] trunk/templates/calc-charge.tpl
Brought to you by:
darrenkw
From: <dar...@us...> - 2008-05-21 22:50:07
|
Revision: 2179 http://astpp.svn.sourceforge.net/astpp/?rev=2179&view=rev Author: darrenkw Date: 2008-05-21 15:50:10 -0700 (Wed, 21 May 2008) Log Message: ----------- Added "Calculate Call Charge" template. Added Paths: ----------- trunk/templates/calc-charge.tpl Added: trunk/templates/calc-charge.tpl =================================================================== --- trunk/templates/calc-charge.tpl (rev 0) +++ trunk/templates/calc-charge.tpl 2008-05-21 22:50:10 UTC (rev 2179) @@ -0,0 +1,25 @@ +<table class="default"> +<input type="hidden" name="mode" value="Calc Charge" /> + <tr class="header"> + <td colspan=5>Add / Edit / List Packages</td> + </tr> + <tr class="header"> + <td>Phone Number</td> + <td>Length (Minutes)</td> + <td>Pricelist</td> + <td>Action</td> + </tr> + <tr class="rowone"> + <td><input type="text" name="phonenumber" size="20" /></td> + <td><input type="text" name="length" size="6" /></td> + <td><TMPL_VAR NAME="pricelists"></td> + <td><input type="submit" name="action" value="Price Call..." /></td> + </tr> +</table> + +<table> + <tr> + <td><TMPL_VAR NAME="status"></td> + </tr> + </table> +</form> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |