diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-05-01 16:30:54 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-05-01 16:30:54 +0000 |
commit | 6706aa98fe4dd68f5154ad3fa0bea682cd592d7e (patch) | |
tree | ce8c7f810fa2de38db259140bd5fe4967abffd50 /pages | |
parent | 15c57fca7b62158484520e5edec1a9e3ee86be36 (diff) | |
download | vdr-plugin-live-6706aa98fe4dd68f5154ad3fa0bea682cd592d7e.tar.gz vdr-plugin-live-6706aa98fe4dd68f5154ad3fa0bea682cd592d7e.tar.bz2 |
Fixed some XML-Warnings
Diffstat (limited to 'pages')
-rw-r--r-- | pages/pageelems.ecpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/pageelems.ecpp b/pages/pageelems.ecpp index 1c90426..74af3dd 100644 --- a/pages/pageelems.ecpp +++ b/pages/pageelems.ecpp @@ -109,7 +109,7 @@ using namespace vdrlive; string alt; string id; </%args> -<%cpp> { </%cpp> <a <? !id.empty() ? "id=" + id ?> <& hide_element hide=(!id.empty()) &> href="javascript:LiveSimpleAjaxRequest('<$ action $>.xml', 'param', '<$ param $>');" <%cpp>if (!tip.empty()) { </%cpp><& tooltip.hint text=(tip) &> <%cpp> } </%cpp>><img src="<$ image $>" alt="<$ alt $>" /></a> <%cpp> } </%cpp> +<%cpp> { </%cpp> <a <? !id.empty() ? "id=" + id ?> <& hide_element hide=(!id.empty()) &> href="javascript:LiveSimpleAjaxRequest('<$ action $>.xml', 'param', '<$ param $>');" <%cpp>if (!tip.empty()) { </%cpp><& tooltip.hint text=(tip) &> <%cpp> } </%cpp>><img src="<$ image $>" alt="<$ alt $>"></img></a> <%cpp> } </%cpp> </%def> <# ---------------------------------------------------------------------- #> @@ -171,7 +171,7 @@ using namespace vdrlive; <div class="duration"> <$ duration $></div> </div> <div class="st_controls"> - <div class="st_btns"><a href="javascript:LiveStatusToggleUpdate()" <& tooltip.hint text=(tr("Stop updates")) &>><img id="statusReloadBtn" src="stop.png" alt="" /></a><%cpp>if (!prev_chan.empty()) { </%cpp><& ajax_action_href action=("switch_channel") param=(prev_chan) image=("one_downarrow.png") tip=(tr("previous channel")) &><%cpp> } if (!next_chan.empty()) { </%cpp><& ajax_action_href action=("switch_channel") param=(next_chan) image=("one_uparrow.png") tip=(tr("next channel")) &><%cpp> } </%cpp></div> + <div class="st_btns"><a href="javascript:LiveStatusToggleUpdate()" <& tooltip.hint text=(tr("Stop updates")) &>><img id="statusReloadBtn" src="stop.png" alt=""></img></a><%cpp>if (!prev_chan.empty()) { </%cpp><& ajax_action_href action=("switch_channel") param=(prev_chan) image=("one_downarrow.png") tip=(tr("previous channel")) &><%cpp> } if (!next_chan.empty()) { </%cpp><& ajax_action_href action=("switch_channel") param=(next_chan) image=("one_uparrow.png") tip=(tr("next channel")) &><%cpp> } </%cpp></div> % if (elapsed >= 0) { <div class="st_pbar"><& pageelems.progressbar progress=(elapsed) &></div> % } |