- Timestamp:
- Nov 10, 2011, 11:52:44 AM (13 years ago)
- Location:
- EWD/ewdapps/so/pages
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
EWD/ewdapps/so/pages/ewdTemplate.ewd
r1284 r1286 36 36 /*--------------------*/ 37 37 38 #login, #content 38 #login, #content, #menu 39 39 { 40 40 text-align: center; … … 207 207 } 208 208 209 #submit209 input[type="button"],input[type="submit"] 210 210 { 211 211 background-color: #ffb94b; … … 240 240 } 241 241 242 #submit:hover,#submit:focus242 input[type="button"]:hover,input[type="button"]:focus,input[type="submit"]:hover,input[type="submit"]:focus 243 243 { 244 244 background-color: #fddb6f; … … 251 251 } 252 252 253 #submit:active253 input[type="button"]:active,input[type="submit"]:active 254 254 { 255 255 outline: none; … … 260 260 } 261 261 262 #submit::-moz-focus-inner262 input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner 263 263 { 264 264 border: none; -
EWD/ewdapps/so/pages/menu.ewd
r1284 r1286 1 <ewd:config isFirstPage="false" prePageScript="SETUP^ewdu">1 <ewd:config isFirstPage="false"> 2 2 <!DOCTYPE html> 3 3 <html> 4 4 <head> 5 5 <title>Menu System</title> 6 <script type="text/javascript"> 7 var ln = function() 8 { 9 EWD.ajax.getPage({"page": "installedapps", "targetId": "intro"}); 10 }; 11 </script> 6 12 </head> 7 <body >13 <body onload="ln()"> 8 14 <div id="intro"> 9 <p>Where do you want to go?</p>10 15 </div> 11 16 <form id="menu" method="post" action="ewd"> 12 17 <h1>Menu</h1> 13 <fieldset id=" menu">18 <fieldset id="fs"> 14 19 <input type="submit" name="Submit" id="submit" value="Bed Board" action="sss^ewdu"> 15 20 <a href="">Help</a>
Note:
See TracChangeset
for help on using the changeset viewer.