[phpwebapp-commits] CVS: web_app/boxes/editMenus editMenus.html,1.2,1.3
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-22 06:47:27
|
Update of /cvsroot/phpwebapp/web_app/boxes/editMenus In directory sc8-pr-cvs1:/tmp/cvs-serv4302/boxes/editMenus Modified Files: editMenus.html Log Message: Index: editMenus.html =================================================================== RCS file: /cvsroot/phpwebapp/web_app/boxes/editMenus/editMenus.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** editMenus.html 16 Jul 2003 09:28:00 -0000 1.2 --- editMenus.html 22 Aug 2003 06:47:20 -0000 1.3 *************** *** 4,8 **** <WebBox ID="editMenus"> <script language="JavaScript1.2"> ! <Include SRC="{{./}}include_menus.js"/> </script> --- 4,8 ---- <WebBox ID="editMenus"> <script language="JavaScript1.2"> ! <Include SRC="{{./}}include_menus.js"/> </script> *************** *** 12,90 **** <form name="editMenusForm" onsubmit="return false;"> <table width="402" border="0" cellspacing="0" cellpadding="1"> ! <tr><td bgcolor="#006633" align="left"> ! <table width="400" border="0" cellspacing="0" cellpadding="10" bgcolor="white"> ! <tr><td> ! Selected Menu Element: ! <input type="text" name="id" size="20" onFocus="this.blur()" style="background-color:#dddddd"> ! </td></tr> ! <tr><td> ! <table border="0" cellspacing="0" cellpadding="0"> ! <tr> ! <td> ! description: <br> ! <input type="text" name="description" size="30"> ! </td> ! <td> ! action: <br> ! <input type="text" name="action" size="30"> ! </td> ! </tr> ! </table> ! </td></tr> ! <tr><td> ! <input type="button" name="move_up" value="Move Up" onClick="on_moveUp()"> ! <input type="button" name="move_down" value="Move Down" onClick="on_moveDown()"> ! <input type="button" name="update" value="Update" onClick="on_update()"> ! <input type="button" name="delete" value="Delete" onClick="on_delete()"> ! </td></tr> ! </table> ! </td></tr> </table> <p> <table width="402" border="0" cellspacing="0" cellpadding="1"> ! <tr><td bgcolor="#006633" align="left"> ! <table width="400" border="0" cellspacing="0" cellpadding="10" bgcolor="white"> ! <tr> ! <td> ! Add new elements at the selected element: ! </td> ! </tr> ! <tr><td> ! <table border="0" cellspacing="0" cellpadding="0"> ! <tr> ! <td> ! description: <br> ! <textarea name="description_list" cols="25" rows="5"></textarea> ! <!--# ! <input type="text" name="descr" size="30"> ! <input type="text" name="descr" size="30"> ! <input type="text" name="descr" size="30"> ! <input type="text" name="descr" size="30"> ! <input type="text" name="descr" size="30"> ! #--> ! </td> ! <td> ! action: <br> ! <textarea name="action_list" cols="25" rows="5"></textarea> ! <!--# ! <input type="text" name="action" size="30"> ! <input type="text" name="action" size="30"> ! <input type="text" name="action" size="30"> ! <input type="text" name="action" size="30"> ! <input type="text" name="action" size="30"> ! #--> ! </td> ! </tr> ! </table> ! </td></tr> ! <tr> ! <td> ! <input type="button" value="Add Before" onClick="on_addBefore()"> ! <input type="button" value="Add After" onClick="on_addAfter()"> ! <input type="button" value="Add Children" onClick="on_addChildren()"> ! </td> ! </tr> ! </table> ! </td></tr> </table> <p> --- 12,90 ---- <form name="editMenusForm" onsubmit="return false;"> <table width="402" border="0" cellspacing="0" cellpadding="1"> ! <tr><td bgcolor="#006633" align="left"> ! <table width="400" border="0" cellspacing="0" cellpadding="10" bgcolor="white"> ! <tr><td> ! Selected Menu Element: ! <input type="text" name="id" size="20" onFocus="this.blur()" style="background-color:#dddddd"> ! </td></tr> ! <tr><td> ! <table border="0" cellspacing="0" cellpadding="0"> ! <tr> ! <td> ! description: <br> ! <input type="text" name="description" size="30"> ! </td> ! <td> ! action: <br> ! <input type="text" name="action" size="30"> ! </td> ! </tr> ! </table> ! </td></tr> ! <tr><td> ! <input type="button" name="move_up" value="Move Up" onClick="on_moveUp()"> ! <input type="button" name="move_down" value="Move Down" onClick="on_moveDown()"> ! <input type="button" name="update" value="Update" onClick="on_update()"> ! <input type="button" name="delete" value="Delete" onClick="on_delete()"> ! </td></tr> ! </table> ! </td></tr> </table> <p> <table width="402" border="0" cellspacing="0" cellpadding="1"> ! <tr><td bgcolor="#006633" align="left"> ! <table width="400" border="0" cellspacing="0" cellpadding="10" bgcolor="white"> ! <tr> ! <td> ! Add new elements at the selected element: ! </td> ! </tr> ! <tr><td> ! <table border="0" cellspacing="0" cellpadding="0"> ! <tr> ! <td> ! description: <br> ! <textarea name="description_list" cols="25" rows="5"></textarea> ! <!--# ! <input type="text" name="descr" size="30"> ! <input type="text" name="descr" size="30"> ! <input type="text" name="descr" size="30"> ! <input type="text" name="descr" size="30"> ! <input type="text" name="descr" size="30"> ! #--> ! </td> ! <td> ! action: <br> ! <textarea name="action_list" cols="25" rows="5"></textarea> ! <!--# ! <input type="text" name="action" size="30"> ! <input type="text" name="action" size="30"> ! <input type="text" name="action" size="30"> ! <input type="text" name="action" size="30"> ! <input type="text" name="action" size="30"> ! #--> ! </td> ! </tr> ! </table> ! </td></tr> ! <tr> ! <td> ! <input type="button" value="Add Before" onClick="on_addBefore()"> ! <input type="button" value="Add After" onClick="on_addAfter()"> ! <input type="button" value="Add Children" onClick="on_addChildren()"> ! </td> ! </tr> ! </table> ! </td></tr> </table> <p> |