File: browse-tab.page

package info (click to toggle)
epiphany-browser 48.3-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 25,384 kB
  • sloc: ansic: 75,426; javascript: 7,337; xml: 686; python: 177; sh: 77; makefile: 12
file content (42 lines) | stat: -rw-r--r-- 1,319 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<page xmlns="http://projectmallard.org/1.0/"
      xmlns:its="http://www.w3.org/2005/11/its"
      type="topic" style="task"
      id="browse-tab">

  <info>
    <link type="guide" xref="index#start" />
    <link type="seealso" xref="browse-private" />
    <link type="seealso" xref="browse-web" />
    <revision pkgversion="3.14" date="2014-12-02" status="review"/>

    <credit type="author copyright">
      <name>Ekaterina Gerasimova</name>
      <email its:translate="no">kittykat3756@gmail.com</email>
      <years>2014</years>
    </credit>
<!--    <credit type="copyright editor">
      <name></name>
      <email its:translate="no"></email>
      <years></years>
    </credit>-->

    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>

    <desc>Open another web page in a new tab in the same window.</desc>
  </info>

  <title>Open a new tab</title>

  <include href="browse-web.page"
           xpointer="xpointer(/*/*[@xml:id='tabs'])"
           xmlns="http://www.w3.org/2001/XInclude"/>

  <include href="browse-web.page"
           xpointer="xpointer(/*/*[@xml:id='tabs-alt'])"
           xmlns="http://www.w3.org/2001/XInclude"/>

  <include href="browse-web.page"
           xpointer="xpointer(/*/*[@xml:id='tabs-link'])"
           xmlns="http://www.w3.org/2001/XInclude"/>

</page>