File: incomingCall.html

package info (click to toggle)
libjs-jsxc 3.4.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 18,704 kB
  • sloc: javascript: 68,510; makefile: 13; sh: 1
file content (7 lines) | stat: -rw-r--r-- 329 bytes parent folder | download
1
2
3
4
5
6
7
<h3 data-i18n="Incoming_call"></h3>
<p>
   <span data-i18n="Do_you_want_to_accept_the_call_from"></span> <span data-var="bid_name" />?
</p>

<button class="jsxc_btn jsxc_btn-primary jsxc_accept pull-right" data-i18n="Accept"></button>
<button class="jsxc_btn jsxc_btn-default jsxc_reject pull-right" data-i18n="Reject"></button>