diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-03-31 11:35:37 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-03-31 11:35:37 +0000 |
commit | d7c50585bded4f1b1039347b24b136ee9d4a4fb2 (patch) | |
tree | 9ef64653042a699a1f9ccc9821ee29290c634391 /pages/remote.ecpp | |
parent | 890ac85856fa53792558422550ce24d82c469a66 (diff) | |
download | vdr-plugin-live-d7c50585bded4f1b1039347b24b136ee9d4a4fb2.tar.gz vdr-plugin-live-d7c50585bded4f1b1039347b24b136ee9d4a4fb2.tar.bz2 |
- [MB] fixed table design searchtimers
- [MB] replaced normal buttons in remote with graphical buttons
- [MB] added power button in remote
Diffstat (limited to 'pages/remote.ecpp')
-rw-r--r-- | pages/remote.ecpp | 63 |
1 files changed, 37 insertions, 26 deletions
diff --git a/pages/remote.ecpp b/pages/remote.ecpp index 16033ff..5c7a37d 100644 --- a/pages/remote.ecpp +++ b/pages/remote.ecpp @@ -74,41 +74,52 @@ using namespace vdrlive; </div> <table class="keypad" cellspacing="0" cellpadding="0"> <tr> - <td class="button"><button type="button" onclick="KeyPress(<$ k1 $>)">1</button></td> - <td class="button"><button type="button" onclick="KeyPress(<$ k2 $>)">2</button></td> - <td class="button"><button type="button" onclick="KeyPress(<$ k3 $>)">3</button></td> + <td class="button"> </td> + <td class="button"> </td> + <td class="button"><button class="greybutton" type="button" onclick="KeyPress(<$ kPower $>)">Power</button></td> + <tr> + <tr> + <td class="button" colspan="3"> </td> + </tr> + <td class="button"><button class="greybutton" type="button" onclick="KeyPress(<$ k1 $>)">1</button></td> + <td class="button"><button class="greybutton" type="button" onclick="KeyPress(<$ k2 $>)">2</button></td> + <td class="button"><button class="greybutton" type="button" onclick="KeyPress(<$ k3 $>)">3</button></td> </tr> <tr> - <td class="button"><button type="button" onclick="KeyPress(<$ k4 $>)">4</button></td> - <td class="button"><button type="button" onclick="KeyPress(<$ k5 $>)">5</button></td> - <td class="button"><button type="button" onclick="KeyPress(<$ k6 $>)">6</button></td> + <td class="button"><button class="greybutton" type="button" onclick="KeyPress(<$ k4 $>)">4</button></td> + <td class="button"><button class="greybutton" type="button" onclick="KeyPress(<$ k5 $>)">5</button></td> + <td class="button"><button class="greybutton" type="button" onclick="KeyPress(<$ k6 $>)">6</button></td> </tr> <tr> - <td class="button"><button type="button" onclick="KeyPress(<$ k7 $>)">7</button></td> - <td class="button"><button type="button" onclick="KeyPress(<$ k8 $>)">8</button></td> - <td class="button"><button type="button" onclick="KeyPress(<$ k9 $>)">9</button></td> + <td class="button"><button class="greybutton" type="button" onclick="KeyPress(<$ k7 $>)">7</button></td> + <td class="button"><button class="greybutton" type="button" onclick="KeyPress(<$ k8 $>)">8</button></td> + <td class="button"><button class="greybutton" type="button" onclick="KeyPress(<$ k9 $>)">9</button></td> </tr> <tr> <td class="button"> </td> - <td class="button"><button type="button" onclick="KeyPress(<$ k0 $>)">0</button></td> + <td class="button"><button class="greybutton" type="button" onclick="KeyPress(<$ k0 $>)">0</button></td> <td class="button"> </td> </tr> <tr> <td class="button" colspan="3"> </td> </tr> <tr> - <td class="button"><button type="button" onclick="KeyPress(<$ kMenu $>)"><$ tr("Menu") $></button></td> + <td class="button"><button class="greybutton" type="button" onclick="KeyPress(<$ kMenu $>)"><$ tr("Menu") $></button></td> <td class="button"> </button></td> - <td class="button"><button type="button" onclick="KeyPress(<$ kBack $>)"><$ tr("Back") $></button></td> + <td class="button"><button class="greybutton" type="button" onclick="KeyPress(<$ kBack $>)"><$ tr("Back") $></button></td> </tr> <tr> - <td colspan="3"> - <table cellspacing="0" cellpadding="0"> + <td class="button" colspan="3"> </td> + </tr> + + <tr> + <td colspan="4"> + <table class="colorbutton" cellspacing="0" cellpadding="0"> <tr> - <td class="redbutton"><button type="button" onclick="KeyPress(<$ kRed $>)"> </button></td> - <td class="greenbutton"><button type="button" onclick="KeyPress(<$ kGreen $>)"> </button></td> - <td class="yellowbutton"><button type="button" onclick="KeyPress(<$ kYellow $>)"> </button></td> - <td class="bluebutton"><button type="button" onclick="KeyPress(<$ kBlue $>)"> </button></td> + <td class="colorbutton redbutton"><button class="redbutton" type="button" onclick="KeyPress(<$ kRed $>)"> </button></td> + <td class="colorbutton greenbutton"><button class="greenbutton" type="button" onclick="KeyPress(<$ kGreen $>)"> </button></td> + <td class="colorbutton yellowbutton"><button class="yellowbutton" type="button" onclick="KeyPress(<$ kYellow $>)"> </button></td> + <td class="colorbutton bluebutton"><button class="bluebutton" type="button" onclick="KeyPress(<$ kBlue $>)"> </button></td> <tr> </table> </td> @@ -118,32 +129,32 @@ using namespace vdrlive; </tr> <tr> <td class="button"> </td> - <td class="button"><button type="button" onclick="KeyPress(<$ kUp $>)">^</button></td> + <td class="button"><button class="greybutton" type="button" onclick="KeyPress(<$ kUp $>)">^</button></td> <td class="button"> </td> </tr> <tr> <td class="button" colspan="3"> </td> </tr> <tr> - <td class="button"><button type="button" onclick="KeyPress(<$ kLeft $>)"><</button></td> - <td class="button"><button type="button" onclick="KeyPress(<$ kOk $>)"><$ tr("Ok") $></button></td> - <td class="button"><button type="button" onclick="KeyPress(<$ kRight $>)">></button></td> + <td class="button"><button class="greybutton" type="button" onclick="KeyPress(<$ kLeft $>)"><</button></td> + <td class="button"><button class="greybutton" type="button" onclick="KeyPress(<$ kOk $>)"><$ tr("Ok") $></button></td> + <td class="button"><button class="greybutton" type="button" onclick="KeyPress(<$ kRight $>)">></button></td> </tr> <tr> <td class="button" colspan="3"> </td> </tr> <tr> <td class="button"> </td> - <td class="button"><button type="button" onclick="KeyPress(<$ kDown $>)">v</button></td> + <td class="button"><button class="greybutton" type="button" onclick="KeyPress(<$ kDown $>)">v</button></td> <td class="button"> </td> </tr> <tr> <td class="button" colspan="3"> </td> </tr> <tr> - <td class="button"><button type="button" onclick="KeyPress(<$ kVolDn $>)"><$ tr("Vol-") $></button></td> - <td class="button"><button type="button" onclick="KeyPress(<$ kMute $>)"><$ tr("Mute") $></button></td> - <td class="button"><button type="button" onclick="KeyPress(<$ kVolUp $>)"><$ tr("Vol+") $></button></td> + <td class="button"><button class="greybutton" type="button" onclick="KeyPress(<$ kVolDn $>)"><$ tr("Vol-") $></button></td> + <td class="button"><button class="greybutton" type="button" onclick="KeyPress(<$ kMute $>)"><$ tr("Mute") $></button></td> + <td class="button"><button class="greybutton" type="button" onclick="KeyPress(<$ kVolUp $>)"><$ tr("Vol+") $></button></td> </tr> </table> </div> |